:root {
    --main-color: #e21f25;
    --color-blue: #00a2ff;
    --color-green: #00c617;
    --color-yellow: #FFB038;
    --color-gray: rgb(232, 232, 232);
}

@font-face {
    font-family: GothamPro;
    src: local('*'),
        url('../fonts/GothamPro/GothamProRegular.eot') format('embedded-opentype'),
        url('../fonts/GothamPro/GothamProRegular.woff') format('woff'),
        url('../fonts/GothamPro/GothamProRegular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: GothamPro-Light;
    src: local('*'),
        url('../fonts/GothamPro/GothamProLight.eot') format('embedded-opentype'),
        url('../fonts/GothamPro/GothamProLight.woff') format('woff'),
        url('../fonts/GothamPro/GothamProLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: GothamPro-Medium;
    src: local('*'),
        url('../fonts/GothamPro/GothamProMedium.eot') format('embedded-opentype'),
        url('../fonts/GothamPro/GothamProMedium.woff') format('woff'),
        url('../fonts/GothamPro/GothamProMedium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: GothamPro-Bold;
    src: local('*'),
        url('../fonts/GothamPro/GothamProBold.eot') format('embedded-opentype'),
        url('../fonts/GothamPro/GothamProBold.woff') format('woff'),
        url('../fonts/GothamPro/GothamProBold.ttf') format('truetype');
    font-display: swap;
}


@font-face {
    font-family: Helvetica;
    src: local('*'),
        url('../fonts/Helvetica/HelveticaRegular.eot') format('embedded-opentype'),
        url('../fonts/Helvetica/HelveticaRegular.woff') format('woff'),
        url('../fonts/Helvetica/HelveticaRegular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Helvetica-Light;
    src: local('*'),
        url('../fonts/Helvetica/HelveticaLight.eot') format('embedded-opentype'),
        url('../fonts/Helvetica/HelveticaLight.woff') format('woff'),
        url('../fonts/Helvetica/HelveticaLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: CenturyGothic-bold;
    src: local('*'),
        url('../fonts/CenturyGothic/CenturyGothic-Bold.eot') format('embedded-opentype'),
        url('../fonts/CenturyGothic/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic/CenturyGothic-Bold.ttf') format('truetype');
    font-display: swap;
}


img {
    max-width: 100%;
    height: auto;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

a,
a:visited {
    color: inherit;
}

h1,
h2,
h3,
h4 {
    margin: unset;
    padding: unset;
}


body {
    font-family: "GothamPro-Medium", sans-serif;
    font-size: 16px;
    color: rgb(43, 42, 40);

}

body.no-scroll{
    overflow: hidden;
}

html,
body {
    scroll-behavior: smooth;
}

.site-content {
    padding: 131px 0px 0 0px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.s-content{
    flex-grow: 1;
}

p {
    line-height: 22px;
}




header,
footer {
    font-family: "Helvetica", sans-serif;
}

header ul,
footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0 40px;
    z-index: 10;
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25);
    
}

header *{
    box-sizing: border-box;
}


.header__logo{
    max-width: 14.64%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 124px;
    transition: max-height .4s;
}

.header__logo.hide{
    max-height: 62px;
    overflow: hidden;
    transition: max-height .4s;
}

.header__logo img:first-child{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s,  opacity .4s;
}

.header__logo.hide img:first-child{
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility 0s ease .4s;
}


.header__logo_title{
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility 0s ease .4s;
}

.header__logo_title.show{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s,  opacity .4s;
}





.header__content{
    flex-grow: 1;
}
.header__top{
    padding: 13px 0 13px 5.37%;
    border-bottom: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 70px;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    transition: opacity .4s, visibility 0s ease .0s, max-height .4s, padding .4s;
}

.header__top.hide{
    max-height: 0px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .4s, opacity .4s, visibility 0s ease .4s, padding .4s;
}

.button_calc{}
.header__phones{
    display: flex;
    align-items: center;
}
.header__phone{
    display: flex;
    align-items: center;
}

.header__phone+.header__phone{
    margin-left: 38px;
}

.header__phone svg{
    width: 17px;
    height: 17px;
    fill: var(--main-color);
    margin-right: 17px;
}
.lang{
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
}
.lang__link, .lang__link:visited{
    font-weight: 300;
    color: #9A9999;
}
.lang__link+.lang__link{
    margin-left: 6px;
}
.lang__link_current, .lang__link_current:visited{
    color: #000000;
    position: relative;
}
.lang__link_current::after{
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 1.5px);
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
}
.social-media{

}
.social-media svg{
    width: 20px;
    height: 20px;
    fill: var(--main-color);
}
.social-media a+a{
    margin-left: 9px;
}
.header__bottom{
    padding: 0 2.5% 0 1.875%;
}
.header__menu{}
.main-menu {
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}
.main-menu__items{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 62px;
}
.main-menu__item{
    position: relative;
    height: 100%;
}
.main-menu__item::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    background-color: transparent;
    transition: background-color .4s;
    z-index: 12;
}

.main-menu__item:hover::after{
    background-color: var(--color-yellow);
    transition: background-color .4s;
}

.main-menu__item:hover > a, .main-menu__item:hover > span{
    color: #ffffff;
}



.main-menu__item a ,.main-menu__item span{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 13;
}
.main-menu__sub-menu{

}
.sub-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: calc(100% + 40px);
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    padding: 0 14px;
    background-color: #ffffff;
    font-weight: 400;
    font-family: "GothamPro-Medium", sans-serif;
    max-width: 280px;
    max-height: 0px;
    transition: max-height .2s;
    overflow: hidden;

}

.main-menu__item:hover > .sub-menu, .sub-menu:hover{
    max-height: 500px;
    overflow-y: scroll;
    transition: max-height .4s;
}

.main-menu__item > .sub-menu::-webkit-scrollbar {
    width: 4px;
}

.main-menu__item > .sub-menu::-webkit-scrollbar-track {
    background: #FFFFFF;
}

.main-menu__item > .sub-menu::-webkit-scrollbar-thumb {
    background: #C4C4C4;
}

.sub-menu__item a{
    padding: 12px 0;
}

.sub-menu__item+.sub-menu__item{
   border-top: 1px solid var(--main-color);
}





.title {
    font-size: 32px;
    color: var(--main-color);
}



.button {
    display: block;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    background-color: var(--main-color);
    color: #ffffff;
    padding: 11px 27px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    transition: background-color .2s ease;
}

.button_center {
    margin: 0 auto;
}

.button:visited {
    color: #ffffff;
}

.button:hover {
    background-color:transparent;
    color: #000;
    transition: background-color .2s ease;
}

.button_reverse {
    background-color: #000000;
}

.button_reverse:hover {
    background-color: var(--main-color);
}


.button_show-more {
    font-size: inherit;
    font-family: 'GothamPro';
    background-color: #ffffff;
    border-color: rgb(43, 42, 40);
    border-width: 3px;
    color: rgb(43, 42, 40);
    text-transform: uppercase;
    margin: 50px auto;
    transition: background-color .2s ease;
}


.button_show-more:hover {
    background-color: var(--main-color);
    color: #ffffff;
    transition: background-color .2s ease;
}


.button_large {
    padding: 17px 34px;
    text-transform: uppercase;
}


.header__button{
    font-size: 16px;
    background-color: transparent;
    border: 1px solid var(--main-color);
    color: inherit;
    font-weight: 700;
    padding: 10px 34px;
    display: flex;
    align-items: center;
}

.header__button:visited{
    color: #000000;
}

.header__button:hover{
    color: #ffffff;
    background-color: var(--color-yellow);
}


.header__button svg{
    height: 20px;
    width: auto;
    margin-right: 11px;
}

.header__button_red{
    background-color: var(--main-color);
    color: #ffffff;
}

.burger {
    width: 25px;
    height: 21px;
    cursor: pointer;
    display: none;
    order: 6;
}

.burger__content {
    position: relative;
    height: 100%;
}

.burger__line {
    content: '';
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    background-color: #000000;
    transition: transform .4s ease;
}


.burger__content .burger__line::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    background-color: inherit;
    transition: top .4s ease .4s;
}

.burger__content .burger__line::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    background-color: inherit;
    transform: rotate(0deg);
    transition: top .4s ease .4s, transform .4s ease;
}


