body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    color: #000000;
}
p{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
b{
    font-weight: 600;
}
i{
    font-style: italic;
}
.hed-form__form-val:invalid {
    border: 2px solid rgb(255, 100, 100);
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0, .56);
    z-index: 99;
    display: none;
}
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 320px;
}
.modal .hed-form-box{
    width: 100%;
}
.modal .hed-form{
    margin: 0 auto;
}
.modal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 41px;
    line-height: 21px;
    color: white;
    cursor: pointer;
}
#success .modal__close{
    color: black;
}
#success, #order {
    display: none;
}
.wrapper{
padding: 0 5%;
}
section{
    padding: 15px 0;
}
#color{
    color:#363636;
}
.hed-line{
    background: -webkit-linear-gradient(90deg, rgb(12, 192, 223), rgb(255, 222, 89));
    background: -moz-linear-gradient(90deg, rgb(12, 192, 223), rgb(255, 222, 89));
    background: linear-gradient(90deg, rgb(12, 192, 223), rgb(255, 222, 89));
    width: 100%;
    height: auto;
    min-height: 50px;
}
.hed-content{
    padding-top: 10px;
}
.hed-content,.hed-box,.hed-txt-content,.services-content,.services-box,.advantages-box-items,.actions-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hed-box {
    padding: 5px 0;
}
.colum,.colum-mail, .colum-tel{
	display: flex;
    flex: 1 1 auto;
}
.hed-box-svg-1{
    width: 20px;
    height: 20px;
    margin: 2px;
    color:#ffffff;
}
.hed-text,.hed-text-2{
    color:#ffffff;
    text-decoration: none;
    font-size: 18px;
	padding:0 10px;
}

.hed-text:hover, .hed-text-2:hover {
    color: #db943d;
}

.hed-text-2{
	display:block;
}

.hed-logo{
	background: url(../img/logo-chb.svg);
    background-size: cover;
	width:420px;
	height:45px;
}

