html {
    scroll-behavior: smooth; 
}
  
ul {
    list-style: none; 
}

select, button {
    outline: none;
    border: none; 
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0; 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

body {
    font-family: 'Commissioner', sans-serif;
    font-style: normal; 
}
.bold {
    font-weight: 600!important;
}
.pb-40{
    padding-bottom: 40px!important;
}
.pb-20{
    padding-bottom: 20px!important;
}
.pb-15{
    padding-bottom: 15px!important;
}
.pb-10{
    padding-bottom: 10px!important;
}
.pt-10{
    padding-top: 10px!important;
}
.pl-15{
    padding-left: 15px!important;
}
.pl-5{
    padding-left: 3px!important;
}
.btn-blue{
    padding: 9px 31px 12px;
    background: #1693C2;
    color: #fff;
}
.btn-blue-contur{
    padding: 5.5px 76px;
    background: #FFFFFF;
    color: #1693C2;
    border: 1px solid #1693C2;
}
a:hover{
    color: #fff;
}
p{
    font-size: 16px;
}
.container{
    width: 1140px;
    margin: 0 auto;
    padding-left: 0!important;
    padding-right: 0!important;
}
.row{
    padding-left: 0!important;
    padding-right: 0!important;
    margin: 0!important;
}
.col-4, .col-6, .col-12{
    padding-left: 0!important;
    padding-right: 0!important;
    margin: 0!important;
}
/**/
.logo_city_block{
    width: 300px;
}
.search_block{
    width: 400px;
}
.contacts_block{
    width: 442px;
}
.header-navbar_logo{
    float: left;
}
.header-top_title{
    float: right;
    width: 77px;
    margin-top: 20px;
}

.header-top_wrapper{
    width: 1440px;
    border-bottom: 1px solid #D3DCE2;
    margin: 0 auto;
}
.header-top_wrapper .header-top {
    height: 99px;
    max-width: 100%;
    display: flex;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}
.site_location{
    width: 44px;
    height: 14px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #2C2E35;
    padding-left: 8px;
}
.site_location_mark{
    float: left;
    width: 14px;
    height: 15px;
}
.header-top_backcall{
    float: right;
    margin-top: 5px;
}
.header-top .header-top_backcall a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 40px;
    background: #2C2E35;
}
.header-top_contacts{
    float: left;
}
.header-top_contacts_link {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 170%;
    display: flex;
    align-items: center;
}
.header-top_contacts_link a{
    color: #2C2E35; 
}
.header-top_contacts_text{
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #828282;
}
/*top menu*/
.header-navbar_wrapper{
    max-width: 1138px;
    margin: 0 auto;
}
.top_catalog_list{
    height:50px;
    display: flex;
    max-width: 100%;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}
