*{
    outline:none !important;
}

html,
body{
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: absolute;
    left: -396px;
    top: 330px;
    background-image: url(../images/body.png);
    width: 792px;
    height: 792px;
    z-index: -1;
}
/* body::after {
    left: auto;
    right: -396px;
    top: auto;
    bottom: 1190px;
} */

.scroll-blue::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.scroll-blue::-webkit-scrollbar-track {
    background: #cfcfcf;
}

.scroll-blue::-webkit-scrollbar-thumb {
    background: #26466f;
}
.scroll-blue::-webkit-scrollbar-thumb:hover {
    background: #26466f;
}

img,
input {
    max-width: 100%;
}

a {
    transition: 0.3s linear;
    color: #5597ef;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #22b9ad;
}

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

header {
    padding-top: 12px;
    padding-bottom: 4px;
}
header .logo {
    margin-right: 20px;
}
header .social {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: initial;
    height: 27px;
}
header .social li {
    display: inline-block;
    font-size: 21px;
    margin: 0 14px;
}
header .social li a {
    color: #018e9b;
}
header .search-form {
    position: relative;
    margin: 0;
}
header > .container > .row {display: flex;align-items: center;}
header .search-form input {
    width: 100%;
    padding: 18px 21px;
    max-height: 49px;
    border-radius: 7px;
    border: 1px solid #c8c8c8;
    background: none;
    font-size: 12px;
}
.slogon {
    color: #29466F;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
header .search-form input[type="submit"] {
    position: absolute;
    right: 16px;
    bottom: 15px;
    margin: auto;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/icons/search.svg) no-repeat;
    box-shadow: none;
    padding: 0;
}
header .contacts {
    display: flex;
    justify-content: center;
    padding-left: 25px;
    gap: 25px;
}
header .contacts a {
    display: block;
    color: #000000;
    font-size: 17px;
}
header .callback,
footer .callback,
.btn-green{
    display: inline-block;
    background-color: #f4f8fb;
    background-image: linear-gradient(to top, #018e9b 0%, #22b9ad 100%);
    padding: 14px 22px;
    border-radius: 7px;
    border: none;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    margin-top: 13px;
}
footer .callback{background: #ffffff;color: #01919a}
header .callback:hover,
.btn-green:hover{
    background-image: linear-gradient(to top, #018e9b 0%, #249b91 100%);
}

.btn-green.min{
    padding: 8px 40px;
}

header nav {
    position: relative;
    background-color: #ffffff;
    z-index: 3;
}

header .mob-nav {
    display: none;
}
header nav ul {
    display: inline-block;
    list-style: none;
    margin: 0 -20px;
    padding: 25px 0;
    z-index: 1;
}
.t_work{
    display: block;
    padding: 25px 0px;
    font-size: 16px;
}
header nav ul li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}

header nav ul li a {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
header nav ul li a.parent::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10px;
    background-image: url('../images/parent_arr.png');
    width: 10px;
    height: 6px;
    display: block;
}
header nav ul li a.no-icon::after {
    display: none;
}
header nav ul li:hover a:hover:after {
    transform: rotate(-90deg);
    top: 7px;
}
header nav ul li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
    padding: 15px;
    width: max-content;
    left: 20px;
    top: 50px;
    background: #fff;
    box-shadow: -3px 0px 10px rgb(191 191 191 / 50%);
    z-index: 50;
}
header nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
}
header nav ul li ul li {
    display: block;
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
}
header nav ul li ul li:last-child {
    padding-bottom: 0;
}
header nav ul li ul li a::after {
    display: none;
}

.slick-slide {
    height: auto;
}
.slick-prev,
.slick-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 71px;
    height: 71px;
    content: " ";
    background: none;
    border: 0;
    background-image: url(../images/icons/slider-arrow.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 1px;
    transform: rotate(0deg);
    z-index: 2;
    cursor: pointer;
    font-size: 0;
    background-repeat: no-repeat;
}
.slick-prev {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}