.copirat{
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.hed-img{
    background: url(../img/certification.jpg);
    background-size: cover;
    width: 100%;
    height: 600px;
}
.hed-img-404{
    background: url(../img/certification-404.jpg);
    background-size: cover;
    width: 100%;
    height: 600px;
}
.hed-txt-box,.hed-form-box, .hed-form-box-404{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8%;
}
.hed-form-box-404{
    padding-top: 7%;
}
.hed-txt-box__title{
    color:white;
    font-size: 46px;
    padding: 20px 0 0px 0;
    margin-bottom: 13px;
    text-align: center;
}
.hed-txt-box__title-404{
    color:white;
    font-size: 46px;
    padding: 20px 0 0px 0;
  }
.hed-txt-box__descriptions{
    color:white;
    font-size: 18px;
    margin-top: 22px;
    text-align: center;
}
.hed-form,.actions-form{
    background-color:#0cc0df;
    color: #ffffff;
    border-radius: 20px;
    box-shadow: 1.1rem 0.9rem 1.6rem 0 rgba(0, 0, 0, 0.52);
    flex: 0 1 300px;
    height: auto;
    padding: 15px;
    margin-left: 35%;
}
.hed-form__title{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.hed-form__form-input{
    font-family: 'Roboto', sans-serif;
    width: 90%;
    margin: 10px;
    padding: 5px;
	border: solid #79868c 2px;
    border-radius: 5px;
    box-shadow: inset 2px 2px 4px rgb(157, 194, 101), 1px 1px 4px rgb(83, 102, 110); 
    font-weight: 600;
    font-size: 14px;
    text-indent: 20px;
}
.hed-form__button{
    cursor: pointer;
    background-color: #db943d;
    color: white;
    width: 94%;
    height: 40px;
    margin: 20px 10px;
    padding: 5px;
    border: none;
    border-radius: 10px;
	box-shadow: inset 2px 2px 4px rgb(219, 148, 61), 1px 1px 4px rgb(83, 102, 110);
	font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.hed-form__button:focus{
    outline: none;
}
.hed-form__button:hover{
    cursor: pointer;
    background-color: #bb7c2f;
	box-shadow: inset 2px 2px 4px rgb(83, 102, 110), 1px 1px 4px rgb(83, 102, 110);
    color: white;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.hed-form__text{
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
}
.services,.actions{
    background-color:#ffffff;
}
.services-content{
    padding-bottom: 60px;
}
.services-title,.actions-title{
    text-align: center;
    color:black;
    margin-top: 20px;
    font-size: 38px;
    font-weight: 600;
	padding-bottom: 20px;
    margin-bottom: 20px;
}

.services-title-iso{
    text-align: center;
    color:black;
    margin-top: 15px;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.advantages-title{
    text-align: center;
    color:#9dc265;
    font-size: 38px;
    font-weight: 600;
    padding: 20px 0;
}

.advantages-title-orange{
    text-align: center;
    color:#ffde59;
    font-size: 38px;
    font-weight: 600;
    padding: 20px 0;
}

.services-box{
    background: #ffffff;
    width: 19%;
    height: auto;
	min-height: 315px;
    display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
    margin: 10px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0.5rem 0.5rem 1.0rem 0 rgba(0,0,0,.9);
}

.services-desc{
    height: auto;
    text-align: center;
    letter-spacing: 1.2px;
    line-height: 18px;
    padding: 10px 0;
}
.services-text{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.services-text__img{
    text-align: center;
    width: 70px;
    height: 70px;
    padding: 16px;
}
.img-1{
    background: url(../img/1.png)no-repeat;
    background-size: contain;
}
.img-2{
    background: url(../img/2.png)no-repeat;
    background-size: contain;
}
.img-3{
    background: url(../img/3.png)no-repeat;
    background-size: contain;
}
.img-4{
    background: url(../img/4.png)no-repeat;
    background-size: contain;
}
.img-5{
    background: url(../img/5.png)no-repeat;
    background-size: contain;
}
.img-6{
    background: url(../img/6.png)no-repeat;
    background-size: contain;
}
.img-7{
    background: url(../img/7.png)no-repeat;
    background-size: contain;
}
.img-8{
    background: url(../img/8.png)no-repeat;
    background-size: contain;
}
.img-9{
    background: url(../img/9.png)no-repeat;
    background-size: contain;
}
.img-10{
    background: url(../img/10.png)no-repeat;
    background-size: contain;
}
.img-11{
    background: url(../img/11.png)no-repeat;
    background-size: contain;
}
.img-12{
    background: url(../img/12.png)no-repeat;
    background-size: contain;
}
.img-13{
    background: url(../img/13.png)no-repeat;
    background-size: contain;
}
.services-box__title-text{
    text-align: center;
    padding-top: 24px;
    font-size: 24px;
    font-weight: 600;
	padding-bottom: 40px;
}
.services-box__desc-text{
    text-align: justify;
    padding: 30% 0;
    font-size: 15px;
}
.services-button{
    cursor: pointer;
    text-decoration: none;
    border: none;
    color:#000000;
    background-color: #ffffff;
    width: 80%;
    margin: 10px;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.services-button:hover{
    background-color: #ffffff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.advantages{
    background: #ffffff;
    border: 1px;
    border: 2px dotted;
    border: medium dashed #0cc0df;
    background-size: cover;
    padding: 10px 0px 50px 0px;
}
.advantages-box-items{
    justify-content: center;
}
.advantages-items{
    width: 40%;
    height: 400px;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0.5rem 0.5rem 1.0rem 0 rgba(0,0,0,.9);
}
.advantages-items__img{
    width: 100%;
    height: 60px;
    margin: 10px 0;
}
.advantages-items__txt{
    text-align: center;
    padding-top: 10px;
	font-size: 16px;
}

.advantages-items__txt_white{
	color: white;
    text-align: center;
    padding-top: 10px;
	font-size: 30px;
}

.img-a1{
    background: url(../img/a1.png)no-repeat 50%;
    background-size: contain;
}
.img-a2{
    background: url(../img/a2.png)no-repeat 50%;
    background-size: contain;
}
.img-a3{
    background: url(../img/a3.png)no-repeat 50%;
    background-size: contain;
}
.img-a4{
    background: url(../img/a4.png)no-repeat 50%;
    background-size: contain;
}
.actions-content {
    justify-content: center;
    padding: 20px 0;
}
.actions-form{
    margin: 20px; 
}
footer{
    background: -webkit-linear-gradient(90deg, rgb(12, 192, 223), rgb(255, 222, 89));
    background: -moz-linear-gradient(90deg, rgb(12, 192, 223), rgb(255, 222, 89));
    background: linear-gradient(90deg, rgb(12, 192, 223), rgb(255, 222, 89));
    display: flex;
}
footer-404{
    background-color: #ffffff;
    display: flex;
}
.footer-content{
	width:60%;
	height:auto;
}
.footer-map{
	width:40%;
	height:auto;
}
.map{
    padding: 0;
}
.map-box{
    width: 100%;
    height: 360px;
}
.map-box-404{
    width: 100%;
    height: 300px;
}
.footer-box__tag-items{
    padding: 1%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.footer-box__col{
    width: 100%;
    padding: 45px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
}
.logo-footer{
	align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.logo-footer__img{
	background: url(../img/logo-footer.svg)no-repeat center;
    background-size: cover;
	width: 245px;
    height: 16px;
    padding-bottom: 10px;
}
.logo-footer__img-404{
	background: url(../img/logo-footer-404.png)no-repeat center;
    background-size: contain;
	width: 220px;
    height: 70px;
    padding-bottom: 20px;
}
.logo-footer__txt-small{
	text-decoration:none;
	font-size: 22px;
    color: #fff;
    padding: 0px 0;
    width: 100%;
    text-align: center;
}

.logo-footer__txt-small:hover, .logo-footer__txt-small-404:hover {
    color: #db943d;
}

.logo-footer__txt-small-404{
	text-decoration:none;
	font-size: 22px;
    color: rgb(0, 0, 0);
    padding: 0px 0;
    width: 100%;
    text-align: center;
}
.callback{
	cursor:pointer;
	text-decoration: none;
    background-color: #97b358;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 20px;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.callback:hover{
	background-color: #789719;
}
.footer-box__col-items{
    flex: 1 1 250px;
}
.footer-box__col-items__title{
    border-bottom: 1px solid #fff;
    width: 70%;
    text-align: left;
    color:#fff;
    font-size: 18px;
    padding: 5px;
    margin: 0 auto 10px;
}
.footer-box__col-items__title-404{
    border-bottom: 1px solid rgb(0, 0, 0);
    width: 70%;
    text-align: left;
    color:rgb(0, 0, 0);
    font-size: 18px;
    padding: 5px;
    margin: 0 auto 10px;
}
.col-items__box{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 23%;
}
.footer-box__col-items__text{
    text-decoration: none;
    color:#fff;
    padding: 2px 0;
}
.footer-box__col-items__text-404{
    text-decoration: none;
    color:rgb(0, 0, 0);
    padding: 2px 0;
}
.copirat-text{
    color:#000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 0px 0;
}
/* MODAL/*/
.hidden-success{
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
.success {
    position: absolute;
    border-radius: 10px;
    width: 360px;
    height: 165px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #363636;
    z-index: 999;
}
.success__main-title {
    margin: 5px;
    font-size: 26px;
    text-align: center;
}
.success__description {
    margin: 5px;
    font-size: 18px;
    text-align: center;
}
/* MODAL/*/
/* SLIK-SLIDER/*/
.slick-list {
	overflow: hidden;
}
.slick-track{
	display: flex;
	align-items: flex-start;
}
.slider,.slider2,.slider3 {
    position: relative;
    width: 90%;
	padding: 0px 60px;
}
.slider .slick-arrow,.slider2 .slick-arrow,.slider3 .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -30px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 20px;
	height: 60px;
}
.slider .slick-arrow.slick-prev,.slider2 .slick-arrow.slick-prev{
    outline: none;
    border: none;
    cursor: pointer;
	left: 0;
    background: url('../img/sl-arrow_l.svg') 0 0 / 100% no-repeat;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.slider3 .slick-arrow.slick-prev{
    outline: none;
    border: none;
    cursor: pointer;
	left: 0;
    background: url('../img/sl-arrow_l-b.svg') 0 0 / 100% no-repeat;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.slider .slick-arrow.slick-prev:hover,.slider2 .slick-arrow.slick-prev:hover,.slider3 .slick-arrow.slick-prev:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0.5;
}
.slider .slick-arrow.slick-next,.slider2 .slick-arrow.slick-next{
    outline: none;
    border: none;
    cursor: pointer;
	right: 0;
    background: url('../img/sl-arrow_r.svg') 0 0 / 100% no-repeat;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.slider3 .slick-arrow.slick-next{
    outline: none;
    border: none;
    cursor: pointer;
	right: 0;
    background: url('../img/sl-arrow_r-b.svg') 0 0 / 100% no-repeat;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.slider .slick-arrow.slick-next:hover,.slider2 .slick-arrow.slick-next:hover,.slider3 .slick-arrow.slick-next:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0.5;
}
.slider .slick-dots,.slider2 .slick-dots,.slider3 .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slick-dots li,.slider2 .slick-dots li,.slider3 .slick-dots li{
	list-style: none;
	margin: 0px 10px;
}
.slider .slick-dots button,.slider2 .slick-dots button,.slider3 .slick-dots button{
    outline: none;
    cursor: pointer;
	font-size: 0;
	width: 15px;
	height: 16px;
	background-color: #ffffff;
    border-radius: 50%;
    border: none;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.slider .slick-dots button:hover,.slider2 .slick-dots button:hover,.slider3 .slick-dots button:hover {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0.5;
}
.slider .slick-dots li.slick-active button,.slider2 .slick-dots li.slick-active button,.slider3 .slick-dots li.slick-active button{
    outline: none;
    cursor: pointer;
	background-color: transparent;
	border: 1px solid #0cc0df;
}

.slider__item {
	width:100%;
	height:auto;
	padding: 0px 15px;
}
/* SLIK-SLIDER/*/
/*Навигация и сквозные элементы/*/
.nav-panel{
    display: flex;
    flex-wrap:nowrap;
    text-align: left;
    padding: 10px 0 0 5%;
}
.nav-panel-link{
    font-size: 14px;
    font-weight: 600;
    color:#333;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.nav-panel-link:hover{
    color:#33333394;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.nav-panel-arrov{
    font-size: 10px;
    font-weight: 600;
    color:#333;
    margin: 3px 5px;
}
.services-global__title{
    text-align: left;
    text-indent: 20px;
    color:#8dc63f;
    font-size: 38px;
    font-weight: 600;
    border-bottom: solid #8dc63f 2px;
    padding: 10px 0;
}
/* MEDIA /*/
@media screen and (max-width: 1536px){
.advantages-items {
    height: 240px;
}	
.services-box {
    min-height: 345px;
}
.services-title-iso {
    font-size: 28px;
}
}
@media screen and (max-width: 1366px){
.services-box__title-text {
    font-size: 20px;
}
.advantages-items {
    width: 20%;
	height: auto;
    min-height: 210px;
}
.services-box {
    min-height: 355px;
}
/* SLIK-SLIDER/*/
.slider,.slider3 {
    padding: 0px 30px;
}
/* SLIK-SLIDER/*/
@media screen and (max-width: 1220px){
.services-box {
    min-height: 360px;
}
@media screen and (max-width: 1024px){
.hed-box{
    justify-content: center;
    align-items: center;
	text-align: center;
}
.colum-mail{
	display: flex;
    width: 10%;
}
.hed-img, .hed-img-404{
    height: 605px;
}
.hed-text, .hed-text-2 {
    width: 100%;
	font-size: 10px;
    padding: 3px 10px;
}
.hed-form__title {
    font-size: 18px;
}
.hed-form__text {
    font-size: 14px;
}
.services-title-iso {
    font-size: 34px;
}
.advantages-items__txt {
    font-size: 14px;
}
.slider2__advantages-box-items{
	padding-right: 60px;
}
.slider2__hed-txt-box{
	width: 77%;
}
.services-box{
    width: 43%;
    min-height: 240px;
}
}
.services-box__title-text {
    padding-left: 5px;
	padding-top: 24px;
    padding-bottom: 24px;
}
.advantages-items {
    width: 30%;
	min-height: 155px;
}
footer {
    flex-wrap: wrap;
}
footer-404 {
    flex-wrap: wrap;
}
.footer-content,.footer-map {
    width: 100%;
}
.footer-content {
    order:2;
}
.footer-map {
    order:1;
}
/* SLIK-SLIDER/*/
.hed-txt-box {
    padding-top: 50px;
}
.slider,.slider3 {
    padding: 0px 40px;
}

.slider3__hed-txt-box{
	width: 55%;
}
.slider3 {
    width: 105%;
}
.slider3__advantages-box-items{
	padding-right: 5px;
    margin-right: 75px;
}
.slider3 .slick-dots {
    padding-right: 40px;
}
.slider3 .slick-arrow {
    top: 40%;

}
/* SLIK-SLIDER/*/
}
@media screen and (max-width: 768px){
.hed-text,.hed-text-2 {
    font-size: 24px;
}
.hed-txt-box__title, .hed-txt-box__title-404{
    font-size: 28px;
}
.hed-txt-box__descriptions {
    font-size: 18px;
}
.hed-form__title {
    font-size: 14px;
}
.hed-form__text {
    font-size: 10px;
}
.services-title-iso {
    font-size: 26px;
}
.hiden__mobi{
    display: none;
}
.logo-footer__img{
	background: url(../img/logo-footer.svg)no-repeat center;
	background-size: cover;
	width: 225px;
	height: 14px;
}
.logo-footer__img-404{
	background: url(../img/logo-footer-404.png)no-repeat center;
	background-size: contain;
	width: 200px;
	height: 80px;
}
.logo-footer__txt {
    font-size: 16px;
    padding: 10px 5px;
}
.services-box{
	width: 40%;
    min-height: 295px;
}
.col-items__box {
    padding-left: 15%;
}
.footer-box__col-items__title, .footer-box__col-items__title-404 {
    width: 85%;
	height: 45px;
    font-weight: 600;
}
/* SLIK-SLIDER/*/
.slider{
    padding: 0px 25px;
}
/* SLIK-SLIDER/*/
.hiden__desc{
    display: block;
}
}
@media screen and (max-width: 600px){
.services-box__title-text {
    font-size: 18px;
    padding-left: 5px;
}
.services-button {
    font-size: 12px;
}
.advantages-items {
    width: 85%;
	min-height: auto;
}
.services-title, .actions-title, .advantages-title-orange, .advantages-title {
    font-size: 28px;
}
.footer-box__col {
    flex-wrap: wrap;
    flex-direction: column-reverse;
	padding: 5px 0;
}
.footer-box__col-items {
    flex: 1 1 auto;
    padding: 10px 5px;
}
.logo-footer__box{
	order:3;
}
.services-footer{
	order:2;
}
.about-footer{
	order:1;
}
.footer-box__col-items__title, .footer-box__col-items__title-404 {
    text-align: center;
}
.col-items__box {
	padding-left: 30%;
}
.footer-box__col-items__title, .footer-box__col-items__title-404 {
	width: 65%;
    height: 25px;
}
.copirat-text {
    font-size: 14px;
}
/* SLIK-SLIDER/*/
.slider3__hed-txt-box{
	    margin-left: 20px;
}
.slider3 {
    width: 90%;
}
.slider3__advantages-box-items {
    margin-right: 20px;
}
/* SLIK-SLIDER/*/
}
@media screen and (max-width: 540px){
.colum {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
}
.tel-540{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.colum-tel{
	justify-content: center;
}
.hed-content{
	justify-content: center;
}
.hed-img, .hed-img-404{
    min-height: 605px;
    height: auto;
    padding-bottom: 60px;
}
.hed-txt-box, .hed-form-box, .hed-form-box-404 {
    width: 100%;
	justify-content: center;
}
.hed-text-2{
	display:none;
}
.hed-form{
    margin-left: 0;
}
.services-box {
    width: 100%;
    min-height: 190px;
	padding: 5%;
}
.logo-footer {
    padding-bottom: 20px;
}
.advantages {
    background:#ffffff;
}
.slider2__hed-txt-box{
	width:90%;
}
.slider2__advantages-box-items {
    padding-right: 0px;
}
.hed-txt-box {
    padding-top: 0px;
}
.advantages-items__txt_white {
    font-size: 20px;
}
}
@media screen and (max-width: 515px){
    
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        height: 100%;
        max-height: 100%;
    }

.wrapper {
    padding: 0 3%;
}
.hed-box, .hed-content {
    justify-content: center;
    text-align: center;
}
.nav-panel {
    padding: 2% 0% 0% 5%;
}
.assessment-box__img {
    display: none;
}
.hed-img, .hed-img-404{
    height: auto;
}
.hed-txt-box, .hed-form-box, .hed-form-box-404 {
    width: 100%;
}
.hed-txt-content{
    padding-bottom: 60px;
}
.hed-txt-box {
    padding-top: 5px;
}
.services-title-iso {
    font-size: 26px;
}
.services-box {
    width: 100%;
    padding: 5%;
	min-height:255px;
}
.services-box__title-text {
    font-size: 22px;
}
.services-box__list {
    list-style-type: none;
    margin: 1em 0
}

.services-box__list-text {
	list-style: none;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

li.services-box__list-text:before {
    content: "\2022";
    color: #000000;
    font-weight: bold;
    display: inline-block;
    width: 1em
}
.footer-box__col-items__title, .footer-box__col-items__title-404 {
    width: 70%;
}
/* SLIK-SLIDER/*/
.slider,.slider3 {
    padding: 0px 20px;
}
.slider .slick-dots, .slider3 .slick-dots {
    display: flex;
    flex-wrap: wrap;
}
.slider__item {
    padding: 0px 30px;
}
/* SLIK-SLIDER/*/
}
@media screen and (max-width: 414px){
/* SLIK-SLIDER/*/
.slider2__hed-txt-box{
	width: 75%;
}
.slider2 .slick-dots {
    flex-wrap: wrap;
	padding-left: 0;
}
/* SLIK-SLIDER/*/
}
@media screen and (max-width: 400px){
/*Навигация и сквозные элементы/*/
.nav-panel {
    padding: 2% 0% 0% 5%;
}
/*Навигация и сквозные элементы/*/
.colum-tel{
	justify-content: center;
}
.hed-img, .hed-img-404{
    height: auto;
    background:#0cc0df;
    padding-bottom: 0px;
}
.hed-txt-box, .hed-form-box, .hed-form-box-404 {
    width: 100%;
}
.hed-box, .hed-content{
    justify-content: center;
    text-align: center;
}
.hed-form{
    margin-left: 0;
}
.services-box {
    width: 100%;
    padding: 5%;
	min-height:270px;
}
.services-box__title-text {
    font-size: 18px;
}
.actions-form {
    height: auto;
    margin: 0 0 20px 0;
}
.footer-box__col {
    flex-wrap: wrap;
}
.footer-box__col-items {
    width: 100%;
    padding-bottom: 10px;
}
/* SLIK-SLIDER/*/
.slider .slick-arrow,.slider3.slick-arrow {
    margin: -30px 10px 0px 0px;
}
.slider .slick-dots,.slider3.slick-dots {
    padding-left: 0px;
}
/* SLIK-SLIDER/*/
}
@media screen and (max-width: 360px){
.footer-box__col-items__title, .footer-box__col-items__title-404 {
    width: 90%;
}
.col-items__box {
    padding-left: 25%;
}
.slider2__hed-txt-box{
	width: 70%;
}
.slider .slick-arrow, .slider3 .slick-arrow {
    top: 33%;
}
.slider__item {
    padding: 0px 19px;
}
.slider3 .slick-arrow {
    top: 60%;
}
}
@media screen and (max-width: 320px){
.services-box {
    min-height: 327px;
}
.hed-logo {
    background: url(../img/logo-mobile.svg)no-repeat center;
    background-size: contain;
}
}
@media screen and (max-width: 280px){
.hed-text{
	padding:0;
}
.hed-txt-box__title, .hed-txt-box__title-404 {
    font-size: 20px;
}
.hed-txt-box__descriptions {
    font-size: 12px;
}
.slider__item{
	padding:0 24px;
}
.services-box {
    min-height: 400px;
}
.services-box__title-text {
    word-break: break-word;
}
.footer-box__col-items__title, .footer-box__col-items__title-404 {
    font-size: 16px;
}
.slider3 .slick-dots {
    width: 95%;
    padding: 0px 9px;
}
.slider3 .slick-arrow {
    top: 55%;
}
.slider2{
    width: 100%;
    padding: 0px 38px;
}
.slider2__slider__item{
	padding: 0px 15px;
}
.slider2__advantages-items__txt_white {
    font-size: 16px;
}
.advantages-items {
    height: auto;
}
.services-text__img {
    padding: 50px;
}
}
@media screen and (max-width: 240px){
.hed-txt-box__title, .hed-txt-box__title-404{
    font-size: 22px;
}
.hed-txt-box__descriptions {
    font-size: 14px;
}
.hed-form__title {
    font-size: 22px;
}
.services-title, .advantages-title, .services-title-iso{
    font-size: 30px;
    padding: 0px 0 10px 0;
}
.services-title-small{
    font-size: 30px;
}
.services-text__img {
    width: 40px;
    height: 40px;
    padding: 0px;
}
.services-box__title-text {
    font-size: 18px;
    padding-left: 0px;
}
.services-box__desc-text {
    font-size: 14px;
}
.actions-title{
    font-size: 22px;
}
.hed-form__title {
    font-size: 20px;
}}}