@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');
@-ms-viewport {
    width: device-width;
}

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

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

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

@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: 1240px) {.container {max-width: 1230px;}}
@media (min-width: 1440px) {.container {max-width: 1310px;}}


* {

    outline: none;
    padding: 0;
    margin: 0;


    -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;
}



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 {
    display: flex;
    flex-direction: column;
    line-height: 1;
    color: black;
    font-family: "Golos Text", sans-serif;

    min-width: 375px;
    background: rgba(252, 252, 252, 1);
    /*background: url('../img/bg.svg') fixed center top, #F1F5FA;*/
    /*background-size: contain;*/
    /*background-size: 100% auto;*/
    overflow-x: hidden;
}
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; /* editor's note: necessary? */
}
marquee {
    overflow: inherit !important;
    -moz-binding: none;
}
blink {
    text-decoration: none;
}
nobr {
    white-space: normal;
}



.pt{
    padding-top: 50px;

}


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

}
.options li[rel=""] {
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
}


::-webkit-input-placeholder {
    color: #0C0D0F;
    opacity: 1
}

:-moz-placeholder {
    color: #0C0D0F;
    opacity: 1
}

::-moz-placeholder {
    color: #0C0D0F;
    opacity: 1
}

:-ms-input-placeholder {
    color: #0C0D0F;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #0C0D0F
}

body input:required:valid, body textarea:required:valid {
    color: #0C0D0F
}



.mt{
    margin-top: 100px;
}

.main_title{
    text-align: center;
    color: #151515;
    leading-trim: both;
    text-edge: cap;

    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.main_title span{
    color: var(--primary-a, #E70000);

}

.main_subtitle{
    padding-top: 30px;
    color: var(--primary-b, #151515);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
}
.main_subtitle span{
    color: var(--primary-a, #E70000);
}

section{
    position: relative;

}

/*header*/

.header_content{
    margin-top: 50px;
    margin-bottom: 30px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 350;
}

.header_content-info{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
}

.header_content-info p{
    color: var(--primary-0, #0C0D0F);
    leading-trim: both;
    text-edge: cap;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 18px */
}




@media only screen and (max-width:768px){
    .main_title {
        font-size: 40px;
    }
    .main_subtitle {
        padding-top: 20px;
        font-size: 20px;
    }
    .header_content-info p {

        font-size: 16px;
    }

.header_content img:first-letter{
    width: 150px;
}


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

    .header_content {
        margin-top: 30px;
        margin-bottom: 20px;
       flex-direction: column;
        justify-content: center;
        gap: 10px;
        align-items: center;

    }


    .header_content img:first-letter{
        width: 70%;
    }

    .header_content-info p {

        font-size: 20px;
    }

.header .container{
    display: flex
;
    justify-content: center;
}




}





/*footer*/

.footer {
    padding: 60px 0 50px 0;

    background-image: url(../img/one/bg.png);
    background-size: cover;
    background-position: top;
}





.footer_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

}

.footer_content-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.footer_content-left p{
    color: var(--primary-0, #0C0D0F);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 13.2px */
}


.footer_content-soc{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer_content-soc img{
    width: 55px;
    padding: 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);

}

.footer_content-info{
    display: grid
;
    gap: 15px;
    width: 68%;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin: 0;
}

.footer_content-info li{
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}


.footer_content-info li .address{
    display: flex;
    gap: 10px;
    align-items: flex-start;


}

.footer_content-info li img{
    width: 24px;

}
.footer_content-info .info{
    display: flex;
    flex-direction: column;
}




.footer_content-info .info h3{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}
.footer_content-info .info p{
    padding-top: 5px;
    padding-bottom: 15px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.footer_content-info .info a{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}





.footer_content-info li p{
    color: var(--primary-0, #0C0D0F);
    leading-trim: both;
    text-edge: cap;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 18.4px */
}


.footer_content-img{
    width: 135px;
}






.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__items-left {
    width: 35%
}

.footer__items-left h3 {
    color: #fff;
    font-size: 46px;
    margin: 0;
    margin-top: 60px
}

.footer__items-left ul li {
    list-style: none;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__items-left ul li a {
    text-decoration: none;
    color: #fff
}

.footer__items-left ul li img {
    position: absolute;
    left: -40px;
    top: -2px
}

.footer__items-left ul li span {
    width: 40%
}

.mapMob {
    display: none
}

.footer_map {
    width: 60%
}

.footer_map img {
    width: 100%
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__bottom-left p {
    color: #fff;
    font-size: 12px;
    margin-left: 10px
}

@media only screen and (max-width:992px) {
    .footer_content-info{
        width: 50%;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width:992px) {
    .footer_content-info{
        width: 80%;
    }
    .footer_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
    }
}


@media only screen and (max-width:992px){
    .main_title {
        font-size: 35px;
    }
}

@media only screen and (max-width:600px){
    .mt{
        margin-top: 50px;
    }


    .main_title {
        font-size: 36px;
    }
    .pt {
        padding-top: 30px;
    }





}