* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body {
    background-color: #fff;
    height: 100%;
}

@media screen and (max-device-width: 600px){
    body {
        width: 100%;
    }
}


h1 {
    font-family: "FiraSansExtraBold";
    font-weight: 800;
    font-size: 35px;
    letter-spacing: 0.045em;
    padding-bottom: 21px;
    padding-top: 55px;
    color: #004F98;
    text-align: left;
    line-height: 42px;
}

@media screen and (max-device-width: 600px){
    h1{
         padding-top: 19px;
         padding-bottom: 0;
         font-size: 16px;
         line-height: 19px;
         letter-spacing: 0.045em;
    }
}

@media screen and (min-device-width: 1920px) {
    h1 {
        font-size: 60.7225px;
        line-height: 73px;
        letter-spacing: 0.045em;
    }

    .text_input {
        height: 43px;
    }
}

@media screen and (max-device-width: 600px){
    .text_input{
        width: 80%;
        height: 17px;
    }
}


p {
    padding-top: 5px;
    font-family: "FiraSans";
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.045em;
}

@media screen and (max-device-width: 600px){
    p {
        padding-top: 15px;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.045em;
    }
}

@media screen and (min-device-width: 1920px) {
    p{
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.045em;
        padding-top: 48px;
    }
}


strong {
    font-family: "FiraSansBold";
    color: #004F98;
    font-weight: 700;
    font-size: 16.5px;
    letter-spacing: 0.045em;
}

@media screen and (min-device-width: 1920px) {
    strong {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.045em;
    }
}

nav {
    background: #F1F5FD;
    height: 60px;
}

@media screen and (max-device-width: 600px){
    nav {
        height: 100%;
        display: none;
    }
}


nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-device-width: 600px){
    nav ul {
        display:grid;
    }
}


nav ul li {
    list-style: none;
    padding: 30px 0px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

@media screen and (max-device-width: 600px){
    nav ul li{
       font-size: 11px;
       padding: 10px 0px;
       height: auto;
   }
}

@media screen and (min-device-width: 1920px) {
    nav ul li {
        font-size: 21.5433px;
        line-height: 26px;
    }

    nav ul .drop_content {
        min-width: 450px;
    }
}


nav ul li .wa {
    color: #2B455C;
    text-decoration: none;
}


nav ul li .drop .wa:hover {
    color: #FB406D;
}


.wa:hover {
    color: #FB406D;
}


nav ul li .drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-device-width: 600px){
    nav ul li .drop {
        display: inline-flex;
    }
}


nav ul .drop_list {
    position: relative;
    display: inline-block;
}


nav ul .drop_content {
    display: none;
    position: absolute;
    min-width: 350px;
    z-index: 1;
    background: #F1F5FD;
}

@media screen and (max-device-width: 600px){
    nav ul .drop_content {
        position: static;
        min-width: 300px;
    }
}

@media screen and (min-device-width: 1920px) {
    nav ul .drop_content {
        min-width: 450px;
    }
}


nav ul .drop_content a {
    color: #2B455C;
    padding: 20px 29px;
    text-decoration: none;
    display: block;
}

@media screen and (max-device-width: 600px){
    nav ul .drop_content a {
        padding: 10px 20px;
    }
}


nav ul .drop_content a:hover {
    color: #FB406D;
}


nav ul .drop_content hr {
    border: none;
    border-top: 2px solid #FFFFFF;
    overflow: visible;
    margin: 0 6%;
    width: 88%;
}


nav ul .drop_content a:first-of-type {
    padding-top: 46px;
}

@media screen and (max-device-width: 600px){
    nav ul .drop_content a:first-of-type {
        padding-top: 5px;
        margin-top: 15px;
    }
}


nav ul li:hover .drop_content {
    display: block;
}

@media screen and (max-device-width: 600px){
    nav ul li:hover .drop_content {
        display: none;
    }
}


nav ul li:hover .icon {
    transform: rotate(180deg);
}

@media screen and (max-device-width: 600px){
    nav ul li:hover .icon {
        transform: none;
    }
}


nav .icon {
    margin-left: 6px;
    width: 10px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/resources/icons/icon.svg);
}

ol {
    padding: 20px 65px;
}

@media screen and (max-device-width: 600px){
    ol {
        padding: 14px 6.25%;
    }
}


ol li {
    text-align: left;
    font-family: "FiraSansBold";
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.045em;
    margin-top: 4px;
    color: #004F98;
}

@media screen and (max-device-width: 600px){
    ol li {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.045em;
    }
}

@media screen and (min-device-width: 1920px) {
    ol li {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.045em;
    }
}

.text_input {
    padding-top: 5px;
    font-family: "FiraSans";
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.041em;
    color: #004F98;
    height: 26px;
    border-style: solid;
    border-color: #004F98;
    width: 100%;
}


