@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/gilroy-bold.eot');
    src: url('../fonts/gilroy-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gilroy-bold.woff2') format('woff2'),
        url('../fonts/gilroy-bold.woff') format('woff'),
        url('../fonts/gilroy-bold.ttf') format('truetype'),
        url('../fonts/gilroy-bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/gilroy-regular.eot');
    src: url('../fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gilroy-regular.woff2') format('woff2'),
        url('../fonts/gilroy-regular.woff') format('woff'),
        url('../fonts/gilroy-regular.ttf') format('truetype'),
        url('../fonts/gilroy-regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Semibold';
    src: url('../fonts/gilroy-semibold.eot');
    src: url('../fonts/gilroy-semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gilroy-semibold.woff2') format('woff2'),
        url('../fonts/gilroy-semibold.woff') format('woff'),
        url('../fonts/gilroy-semibold.ttf') format('truetype'),
        url('../fonts/gilroy-semibold.svg#Gilroy-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}
::-webkit-scrollbar-track {
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#0067b8;
}
::-webkit-scrollbar-thumb:hover{
    
}
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}
::-webkit-scrollbar{
    width: 10px;
    height: 3px;
}
html{
    height:100%;
    position: relative;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    position: relative;
    background: #fff;
    margin: 0;
    font-family: 'Gilroy-Regular';
    font-size:16px;
    color:#000;
    font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin:0;
}
img{
    display: block;
}
ul{
    padding:0;
    margin:0;
}
ul li{
    list-style: none;
}
.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width:100%;
    max-width: 1720px;
    padding:0;
    box-sizing: border-box;
    display: block;
}
.d-flex{
    display: flex;
    flex-wrap:wrap;
}
.nowrap{
    flex-wrap: nowrap;
}
.j-between{
    justify-content: space-between;
}
.j-around{
    justify-content: space-around;
}
.j-center{
    justify-content: center;
}
.j-end{
    justify-content: flex-end;
}
.a-center{
    align-items: center;
}
.a-start{
    align-items: flex-start;
}
.a-end{
    align-items: flex-end;
}
.dir-column{
    flex-direction: column;
}
.text-right{
    text-align: right;
}
.row { 
    display: flex; 
    flex-wrap: wrap; 
    margin:0 -10px;
}
a.btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { flex: 0 0 100%; padding:0 10px; }
@media (min-width: 576px) {
    .col-11 { flex: 0 0 calc(100% / 12 * 11); }
    .col-10 { flex: 0 0 calc(100% / 12 * 10); }
    .col-9 { flex: 0 0 calc(100% / 12 * 9); }
    .col-8 { flex: 0 0 calc(100% / 12 * 8); }
    .col-7 { flex: 0 0 calc(100% / 12 * 7); }
    .col-6 { flex: 0 0 calc(100% / 12 * 6); }
    .col-5 { flex: 0 0 calc(100% / 12 * 5); }
    .col-4 { flex: 0 0 calc(100% / 12 * 4); }
    .col-3 { flex: 0 0 calc(100% / 12 * 3); }
    .col-2 { flex: 0 0 calc(100% / 12 * 2); }
    .col-1 { flex: 0 0 calc(100% / 12); }
}
.page-main{
    background: url('../images/bg-main.jpg') no-repeat top center;
    padding: 170px 0 0 0;
}
.page-inner{
    padding: 151px 0 0 0;
}
header{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    padding: 20px 0;
    z-index: 10;
    background: rgba(45, 45, 45, 0.9);
}
header .logo{
    padding: 12px 0 12px 75px;
    background: url('../images/logo.svg') no-repeat;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    background-size: 50px auto;
}
header .phone{
    border-radius: 500px;
    font-weight: 600;
    font-size: 20px;
    line-height: 98%;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 17px 20px 17px 55px;
    display: inline-block;
    text-decoration: none;
    background: #0067b8 url('../images/icon-phone.svg') no-repeat left 20px top 12px;
    transition: .5s;
}
header .phone:hover{
    color:#0067b8;
    background: #fff url('../images/icon-phone-hover.svg') no-repeat left 20px top 12px;
}
header ul{
    display: flex;
    gap:30px;
    padding: 9px 0 0 0;
}
header ul li{
    display: inline-block;
    padding: 0 0 4px 0;
}
header ul li.active{
    border-bottom:2px solid #0067b8;
}
header ul li a{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
header ul li.active a{
    font-weight: 600;
}
header ul li:hover{
    border-bottom:2px solid #0067b8;
}
.promo{
    padding: 152px 0 0 0;
    min-height: 910px;
}
.promo h1{
    font-weight: 700;
    font-size: 56px;
    line-height: 117%;
    color: #fff;
    margin:0;
}
.promo p{
    font-weight: 400;
    font-size: 28px;
    line-height: 111%;
    color: #d4d4d4;
    margin:30px 0 0 0;
}
.promo .feedback{
    margin: 30px 50px 0 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 98%;
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0067b8;
    border-radius: 50px;
    padding: 23px 49.5px;
    background: #0067b8;
    transition: .5s;
}
.promo .feedback:hover{
    background: #fff;
    color: #0067b8;
}
.promo .catalog{
    margin: 30px 0 0 0;
    border: 2px solid #f1893b;
    border-radius: 50px;
    padding: 23px 34.5px;
    background: rgba(81, 39, 28, 0.58);
    text-decoration: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 98%;
    letter-spacing: -0.02em;
    color: #fff;
    transition: .5s;
}
.promo .catalog:hover{
    background: rgba(81, 39, 28, 1);
}
.b-about{
    padding: 150px 0;
}
.b-about h2{
    font-weight: 700;
    font-size: 64px;
    line-height: 117%;
    color: #000;
    margin: 0 0 60px 0;
    text-align: center;
}
.b-about p{
    font-weight: 400;
    font-size: 34px;
    line-height: 130%;
    color: #4d4d4d;
    margin:0 0 35px 0;
}
.b-about a.btn{
    width: 290px;
    height: 70px;
    font-weight: 600;
    font-size: 24px;
    line-height: 98%;
    letter-spacing: -0.02em;
    color: #fff;
    background: #f1893b;
    border-radius: 50px;
    text-decoration: none;
    transition: .5s;
    border:2px solid #f1893b;
}
.b-about a.btn:hover{
    background: #fff;
    color:#f1893b;
}
.b-about img{
    border-radius: 20px;
    margin-left: 29px;
}
.b-about .d-flex div{
    flex:1;
}
.b-services{
    background: #f0f0f0;
    padding: 150px 0;
}
.b-services h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 117%;
    color: #000;
    margin:0;
    text-align: center;
}
.services__block{
    max-width: 600px;
    font-weight: 100%;
    margin: 60px 0 0 0;
}
.services__block img{
    margin: 0 auto;
}
.services__block p.name{
    margin: 50px 0 0 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 115%;
    text-align: center;
    color: #000;
}
.services__block ul{
    padding: 34px 0 0 0;
    margin: 0;
}
.services__block ul li{
    position: relative;
    padding: 0 0 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    color: #4d4d4d;
    list-style: none;
}
.services__block ul li::before{
    content:'';
    position: absolute;
    left:7px;
    top:7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4d4d4d;
}
.b-services a.btn{
    border-radius: 50px;
    width: 290px;
    height: 70px;
    background: #f1893b;
    font-weight: 600;
    font-size: 24px;
    line-height: 98%;
    letter-spacing: -0.02em;
    color: #fff;
    text-decoration: none;
    margin: 35px auto 0;
    transition: .5s;
    border:2px solid #f1893b;
}
.b-services a.btn:hover{
    background: #fff;
    color:#f1893b;
    border:2px solid #f1893b;
}
.b-catalog{
    padding: 150px 0;
    background: url('../images/bg-top.png') no-repeat right 0 top 428px,url('../images/bg-bottom.png') no-repeat left 0 top 727px;
}
.b-catalog h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 117%;
    color: #000;
    margin: 0;
    text-align: center;
}
.b-catalog p.subtitle{
    margin:38px 0 0 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 115%;
    color: #4d4d4d;
    text-align: center;
}
.programm__list{
    display: flex;
    padding: 20px 0 0 0;
    column-gap:50px;
    flex-wrap: wrap;
    justify-content: center;
}
.programm__list .item{
    border-radius: 30px;
    padding: 61px 27px 0 27px;
    height: 250px;
    max-width: 304px;
    background: #9dcae7;
    text-align: center;
    margin: 38px 0 0 0;
}
.programm__list .item span{
    font-weight: 700;
    font-size: 96px;
    line-height: 78%;
    color: #0067b8;
}
.programm__list .item p{
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.b-contacts{
    padding: 150px 0;
    background: #f0f0f0;
}
.b-contacts h2{
    margin:0 0 60px 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 117%;
    color: #000;
    text-align: center;
}
.contacts{
    flex:1;
    display: flex;
    flex-direction: column;
}
.contacts p,
.contacts a{
    padding: 18px 0 18px 125px;
    font-weight: 500;
    font-size: 36px;
    line-height: 115%;
    color: #000;
    text-decoration: none;
    position: relative;
    margin: 15px 0;
}
.contacts a:hover{
    text-decoration: underline;
}
.contacts a.phone:before{
    content:'';
    width: 80px;
    height: 80px;
    position: absolute;
    left:0;
    top:0;
    border-radius: 50%;
    background: #0067b8 url('../images/icphone.svg') no-repeat center center;
}
.contacts a.email:before{
    content:'';
    width: 80px;
    height: 80px;
    position: absolute;
    left:0;
    top:0;
    border-radius: 50%;
    background: #0067b8 url('../images/icemail.svg') no-repeat center center;
}
.contacts p{
    padding: 8px 0 7px 125px;
}
.contacts .adres:before{
    content:'';
    width: 80px;
    height: 80px;
    position: absolute;
    left:0;
    top:0;
    border-radius: 50%;
    background: #0067b8 url('../images/icadres.svg') no-repeat center center;
}
.map{
    width: 800px;
    border-radius: 20px;
    overflow: hidden;
}
footer{
    background: #2b2b2b;
    padding: 60px 0;
}
footer .d-flex{

}
.footer__menu{
    margin: 50px 0 0 0;
    width: 28%;
}
.footer__menu:nth-child(2){
    padding: 0 50px;
    width: 44%;
}
.footer__menu p{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin:0;
}
.footer__menu ul{
    margin: 0;
    padding: 23px 0 20px 0;
}
.footer__menu ul li{
    margin: 0 0 30px 0;
}
.footer__menu ul li a{
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
.footer__menu ul li a:hover{
    text-decoration: underline;
}
.bottom{
    background: #000;
    padding: 60px 0;
    width: 100%;
}
.bottom .logo{
    padding: 12px 0 12px 75px;
    background: url(../images/logo.svg) no-repeat;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    background-size: 50px auto;
}
.bottom p{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin:0 0 0 60px;
}
.content{
    padding: 0 0 150px 0;
}
.content p{
    font-weight: 400;
    font-size: 26px;
    color: #4d4d4d;
    margin: 30px 0 0 0;
    line-height: 140%;
    text-indent: 0px;
}
.content a {
    color: #0067b8;
    border-bottom:1px solid #fff;
    text-decoration:none;
}
.content a:hover{
    border-bottom:1px solid #4d4d4d;
    color: #4d4d4d;
}
.content h1{
    margin: 40px 0 0 0;
    padding: 0 0 30px 0;
    text-align: left;
    font-weight: 700;
    font-size: 48px;
    line-height: 117%;
    color: #000;
}
.content ul.breadcrumbs{
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.content ul.breadcrumbs li{
    display: inline-block;
}
.content ul.breadcrumbs li a{
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.content ul.breadcrumbs li a:hover{
}
.content ul.breadcrumbs li span{
    font-weight: 600;
    color: #0067b8;
}
.content .items {
    margin: 0;
    padding: 30px 0 0px 0;
}
.content .items li {
    margin: 0px 0 30px 25px;
    font-weight: 400;
    font-size: 22px;
    list-style: circle;
    color: #4d4d4d;
}
.content .items li a {
    text-decoration: none;
    color: #0067b8;
}
.content .items li a:hover{
    border-bottom:1px solid #4d4d4d;
    color: #4d4d4d;
}
.footer__contacts{
    border-top: 5px solid #464646;
    padding: 60px 0;
}
.footer__contacts .item{
    width: calc(100%/3);
}
.footer__contacts p.title{
    font-weight: 700;
    font-size: 36px;
    color: #0087f2;
    margin:0;
}
.footer__contacts p.title a{
    text-decoration: none;
    color: #0087f2;
    font-weight: 700;
    font-size: 36px;
}
.footer__contacts p.title span{
    color:#fff;
}
.footer__contacts p.title a:hover{
    color: #fff;
    text-decoration: none;
}
.footer__contacts p.title a:hover span{
    color: #0087f2;
}
.footer__contacts p{
    margin: 24px 0 0 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 139%;
    color: #fff;
    max-width:400px;
}
.footer__contacts p a{
    font-weight: 500;
    font-size: 26px;
    text-decoration: none;
    color: #fff;
}
.footer__contacts p a:hover{
    text-decoration: underline;
}
.nav-toggle {
    display: none;
}
.mobile__menu {
    background: #2d2d2d;
    top: 0px;
    left: -1000px;
    transition: .4s;
    position: fixed;
    padding: 20px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.mobile__menu.active {
    left: 0;
}
@media (max-width: 1370px) and (min-width: 0) {
    .page-main{
        padding: 90px 0 0 0;
    }
    .container{
        padding: 0 15px;
    }
    header{
        padding: 20px 0;
    }
    .bottom .logo,
    header .logo {
        padding: 5px 0 7px 52px;
        font-size: 30px;
        background-size: 38px auto;
    }
    header ul{
        gap:20px;
    }
    header .phone {
        font-size: 20px;
        padding: 16px 25px 16px 55px;
        background: #0067b8 url(../images/icon-phone.svg) no-repeat left 23px top 15px;
        background-size: 20px auto;
    }
    header ul li a{
        font-size: 18px;
    }
    .promo{
        padding: 100px 0 0 0;
        min-height: 650px;
    }
    .b-about{
        background: #fff;
    }
    .b-contacts,
    .b-services,
    .b-catalog,
    .b-about{
        padding: 100px 0;   
    }
    .b-catalog h2,
    .b-services h2,
    .b-about h2{
        font-size: 48px;
    }
    .b-about p{
        font-size: 34px;
    }
    .footer__menu p{
        font-size: 30px;
    }
    .footer__menu ul li a{
        font-size: 20px;
    }
    .footer__menu ul li{
        margin: 0 0 10px 0;
    }
    footer{
        padding: 20px 0;
    }
    .footer__contacts p a,
    .footer__contacts p{
        font-size: 22px;
    }
    .footer__contacts p.title,
    .footer__contacts p.title a{
        font-size: 36px;
    }
    .contacts a.phone:before,
    .contacts a.email:before,
    .contacts .adres:before{
        width: 80px;
        height: 80px;
    }
    .page-inner {
        padding: 130px 0 0 0;
    }
    .content ul.breadcrumbs,
    .content ul.breadcrumbs li a,
    .content ul.breadcrumbs li span{
        font-size: 20px;
    }
    .content h1{
        font-size: 45px;
    }
    .map {
        width: 770px;
        height: 500px;
    }
    .content p{
        font-size: 26px;
    }
    .contacts p, .contacts a{
        margin: 35px 0 0 0;
        padding: 15px 0 15px 106px;
        font-weight: 500;
        font-size: 34px;
    }
}
@media (max-width: 810px) and (min-width: 0) {
    .page-main {
        background: url(../images/bg-main-mobile.jpg) no-repeat top center;
        padding: 65px 0 0 0;
    }
    header{
        padding: 20px 0;
    }
    header ul{
        display: none;
    }
    .mobile__menu .logo,
    header .logo {
        padding: 3px 0 3px 37px;
        background: url(../images/logo.svg) no-repeat;
        font-weight: 600;
        font-size: 16px;
        background-size: 22px 25px;
        color: #fff;
        text-decoration: none;
    }
    header .phone{
        margin-right: 38px;
        font-weight: 600;
        font-size: 10px;
        line-height: 98%;
        letter-spacing: -0.02em;
        color: #fff;
        padding: 8px 10px 7px 27px;
        background: #0067b8 url(../images/icon-phone.svg) no-repeat left 10px top 7px;
        background-size: 12px 12px;
    }
    .nav-toggle {
        position: absolute;
        top: 6px;
        right: 20px;
        margin: 0;
        display: block;
        cursor: pointer;
        width: 18px;
        z-index: 1;
        height: 14px;
    }
    .nav-toggle span{
        width:18px;
        display:block;
        height:2px;
        background:#fff;
        transition: all 0.3s ease 0s;
        top: calc(50% - 1px);
        left: 0px;
        position: absolute;
        width: 100%;
        background-color: #fff;
    }
    .nav-toggle span:first-child {
        top: 0px;
    }
    .nav-toggle span:last-child {
        top: auto;
        bottom: 0px;
    }
    .mobile__menu {
        display: block;
    }
    .mobile__menu ul{
        padding: 20px 0 0 0;
    }
    .mobile__menu ul li{
        margin: 10px 0 0 0;
    }
    .mobile__menu ul li.active a{
        border-bottom:2px solid #0067b8;
    }
    .mobile__menu ul li a{
        text-decoration: none;
        font-weight: 500;
        font-size: 24px;
        color: #fff;
    }
    .promo{
        padding: 52px 0 0 0;
        min-height: 343px;
    }
    .promo h1{
        font-size: 24px;
    }
    .promo h1 br{
        display: none;
    }
    .promo p{
        font-weight: 400;
        font-size: 16px;
        color: #d4d4d4;
        margin: 15px 0 0 0;
    }
    .container{
        padding: 0 20px;
    }
    .promo .feedback{
        padding: 9px 22px;
        font-size: 12px;
        margin: 15px 20px 0 0;
    }
    .promo .catalog{
        padding: 9px 14.5px;
        font-size: 12px;
        margin: 15px 0 0 0;
    }
    .b-services,
    .b-about{
        padding: 50px 0;
    }
    .b-about h2{
        font-size: 24px;
        line-height: 104%;
        color: #000;
        margin: 0 0 20px 0;
    }
    .b-about p{
        font-weight: 400;
        font-size: 12px;
        color: #4d4d4d;
        margin: 0 0 5px 0;
    }
    .b-about img{
        max-width: 166px;
    }
    .b-about a.btn {
        width: 140px;
        height: 30px;
        font-size: 12px;
        line-height: 98%;
        letter-spacing: -0.02em;
        color: #fff;
    }
    .b-services h2{
        font-weight: 700;
        font-size: 24px;
        line-height: 104%;
        color: #000;
    }
    .services__block{
        margin: 20px 0 0 0;
    }
    .services__block img{
        max-width: 80px;
    }
    .services__block p.name{
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        color: #000;
        margin: 20px 0 0 0;
    }
    .services__block ul li{
        font-size: 14px;
    }
    .services__block ul li::before{
        top:6px;
    }
    .b-services a.btn{
        margin: 20px auto 0;
        width: 140px;
        height: 30px;
        font-size: 12px;
        line-height: 98%;
        letter-spacing: -0.02em;
        color: #fff;
    }
    .b-catalog{
        padding: 50px 0;
                background: url(../images/line.png) no-repeat left bottom 110px;
    }
    .b-catalog h2{
        font-weight: 700;
        font-size: 24px;
        line-height: 104%;
        color: #000;
    }
    .b-catalog p.subtitle{
        font-weight: 500;
        font-size: 20px;
        color: #4d4d4d;
        margin: 10px 0 0 0;
    }
    .programm__list .item {
        border-radius: 30px;
        padding: 14px 13px 0 13px;
        height: 135px;
        max-width: 150px;
        margin: 10px 0 0 0;
    }
    .programm__list .item span{
        font-weight: 700;
        font-size: 48px;
        line-height: 156%;
        text-align: center;
        color: #0067b8;
    }
    .programm__list .item p{
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        color: #000;
    }
    .b-contacts {
        padding: 50px 0 100px 0;
    }
    .b-contacts h2{
        font-weight: 700;
        font-size: 24px;
        line-height: 104%;
        color: #000;
        margin:0;
    }
    .contacts p, .contacts a{
        margin: 20px 0 0 0;
        padding: 13px 0 13px 70px;
        font-weight: 500;
        font-size: 20px;
        color: #000;
    }
    .contacts a.phone:before{
        width: 50px;
        height: 50px;
        background: #0067b8 url(../images/icphone.svg) no-repeat center center;
        background-size: 21px 21px;
    }
    .contacts a.email:before{
        width: 50px;
        height: 50px;
        background: #0067b8 url(../images/icemail.svg) no-repeat center center;
        background-size: 21px 21px;
    }
    .contacts .adres:before{
        width: 50px;
        height: 50px;
        background: #0067b8 url(../images/icadres.svg) no-repeat center center;
        background-size: 21px 21px;
    }
    .map{
        width: 100%;
        height: 336px;
        overflow: hidden;
        margin: 20px 0 0 0;
    }
    .footer__menu{
        width: 30%;
        margin: 0;
    }
    .footer__menu p{
        font-size: 20px;
    }
    .footer__menu ul li a{
        font-size: 12px;
    }
    .footer__menu:nth-child(2) {
        padding: 0;
        width: 70%;
    }
    .footer__menu:last-child{
        width: 100%;
    }
    .footer__menu ul li{
        margin: 0 0 10px 0;
    }
    .footer__contacts{
        padding: 20px 0 0 0;
        border-top: 3px solid #464646;
    }
    .footer__contacts p.title{
        font-weight: 700;
        font-size: 20px;
        line-height: 125%;
        color: #0087f2;
    }
    .footer__contacts p a{
        font-size: 12px;
    }
    .footer__contacts p{
        font-size: 12px;
        margin:10px 0 0 0;
    }
    .footer__contacts .item{
        flex: auto;
        width: auto;
        margin: 0 0 20px 0;
    }
    .footer__contacts p.title a{
        font-size: 20px;
    }
    footer{
        padding: 50px 0 0 0;
    }
    .bottom{
        padding: 30px 0;
    }
    .bottom .logo {
        padding: 3px 0 3px 37px;
        background: url(../images/logo.svg) no-repeat;
        font-weight: 600;
        font-size: 16px;
        background-size: 22px 25px;
        line-height: 120%;
    }
    .bottom p{
        font-size: 12px;
        margin:0;
    }
    .bottom .d-flex{
        justify-content: space-between;
    }
    .mobile__menu .close{
        position: absolute;
        top:26px;
        right:20px;
    }
    .page-inner {
        padding: 115px 0 0 0;
    }
    .content{
        padding: 0 0 85px 0;
    }
    .content ul.breadcrumbs,
    .content ul.breadcrumbs li span,
    .content ul.breadcrumbs li a{
        font-size: 14px;
    }
    .content h1{
        font-size: 24px;
        line-height: 104%;
        color: #000;
        margin: 20px 0 0 0;
        padding: 0 0 15px 0;
    }
    .content p{
        font-weight: 400;
        font-size: 12px;
        color: #4d4d4d;
        margin: 5px 0 0 0;
    }
}
