
body {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
        overflow-x: hidden !important;
        position: relative;
            font-variant-numeric: tabular-nums;
}
html{    overflow-x: hidden !important;}
*{    outline: 0 !important;}
button.btn-custom {
    min-height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background-color: #b3d135;
    color: #333333;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    outline: none;
}
img{max-width: 100%;}
button.btn-custom:hover {
    box-shadow: 0 0 25px 0 rgba(179, 209, 53, 1);
}
a{
    cursor: pointer;
}
h2{font-size: 25px;}
.w100{width: 100%;}
.mb0{margin-bottom:0px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.mt0{margin-top:0px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mt100{margin-top:100px;}
.mt-20{margin-top:-20px;}
.mt-40{margin-top:-40px;}
.mt-60{margin-top:-60px;}
.mt-80{margin-top:-80px;}
.nopadding{padding:0px;}
.nopr{padding-right:0px;}
.nopl{padding-left:0px;}
.pinside10{padding:10px;}
.pinside20{padding:20px;}
.pinside30{padding:30px;}
.pinside40{padding:40px;}
.pinside50{padding:50px;}
.pinside60{padding:60px;}
.pinside80{padding:80px;}
.pinside130{padding:130px;}
.pdt10{padding-top:10px;}
.pdt20{padding-top:20px;}
.pdt30{padding-top:30px;}
.pdt40{padding-top:40px;}
.pdt60{padding-top:60px;}
.pdt80{padding-top:80px;}
.pdb10{padding-bottom:10px;}
.pdb20{padding-bottom:20px;}
.pdb30{padding-bottom:30px;}
.pdb40{padding-bottom:40px;}
.pdb60{padding-bottom:60px;}
.pdb80{padding-bottom:80px;}
.pdl10{padding-left:10px;}
.pdl20{padding-left:20px;}
.pdl30{padding-left:30px;}
.pdl40{padding-left:40px;}
.pdl60{padding-left:60px;}
.pdl80{padding-left:80px;}
.pdr10{padding-right:10px;}
.pdr20{padding-right:20px;}
.pdr30{padding-right:30px;}
.pdr40{padding-right:40px;}
.pdr60{padding-right:60px;}
.pdr80{padding-right:80px;}
.tac{text-align: center;}

.bold{
    font-weight: bold;
}
.text-medium {
    font-size: 18px;
    font-weight: bold;
}

.text-big {
    font-size: 22px !important;
    font-weight: bold;
}

.text-superbig {
    font-size: 52px;
    font-weight: bold;
}
.fl{
    float: left;
}
.fdc{flex-direction: column;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.jcc{justify-content: center;}
.jcsb{justify-content: space-between;}
.jcsa{justify-content: space-around;}
.aic{align-items: center;}
.aifs{
    align-items: flex-start;
}
header{
    background:#f5f9fc;
    padding: 10px 0;
}
.header-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#top-header-menu{
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
#top-header-menu li{
    list-style: none;
    position: relative;
}
#top-header-menu li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;

    text-transform: uppercase;
    color: #2F2F2F;
}
#top_menu{
    width: calc(100% - 250px);
}
footer{
    border-top: 50px solid #309CC0;
    background: #00355F;
    color: #fff;
    padding-top: 50px;
}
footer ul{
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
ul.contacts{
    padding-left: 0px;
}
ul.contacts li{
    list-style: none;

    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
ul.contacts li i{
    width: 20px;
    margin-right: 5px;
}
ul.contacts li span, ul.contacts li a{
    color: #fff;
    /*font-weight: 500;*/
    font-size: 16px;
    width: calc(100% - 25px);
}
footer .col-sm-4{
    margin-bottom: 50px;
}
footer .footer-header{
    font-weight: 500;
font-size: 21px;
line-height: 25px;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 35px;
}
footer .menu{
    padding-left: 0px;
}
footer .menu li{
list-style: none;

    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}
footer .menu li a{
    color: #fff;
    /*font-weight: 500;*/
    font-size: 16px;
}
#breadcrumbs{
    margin: 10px 0;
    font-size: 14px;
}
#breadcrumbs a{
    color: #00355F;
}
.tovar-block{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tovar-for-slide{

    width: 270px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;

}
.tovar-for-slide img{

}
.tovar-rec-img{
    height: 300px;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.text-type{
    color: #7B7B7B;
    font-size: 16px;
}
.text-name{
    color: #7B7B7B;
    font-size: 18px;
    min-height: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
        margin-top: 10px;
    font-weight: 600;
}
.copyr{
        border-top: 5px solid #309CC0;
    background: #00355F;
}
.copyr p{
    color: #fff;
    margin:  20px 0;
    color: #fff;
}
.desk-hidden{
    display: none;
}
#menu21+label  div {
    left: 0px;
  }
#menu21+label  div:nth-child(2):before {
    content: "";
    opacity: 0;
  }


#menu21:checked+label  div:first-child {
    top: 10px;
    left: 0px;
    transform: rotate(-45deg);
  }
#menu21:checked+label  div:nth-child(2) {
    top: 10px;
    left: 40px;
    width: 22px;
  }
#menu21:checked+label  div:nth-child(2):before {
    content: "";
    opacity: 1;
    transform: rotate(45deg);
    background: none;
    border-bottom: 5px solid #00355F;
    border-left: 5px solid #00355F;
    border-radius: 0px;
    height: 15px;
    width: 15px;
    top: -5px;
  }
