
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    position: relative;
    z-index: 40;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}


* {
    font-family: "Raleway", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;

    -webkit-appearance: none;

}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    padding-left: 5px;
    padding-right: 10px;
}


a {
    color: #01b1e4;
    text-decoration: none;
}

a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*color: #6CBEC9;*/

}


img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td, center {
    vertical-align: top;
    text-align: left;
}

body {

    line-height: 1;
    color: black;
    background: #fff;
    min-width: 375px;
    /*background: url('../img/bg.svg') repeat-y center top, #background: #FCFCFC;;*/
    /*background-size: contain;*/
    /*background-size: 100% auto ; !* Автоматическая ширина, 100% высота *!*/
}


section {
    position: relative;

}


q {
    quotes: "" "";
}

ul, ol, dir, menu {
    list-style: none;
}

sub, sup {
    vertical-align: baseline;
}

a {
    color: inherit;
}

hr {
    display: none;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}

p {
    margin-bottom: 0 !important;
}


::-moz-selection {
    color: #fff;
    background: #273375;

}


::selection {
    color: #fff;
    background: #273375;

}


h1, h2, h3, h4 {
    margin: 0
}


/*::-webkit-input-placeholder {*/
/*    color: #FFF;*/
/*    opacity: 1*/
/*}*/

/*:-moz-placeholder {*/
/*    color: #FFF;*/
/*    opacity: 1*/
/*}*/

/*::-moz-placeholder {*/
/*    color: #FFF;*/
/*    opacity: 1*/
/*}*/

/*:-ms-input-placeholder {*/
/*    color: #FFF;*/
/*    opacity: 1*/
/*}*/

/*body input:focus:required:invalid, body textarea:focus:required:invalid {*/
/*    color: #FFF;*/
/*}*/

/*body input:required:valid, body textarea:required:valid {*/
/*    color: #FFF;*/
/*}*/


.mt {
    margin-top: 96px;
}


.pt{
    padding-top: 96px;
}

.iti__selected-flag{
    border-radius: 55px 0px 0 55px ;
}

.main_title {
    text-align: center;
    color: #3636B2;

    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 41.8px */
    text-transform: uppercase;
    position: relative;
    z-index: 40;
}

.main_title span {
    color: #E3FA62;
}


.main_subtitle {

    padding-top: 24px;
    text-align: center;
    color: #373737;
    text-align: center;

    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    position: relative;
    z-index: 40;
}


/*header*/
.header{
    position: relative;
    z-index: 100;

}
.header .content{
    padding-top: 24px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 30px );
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.header .content .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;

}

.header .content .social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 22px;
}

.header .content .social p{
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}
.header .content .social a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .content .social img{
    width: 32px;
}




.header .content .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
}


.header .content .right li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}

.header .content .right li:first-child img{
    width: 48px;
    padding: 8px;
    border-radius: 15px;
    background: #B696E9;
}

.header .content .right li:last-child img{
    width: 48px;
    padding: 8px;
    border-radius: 15px;
    background: #6CBEC9;
}

.header .content .right li p{
    color: #FFF;
    text-align: left;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

.header .content .right li p br{
    display: none;
}

@media only screen and (max-width: 1200px) {
    .header .content .social p{
        display: none;
    }
    .header .content .right li p br{
        display: block;
    }

}




@media only screen and (max-width: 992px) {
    .header .content .left > img{
        width: 170px;
    }



}

@media only screen and (max-width: 768px) {

    .mt {
        margin-top: 48px;
    }

    .pt{
        padding-top: 48px;
    }
}

@media only screen and (max-width: 600px) {

    .header .content img{
        width: 40%;
    }




    .header .content{
        width: calc(100% - 30px);
        padding-top: 15px;
    }

    .header .content .right{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px;
    }
    .header .content .right li p{
        font-size: 14px;
    }
    .header .content .right li:first-child img {
        width: 40px;
        padding: 5px;

    }
    .header .content .right li:last-child img {
        width: 40px;
        padding: 5px;

    }



    .main_title{
        font-size: 22px;
    }

    .main_subtitle {
        padding-top: 10px;
        font-size: 20px;
    }





}

@media only screen and (max-width: 400px) {
    .header .content .right li p{
        font-size: 18px;
    }
    .header .content .right li:last-child {
        display: none;

    }
}


/