.main-slider .slider {
    position: relative;
    margin-bottom: 50px;
}
.main-slider .icon-text {
    display: flex;
    align-items: center;
}
.main-slider .icon-text .icon {
    width: 20%;
}
.main-slider .icon-text .text {
    width: 80%;
    margin-left: 15px;
}

.works-box {
    margin-top: 90px;
}
.works-box h2 {
    padding: 0;
    margin-bottom: 20px;
    font-size: 30px;
}

.works-box .select-list,
.sidebar .navigate{
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    border-right: 1px solid #d0d0d0;
}
.sidebar .navigate{
    border: none;
}
.works-box .select-list li a,
.sidebar .navigate li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.works-box .select-list li[data-id],
.sidebar .navigate li[data-id]{
    cursor: pointer;
}
.works-box .select-list li.active,
.sidebar .navigate li.active{
    color: #22b9ad;
}
.works-box .select-list .icon,
.sidebar .navigate .icon{
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    width: 35px;
}
.works-box .select-list p,
.sidebar .navigate p{
    margin: 0;
}
.works-box .select-list a,
.sidebar .navigate a{
    color: #000;    
}

.work-list-show {
    display: none;
}
.work-list-show.active {
    display: block;
}

.scroll-list {
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
}
.scroll-list .item {
    flex: 0 0 23%;
    width: 186px;
    height: 245px;
    margin-right: 20px;
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
}
.scroll-list .item .title {
    color: #000;
    margin-top: 15px;
    text-align: center;
    padding: 0 15px;
}

.company-list {
    margin-top: 45px;
    font-size: 0;
}
.company-list .item {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
}