#menu21:checked+label  div:nth-child(3) {
    top: 10px;
    left: 0px;
    transform: rotate(45deg);
  }

.burger input {
  display: none;
}
.burger b{
    display: none;
}
#menu21:checked ~ #for-mobile-block{
    left: 0;
}
label.mob-menu {
  position: relative;
  width: 50px;
  height: 25px;
  display: flex;
  cursor: pointer;
  margin: 1.7em;
  transition: all .5s;
  text-align: left;
  margin:0px;
}

label.mob-menu div,
label.mob-menu div:before,
label.mob-menu div:after {
  background: #00355F;
  position: absolute;
  height: 5px;
  width: 50px;
  border-radius: 4px;
  transition: all .5s;
}
label.mob-menu  div:first-child {
    top: 0px;
  }
 label.mob-menu  div:nth-child(2) {
    top: 15px;
  }
 label.mob-menu  div:nth-child(3) {
    top: 30px;
  }
#for-mob-menu{
    position: fixed;
    top: 0;
    z-index: 20;
    left: -100%;
    width: calc(100% - 100px);
    background: #fafafa;
    padding: 20px 0px;
    box-shadow: 0px 0px 10px #bebebe;
    bottom: 0;
    overflow-y: scroll;
    transition: .4s;
    display: none;
}
#for-mob-menu.open{
    left: 0;
}
#mobile_menu{
    padding: 0;
    margin: 0;
}
#mobile_menu .sub-menu{
    display: none;
    list-style: none;
    font-size: 12px;
    width: 100%;
}
#mobile_menu>li{
    padding: 10px 0;
    border-bottom: 1px solid #bebebe;
}
#mobile_menu>li a{
    width: 100%;
    padding: 0 15px;
    flex-wrap: wrap;
    display: flex;
}
#mobile_menu li.menu-item-has-children{
    display: flex;
    flex-wrap: wrap;
}
#mobile_menu li.menu-item-has-children>a{
    width: calc(100% - 50px);
    
}
#mobile_menu>li.menu-item-has-children .toggle-sub{
width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #bebebe;

}
#mobile_menu>li.menu-item-has-children .toggle-sub i{
    transition: .4s;
}
#mobile_menu>li.menu-item-has-children .toggle-sub.active i{
    transform: rotate(180deg);
}
#mobile_menu .sub-menu a{
        padding: 5px 15px;
    border-bottom: 1px solid #e1e1e1;

}
#mobile_menu .sub-menu li:last-child a{
    border-bottom: 0px;
}

ul#top-header-menu li .sub-menu {
    position: absolute;
    min-width: max-content;
    flex-direction: column;
    padding: 18px 20px;
    list-style: none;
    background: #fff;
    color: #fff!important;
    top: -9945px;
    opacity: 0;
    transition: .4s opacity;
    z-index: -999999;
    justify-content: space-between;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    border-radius: 0;
    display: flex;
    min-width: 100%;
    width: 280px;
}
#top-header-menu>li{
    padding-top:10px;
    padding-bottom: 10px;
}

ul#top-header-menu li.menu-item-has-children{
    padding-right: 15px;
}
ul#top-header-menu li.menu-item-has-children:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 50%;
    right: 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    border-top-color: inherit;
}
ul#top-header-menu li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    z-index: 99;
}
#top-header-menu li ul a{
    font-size: 14px;
}
ul#top-header-menu li .sub-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    left: 10px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: -20px;
    border-bottom-color: #fff;
}
.wpcf7-form{
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px #bebebe;
margin-bottom: 20px;
}
.wpcf7-form span.wpcf7-form-control-wrap{
    max-width: 100%;
}
.wpcf7-form span.wpcf7-form-control-wrap input{
    width: 100%;
    border: 0.5px solid #999999;
box-sizing: border-box;
border-radius: 5px;
padding: 8px 15px;
margin-bottom: 15px;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea{
    width: 100%;
    border: 0.5px solid #999999;
box-sizing: border-box;
border-radius: 5px;
padding: 5px 15px;
margin-bottom: 15px;
    height: 146px;
}
.wpcf7-form input[type="submit"]{
    background: #00355f;
    color: #fff;
    border: 2px solid #00355f;
    transition: .4s;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:disabled{
    opacity: 0.4;
}
.wpcf7-acceptance label{
    position: relative;
    display: flex;
    margin-bottom: 10px;
    font-weight: normal;
}
.wpcf7-acceptance label input{
    width: 20px !important;
    height: 20px;
    margin: 0 10px 0 0;
    opacity: 0;
    z-index: 3;
}
.wpcf7-acceptance label span{
    width: calc(100% - 30px);
    font-size: 12px;
}
.wpcf7-acceptance label span:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid;
    left: 0;
    top: 2px;
}
.wpcf7-acceptance label input:checked~span:after{
content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00355f;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    border: 1px solid #333;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin-left: 0px;
}







@media(max-width: 998px){
    .desk-hidden{
        display: block;
    }
    #top_menu{
        display: none;
    }
    #wpadminbar{
        display: none;
    }
    #for-mob-menu{
        display: block;
    }
}








@media(max-width: 600px){
    .tovar-block{
        justify-content: center;
    }
}