.top_catalog_list li{
    float: left;
}
.top_catalog_list img{
    float: left;
}
.top_catalog_list a{
    height: 20px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #2C2E35;
    padding-right: 5px;
    float: left;
}
.menu_catalog_link a{
    margin-top: 5px;
    padding-left: 5px;
}
.personal_block{
    width: 250px;
}
/*main page*/
.main_container h2{
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #2C2E35;
    padding-bottom: 32px;
}
/*Баннер*/
.info_block1{
    padding-top: 140px;
}
.main_banner{
    width: 1440px;
    margin: 0 auto;
}
.main_banner h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #FFFFFF;
    font-style: normal;
    text-align: left;
    padding-bottom: 10px;
}
.carousel-caption{
    width: 520px;
    left: 150px;
    text-align: left;
    top:0;
    padding-top: 250px;
}
.main_banner .carousel-inner{
    height: 600px;
}
.carousel-item img{
    display: block;
}
.banner_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    width: 200px;
    height: 40px;
}
/*Инфоблок*/
.info_block2{
    padding-top: 140px;
}
/*Каталог*/
.info_block3{
    padding-top: 140px;
}
.catalog_group .row{
    padding-bottom: 50px;
    justify-content: space-between;
}
.catalog_group .card{
    width: 366px;
    height: 264px;
    border: none;
}
.catalog_group .card img{
    height: 220px;
    border-radius: 0%;
}
.catalog_group .card-body{
    background-color: #2C2E35;
    padding: 0;
    max-height: 100%;
    vertical-align: middle;
}
.catalog_group .card-text{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 200%;
}
.card a{
    color: #FFFFFF;
}
.catalog_button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    width: 198px;
    height: 40px;
    margin: 0 auto;
}
.catalog_group{
    padding-bottom: 40px;
}
/*Блок с формами*/
.form_block{
    padding-top: 140px;
}
.form_block_text{
    margin: 0 auto;
    margin-top: 72px;
    text-align: center;
}
.form_block_text_left{
    margin-top: 72px;
    margin-left: 60px;
    text-align: left;
}
.form_block h2, .form_block h3, .form_block p, .form_block a{
    color: #FFFFFF;
}
.form_block_1{
    display: flex;
    height: 320px;
    background: #2C2E35;
}
.form_block_2{
    display: flex;
    height: 320px;
    background: url(/img/form_block_2.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
.form_block_3{
    display: flex;
    height: 320px;
    background: #828282;
}
.form_block_3 h3{
    font-size: 24px;
}
.form_block_4{
    display: flex;
    height: 320px;
    background: #1693C2;
}
.form_block_4 h2{
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-top: 54.5px;
}
.form_block_4 a{
    font-size: 16px;
    text-decoration-line: underline;
    line-height: 120%;
}
/*Скидки*/
.sale_block h2{
    padding-top: 132px;
    padding-bottom: 10px;
    text-align: left;
}
.tab-pane{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
    margin: 0 auto;
}
.tab-pane .row{
    justify-content: space-between;
}
.sale_card{
    width: 270px;
    height: 391px;
    padding: 0;
}
.sale_card .card{
    height: 391px;
    border: none;
}
.sale_card .card-body{
    padding: 20px 0 0 10px;
}
.sale_card .card-body p{
    font-size: 14px;
    line-height: 130%;
    color: #2C2E35;
    margin: 0;
}
.sale_card .card-body span{
    font-size: 12px;
    line-height: 180%;
    color: #828282;
}
.sale_card .card img{
    width: 270px;
    height: 270px;
}
.sale_block .nav-tabs{
    border: 0;
}
.sale_block .nav-link{
    padding: 3px 9.2px 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #D3DCE2;
    font-size: 14px;
    color: #2C2E35;
}
.sale_block .nav-link.active{
    background: #D3DCE2;
    color: #2C2E35;
}
/*Производители*/
.manufactors_block h2{
    padding-top: 132px;
    padding-bottom: 10px;
    text-align: left;
}
.manufactors_block .tab-pane{
    padding: 20px 0 10px 0;
}
.manufactors_block .nav-tabs{
    border: 0;
}
.manufactors_block .nav-link{
    padding: 3px 9.2px 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #D3DCE2;
    font-size: 14px;
    color: #2C2E35;
}
.manufactors_block .nav-link.active{
    background: #D3DCE2;
    color: #2C2E35;
}
.manufactor_button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    width: 223px;
    height: 40px;
    margin: 0 auto;
}
/*Блок с местами применения*/
.info_block4{
    padding-top: 140px;
}
.info_block4 .carousel-inner{
    width: 100%;
    height: 100%;
}
.info_block4 .carousel-item{
    width: 570px;
    height: 400px;
}
.info_block4 h3, .info_block4 p{
    color: #2C2E35;
    line-height: 120%;
}
.info_block4 img{
    width: 100%;
}
.info_block4 .text_block{
    padding: 0 0 0 30px;
}
.info_block4 .col-5{
    padding: 0;
}
.info_block4_button{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    width: 200px;
    height: 40px;
}
.info_block4 .tab-pane{
    padding: 20px 0 10px 0;
}
.info_block4 .nav-tabs{
    border: 0;
}
.info_block4 .nav-link{
    padding: 3px 9.2px 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #D3DCE2;
    font-size: 14px;
    color: #2C2E35;
}
.info_block4 .nav-link.active{
    background: #D3DCE2;
    color: #2C2E35;
}
/*Блок с формой обратной связи*/
.backcall_block{
    margin-top: 140px;
    width: 1140px;
    height: 355px;
    background: #1693C2;
}
.backcall_block h3, .backcall_block p, .backcall_block button, .backcall_block input, .backcall_block label{
    color: #FFFFFF;
}
.backcall_block h3{
    font-size: 32px;
    font-weight: 700;
}
.backcall_block label{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.backcall_block .form-check-label{
    font-weight: 400;
}
.backcall_block form{
    width: 470px;
    padding: 60px 0 0 40px;
}
.backcall_block .text_block{
    padding: 100px 0 0 80px;
    width: 550px;
}
.backcall_block ::placeholder{
    color: #828282;
    font-style: italic;
}
.backcall_button{
    background: #2C2E35;
    width: 185px;
    height: 40px;
}
/*footer*/
.footer{
    width: 1140px;
    height: 360px;
    margin: 0 auto;
    padding-top: 140px;
}
.footer .row{
    max-width: 100%;
}
.site_location_mark img{
    vertical-align: top;
}
.footer-top_wrapper .footer_block {
    height: 99px;
    max-width: 100%;
    display: flex;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}
.footer_catalog_list a{
    height: 20px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2C2E35;
    padding-right: 5px;
}
.footer_contact_block{
    float: right;
}
.footer_backcall{
    padding-bottom: 10px;
}
.footer_backcall_button{
    width: 237px;
    height: 40px;
    background: #2C2E35;
    color: #fff;
}
.footer_backcall_button:hover{
    color: #fff;
}
.footer_contacts_link a{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #2C2E35;
}
.footer_search{
    width: 395px;
}
form {
    position: relative;
    margin: 0 auto;
}
.footer_search input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
  }
.footer_search button {
    position: absolute; 
    top: 0;
    right: 0px;
    width: 42px;
    height: 42px;
    border: none;
    background: #fff;
    border: 1px solid #ced4da;
    border-left: 0;
    cursor: pointer;
}
.footer_search button:before {
    display: inline-block;
    margin-top: 5px;
    content: url("/img/search.png");
}
.footer_search ::placeholder{
    color: #828282;
}
/*Форма "Свяжитесь с нами"*/
.modal_form_button{
    float: right;
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        padding: 20px 30px;
        gap: 10px;
        height: 40px;
}

/*****Adaptive*****/
    /*Класс для скрытия элемента на версии для пк*/
    .desktop_display{
        display: block;
    }
    .desktop_display_flex{
        display: flex;
    }
    /*Класс для скрытия элемента для скрытия на мобильной версии*/
    .mobile_display{
        display: none;
    }

.container, .container-sm, .container-md, .container-lg, .container-xl {
    margin: 0 auto;
}
@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}
@media screen and (max-width: 600px){
    /*Класс для скрытия элемента на версии для пк*/
    .desktop_display{
        display: none!important;
    }    
    .desktop_display_flex{
        display: none!important;
    }
    /*Класс для скрытия элемента для скрытия на мобильной версии*/
    .mobile_display{
        display: block!important;
    }
    .container{
        width: 360px;
    }
    /*Мобильная шапка*/
    .header-top_wrapper .header-top {
        height: 136px;
        max-width: 100%;
    }
    .mob_menu{
        padding: 10px 20px;
    }
    .mob_header_icons{
        padding-top: 4px;
        text-align: right;
    }
    .header-top_wrapper{
        width: 360px;
    }    
    .header-navbar_wrapper{
        width: 360px;
    }
    /*Баннер*/
    .main_banner{
        width: 360px;
    }
    .carousel-item {
        width: auto;
		display:none;
    }
    .carousel-caption {
        width: 320px;
        left: 20px;
        text-align: left;
        top: auto;
        bottom: 104px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .main_banner .carousel-inner {
        height: 600px;
    }
    .banner_button {
        padding: 20px 30px;
        width: auto;
    }
    /*Блоки на главной*/
    .info_block1 {
        padding-top: 0;
    }
    .info_block2 {
        padding-top: 60px;
    }
    .info_block3 {
        padding-top: 60px;
    }
    .info_block2 img{
        margin: 0 auto;
    }
    .catalog_group{
        width: 320px;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .catalog_group .card {
        width: 320px;
        padding-bottom: 16px;
    }
    .catalog_group .card {
        height: 284px;
    }
    .catalog_group .row {
        padding-bottom: 0;
    }
    /*form block*/
    .form_block {
        padding-top: 60px;
    }
    .form_block_text {
        margin-top: 40px;
    }
    .form_block_text_left {
        margin-top: 40px;
        margin-left: 20px;
        font-size: 16px;
        line-height: 120%;
    }
    .form_block_4 h2{
        padding-top: 0;
        font-size: 24px;
    }
    .form_block_1{
        height: 285px;
    }
    .form_block_2{
        height: 256px;
    }
    .form_block_3 {
        height: 262px;
    }
    .form_block_4{
        height: 128px;
    }
    /*sale_block*/
    .sale_block{
        width: 320px;    
        margin: 0 auto
    }
    .sale_card .card img {
        width: 320px;
        height: 320px;
    }
    .sale_block h2 {
        padding-top: 60px;
    }
    .sale_card {
        width: 320px;
        height: 300px;
        padding: 0;
    }
    /*manufactors_block*/
    .manufactors_block{
        width: 320px;    
        margin: 0 auto
    }
    .manufactors_block .tab-pane {
        padding: 20px 0 25px 0;
    }
    .manufactor_button{
        width: auto;
    }
    .manufactors_slider{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .manufactors_block .carousel-inner {
        height: 100px;
    }
    /*info_block4*/
    .info_block4{
        width: 320px;    
        margin: 0 auto;
        padding-top: 60px;
    }
    .info_block4 .tab-pane {
        padding: 0 0 10px 0;
    }
    .info_block4 .text_block {
        padding: 30px 0 0 0;
    }
    .info_block4_button {
        justify-content: center;
        width: auto;
    }
    /*backcall_block*/
    .backcall_block{
        width: 360px;
        height: 528px;
        margin: 0 auto;
        margin-top: 60px;
    }
    .backcall_block .text_block {
        padding: 40px 0 0 20px;
        width: 320px;
    }
    .backcall_block form {
        width: 320px;
        padding: 0;
    }
    .backcall_button {
        background: #2C2E35;
        width: 320px;
        height: 40px;
    }
    /*footer*/
    .footer {
        width: 320px;
        height: 470px;
        margin: 0 auto;
        padding-top: 60px;
    }
    .footer ul{
        padding: 0;
        margin: 0;
    }
    .footer_search {
        width: 320px;
        padding: 20px 0 20px 0;
    }
    .footer_backcall {
        padding:10px 0 35px 0;
    }
    .footer_backcall_button {
        width: 320px;
    }
}