.about-box {
    width: 100%;
    background-image: url(../images/about-box-bg.png);
    background-image: url(../images/about-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 68px;
    padding-bottom: 42px;
}
.about-box .text {
    width: 60%;
    font-size: 17px;
}
.about-box .text h2 {
    font-size: 35px;
    padding: 0;
    margin: 0;
    margin-bottom: 58px;
}
.about-box .text p {
    padding-bottom: 15px;
}

.btn-blue {
    display: inline-block;
    border-radius: 7px;
    border: none;
    background-color: #f4f8fb;
    background-image: linear-gradient(to top, #26466f 0%, #3c6ca9 100%);
    padding: 12px 38px;
    min-width: 150px;
    color: #fff;
    font-size: 17px;
    margin-top: 18px;
}
.btn-blue:hover {
    background-image: linear-gradient(to top, #26466f 0%, #294870 100%);
}
.btn-blue.min{
    padding: 8px 40px;
}

footer {
    position: relative;
    background-color: #01919A;
    padding-top: 29px;
    padding-bottom: 23px;
    color: #fff;
}
footer .title {
    font-size: 17px;
    font-weight: 600;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 34px;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: #ffffff;
    font-size: 17px;
}
footer .bottom {
    color: #ffffff;
    font-size: 13px;
    border-top: 1px solid #ffffff;
    padding-top: 25px;
}
footer .phone {
    display: block;
    color: #fff;
    font-size: 17px;
}
footer .callback {
    margin-top: 17px;
    margin-bottom: 28px;
}
footer .address {
    font-size: 17px;
}
footer .muted {
    color: #ffffff;
    font-size: 17px;
}
footer .email {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.modal-header{
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-header h4{
    font-weight: 600;
}
.modal form{
    width: 55%;
    margin: auto;
}
.modal form input{
    position: relative;
    border: 1px solid #cecece;
    background-color: #ffffff;
    width: 100%;
    padding: 22px;
    margin-bottom: 20px;
}

.form-check{
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 20px;
    margin-bottom: 12px;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}
.checkmark{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #cccccc;
    transition: 0.3s linear;
    z-index: -1;
}
.form-check:hover input ~ .checkmark{
    background-color: #ccc;
}
.form-check input:checked ~ .checkmark:after{
    content: '✓';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #009999;
    transition: 0.3s linear;
    color: #fff;
    padding: 0px 3px;
    font-size: 10px;
}

.breadcrumbs{
    margin-top: 30px;
}
.breadcrumbs ul{
    padding: 0;
    margin: 0;
    font-size: 0;
}
.breadcrumbs ul li{
    display: inline-block;
	position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}
.breadcrumbs ul li:first-child{
    padding-left: 0;
}
.breadcrumbs ul li:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "/";
	color: #909090;
	font-size: 16px;
    padding-left: 5px;
}
.breadcrumbs ul li:first-child:before{
	display: none;
}
.breadcrumbs ul li a{
	color: #909090;
	font-size: 14px;
}
.breadcrumbs ul li a:hover{
	color: #22b9ad;
}
.breadcrumbs ul li:last-child a{
    color: #000;
}
.breadcrumbs ul li:last-child a:hover{
	color: #000;
}

h1{
    padding-bottom: 30px;
}

.contact-item{
    margin-bottom: 30px;
}
.contact-item.icon-phone,
.contact-item.icon-email,
.contact-item.icon-address{
    padding-left: 48px;
    background-position: left top;
    background-repeat: no-repeat;
    
}
.contact-item.icon-phone{
    background-image: url(../images/icons/phone-2.png);
}
.contact-item.icon-email{
    background-image: url(../images/icons/mail-2.png);
}
.contact-item.icon-address{
    background-image: url(../images/icons/address-2.png);
}
.contact-item .title{
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-item a{
    color: #000000;
}
.contact-item p{
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact-item span{
    font-size: 14px;
    color: #8d8d8d;
}
.contact-item .item{
    margin-bottom: 20px;
}

.maps{
    margin: 40px 0;
}

.bg-grey{
    position: relative;
    background-color: #eaeff3;
    padding: 30px 0;
    z-index: -1;
}

.big-contact-form{
    padding: 20px 0;
}
.big-contact-form .title{
    font-size: 35px;
}

.big-contact-form form{
    margin-top: 30px;
}

.bg-grey .form-control{
    background-color: #eaeff3;
}

.form-control{
    border: 1px solid #c6c6c6;
    background-color: #fff;
    box-shadow: none;
    padding: 25px;
    margin-bottom: 30px;
}
.form-control:focus {
    border-color: #229fa2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(34 161 163);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(36 169 166);
}

form .button-right{
    display: flex;
    justify-content: flex-end;
    margin-top: -20px;
}

.big-info-box{
    background-color: #f0f1f3;
    background-image: url(../images/bg-box.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 470px;
    padding: 50px 0;
}
.big-info-box .text{
    width: 500px;
}
.big-info-box p{
    font-size: 35px;
    font-weight: 200;
}
.big-info-box .title{
    font-weight: 400;
    margin: 20px 0;
}
.big-info-box a{
    color: #000;
}
.big-info-box .btn-blue{
    color: #fff;
    margin-left: 20px;
}

.cart-items .row{
    display: flex;
    align-items: center;
}
.cart-items .item{
    position: relative;
    background-color: #eaeff3;
    padding: 20px 0;
    margin-bottom: 10px;
}
.cart-items .item .image{
    text-align: center;
}
.cart-items .item .image img{
    max-width: 100px;
}
.cart-items .item .name{
    display: block;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
}
.cart-items .item .sub{
    color: #848484;
}
.cart-items .item .price{
    font-size: 17px;
}
.cart-items .item .price span{
    font-size: 14px;
    font-weight: 100;
}
.cart-items .item .price b span{
    font-size: 22px;
    font-weight: 600;
}
.cart-items .item .price b {
    font-size: 14px;
}
.cart-items .item .remove{
    position: absolute;
    top: 56px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/remove.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.cart-items .total-cart{
    display: flex;
    justify-content: flex-end;
    font-size: 17px;
}
.cart-items .total-cart b span{
    font-size: 22px;
}
.input-count {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    height: 44px;
}
.input-count .count-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 100%;
    color: #000;
    cursor: pointer;
}
.input-count input {
    height: 100%;
    width: 57px;
    background-color: #fff;
    border: 1px solid #ff0000;
    border: none;
    text-align: center;
}
.input-count input::-webkit-outer-spin-button,
.input-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.checkbox label, .radio label{
    padding-left: 0;
}
.checkbox label input{
    margin-right: 10px;
    margin-top: -1px;
}

.order-form{
    margin-bottom: 50px;
}
.order-form .title{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.order-form .bottom-info{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #c6c6c6;
}
.order-form .bottom-info .price{
    margin-right: 40px;
}
.order-form .bottom-info .price p{
    margin: 0;
}
.order-form .bottom-info .price b span{
    font-size: 25px;
}
.order-form .bottom-info button{
    margin: 0;
}

.item-service{
    position: relative;
    border: 1px solid #bfbfbf;
    padding: 25px;
    margin-bottom: 20px;
    height: 257px;
}
.item-service a{
    color: #333;
}
.item-service .title{
    position: relative;
    color: #000000;
    font-size: 25px;
    text-transform: uppercase;
}
.item-service .title:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
    width: 4px;
    height: 26px;
    background-color: #21b9ad;
}

.item-service.one .image{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.item-service.one .text{
    max-width: 540px;
}

.item-service.two .text{
    width: 185px;
}
.item-service.two .image,
.item-service.three .image,
.item-service.five .image{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.item-service.five .text{
    width: 270px;
}
.item-service.four .image{
    position: absolute;
    bottom: 0;
    z-index: -1;
}


.icons-service-items{
    margin: 40px 0;
}
.icons-service-items .item{
    max-width: 240px;
}
.icons-service-items .item p{
    font-size: 15px;
}
.icons-service-items .item .title{
    font-size: 20px;
    height: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
}


.icons-service-items.center{
    display: flex;
    justify-content: space-between;
    margin: 40px -15px;
}
.icons-service-items.center .item{
    text-align: center;
    padding: 0 15px;
}
.icons-service-items.center .item .image{
    height: 70px;
    margin: auto;
}

.content h2{
    font-weight: 300;
    padding-bottom: 20px;
}
.content p{
    margin-bottom: 20px;    
}

.product-page{
    margin-bottom: 50px;
}
.product-page .image{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    padding: 15px;
}
.product-page .input-count input{
    background: #f4f8fb;
}
.product-page .char{
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.product-page .char li{
    padding-bottom: 5px;
}
.product-page .count-select{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.product-page .count-select .input-count{
    margin-left: 20px;
}
.product-page .price{
    font-size: 17px;
}
.product-page .price span{
    color: #828485;
    font-size: 15px;
}
.product-page .price b span{
    color: #000;
    font-size: 26px;
    padding-left: 5px;
}
.product-page .buttons-buy{
    margin-top: 20px;
}

h2 span{
    font-weight: 300; 
}

.product-item-min{
    border: 1px solid #bfbfbf;
    padding: 0 20px;
    padding-bottom: 30px;
    height: 257px;
    background-color: #fff;
}
.articles .product-item-min{
    margin-bottom: 30px;
    background-color: #fff;
}
.product-item-min .image{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    height: 195px;
}
.rew .product-item-min{
    margin-bottom: 30px;
    padding: 0;
    height: 234px;
}
.rew .product-item-min .image{
    height: auto;
    padding: 0;
}
.rew .product-item-min .image img{
    width: 100%;
}
.product-item-min .title{
    position: relative;
    color: #000;
    font-size: 18px;
    margin: 0;
}
.articles .product-item-min .title{
    font-size: 15px;
}
.product-item-min .title:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 4px;
    height: 26px;
    background-color: #21b9ad;
}

.slider-products{
    margin: 50px 0;
}
.slider-products .row .slick-prev{
    left: 15px;
}
.slider-products .row .slick-next{
    right: 14px;
}

.sidebar{
    border-right: 1px solid #d0d0d0;
    padding-right: 25px;
}
.sidebar .item{
    margin-bottom: 15px;
}
.sidebar .item .title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

select.form-control{
    height: 52px;
    padding: 0 10px;
}

.product-item{
    border: 1px solid #bfbfbf;
    padding: 20px;
    margin-bottom: 30px;
}
.product-item .title{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #f4f8fb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product-item .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item .price{
    color: #000;
    font-size: 16px;
    margin: 0;
}
.product-item .price b{
    font-size: 18px;
}
.product-item .add-cart{
    position: relative;
    width: 51px;
    height: 49px;
    border-radius: 7px;
    border: none;
    background-color: #f4f8fb;
    background-image: linear-gradient(to top, #26466f 0%, #3c6ca9 100%);
}
.product-item .add-cart:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/icons/add-cart.png);
    background-repeat: no-repeat;
    background-position: center;
}

.load-more-catalog{
    border-top: 1px solid #eaeff3;
    padding: 25px;
    text-align: center;
}
.load-more-catalog .load{
    color: #0d969f;
}

.content ul{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.content ul li{
    position: relative;
    padding-left: 12px;
    padding-bottom: 5px;
}
.content ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #21b9ad;
    color: #21b9ad;
}
.content .box-blue{
    background-color: #4f6a8b;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.content .box-blue ul li::before{
    background-color: #fff;
}
.content .box-blue.big{
    padding: 80px 50px;
}
.content .box-blue.big ul li{
    margin-bottom: 10px;
}

.product-min-rows{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.product-min-rows .item{
    width: 156px;
    text-align: center;
}
.product-min-rows .item .image{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #bbb;
    height: 149px;
    margin-bottom: 10px;
}
.product-min-rows .item .image img{
    max-height: 133px;
    margin: auto;
}
.product-min-rows .item p{
    color: #000;
    font-size: 17px;
}

.table-info{
    width: 100%;
    margin-bottom: 30px;
}
.table-info thead{
    
}
.table-info thead th{
    border: 1px solid #bdbdbd;
    border-top: none;
    padding: 20px;
    font-weight: 400;
}
.table-info tbody tr td{
    background-color: #fff;
}
.table-info thead tr:last-child th{
    padding: 10px 20px;
    background-color: #9c9c9c;
    color: #fff;
    font-size: 15px;
    border: none;
}
.table-info thead tr:last-child th:first-child{
    border-left: 1px solid #bdbdbd;
}
.table-info thead tr:first-child th:last-child{
    background-color: #dfe6ed;
}
.table-info thead tr:last-child th:last-child{
    border-right: 1px solid #bdbdbd;
}
.table-info thead tr:last-child th:last-child,
.table-info thead tr:last-child th:nth-last-child(2){
    background-color: #26466f;
}
.table-info thead tr:first-child th:nth-last-child(2){
    background-color: #e9f5f7;
}
.table-info thead tr:last-child th:nth-last-child(3),
.table-info thead tr:last-child th:nth-last-child(4){
    background-color: #21b9ad;
}

.table-info tr td:last-child,
.table-info tr td:nth-last-child(2){
    background-color: #dfe6ed;
}
.table-info tr td:nth-last-child(3),
.table-info tr td:nth-last-child(4){
    background-color: #e9f5f7;
}
.table-info tbody tr{
    border: 1px solid #bdbdbd;
    border-right: none;
}
.table-info tbody tr td{
    text-align: center;
    border-right: 1px solid #bdbdbd;
    padding: 20px;
    font-size: 13px;
    vertical-align: top;
}
.table-info tbody tr td:first-child{
    text-align: left;
    width: 21%;
    vertical-align: middle;
}
.table-info tbody tr td:first-child b{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
.table-info tbody tr td p:last-child{
    margin: 0;
}

.slider-prodicts{
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
.slider-prodicts img{
    margin: auto;
    border: 1px solid #bfbfbf;
}

#slider-nav{
    margin-top: 30px;
}

.product-item-min.item-client{
    margin-bottom: 30px;
}
.item-client .title{
    
}

@media screen and (max-width: 1199px) {
    header .flex-center {
        flex-direction: column;
        align-items: flex-start;
    }
    header .logo {
        width: 100%;
        margin-bottom: 15px;
    }
    header .search-form,
    header .contacts {
        padding-top: 30px;
    }
    header .callback,
    footer .callback{
        margin-top: 30px;
    }
    header nav ul li a {
        font-size: 14px;
    }
    header nav ul li a::after {
        top: 8px;
    }
    header .mini-cart {
        padding: 17px 0;
    }
    header .mini-cart:before {
        left: 10px;
    }
    .works-box {
        margin-top: 50px;
    }
    .about-box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-box .text h2 {
        margin-bottom: 30px;
    }
    .btn-blue {
        margin-top: 10px;
    }
    .icons-service-items .item .title{
        font-size: 17px;
    }
    .item-service.one .text {
        max-width: 440px;
    }
    .item-service.two .text {
        width: 130px;
    }
    .item-service .image{
        width: 175px;
    }
    .item-service.five .text{
        width: 150px;
    }
    .item-service.four .image{
        right: 0;
    }
}
@media screen and (max-width: 992px) {
    .category_main a {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    header .search-form,
    header .contacts {
        padding-top: 16px;
    }
    header .callback {
        margin-top: 20px;
    }
    header .mob-nav {
        display: flex;
        align-items: center;
        font-size: 30px;
        color: #07999f;
    }
    header .mini-cart {
        width: 20%;
    }
    header nav ul {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        background: #fff;
        color: #000;
        padding-top: 20px;
        box-shadow: -1px 13px 29px rgb(0 0 0 / 75%);
        z-index: 2;
        text-align: center;
    }
    header nav ul li {
        display: block;
        padding: 0;
        margin: 0;
    }
    header nav ul li a {
        display: block;
        color: #000;
        padding: 10px 15px;
        font-size: 17px;
        border-bottom: 1px solid #cecece;
    }
    header nav ul li a::after {
        display: none;
    }
    header nav ul li:last-child a {
        border: none;
    }
    header nav ul li:hover a {
        border-left: 0;
        margin-left: 0;
    }
    header nav ul li.active a {
        background-color: #23446e;
    }
    header nav ul li a:before {
        display: none;
    }
    header nav ul li ul {
        display: none !important;
    }
    footer .address,
    footer .email,
    footer .muted,
    footer ul li a,
    footer .title,
    footer .callback {
        font-size: 14px;
    }
    .main-slider .slick-arrow {
        display: none !important;
    }
    .big-info-box p{
        font-size: 30px;
    }
    .item-service{
        height: 310px;
    }
    .item-service .title{
        font-size: 20px;
    }
    .item-service.one .text {
        max-width: 285px;
    }
    .product-min-rows{
        flex-wrap: wrap;
    }
    .product-min-rows .item{
        width: 30%;
    }
    .table-info tbody tr td{
        padding: 13px;
    }
}

@media screen and (max-width: 767px) {
    header .contacts {
        padding-left: 0;
    }
    header > .container > .row{
        display: initial;
    }
    header > .container > .row > div {padding: 0;}
    header .flex-center {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    header .icons_list img {width: 30px;}
    header .icons_list {display: flex !important;justify-content: space-around;
    align-items: center;margin-top: 10px;}
    header .logo {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .slogon{font-size: 14px;width: 100%;}
    header .space-between {
        flex-direction: column;
        text-align: center;
    }
    header .mini-cart,
    header nav .mob-nav {
        width: 50%;
    }
    .main-slider .icon-text {
        margin-bottom: 30px;
    }
    .works-box {
        margin-top: 0;
    }
    .works-box .select-list {
        border: none;
    }
    .scroll-list .item {
        flex: 0 0 55%;
    }
    .company-list .item {
        width: 33.3333333333%;
    }
    .about-box .text {
        width: 100%;
        font-size: 14px;
    }
    .big-info-box .text{
        width: auto;
    }
    .big-info-box{
        background: none;
        height: auto;
    }
    .cart-items .row{
        display: block;
    }
    .cart-items .row .col-xs-12{
        margin: 20px;
        margin-bottom: 0;
    }
    .cart-items .item .name{
        font-size: 20px;
    }
    .cart-items .item .input-count{
        margin: auto;
        width: 100%;
        margin-left: -20px;
    }
    .cart-items .item .remove{
        top: 20px;
    }
    .order-form .bottom-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
    .order-form .bottom-info .price{
        margin-bottom: 40px;
    }
    .order-form .bottom-info button{
        width: 100%;
    }
    .item-service{
        height: auto;
    }
    .item-service.one .image{
        width: 85px;
    }
    .item-service.three,
    .item-service.four,
    .item-service.five{
        height: 250px;
    }
    .icons-service-items .item {
        max-width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 15px;
    }
    .icons-service-items .item .title{
        height: auto;
        margin-bottom: 15px;
    }
    .product-item-min{
        height: auto;
    }
    .product-item-min .image{
        padding-bottom: 0;
    }
    .product-item-min .image img {
        height: 195px;
        width: auto;
    }
    .product-item-min .title{
        padding-top: 20px;
    }
    .product-page .char{
        margin-top: 40px;
        margin-bottom: 0;
    }
    .work-list{
        text-align: center;
    }
    .buttons-buy a,
    .buttons-buy button{
        width: 100%;
    }
    .sidebar{
        border: none;
        padding-right: 0;
    }
    .icons-service-items.center{
        flex-direction: column;
    }
    .product-min-rows .item{
        width: 50%;
    }
    .content .box-blue.big{
        padding: 20px;
    }
    
    body::before,
    body::after {
        display: none;
    }
    .slider-prodicts{
        padding: 0;
    }
}

.nav-slider-product .item{
    margin: 10px;
    border: 1px solid #dadada;
    background: #fff;
}

.work-list .btn{
    display: block;
    background-color: #f4f8fb;
    background-image: linear-gradient(to top, #018e9b 0%, #22b9ad 100%);
    padding: 10px 20px;
    border-radius: 7px;
    border: none;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    margin-top: 13px;
}
.work-list .product-item-min {
    height: 310px;
}
.work-list .product-item-min .title {
    height: 50px;
}
.product-item-min .parent{color: #000;font-size: 13px;}
.wh_icon:before {
    content: "";
    display: block;
    background-image: url("../images/icons/whatsapp_icon.svg");
    height: 29px;
    width: 29px;
}
.tg_icon:before {
    content: "";
    display: block;
    background-image: url("../images/icons/telegram_icon.svg");
    height: 30px;
    width: 30px;
}
.wrap_thanks{
    max-width: 675px;
    margin:0 auto;
    background-color: #ffffff;
    padding: 50px 10px;
    margin-bottom: 80px;
}
.wrap_thanks h1 {
    font-size: 50px;
    color: #26466F;
    font-weight: bold;
}
.wrap_thanks p {
    color: #939393;
    font-size: 23px;
}
.wrap_thanks > div {
    margin-top: 40px;
}
.social_links {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
.category_main {
    padding-bottom: 15px;
    padding-top: 15px;
}
.category_main > div {
    border: 1px solid #6D6D6D;
}
.category_main a {
    display: flex;
    align-items: center;
}
.category_main a .image {
    width: 181px !important;
}
.category_main a .title{
    color: #363636;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    padding-bottom: 0;
}
.category_main a .description {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding: 10px;
}
.category_main div {
    width: 100%;
    background-color: #ffffff;
}
.category_main .image {
    width: 180px;
}
#list_view{
    list-style: none;
    column-count: 5;
}
#list_view li {
    padding: 10px 0; 
}
#list_view li a {
    margin-left: 35px;
    line-height: 25px;
    color: #8F8F8F;
}
#list_view label{
    position: relative;
    cursor: pointer;
}
#list_view input {
    opacity: 0;
    visibility: hidden;
    display: none;
}
#list_view input + label:before{
    display: block;
    width: 24px;
    height: 24px;
    content:"";
    border: 2px solid #8F8F8F;
    position: absolute;
    border-radius: 4px; 
}
#list_view input:checked + label:before{
    border-color: #22b9ad;
}
#list_view input:checked + label::after{
    display: block;
    background: url('../images/check-double.svg');
    position: absolute;
    height: 15px;
    width: 15px;
    content: "";
    top: 1px;
    left: 4px;
}
@media (max-width:720px){
    #list_view {
        column-count: 1;
    }
}