.button {
    border: 0;
    height: 26px;
    font-family: "FiraSans";
    padding: 5px auto;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.045em;
    background-color: #FB406D;
}

@media screen and (max-device-width: 600px){
    .button {
         height: auto;
         font-weight: 500;
         font-size: 6px;
         line-height: 7px;
         padding-bottom: 2px;
    }
}

@media screen and (min-device-width: 1920px) {
    .button{
        height: 43px;
        font-size:16.5421px;
    }
}


.button:hover {
    background-color: #B02D4C;
}


.no_active {
    background-color: #B0B0B0;
    color: #FFFFFF;
}


.no_active:hover {
    background-color: #B0B0B0 !important;
    color: #FFFFFF !important;
}


.content {
    margin: 0 auto;
    font-family: "FiraSans";
    width: 75%;
    color: #2B455C;
}

@media screen and (max-device-width: 600px){
    .content {
        width: 87.5%;
        margin: 0 auto;
    }
}


h1.left_site
{
    margin-right: 20%;
}

@media screen and (max-device-width: 600px){
    h1.left_site {
        margin-bottom: 10px;
    }
}


@media screen and (max-device-width: 600px){
    header {
         width: 100%;
    }
}

header div.head {
    margin-top: 55px;
    padding-bottom: 22px;
    background-color: #fff;
}


header div.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-device-width: 600px){
    header div.head {
        padding-bottom: 13px;
    }
}


header div.head h2 {
    font-family: "FiraSansBold";
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0.02em;
}

@media screen and (max-device-width: 600px){
    header div.head h2 {
        margin-top: 14px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.02em;
    }
}

@media screen and (min-device-width: 1920px) {
    header div.head h2 {
        font-size: 41.2896px;
        line-height: 62px;
        letter-spacing: 0.02em;
    }
}


header div.head h2 a {
    color: #2B455C;
    text-decoration: none;
}


header div.head .version {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-device-width: 600px){
    header div.head .version
    {
        display: none;
    }

    header .wrapper, header div.head
    {
        margin-top: 0;
        width: 100%;
        background-color: #F1F5FD;
    }
}


header div.head .icon {
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/resources/icons/eye.svg);
    height: 15px;
    width: 24px;
}


div.head .version h3 {
    font-weight: "FiraSansMedium";
    font-size: 16px;
    line-height: 19px;
}


html, body {
    height: 100%;
}


body {
    display: flex;
    flex-direction: column;
}


.footer {
    flex-shrink: 0;
}


.allContent
{
    flex: 1 0 auto;
    vertical-align: top;
}


footer .wrapper {
    height: 150px;
    background: #F1F5FD;
    margin-top: 45px;
}

@media screen and (max-device-width: 600px){
    footer .wrapper 
    {
        padding-left: 19%;
        height: 270px;
        margin-top: 18px;
    }
}


footer .content {
    padding-top: 29px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: #004F98;
    font-family: "FiraSansBold";
}

@media screen and (max-device-width: 600px){
    footer .content {
        display: block;
        padding-top: 18px;
    }
}


footer nav a {
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.045em;
    padding-bottom: 3px;
    color: #004F98;
}

@media screen and (max-device-width: 600px){
    footer nav a {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.045em;
    }
}

@media screen and (min-device-width: 1920px) {
    footer nav a {
        font-size: 18px;
        padding-bottom: 5px;
    }
}


footer nav{
    height: auto;
}

@media screen and (max-device-width: 600px){
    footer nav {
        display: block;
        height: auto;
    }
}


footer nav a:hover {
    text-decoration: underline;
}


footer .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}


footer .icon2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/resources/icons/icon2.svg);
    height: 30px;
    width: 30px;
    margin-right: 19px;
}

@media screen and (max-device-width: 600px){
    footer .icon2 {
        margin-right: 13px;
        height: 20px;
        width: 20px;
    }
}


footer .icon3 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/resources/icons/iconmessage.svg);
    height: 30px;
    width: 30px;
    margin-right: 19px;
}

@media screen and (max-device-width: 600px){
    footer .icon3 {
        margin-right: 10px;
        width: 26px;
        height: 20px;
    }
}


@media screen and (max-device-width: 600px){
    footer p {
        padding-top: 0;
    }
} 

@media screen and (min-device-width: 1920px) {
    footer p {
        padding-top: 0;
    }
}

@media screen and (max-device-width: 600px){
    header div.head .menuicon {
        margin-left: 30px;
        margin-top: 10px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../media/resources/icons/MenuIcon.svg);
        width: 24px;
        height: 24px;
    }
    
    nav .wrapper, nav ul{
        background-color: #F1F5FD;
    }

    footer .wrapper .info {
        display: inline-flex;
        margin-top: 24px;
    }

    footer .wrapper .info:last-child
    {
        margin-top: 10px;
    }
}

a {
    text-decoration: none;
}