.burger.active .burger__line::after {
    top: 0;
    transition: top .4s;
}

.burger.active .burger__line::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .4s ease .10s, transform .4s ease .5s;
}

.burger.active .burger__line {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition: transform .4s ease .5s;
}


.mobile-menu{
    position: fixed;
    left: 110vw;
    top: 64.55px;
    height: 100%;
    width: 100%;
    padding:  0 7.8125% 30px 7.8125%;
    max-height: calc(100vh - 64.55px);
    overflow-y: scroll;
    background-color: #ffffff;
    color: #000000;
    z-index: 50;
    transition: left .4s ease .2s;
}

.mobile-menu.open{
    left: 0vw;
    transition: left .4s ease .4s;
}


.mobile-menu__items{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.mobile-menu__item {
    border-bottom: 1px solid #FFB038;
    text-align: center;
    padding: 20px 0;
}
.mobile-menu__item_has-children{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.mobile-menu__item_has-children svg{
    width: auto;
    height: 16px;
    fill: #000000;
    margin-left: 9px;
    transform: rotate(0);
    transition: transform .2s;
}

.mobile-menu__item_has-children .open-sub-menu.active svg{
    transform: rotate(-90deg);
    transition: transform .4s;

}

.mobile-menu__sub-menu{
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
}

.mobile-menu__sub-menu.open{
    max-height: 2000px;
    transition: max-height .6s;
}

.mobile-menu__sub-menu li{
    margin-top: 19px;
}

.mobile-menu__button-calc{
    margin: 38px auto;
    background-color: var(--yellow-color);
    color: #000000;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.mobile-menu__button-calc:visited{
    color: #000000;
}

.mobile-menu__button-calc svg{
    fill: #000000;
    margin-right: 11px;
}

.mobile-menu__contacts{
    font-size: 16px;
    font-weight: 900;
}
.mobile-menu__contact+.mobile-menu__contact{
    margin-top: 13px;
}

.mobile-menu__contact a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu__contact svg{
    fill: var(--main-color);
    height: 18px;
    width: auto;
    margin-right: 6px;
}

.mobile-menu__lang{
    display: none;
    justify-content: center;
    margin-bottom: 28px;
}




.shadow {
    box-shadow: 0px 2px 14.24px 1.76px rgba(226, 31, 37, 0.27);
}

.shadow_black {
    box-shadow: 0px 1px 4.3px 0.7px rgba(24, 24, 24, 0.22);
}


.google-map iframe {
    display: flex;
    width: 100%;
    height: 36.5vw;
}

.section {
    position: relative;
}


.section__title {
    font-size: 32px;
    padding: 60px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section__title span {
    position: relative;
    display: flex;
}

.section__title_line {
    position: relative;
    top: 2px;
    width: 26px;
    height: 9px;
    margin-right: 5px;
    background: linear-gradient(270.21deg, #E21F25 0%, #000000 100%);
}

.section__title .section__title_line:nth-child(3){
    width: 149px;
    margin-left: 5px;
    background: linear-gradient(96.71deg, #E21F25 0%, #000000 101.72%);
}


.call-contact-form {
    cursor: pointer;
}



.footer {
    color: #ffffff;
    background-color: #000000;
    padding: 13px 0 31px 0;
}

.footer a:hover {
    color: var(--main-color);
}

.footer a.active {
    color: var(--main-color);
}

.footer__content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.footer__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.footer__navigation {
    width: 69%;
}

.footer__menu {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Helvetica-Light', sans-serif;
}

.footer__menu-item {
    width: 50%;
    margin-bottom: 16px;
}

.footer__contacts {
    flex-grow: 1;
    font-weight: 900;
}

.footer__contacts p {
    margin: 0 0 16px 0;
}

.footer__contacts a {
}

.footer__social-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px 0 35px 0;
    width: 100%;
}

.footer__social-buttons a+a{
    margin-left: 28px;
}

.footer__social-buttons svg {
    height: 40px;
    width: auto;
}


.footer__develop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer__develop img{
    max-height: 35px;
    margin-left: 8px;
}



.button-up {
    position: fixed;
    right: 30px;
    bottom: 130px;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    align-items: center;
    transition: background .2s ease;
}

.button-up.active {
    display: flex;
}

.button-up svg {
    fill: var(--main-color);
    height: 40px;
    width: auto;
    transition: fill .2s ease;

}

.button-up:hover {
    background-color: var(--main-color);
    transition: background .2s ease;
}

.button-up:hover svg {
    fill: #ffffff;
    transition: fill .2s ease;
}




.popup-form {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding: 20px;
    width: 100%;
    max-width: calc(400px - 40px);
    z-index: 11;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, .2);
    border-radius: 4px;
}


.popup-form__bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(160 160 160 / 20%);
    z-index: 35;
}



.popup-form__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.popup-form__top .close-form {
    display: flex;
    cursor: pointer;
}

.popup-form__top .close-form svg {
    width: 15px;
}

.popup-form__top .close-form:hover svg {
    fill: var(--main-color);
}

.popup-form__body {
    margin-top: 30px;
}




.success {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    padding: 0px 20px 20px 20px;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 1px;
    border: 2px solid #8A8A8A;
    width: 100%;
    max-width: 250px;
    text-align: center;
    z-index: 100;
}

.success h4 {
    color: var(--main-color);
    font-size: 22px;
    padding: 10px 0;
}


.input-group {
    margin-bottom: 26px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.input-group label {
    margin-bottom: 10px;
}

.input-group input,
.input-group select,
.input-group textarea {
    width: 100%;
    font-family: "GothamPro-Medium", sans-serif;
    color: #767675;
    border: 1px solid rgb(198, 198, 198);
    border-radius: 7px;
    padding: 13px 24px;
}

.input-group .error{
    bottom: 0;
    left: 0;
    padding: 14px 24px;
    width: calc(100% - 24px * 2);
}

.input-group input[type="checkbox"] {
    min-height: 20px;
    min-width: 20px;
    width: auto;
    margin-right: 18px;
}

.input-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url(../images/home/down-arrow.png);
    background-position-x: 96%;
    background-position-y: 50%;
    background-size: 3%;
    background-repeat: no-repeat;
    background-color: white;
}

.subscription{
    background-color: #121212;
}
.subscription__content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    padding: 13px 20px;
    margin: 0 auto;
}
.subscription__social{
    display: flex;
    align-items: center;
}
.subscription__social a{
    display: block;
    transform: scale(1);
    transition: all .2s;
}
.subscription__social a:hover{
    transform: scale(1.1);
    transition: all .4s;
}
.subscription__social a+a{
    margin-left: 14px;
}

.subscription__appeal{
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}
.subscription__form{
    display: flex;
    align-items: center;
}
.subscription__form input{
    padding: 11px 13px;
    border: 1px solid #A8A8A8;
    color:  #A8A8A8;
    border-radius: 5px;
    background-color: transparent;
    font-size: 14px;
}

.subscription__form input+input{
    margin-left: 12px;
}

.subscription__form button{
    margin-left: 12px;
    font-size: 14px;
}
.subscription__form button:hover{
    background-color: #121212;
    color: #ffffff;
}

.error{
    position: absolute;
    background: rgb(49, 52, 46);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility 0s ease .4s;
}
.error.show{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity .4s;
}

@media (max-width: 1700px) {
    .main-menu__item:hover > .sub-menu, .sub-menu:hover{
        max-height: 375px;
    }
}




@media (max-width: 1440px) {
    
    .header__logo {
        max-width: 200px;
    }
    

    .header__top {
        padding: 13px 0 13px 1.875%;
    }

    .header__phone svg{
        margin-right: 12px;
    }

    .main-menu__item::after {
        left: -10px;
        width: calc(100% + 20px);
    }

    .header__bottom {
        font-size: 14px;
    }

    .footer__content {
        padding: 0 40px;
        font-size: 14px;
    }

    .button {
        font-size: 16px;
        padding: 8px 24px;
    }

    .button_large {
        padding: 15px 29px;
    }

}


@media (max-width: 1200px) {

    header{
        padding: 6px 40px;
    }

    .site-content {
        padding: 64.55px 0 0 0;
    }

    .header__logo {
        max-width: 103px;
        width: auto;
    }

    .header__content {
        flex-grow: 1;
        margin-left: 22px;
    }

    .header__calc,.header__bottom{
        display: none;
    }

    .header__button{
        order: 1;
    }

    .header__phones {
        order: 2;
    }

    .header__lang{
        order: 3;
    }

    .header__social-media{
        order: 4;
        display: flex;
        align-items: center;
    }

    .header__social-media a{
        display: flex;
        align-items: center;
        margin-left: 11px;
    }

    .header__social-media svg{
        width: auto;
        height: 26px;
    }

    .header__top{
        padding: 0;
        border: none;
    }
    
    .burger{
        display: block;
    }

}

@media (max-width: 1024px) {

    .button {
        font-size: 14px;
        padding: 7px 20px;
    }

    .button_large {
        padding: 11px 25px;
    }

    .section__title {
        font-size: 28px;
        padding: 35px 0 10px 0;
    }

    .title {
        font-size: 28px;
    }

    .mobile-menu__button-calc{
        font-size: 16px;
    }

    .section__title span{
        text-align: center;
    }

    .subscription__content{
        justify-content: center;
    }

    .subscription__form{
        width: 100%;
        justify-content: center;
        margin-top: 13px;
    }

    .subscription__social{
        margin-right: 13px;
    }

    .subscription__form input {
        padding: 7px 13px;
    }

    .subscription__appeal {
        font-size: 16px;
        text-align: center;
    }

}




@media (max-width: 920px) {
    
    .header__phones .header__phone:nth-child(2){
        display: none;
    }

}




@media (max-width: 768px) {
    
    header {
        padding: 6px 26px;
    }

    .section__title {
        padding: 30px 0 10px 0;
    }

    .button-up{
        bottom: 50px;
    }

}

@media (max-width: 720px) {
    .footer__content {
        justify-content: center;
    }

    .footer__contacts {
        flex-grow: unset;
    }

    .footer__navigation {
        width: auto;
        max-width: 400px;
    }

    .header__button{
        display: none;
    }
}



@media (max-width: 620px) {

    .footer__contacts {
        margin: 20px 0;
    }

    .footer__social-buttons {
        margin: 0px 0 20px 0;
    }

    .footer__menu-item {
        width: calc(50% - 20px);
        padding: 0 10px;
    }

    .footer__navigation {
        text-align: center;
    }

    .section__title {
        font-size: 22px;
    }

    .footer__develop{
        font-size: 12px;
    }

    .popup-form{
        max-width: calc(100% - 20px * 4);
    }

}




@media (max-width: 560px) {
    .header__social-media{
        display: none;
    }

    .subscription__form{
        flex-direction: column;
    }

    .subscription__form input+input, .subscription__form button{
        margin: 13px 0 0 0;
    }
}

@media (max-width: 480px) {
    .header__phone span{
        display: none;
    }

    .header__lang{
        margin: 0 15px;
    }

    .header__top{
        justify-content: flex-end;
    }
}


@media (max-width: 360px) {

    .footer__content {
        justify-content: flex-start;
    }

    .footer__menu {
        display: block;
    }

    .footer__menu-item {
        padding: unset;
        width: 100%;
    }

    .footer__contacts {
        margin: 20px auto;
    }

    .footer__navigation {
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 320px) {

    .header__lang{
        margin: 0 10px;
    }

    .footer__content {
        padding: 0 20px;
    }

    .section__title {
        font-size: 24px;
    }

    .title {
        font-size: 24px;
    }

    .section__title span:before {
        width: 46px;
        height: 52px;
    }
}
