/* font */
/* colors */
/* animation */
/* sizing */
/* vars */
/* mixins */
/* functions */
/* functions */
 @font-face {
     font-family: "SFUIDisplay";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIDisplay-Regular.eot");
     src: url("../fonts/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/SFUIDisplay-Regular.ttf") format("truetype");
}
 @font-face {
     font-family: "SFUIDisplay-Light";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIDisplay-Light.eot");
     src: url("../fonts/SFUIDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Light.woff") format("woff"), url("../fonts/SFUIDisplay-Light.ttf") format("truetype");
}
 @font-face {
     font-family: "SFUIDisplay-Black";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIDisplay-Black.eot");
     src: url("../fonts/SFUIDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Black.woff") format("woff"), url("../fonts/SFUIDisplay-Black.ttf") format("truetype");
}
 @font-face {
     font-family: "SFUIDisplay-Bold";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIDisplay-Bold.eot");
     src: url("../fonts/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Bold.woff") format("woff"), url("../fonts/SFUIDisplay-Bold.ttf") format("truetype");
}
 @font-face {
     font-family: "SFUIDisplay-Heavy";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIText-Heavy.eot");
     src: url("../fonts/SFUIText-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Heavy.woff") format("woff"), url("../fonts/SFUIText-Heavy.ttf") format("truetype");
}
 @font-face {
     font-family: "SFUIDisplay-Medium";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIText-Medium.eot");
     src: url("../fonts/SFUIText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Medium.woff") format("woff"), url("../fonts/SFUIText-Medium.ttf") format("truetype");
}
 @font-face {
     font-family: "SFUIDisplay-Semibold";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIText-Semibold.eot");
     src: url("../fonts/SFUIText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Semibold.woff") format("woff"), url("../fonts/SFUIText-Semibold.ttf") format("truetype");
}
 @font-face {
     font-family: "SFUIDisplay-LightItalic";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/SFUIText-LightItalic.eot");
     src: url("../fonts/SFUIText-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-LightItalic.woff") format("woff"), url("../fonts/SFUIText-LightItalic.ttf") format("truetype");
}
 @font-face {
     font-family: "DINPro-Black";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/DINPro-Black.eot");
     src: url("../fonts/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Black.woff") format("woff"), url("../fonts/DINPro-Black.ttf") format("truetype");
}
 @font-face {
     font-family: "DINPro-Light";
     font-weight: 400;
     font-style: normal;
     src: url("../fonts/DINPro-Light.eot");
     src: url("../fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light.ttf") format("truetype");
}
 * {
     box-sizing: border-box;
     outline: none;
}
 *:before, *:after {
     box-sizing: border-box;
}
 *:focus, *:active {
     outline: none;
}
 html {
     overflow-x: hidden;
     font-size: 16px;
}
 body {
     font-weight: 400;
     font-family: "SFUIDisplay-Light", sans-serif;
     font-size: 16px;
     line-height: 1.2;
     color: #313131;
     min-width: 320px;
     min-height: 100vh;
     position: relative;
     overflow-x: hidden;
     margin: 0;
     display: flex;
     flex-direction: column;
}
.cart-link1 {
display:inline-block !important;

}
.cart-link1 img {
width:44px;
}
.white-wrapper {
    max-width: 550px;
    margin:0 auto;
    padding:10px;
    background: rgba(255,255,255, 0.8);
    border-radius:10px;
    text-align:left;
    box-shadow:0 0 10px #999;
}
.white-wrapper ul {
padding: 0 0 0 25px;
}
.white-wrapper ul li {
margin:0 0 5px 0;
}
 .row {
     min-width: 100%;
}
 [class*='col-auto'] {
     max-width: 100%;
}
 .clearfix::after {
     content: "";
     clear: both;
     display: table;
}
 .block-xs {
     display: none;
}
 .hidden {
     display: none !important;
}
 .invisible {
     visibility: hidden !important;
     opacity: 0 !important;
}
 .disable-hover, .disable-hover * {
     pointer-events: none !important;
}
 ::selection {
     background-color: rgba(0, 127, 255, 0.7);
     color: #fff;
     text-decoration: none;
}
 :-ms-input-placeholder {
     color: #545454;
     text-overflow: ellipsis;
}
 ::-ms-input-placeholder {
     color: #545454;
     text-overflow: ellipsis;
}
 ::placeholder {
     color: #545454;
     text-overflow: ellipsis;
}
 table {
     border-collapse: separate;
     border-spacing: 0;
}
 img {
     height: auto;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     max-width: 100%;
     display: block;
     -o-object-fit: contain;
     object-fit: contain;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 ul {
     padding: 0;
     margin: 0;
}
 p {
     margin-top: 0;
}
 p:last-child {
     margin-bottom: 0;
}
 figure {
     margin: 0;
}
 button, input {
     outline: none;
     font-family: 'SFUIDisplay', sans-serif;
}
 button:focus, input:focus {
     outline: none;
}
 .inner, .container {
     max-width: 1200px;
     margin-left: auto;
     margin-right: auto;
     padding: 0 15px;
}
 .container{
     min-height: 200px;
}
.container_breadcrumbs{
	min-height: auto;
}
 .row {
     margin-left: -15px;
     margin-right: -15px;
}
 a {
     text-decoration: none;
}
 .tns-nav {
     position: absolute;
     display: inline-flex;
     align-items: center;
     justify-content: space-between;
     padding: 4px;
     background: #fff;
     border-radius: 25px;
     z-index: 2;
}
 .tns-nav button {
     width: 18px;
     height: 18px;
     border: 0;
     background: #00AFF7;
     border-radius: 50%;
     margin-left: 32px;
}
 .tns-nav .tns-nav-active {
     background: #1d3062;
}
 .tns-nav button:first-child {
     margin-left: 0 !important;
}
 .t-form input {
     padding: 12px 10px 9px;
     border: 1px solid #CACACA;
     font-size: 1rem;
     margin-bottom: 20px;
     border-radius: 10px;
     background-color: #fff;
}
 .t-form input:-ms-input-placeholder {
     color: #797979;
}
 .t-form input::-ms-input-placeholder {
     color: #797979;
}
 .t-form input::placeholder {
     color: #797979;
}
 .t-title {
     font-size: 1.875rem;
     color: #00aff7;
     text-transform: uppercase;
     line-height: 1;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
}
 .t-title span {
     font-size: 1.375rem;
     letter-spacing: 0.0625rem;
     color: #313131;
     font-family: 'SFUIDisplay-Bold', sans-serif;
}
 .t-btn, .btn_more, .btn-more {
     display: inline-block;
     width: initial !important;
     padding: 11px 25px;
     text-align: center;
     border-radius: 10px;
     background-color: #1d3062;
     cursor: pointer;
     letter-spacing: 0.0625rem;
     text-transform: uppercase;
     color: #ffffff;
     border: 0;
     font-family: 'SFUIDisplay-SemiBold', sans-serif;
     font-size: 0.875rem;
     transition: background 220ms;
}
 .t-btn:hover, .t-btn:focus {
     background-color: #08173f;
}
 .t-callback-btn {
     padding: 12px 16px 10px 44px;
     background-image: url("../img/favicon/callback.png");
     background-repeat: no-repeat;
     background-position: 7px 7px;
     letter-spacing: 0.0625rem;
     font-size: 0.9375rem;
     letter-spacing: 0;
     background-size: auto 25px;
}
 .t-callback-btn:hover, .t-callback-btn:focus {
     background-image: url("../img/favicon/callback.png");
}
 .complex-approach {
     text-align: center;
     padding: 80px 0;
}
 .complex-approach .t-title {
     margin: 0 0 45px;
}
 .complex-approach .complex-box {
     display: flex;
     justify-content: space-between;
     align-items: stretch;
}
 .complex-approach .complex-box .item {
     background: #00AFF7;
     flex-basis: 100%;
     color: #fff;
     padding: 0 12px 15px;
}
 .complex-approach .complex-box .item img {
     margin: 23px auto 25px;
}
 .complex-approach .complex-box .item .title {
     text-transform: uppercase;
     letter-spacing: 0.0625rem;
     font-size: 1.3125rem;
     font-family: 'SFUIDisplay-Bold', sans-serif;
     margin: 0 0 25px;
}
 .complex-approach .complex-box .item p {
     font-size: 0.875rem;
     letter-spacing: 0.04375rem;
     text-align: left;
}
 .complex-approach .complex-box .item:nth-child(2n) {
     background: #1d3062;
}
 .complex-approach .complex-box .item:nth-child(4) img {
     margin-bottom: 13px;
}
 .complex-approach .complex-box .item:nth-child(4) .title {
     margin-bottom: 12px;
}
 .complex-approach .wo-title .item {
     padding: 0 38px 40px;
}
 .complex-approach .wo-title .item img {
     margin: 33px auto 35px !important;
}
 .complex-approach .wo-title .item p {
     font-size: 1.125rem;
     text-align: center;
}
 .complex-about {
     padding: 80px 0 60px;
}
 .complex-about .complex-box .item {
     padding: 0 19px 30px;
}
 .complex-about .complex-box .item img {
     margin: 23px auto 28px;
}
 .complex-about .complex-box .item p {
     font-size: 1rem;
     text-transform: uppercase;
     letter-spacing: 0.04375rem;
     text-align: center;
     font-family: 'SFUIDisplay', sans-serif;
}
 .complex-about .complex-box .item:nth-child(4) img, .complex-about .complex-box .item:nth-child(5) img {
     margin: 23px auto 19px;
}
 .industries {
     text-align: center;
     padding: 0 0 10px;
}
.industries_new{
	margin-top: 210px;
}
@media screen and (max-width: 550px){
		.industries_new{
		margin-top: 100px;
	}
}
 .industries .t-title {
     line-height: 1.9375rem;
     margin: 0 0 45px;
}
 .industries .t-title p {
     display: block;
     margin-top: 3px;
     letter-spacing: 0.0625rem;
     font-size: 1.375rem;
     color: #313131;
     font-family: 'SFUIDisplay-Bold', sans-serif;
}
 .industries .industries-box {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
}
 .industries .industries-box .item {
     width: 200px;
     height: 200px;
     margin-bottom: 33px;
     display: flex;
     flex-direction: column;
     align-items: center;
     background: #FBFAF8;
     border: 2px solid #d8d8d8;
     border-radius: 10px;
     padding: 15px 15px 0;
}
 .industries .industries-box .item .img {
     width: 100%;
     height: 115px;
     background-repeat: no-repeat;
     background-position: center;
}
 .industries .industries-box .item .text {
     flex-grow: 1;
     justify-content: center;
     align-items: center;
     display: flex;
     padding: 10px;
     text-transform: uppercase;
     font-size: 0.75rem;
     font-family: 'SFUIDisplay-Bold', sans-serif;
}
 .trigger-section {
     background: #333333 url("../img/trigger-section-bg.png") no-repeat center;
     background-size: contain;
     text-align: center;
     background-position: 77% 0;
     padding: 35px 0;
     margin-bottom: 40px;
}
 .trigger-section .t-title {
     color: #fff;
     margin: 0 0 20px;
     padding: 0;
     line-height: 1.2;
     font-size: 1.375rem;
     font-family: 'SFUIDisplay-SemiBold', sans-serif;
}
 .partners {
     margin-bottom: 60px;
     padding: 20px 0 0;
     text-align: center;
}
 .partners .t-title {
     margin-bottom: 5px;
}
 .partners .partners-box {
     max-width: 890px;
     position: relative;
     padding-bottom: 45px;
     width: 100%;
     margin: 0 auto;
}
 .partners .partners-box button[data-action="stop"], .partners .partners-box button[data-action="start"] {
     display: none;
}
 .partners .partners-box .tns-nav {
     position: absolute;
     left: 50%;
     bottom: 0;
     box-shadow: 0px 0px 13px 0px rgba(51, 51, 51, 0.29);
     transform: translate(-50%, 0) translateZ(0);
}
 .partners .partners-box #partners-slider, .partners .partners-box #partners-slider-lg {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .partners .partners-box #partners-slider .item, .partners .partners-box #partners-slider-lg .item {
     height: 120px;
     max-width: 185px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
}
 .partners-lg {
     margin-bottom: 60px;
     padding: 0px 0 0;
}
 .partners-lg .t-title {
     margin-bottom: 50px;
}
 .partners-lg .partners-box {
     max-width: none;
     padding-bottom: 45px;
}
 .partners-lg .partners-box #partners-slider-lg {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
 .partners-lg .partners-box #partners-slider-lg .item {
     height: 115px;
     max-width: 140px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
}
 .catalog-list {
     text-align: center;
     padding-bottom: 55px;
     margin: 20px 0 0;
}
 .catalog-list .t-title {
     margin: 0 0 35px;
}
 .catalog-list .catalog-box {
     display: flex;
     justify-content: space-between;
     align-items: stretch;
     margin-bottom: 45px;
}
 .catalog-list .item, .content-wrapper .item {
     max-width: 275px;
     text-align: left;
     border: 1px solid #e2e2e2;
     position: relative;
     background-color: #fbfaf8;
     padding: 7px 10px 82px;
}
 .catalog-list .item .item-image, .content-wrapper .item .item-image {
     display: block;
     height: 175px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
}
 .catalog-list .item .item-title, .content-wrapper .item .item-title {
     display: block;
     margin: 20px 0 12px;
     line-height: 1.3;
     padding-left: 17px;
     font-family: 'SFUIDisplay-SemiBold', sans-serif;
     font-size: 1.125rem;
     color: #313131;
     transition: color 220ms;
}
 .catalog-list .item .item-title:hover, .content-wrapper .item .item-title:hover, .catalog-list .item .item-title:focus, .content-wrapper .item .item-title:focus {
     color: #00AFF7;
}
 .catalog-list .item .feature-list, .content-wrapper .item .feature-list {
     list-style: none;
     padding: 13px 0 13px 17px;
     border-top: 1px solid #E5E5E5;
     border-bottom: 1px solid #E5E5E5;
}
 .catalog-list .item .feature-list li, .content-wrapper .item .feature-list li {
     font-size: 0.9375rem;
     font-family: 'SFUIDisplay', sans-serif;
     line-height: 1.3;
}
 .catalog-list .item .item-footer, .content-wrapper .item .item-footer {
     display: flex;
     justify-content: space-between;
     align-items: center;
     position: absolute;
     left: 0;
     bottom: 0;
     right: 0;
     padding: 14px 27px 20px;
}
 .catalog-list .item .item-footer .price, .content-wrapper .item .item-footer .price {
     color: #00aff7;
     font-size: 2.375rem;
     font-family: 'DINPro-Black', sans-serif;
     padding-bottom: 3px;
}
 .catalog-list .item .item-footer .btn-buy, .content-wrapper .item .item-footer .btn-buy {
     width: 37px;
     height: 37px;
     display: block;
     border:none;
     background:transparent;
     background-position: center right;
     background-repeat: no-repeat;
     background-size: contain;
}
 .catalog-equipment {
     text-align: center;
     margin-bottom: 35px;
     padding: 40px 0 0;
}
 .catalog-equipment .t-title {
     margin: 0 0 40px;
}
 .catalog-equipment .catalog-box {
     display: flex;
     justify-content: space-between;
     align-items: stretch;
     flex-wrap: wrap;
}
 .catalog-equipment .item {
     display: flex;
     flex-direction: column;
     max-width: 270px;
     width: 100%;
     margin-bottom: 28px;
     background: #FBFAF8;
     border: 1px solid #E2E2E2;
}
 .catalog-equipment .item .item-image-container {
     padding: 25px 23px 20px;
}
 .catalog-equipment .item .item-image-container a {
     display: block;
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
     height: 160px;
}
 .catalog-equipment .item .title {
     margin: 0 9px;
     padding: 15px 5px;
     font-family: 'SFUIDisplay-SemiBold', sans-serif;
     border-top: 1px solid #E5E5E5;
     display: flex;
     justify-content: center;
     text-transform: uppercase;
     align-items: center;
     flex-grow: 1;
     min-height: 80px;
}
 .catalog-equipment .item .title a {
     font-size: 0.9375rem;
     color: #313131;
     transition: color 220ms;
}
 .catalog-equipment .item .title a:hover, .catalog-equipment .item .title a:focus {
     color: #00AFF7;
}
 .preliminary-test {
     text-align: center;
}
 .preliminary-test .test-form {
     overflow: hidden;
     padding-bottom: 75px;
     background-size: cover;
}
 .preliminary-test .test-form .inner {
     position: relative;
}
 .preliminary-test .test-form .inner::before {
     z-index: 2;
     content: "";
     position: absolute;
     border-radius: 50%;
     background-color: white;
     opacity: 0.71;
     width: 668px;
     height: 668px;
     top: -195px;
     left: 50%;
     transform: translate(-50%, 0) translateZ(0);
}
 .preliminary-test .test-form .text {
     position: relative;
     z-index: 3;
}
 .preliminary-test .test-form .title {
     margin: 65px 0 30px;
     text-transform: uppercase;
     font-size: 3.0625rem;
     color: #00a348;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
}
 .preliminary-test .test-form .title p {
     font-size: 1.6875rem;
     color: #313131;
}
.subtitle:before {
display:block;
content: " ";
}
.subtitle {
    display: inline-block;
    padding: 2px 14px 6px;
    background: #fff;
    line-height: 1;
    border-radius: 10px;
}
 .preliminary-test .test-form .subtitle {
     display: block;
     letter-spacing: 0.0625rem;
     color: #3f5c83;
     margin: 0 0 65px;
     font-size: 1.375rem;
     line-height: 1.4;
     text-transform: uppercase;
     font-family: 'SFUIDisplay-Bold', sans-serif;
}
 .preliminary-test .test-form .t-btn {
     padding: 12px 45px;
}
 .advantages {
     padding: 75px 0 0;
     text-align: center;
}
 .advantages .t-title {
     margin: 0 0 70px;
}
 .advantages .advantages-box {
     display: flex;
     max-width: 800px;
     margin: 0 auto 0;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
}
 .advantages .advantages-box .item {
     width: 180px;
     height: 180px;
     border-radius: 50%;
     background-color: #00AFF7;
    /*  background-size: cover; */
     background-position: center;
     margin-left: 6%;
     margin-bottom: 65px;
     background-repeat: no-repeat;
     background-size: 100px;
     position: relative;
}
 .advantages .advantages-box .item span {
     display: block;
     /* max-width: 95px; */
     /* margin: 130px auto 0; */
     /* color: #fff; */
     color: inherit;
     letter-spacing: 0.0625rem;
     font-size: 0.875rem;
     font-size: 1.1rem;
     font-weight: bold;
     text-align: center;
     width: 100%;
     /* text-transform: uppercase; */
     position: absolute;
    bottom: -46px;
    height: 40px;
}
 .advantages .advantages-box .item:first-child {
     margin-left: 0;
}
 .advantages .advantages-box .item:nth-child(4) {
     margin-left: 0;
}
 .advantages .advantages-box .item:nth-child(2n) {
     background-color: #1d3062;
}
 .callback-section {
     background: #313131;
     text-align: center;
     margin: 25px 0 0;
     padding: 45px 0 5px;
}
 .callback-section h2.title {
     margin: 0 0 35px;
     font-size: 1.875rem;
     color: #00aff7;
     text-transform: uppercase;
     line-height: 1.3;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
}
 .callback-section h2.title span {
     color: #fff;
}
 .callback-section .desc {
     margin: 0 0 35px;
     font-size: 1.5rem;
     color: #00aff7;
     text-transform: uppercase;
     line-height: 1;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
     letter-spacing: 0;
}
 .callback-section .desc span {
     color: #fff;
     letter-spacing: 0.125rem;
     font-family: 'SFUIDisplay-Light', sans-serif;
}
 .callback-section .callback-form {
     border: 3px solid #fbfaf8;
     border-radius: 10px;
     display: flex;
     margin: 0 15px 40px;
     justify-content: space-between;
     align-items: stretch;
}
 .callback-section .callback-form .form-left {
     flex-grow: 1;
     list-style: none;
     padding: 57px 15px 30px 30px;
}
 .callback-section .callback-form .form-left li {
     font-size: 1.125rem;
     font-family: 'SFUIDisplay-Light', sans-serif !important;
     text-align: left;
     letter-spacing: 0.0625rem;
     color: #fff;
     margin-bottom: 19px;
     position: relative;
}
 .callback-section .callback-form .form-left li::before {
     content: "";
     position: absolute;
     left: -48px;
     display: flex;
     justify-content: center;
     align-items: center;
     top: 50%;
     transform: translate(0, -50%) translateZ(0);
     background: #313131;
     width: 33px;
     height: 33px;
     border: 3px solid #ffffff;
     border-radius: 50%;
     font-size: 1.125rem;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
}
 .callback-section .callback-form .form-left li:first-child::before {
     content: "1";
}
 .callback-section .callback-form .form-left li:nth-child(2)::before {
     content: "2";
}
 .callback-section .callback-form .form-left li:nth-child(3)::before {
     content: "3";
}
 .callback-section .callback-form .form-left li:nth-child(4)::before {
     content: "4";
}
 .callback-section .callback-form .form-left li:last-child {
     margin-bottom: 0;
}
 .callback-section .callback-form .form-right {
     background: #FBFAF8;
     padding: 30px 75px 25px;
}
 .callback-section .callback-form .form-right input[type="text"] {
     display: block;
     width: 100%;
     background: #FBFAF8;
}
 .callback-section .callback-form .form-right .form-btns {
     display: flex;
     padding-top: 5px;
     justify-content: space-between;
     align-items: center;
     flex-direction: row;
}
 .callback-section .callback-form .form-right .form-btns .t-btn {
     padding: 12px 54px;
     letter-spacing: 0.0625rem;
     font-family: 'SFUIDisplay-SemiBold', sans-serif;
     margin-right: 15px;
}
 .callback-section .callback-form .form-right .form-btns .politics {
     font-size: 0.8125rem;
     padding-right: 15px;
     font-family: 'SFUIDisplay-Light', sans-serif;
     color: #313131;
     text-align: left;
}
 .callback-section .callback-form .form-right .form-btns .politics a {
     color: #00a348;
     font-family: 'SFUIDisplay', sans-serif;
     text-decoration: underline;
}
 .green-callback {
     padding: 55px 0 80px;
     background: #fff;
}
 .green-callback .callback-form {
     border: 3px solid #1d3062;
     margin: 0 15px 0;
}
 .green-callback .callback-form .form-left {
     flex-grow: 1;
     list-style: none;
     display: flex;
     padding: 0;
     padding-left: 30px;
     text-align: left;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
}
 .green-callback .callback-form .form-left .title {
     font-size: 1.5rem;
     text-transform: uppercase;
     color: #1d3062;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
     margin-bottom: 20px;
}
 .green-callback .callback-form .form-left .subtitle {
     font-size: 1.125rem;
     font-family: 'SFUIDisplay', sans-serif;
     letter-spacing: 0.0625rem;
}
 .green-callback .callback-form .form-right {
     background: #1d3062 !important;
     padding: 30px 70px 25px;
     width: 51%;
     flex-shrink: 0;
}
 .green-callback .callback-form .form-right .form-btns .t-btn {
     background: #00AFF7;
     padding: 12px 49px;
}
 .green-callback .callback-form .form-right .form-btns .t-btn:hover, .green-callback .callback-form .form-right .form-btns .t-btn:focus {
     background: #00A1E1;
}
 .green-callback .callback-form .form-right .form-btns .politics {
     color: #fff;
     font-size: 0.75rem;
     letter-spacing: 0.0625rem;
     padding-right: 0;
     font-family: 'SFUIDisplay-Light', sans-serif;
}
 .green-callback .callback-form .form-right .form-btns .politics a {
     text-decoration: underline;
     font-family: 'SFUIDisplay-SemiBold', sans-serif;
     color: #fff;
}
 .certificates {
     text-align: center;
     padding: 80px 0 40px;
}
 .certificates .t-title {
     margin: 0 0 50px;
}
 .certificates .certificates-box {
     display: flex;
     margin: auto;
     max-width: 1040px;
     align-items: flex-start;
     justify-content: space-between;
}
 .certificates .certificates-box .item {
     width: 216px;
     height: 306px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     box-shadow: 0px 0px 41px -2px rgba(0, 0, 0, 0.3);
}
 .installation-services {
     text-align: center;
}
 .installation-services .t-title {
     margin: 0 0 55px;
}
 .installation-services .t-title p {
     display: block;
     margin-top: 10px;
     font-size: 1.375rem;
     letter-spacing: 0.0625rem;
     color: #313131;
     font-family: 'SFUIDisplay-Bold', sans-serif;
}
 .installation-services .services-box .item {
     display: flex;
     justify-content: flex-start;
     align-items: flex-end;
     margin-bottom: 58px;
}
 .installation-services .services-box .item .thumb {
     flex-shrink: 0;
     width: 385px;
     height: 132px;
     position: relative;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .installation-services .services-box .item .thumb .img {
     width: 100%;
     height: 100%;
}
 .installation-services .services-box .item .thumb .thumb-title {
     position: absolute;
     height: 45px;
     left: -7px;
     right: -7px;
     top: -35px;
     background: #00AFF7;
     display: flex;
     justify-content: center;
     align-items: center;
     text-transform: uppercase;
     color: #fff;
     font-size: 1rem;
     letter-spacing: 0.0625rem;
}
 .installation-services .services-box .item .text {
     text-align: left;
     padding: 0 0 12px 30px;
}
 .installation-services .services-box .item .text .t-title {
     font-size: 1.625rem;
     display: block;
     margin: 0 0 20px;
}
 .installation-services .services-box .item .text p {
     font-size: 1.0625rem;
     line-height: 1.2;
     margin: 0;
     font-family: 'SFUIDisplay', sans-serif;
}
 .installation-services .services-box .item:nth-child(2) .thumb .thumb-title {
     background: #1d3062;
}
 .installation-services .services-box .item:nth-child(3) .thumb .thumb-title {
     background: #F76900;
}
 .installation-services .services-box .item:nth-child(4) .thumb .thumb-title {
     background: #F70051;
}
 .installation-services .services-box .item:nth-child(5) .thumb .thumb-title {
     background: #2A54DD;
     letter-spacing: 0.03125rem;
     font-size: 0.875rem;
}
 .installation-services .services-box .item:nth-child(6) .thumb .thumb-title {
     background: #86A248;
}
 .performed-work {
     padding: 40px 0 80px;
     text-align: center;
}
 .performed-work .t-title {
     margin: 0 0 45px;
}
 .performed-work .container {
     max-width: 1130px;
}
 .performed-work .item {
     display: flex;
     margin-bottom: 40px;
     align-items: stretch;
     justify-content: flex-start;
}
 .performed-work .item .thumb {
     margin-top: 3px;
     /* width: 390px; */
     flex-shrink: 0;
    /*  height: 280px; */
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .performed-work .item .text {
     text-align: justify;
     flex-grow: 1;
     padding-left: 20px;
     font-size: 1rem;
}
 .performed-work .item .text p {
     font-size: 1.0625rem;
     margin-bottom: 6px;
     line-height: 1.15;
     font-family: 'SFUIDisplay', sans-serif;
}
 .performed-work .item .text a {
     color: #00aff7;
     text-decoration: underline;
     letter-spacing: 0.0625rem;
}
 .performed-work .t-btn {
     padding: 12px 40px;
}
 .employees {
     padding: 35px 0 55px;
     text-align: center;
     background: #313131;
}
 .employees .t-title {
     color: #fff;
     margin: 0 0 55px;
}
 .employees .employees-box {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
}
 .employees .employees-box .item {
     border-radius: 50%;
     border: 8px solid #00aff7;
     width: 198px;
     height: 198px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .employees-slider {
     padding: 35px 0 55px;
     text-align: center;
     background: #313131;
}
 .employees-slider .t-title {
     color: #fff;
     margin: 0 0 55px;
}
 .employees-slider .container {
     padding: 0;
}
 .employees-slider #employees-slider {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
}
 .employees-slider .employees-box {
     position: relative;
     display: block;
     padding-bottom: 70px;
}
 .employees-slider .employees-box button[data-action="stop"], .employees-slider .employees-box button[data-action="start"] {
     display: none;
}
 .employees-slider .employees-box .tns-nav {
     bottom: 0;
     border: 2px solid #E2E2E2;
     background: transparent;
     left: 50%;
     transform: translate(-50%, 0) translateZ(0);
}
 .employees-slider .employees-box .item {
     border-radius: 0;
     border: 0;
     text-align: center;
     width: 200px;
     height: auto;
}
 .employees-slider .employees-box .item .img {
     border-radius: 50%;
     border: 8px solid #00aff7;
     width: 198px;
     height: 198px;
     margin: 0 auto;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .employees-slider .employees-box .item .name {
     color: #fff;
     font-family: 'SFUIDisplay-Medium', sans-serif;
     font-size: 1.125rem;
     margin: 7px 0 9px;
}
 .employees-slider .employees-box .item .phone {
     font-family: 'SFUIDisplay-Light', sans-serif;
     padding-left: 25px;
     font-size: 1.0625rem;
     background: url("../img/favicon/phone-blue.png") no-repeat 0 0;
     color: #00aff7;
}
 .employees-slider .employees-box .item .desc {
     font-family: 'SFUIDisplay-Light', sans-serif;
     display: block;
     font-size: 1.0625rem;
     color: #00aff7;
}
 .delivery-info {
     padding: 80px 0 60px;
}
 .delivery-info .delivery-list {
     list-style: none;
}
 .delivery-info .delivery-list li {
     padding: 0 0 40px;
     border-bottom: 1px solid #D8D8D8;
     margin-bottom: 40px;
}
 .delivery-info .delivery-list li .title {
     font-size: 1.625rem;
     padding: 0;
     margin: 0 0 16px;
     color: #00aff7;
     text-transform: uppercase;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
}
 .delivery-info .delivery-list li p {
     font-size: 1.0625rem;
     font-family: 'SFUIDisplay', sans-serif;
}
 .delivery-info .delivery-list li:last-child {
     margin-bottom: 0;
}
 .selection-page .complex-approach {
     padding: 80px 0 60px;
}
 .selection-page .partners {
     padding: 50px 0 0;
}
 .selection-page .advantages {
     padding: 20px 0 0;
}
 .slider-about {
     padding: 80px 0 65px;
     text-align: center;
}
 .slider-about .t-title {
     margin: 0 0 40px;
}
 .slider-about .slider-box .slider-about-for {
     margin-bottom: 3px;
}
 .slider-about .slider-box .slider-about-for .item {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 530px;
}
 .slider-about .slider-box .slider-about-nav {
     display: flex;
     justify-content: space-between;
     align-items: stretch;
     margin-left: -2px;
     margin-right: -2px;
}
 .slider-about .slider-box .slider-about-nav .item {
     cursor: pointer;
     width: 231px;
     margin: 0 2px;
     height: 160px;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
 .about-info {
     padding: 75px 0 110px;
     font-family: 'SFUIDisplay', sans-serif;
     font-size: 1.0625rem;
}
 .about-info .t-title {
     text-align: center;
     margin: 0 0 40px;
}
 .about-info ul {
     margin: 23px 0;
     padding-left: 20px;
}
 .about-info .link {
     display: block;
     margin-top: -10px;
     color: #00aff7;
     text-decoration: underline;
     font-family: 'SFUIDisplay-Light', sans-serif;
}
 .content-wrapper .catalog-container {
     display: flex;
     align-items: stretch;
     justify-content: space-between;
     padding: 75px 0 0;
}
 .content-wrapper .catalog-container .catalog-content {
     width: 100%;
     max-width: 840px;
     text-align: center;
}
 .content-wrapper .catalog-container .catalog-content .add-more {
     margin: 25px 0 35px;
}
 .content-wrapper .catalog-container .catalog-content .t-title {
     margin: 0 0 40px;
}
 .content-wrapper .catalog-container .catalog-content .catalog-list-items {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -15px;
}
 .content-wrapper .catalog-container .catalog-content .catalog-list-items .item {
     margin: 0 7px 15px;
}
 .content-wrapper .catalog-container .catalog-content .catalog-list-items .item .item-image-container {
     padding: 5px 15px 10px;
}
 .content-wrapper .catalog-container .catalog-content .catalog-list-items .item .item-image-container .item-image {
     height: 190px;
}
 .content-wrapper .catalog-container .catalog-section {
     width: 300px;
     flex-shrink: 1;
     margin-left: 30px;
}
 .content-wrapper .catalog-container .catalog-section .search {
     position: relative;
     margin-bottom: 25px;
}
 .content-wrapper .catalog-container .catalog-section .search input {
     height: 37px;
     width: 100%;
     border-radius: 6px;
     border: 1px solid #DBDBDB;
     font-family: 'SFUIDisplay-LightItalic', sans-serif;
     padding: 14px 25px;
     font-size: 0.875rem;
}
 .content-wrapper .catalog-container .catalog-section .search input:-ms-input-placeholder {
     color: #A9A9A9;
}
 .content-wrapper .catalog-container .catalog-section .search input::-ms-input-placeholder {
     color: #A9A9A9;
}
 .content-wrapper .catalog-container .catalog-section .search input::placeholder {
     color: #A9A9A9;
}
 .content-wrapper .catalog-container .catalog-section .search button {
     position: absolute;
     border: 0;
     right: 6px;
     top: 5px;
     cursor: pointer;
     background: transparent;
}
 .content-wrapper .catalog-container .catalog-section .accordion {
     margin-bottom: 23px;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-header {
     font-size: 1.125rem;
     font-family: 'SFUIDisplay-Medium', sans-serif;
     margin-bottom: 12px;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .price-range {
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .price-range .separator {
     margin: 0 4px;
     color: #373737;
     font-size: 23px;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .price-range input {
     width: 115px;
     border: 1px solid #DBDBDB;
     height: 27px;
     font-size: 13px;
     border-radius: 6px;
     color: #373737;
     text-transform: uppercase;
     padding: 8px;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .price-range input:-ms-input-placeholder {
     color: #373737;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .price-range input::-ms-input-placeholder {
     color: #373737;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .price-range input::placeholder {
     color: #373737;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body input[type=checkbox] {
     display: none;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .accordion-list {
     list-style: none;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .checkbox {
     cursor: pointer;
     display: block;
     position: relative;
     padding-left: 32px;
     color: #373737;
     font-size: 15px;
     line-height: 22px;
     min-height: 21px;
     margin-bottom: 10px;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .checkbox a.param-text {
     color: #373737;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .checkbox:before {
     content: "";
     position: absolute;
     width: 21px;
     height: 21px;
     border-radius: 2px;
     border: 1px solid #DBDBDB;
     left: 0;
     z-index: 3;
     top: 0;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body .check-mark {
     display: none;
     position: absolute;
     z-index: 4;
     color: #313131;
     font-size: 15px;
     width: 12px;
     height: 12px;
     left: 6px;
     top: 0px;
}
 .content-wrapper .catalog-container .catalog-section .accordion .accordion-body input:checked + .check-mark {
     display: block;
}
 .content-wrapper .catalog-container .catalog-section .accordion-double {
     margin-bottom: 13px;
}
 .content-wrapper .catalog-container .catalog-section .accordion-double .accordion-body .accordion-list {
     font-size: 0;
}
 .content-wrapper .catalog-container .catalog-section .accordion-double .accordion-body .accordion-list li {
     display: inline-block;
     max-width: 130px;
     width: 100%;
}
 .content-wrapper .catalog-container .catalog-section .accordion-double .accordion-body .accordion-list .checkbox {
     cursor: pointer;
     position: relative;
     padding-left: 32px;
     color: #373737;
     font-size: 15px;
     line-height: 22px;
     min-height: 21px;
     margin-bottom: 9px;
}
 .content-wrapper .catalog-container .catalog-section .apply-btn {
     padding-top: 10px;
     text-align: center;
}
 .breadcrumbs {
     padding: 26px 0;
}
 .breadcrumbs .breadcrumbs-list {
     list-style: none;
     font-family: 'SFUIDisplay', sans-serif;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .breadcrumbs .breadcrumbs-list li {
     margin-left: 16px;
     position: relative;
}
 .breadcrumbs .breadcrumbs-list li a {
     font-size: 0.875rem;
     color: #6c6c6c;
}
 .breadcrumbs .breadcrumbs-list li::before {
     content: ">";
     font-size: 0.8125rem;
     color: #6c6c6c;
     position: absolute;
     left: -12px;
     top: 2px;
}
 .breadcrumbs .breadcrumbs-list li:first-child {
     margin-left: 0;
}
 .breadcrumbs .breadcrumbs-list li:first-child::before {
     display: none;
}
 .breadcrumbs .breadcrumbs-list li:last-child a {
     color: #00aff7;
}
 .product-content .product-item {
     padding: 55px 0 65px;
     border-top: 1px solid #DBDBDB;
}
 .product-content .product-item .item-box {
     display: flex;
     align-items: stretch;
     margin-bottom: 40px;
}
 .product-content .product-item .item-box .item-thumb {
     max-width: 440px;
     margin-right: 60px;
     width: 100%;
     flex-shrink: 1;
     text-align: center;
}
 .product-content .product-item .item-box .item-thumb .t-title {
     display: none;
}
 .product-content .product-item .item-box .item-thumb img {
     margin: 0 auto;
}
 .product-content .product-item .item-box .item-thumb .thumb-lg {
     width: 350px;
     cursor: pointer;
     margin: 0 auto 20px;
}
 .product-content .product-item .item-box .item-thumb .thumb-for {
     display: flex;
     justify-content: center;
}
 .product-content .product-item .item-box .item-thumb .thumb-for .item {
     margin: 0 7px;
     width: 85px;
     height: 90px;
     background: no-repeat center;
     background-size: contain;
     cursor: pointer;
}
 .product-content .product-item .item-box .item-text {
     flex-grow: 1;
}
 .product-content .product-item .item-box .item-text .t-title {
     margin: 0;
     line-height: 1.2;
}
 .product-content .product-item .item-box .item-text .item-menu {
     margin: 30px 0 15px;
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .product-content .product-item .item-box .item-text .item-menu .price {
     font-size: 2.625rem;
     letter-spacing: -0.125rem;
     font-family: 'DINPro-Black', sans-serif;
}
 .product-content .product-item .item-box .item-text .item-menu .menu-btns {
     display: flex;
     justify-content: flex-end;
}
 .product-content .product-item .item-box .item-text .item-menu .menu-btns .t-btn {
     margin-left: 20px;
}
 .product-content .product-item .item-box .item-text .item-menu .menu-btns .consult-btn {
     padding: 11px 15px;
}
 .product-content .product-item .item-box .item-text .item-menu .menu-btns .buy-btn {
     background: #1d3062 no-repeat 15px 6px;
     padding: 11px 18px 11px 56px;
}
 .product-content .product-item .item-box .item-text .item-param {
     border-top: 1px solid #DBDBDB;
     padding: 16px 0 0;
}
 .product-content .product-item .item-box .item-text .item-param .title {
     display: inline-block;
     font-size: 1.125rem;
     font-family: 'SFUIDisplay-Medium', sans-serif;
     margin: 0 0 5px;
}
 .product-content .product-item .item-box .item-text .item-param .param-table tr {
     line-height: 1.4;
}
 .product-content .product-item .item-box .item-text .item-param .param-table tr td:first-child {
     padding-right: 43px;
}
 .product-content .product-item .item-box .item-text .item-services {
     display: flex;
     padding: 7px 0 13px;
     margin: 20px 0 0;
     border-top: 1px solid #DBDBDB;
     border-bottom: 1px solid #DBDBDB;
     justify-content: space-between;
     align-items: stretch;
}
 .product-content .product-item .item-box .item-text .item-services a {
     display: flex;
     align-items: center;
     padding: 15px 0 10px 73px;
     background: transparent no-repeat 0 9px;
     font-size: 1rem;
     color: #313131;
     text-transform: uppercase;
     font-family: 'SFUIDisplay', sans-serif;
     margin-right: 50px;
     transition: color 220ms;
}
 .product-content .product-item .item-box .item-text .item-services a:hover, .product-content .product-item .item-box .item-text .item-services a:focus {
     color: #00aff7;
}
 .product-content .product-item .item-box .item-text .item-services .payment, .product-content .product-item .item-box .item-text .item-services .credit {
     padding-left: 60px;
}
 .product-content .product-item .item-box .item-text .item-services .credit {
     margin-right: 0;
}
 .product-content .product-item .item-description .title {
     display: inline-block;
     margin-bottom: 5px;
     font-family: 'SFUIDisplay-Medium', sans-serif;
}
 .product-content .product-item .item-description p {
     font-size: 0.9375rem;
     line-height: 1.5rem;
}
 .cart-content {
     text-align: center;
     padding-bottom: 85px;
}
 .cart-content .t-title {
     margin: 45px 0 25px;
     text-align: center;
}
 .cart-content .basket-items .basket-container {
     text-align: left;
     margin-bottom: 30px;
}
 .cart-content .basket-items .basket-container .item-line {
     border-bottom: 1px solid #DBDBDB;
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 130px;
}
 .cart-content .basket-items .basket-container .item-img {
     width: 175px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .cart-content .basket-items .basket-container .item-img img {
     width: 90px;
     margin: 0 auto;
}
 .cart-content .basket-items .basket-container .item-info {
     max-width: 450px;
     width: 100%;
}
 .cart-content .basket-items .basket-container .item-info .item-link {
     font-size: 1.0625rem;
     display: block;
     margin-bottom: 10px;
     font-family: 'SFUIDisplay', sans-serif;
     color: #313131;
     transition: color 220ms;
}
 .cart-content .basket-items .basket-container .item-info .item-link:hover, .cart-content .basket-items .basket-container .item-info .item-link:focus {
     color: #00AFF7;
}
 .cart-content .basket-items .basket-container .item-info .item-desc {
     font-size: 0.875rem;
     color: #8A8A8A;
     line-height: 1.1;
}
 .cart-content .basket-items .basket-container .item-price, .cart-content .basket-items .basket-container .item-sum {
     font-size: 1.75rem;
     letter-spacing: -0.0625rem;
     word-spacing: -1px;
     font-family: 'DINPro-Light', sans-serif;
     min-width: 140px;
     text-align: center;
}
 .cart-content .basket-items .basket-container .item-price {
     margin: 0 35px;
}
 .cart-content .basket-items .basket-container .item-count {
     width: 145px;
     margin-right: 25px;
}
 .cart-content .basket-items .basket-container .item-count .quantity {
     display: flex;
     justify-content: center;
     align-items: center;
}
 .cart-content .basket-items .basket-container .item-count .minus-btn, .cart-content .basket-items .basket-container .item-count .plus-btn {
     width: 30px;
     height: 33px;
     border: 1px solid #DBDBDB;
     border-radius: 10px 0 0 10px;
     text-align: center;
     font-family: 'SFUIDisplay', sans-serif;
     font-size: 1.125rem;
     line-height: 1.75rem;
     cursor: pointer;
}
 .cart-content .basket-items .basket-container .item-count .plus-btn {
     border-radius: 0 10px 10px 0;
}
 .cart-content .basket-items .basket-container .item-count .count-value {
     width: 75px;
     height: 33px;
     border: 1px;
     font-size: 1.125rem;
     text-align: center;
     color: #313131;
     border: 1px solid #DBDBDB;
     border-left: 0;
     border-right: 0;
     font-family: 'SFUIDisplay', sans-serif;
}
 .cart-content .basket-items .basket-container .item-top-line {
     height: auto;
     text-align: center;
}
 .cart-content .basket-items .basket-container .item-top-line .title {
     font-size: 1rem;
     color: #6e6e6e;
     font-family: 'SFUIDisplay', sans-serif;
     padding: 15px !important;
}
 .cart-content .basket-items .total-price {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     text-align: left;
     margin-bottom: 30px;
}
 .cart-content .basket-items .total-price .title b {
     text-transform: uppercase;
     font-size: 1.25rem;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
}
 .cart-content .basket-items .total-price .title p {
     font-size: 0.9375rem;
     font-family: 'SFUIDisplay', sans-serif;
}
 .cart-content .basket-items .total-price .price {
     font-size: 1.75rem;
     letter-spacing: -0.0625rem;
     word-spacing: -1px;
     font-family: 'DINPro-Light', sans-serif;
     text-align: center;
     margin: 0 22px 0 35px;
}
 .cart-content .basket-items .t-btn {
     text-align: center;
     display: inline-block;
     margin: 0 auto;
}
 .cart-content .basket-items .basket-form {
     margin: 80px 0 0;
     text-align: center;
     padding: 40px 70px 60px;
     border-radius: 10px;
     background-color: #fbfaf8;
     box-shadow: 0px 0px 29px 0px rgba(42, 40, 42, 0.29);
}
 .cart-content .basket-items .basket-form .t-title {
     margin: 0 0 65px;
}
 .cart-content .basket-items .basket-form input[type="text"], .cart-content .basket-items .basket-form textarea {
     height: 44px;
     width: 100%;
     border-width: 1px;
     font-family: 'SFUIDisplay', sans-serif;
     border-color: #cacaca;
     border-style: solid;
     border-radius: 10px;
     background: transparent;
     padding: 0 40px;
     font-size: 1rem;
}
 .cart-content .basket-items .basket-form input[type="text"]:-ms-input-placeholder {
     color: #797979;
}
 .cart-content .basket-items .basket-form input[type="text"]::-ms-input-placeholder {
     color: #797979;
}
 .cart-content .basket-items .basket-form input[type="text"]::placeholder {
     color: #797979;
}
 .cart-content .basket-items .basket-form textarea {
     padding: 11px 43px;
     height: 140px;
     font-family: 'SFUIDisplay', sans-serif;
}
 .cart-content .basket-items .basket-form textarea:-ms-input-placeholder {
     color: #797979;
}
 .cart-content .basket-items .basket-form textarea::-ms-input-placeholder {
     color: #797979;
}
 .cart-content .basket-items .basket-form textarea::placeholder {
     color: #797979;
}
 .cart-content .basket-items .basket-form .input-row {
     background-position: 10px 10px;
     background-repeat: no-repeat;
     margin-bottom: 20px;
}
 .cart-content .basket-items .basket-form .input-blog {
     margin-top: 10px;
}
 .cart-content .basket-items .basket-form .input-double {
     display: flex;
     justify-content: space-between;
}
 .cart-content .basket-items .basket-form .input-double .input-row {
     width: 49%;
}
 .cart-content .basket-items .basket-form .input-checkboxes {
     display: flex;
     margin: 7px 0 25px;
     align-items: center;
     justify-content: flex-start;
     padding-left: 50px;
}
 .cart-content .basket-items .basket-form .checkbox {
     margin-right: 30px;
}
 .cart-content .basket-items .basket-form .checkbox label {
     font-size: 0.9375rem;
     text-transform: uppercase;
     position: relative;
     padding-left: 30px;
     cursor: pointer;
     font-family: 'SFUIDisplay', sans-serif;
}
 .cart-content .basket-items .basket-form .checkbox input {
     display: none;
}
 .cart-content .basket-items .basket-form .checkbox label:before {
     position: absolute;
     content: "";
     width: 20px;
     height: 20px;
     border: 2px solid #7A7A7A;
     left: 0;
     bottom: -1px;
     background-color: transparent;
     border-radius: 50%;
}
 .cart-content .basket-items .basket-form .checkbox label:after {
     position: absolute;
     content: "";
     width: 12px;
     height: 12px;
     left: 4px;
     bottom: 3px;
     background-color: #1d3062;
     border-radius: 50%;
     display: none;
}
 .cart-content .basket-items .basket-form .checkbox input:checked + label:after {
     display: block;
}
 .cart-content .basket-items .basket-form .total-price {
     justify-content: flex-start;
     margin: 10px 0 30px;
}
 .cart-content .basket-items .basket-form .user-consent {
     text-align: left;
     border-top: 1px solid #DBDBDB;
     padding-top: 30px;
}
 .cart-content .basket-items .basket-form .user-consent .checkbox label {
     text-transform: none;
     font-size: 1rem;
}
 .cart-content .basket-items .basket-form .user-consent .checkbox label:before {
     width: 21px;
     height: 21px;
     border: 2px solid #DFDFDF;
     background-color: #fff;
     border-radius: 3px;
}
 .cart-content .basket-items .basket-form .user-consent .checkbox label:after {
     content: "\2713";
     width: 12px;
     height: 12px;
     left: 5px;
     bottom: 6px;
     background-color: transparent;
     border-radius: 0;
}
 .cart-content .basket-items .basket-form .footer {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 70px;
}
 .cart-content .basket-items .basket-form .footer .back-link a {
     color: #00aff7;
     font-size: 1.5625rem;
     letter-spacing: 0.0625rem;
     font-family: 'SFUIDisplay-Bold', sans-serif;
     transition: color 220ms;
}
 .cart-content .basket-items .basket-form .footer .back-link a:hover, .cart-content .basket-items .basket-form .footer .back-link a:focus {
     color: #009BD8;
}
 .cart-content .basket-items .basket-form .footer .right-side {
     display: flex;
     justify-content: center;
     align-items: center;
}
 .cart-content .basket-items .basket-form .footer .right-side .doc-download {
     display: inline-block;
     padding-left: 33px;
     color: #313131;
     text-align: left;
     background-repeat: no-repeat;
     background-position: 0 6px;
}
 .cart-content .basket-items .basket-form .footer .right-side .doc-download b {
     text-transform: uppercase;
     font-family: 'SFUIDisplay-Bold', sans-serif;
}
 .cart-content .basket-items .basket-form .footer .right-side .doc-download p {
     text-transform: none;
     font-family: 'SFUIDisplay-LightItalic', sans-serif;
}
 .cart-content .basket-items .basket-form .footer .right-side .t-btn {
     margin-left: 65px;
}
 .catalog-list-page .partners {
     margin-bottom: 80px;
}
 .catalog-list-page .callback-section {
     margin: 0;
}
 .catalog-list-page .preliminary-test .t-title {
     margin-top: 40px;
}
/* main */
 #footer {
     background: #00AFF7;
     padding: 40px 0 0;
     color: #fff;
}
 #footer .footer-box {
     display: flex;
     justify-content: space-between;
     align-items: stretch;
}
 #footer .footer-box .footer-center {
     max-width: 615px;
     min-height: 410px;
     padding: 4px;
     border: 5px solid #fff;
     border-radius: 5px;
     width: 100%;
}
 #footer .footer-box .footer-center iframe {
     height: 100%;
     width: 100%;
}
 #footer .footer-box .footer-left {
     padding-top: 10px;
     margin-right: 10px;
}
 #footer .footer-box .footer-left .company-name {
     margin: 20px 0 7px;
     font-size: 1.125rem;
     font-family: 'SFUIDisplay-SemiBold', sans-serif;
}
 #footer .footer-box .footer-left .company-slogan {
     font-size: 1rem;
     letter-spacing: 0.0625rem;
}
 #footer .footer-box .footer-left ul.footer-menu {
     padding: 0;
     padding-left: 18px;
     margin: 25px 0 0;
}
 #footer .footer-box .footer-left ul.footer-menu li {
     margin-bottom: 8px;
}
 #footer .footer-box .footer-left ul.footer-menu li a {
     color: #fff;
     letter-spacing: 0.0625rem;
     font-size: 1.0625rem;
}
 #footer .footer-box .footer-left ul.footer-menu li a:hover, #footer .footer-box .footer-left ul.footer-menu li a:focus {
     text-decoration: underline;
}
 #footer .footer-box .footer-right {
     display: flex;
     padding-right: 10px;
}
 #footer .footer-box .footer-right ul.contact {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
}
 #footer .footer-box .footer-right ul.contact li {
     display: flex;
     align-items: center;
     margin-bottom: 45px;
}
 #footer .footer-box .footer-right ul.contact li .img {
     width: 47px;
     height: 47px;
     background: transparent;
     border: 4px solid #fff;
     border-radius: 15px;
     margin-right: 9px;
     background-size: 28px auto;
     background-repeat: no-repeat;
     background-position: center;
}
 #footer .footer-box .footer-right ul.contact li .text {
     text-align: left;
}
 #footer .footer-box .footer-right ul.contact li .text span {
     font-size: 1.0625rem;
     font-family: 'SFUIDisplay', sans-serif;
}
 #footer .footer-box .footer-right ul.contact li .text button {
     border: 0;
     background: transparent;
     padding: 0;
}
 #footer .footer-box .footer-right ul.contact li .text a, #footer .footer-box .footer-right ul.contact li .text button, #footer .footer-box .footer-right ul.contact li .text b {
     color: #fff;
     font-size: 1rem;
     font-weight: 400;
     cursor: pointer;
     font-family: 'SFUIDisplay-Medium', sans-serif;
     position: relative;
}
 #footer .footer-box .footer-right ul.contact li .text a::after, #footer .footer-box .footer-right ul.contact li .text button::after {
     background-color: #fff;
     display: block;
     content: "";
     height: 2px;
     width: 0%;
     -webkit-transition: width .3s ease-in-out;
     -moz--transition: width .3s ease-in-ou;
     transition: width .3s ease-in-out;
}
 #footer .footer-box .footer-right ul.contact li .text a:hover::after, #footer .footer-box .footer-right ul.contact li .text a:focus::after, #footer .footer-box .footer-right ul.contact li .text button:hover::after, #footer .footer-box .footer-right ul.contact li .text button:focus::after {
     width: 100%;
}
 #footer .footer-box .footer-right ul.contact li:last-child {
     margin-bottom: 0;
}
 #footer .politics {
     font-size: 0.875rem;
     padding: 20px 0;
     text-align: center;
     letter-spacing: 0.0625rem;
}
 #footer .politics a {
     display: block;
     margin-top: 3px;
     color: #fff;
     text-decoration: underline;
}
 #footer .copyright {
     background: #ffffff;
     font-family: 'SFUIDisplay-Medium', sans-serif;
     text-align: center;
     font-size: 0.875rem;
     padding: 20px 0;
     color: #313131;
}
 #footer .copyright a {
     color: #00aff7;
}
 #footer .copyright a:hover, #footer .copyright a:focus {
     text-decoration: underline;
}
 #header {
     position: relative;
}
 #header .top-header {
     max-width: 1170px;
     box-shadow: 0px 0px 29px 0px rgba(42, 40, 42, 0.29);
     width: 100%;
     z-index: 2;
     position: absolute;
     left: 50%;
     border-radius: 0 0 12px 12px;
     top: 0;
     transform: translate(-50%, 0) translateZ(0);
}
 #header .top-header .inner {
     background: #FBFAF8;
     max-width: 1170px;
}
 #header .top-header .top-line .inner {
     display: flex;
     flex-wrap: wrap;
     padding: 20px 13px 17px;
     align-items: flex-start;
     justify-content:space-between;
}
 #header .top-header .top-line .logo img {
     width: 195px;
}
 #header .top-header .top-line ul.contact {
     margin-top: 10px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-start;
}
 #header .top-header .top-line ul.contact li {
     display: flex;
     margin-left: 25px;
     align-items: center;
}
 #header .top-header .top-line ul.contact li .img {
     width: 47px;
     height: 47px;
     background: #1d3062;
     border: 4px solid #E2E2E2;
     border-radius: 15px;
     margin-right: 9px;
     background-size: 24px auto;
     background-repeat: no-repeat;
     background-position: center;
}
 #header .top-header .top-line ul.contact li .text {
     text-align: left;
}
 #header .top-header .top-line ul.contact li .text span {
     font-size: 1.0625rem;
     font-family: 'SFUIDisplay', sans-serif;
}
 #header .top-header .top-line ul.contact li .text button {
     border: 0;
     background: transparent;
     padding: 0;
}
 #header .top-header .top-line ul.contact li .text a, #header .top-header .top-line ul.contact li .text button {
     color: #00adf1;
     font-size: 1rem;
     position: relative;
     cursor: pointer;
     font-family: 'SFUIDisplay-Medium', sans-serif;
}
 #header .top-header .top-line ul.contact li .text a::after, #header .top-header .top-line ul.contact li .text button::after {
     background-color: #00adf1;
     display: block;
     content: "";
     height: 2px;
     width: 0%;
     -webkit-transition: width .3s ease-in-out;
     -moz--transition: width .3s ease-in-ou;
     transition: width .3s ease-in-out;
}
 #header .top-header .top-line ul.contact li .text a:hover::after, #header .top-header .top-line ul.contact li .text a:focus::after, #header .top-header .top-line ul.contact li .text button:hover::after, #header .top-header .top-line ul.contact li .text button:focus::after {
     width: 100%;
}
 #header .top-header .top-line ul.contact .location .img {
     background-size: 28px auto;
}
 #header .top-header .top-line #msMiniCart div .cart-link {
     margin-right: 10px;
     margin-top: 10px;
     width: 48px;
     height: 51px;
     margin-left: auto;
     background: url("../img/favicon/cart.png") no-repeat center;
     background-size: 100% auto;
     display: inline-block;
}
 #header .top-header .top-line #msMiniCart div .cart-link span {
     margin: 3px 0 0 15px;
     font-size: 0.9375rem;
     display: flex;
     justify-content: center;
     align-items: center;
     padding-left: 2px;
     color: #fff;
     width: 26px;
     height: 26px;
     background: #1d3062;
     border-radius: 50%;
}
 #header .top-header .nav .inner {
     position: relative;
     display: block;
     padding: 22px 15px 25px;
     border-radius: 0 0 12px 12px;
}
 #header .top-header .nav .inner::before {
     content: "";
     position: absolute;
     left: 25px;
     top: 0;
     right: 0;
     height: 1px;
     background: #D6D6D6;
}
 #header .top-header .nav ul.nav-menu {
     display: flex;
     justify-content: space-between;
     list-style: none;
     align-items: center;
     padding-left: 25px;
     padding-right: 20px;
}
 #header .top-header .nav ul.nav-menu li a {
     font-size: 1.0625rem;
     font-family: 'SFUIDisplay', sans-serif;
     color: #313131;
     text-transform: uppercase;
}
 #header .top-header .nav ul.nav-menu li::after {
     background-color: #313131;
     display: block;
     content: "";
     height: 2px;
     width: 0%;
     -webkit-transition: width .3s ease-in-out;
     -moz--transition: width .3s ease-in-ou;
     transition: width .3s ease-in-out;
}
 #header .top-header .nav ul.nav-menu li.active::after {
     background-color: #00AFF7;
}
 #header .top-header .nav ul.nav-menu li:hover::after, #header .top-header .nav ul.nav-menu li:focus::after {
     width: 100%;
}
 #header .top-header .nav ul.nav-menu li:last-child:hover::after, #header .top-header .nav ul.nav-menu li:last-child:focus::after {
     width: 0;
}
 #header .top-header .nav ul.nav-menu li.active a {
     color: #00AFF7;
}
 #header .intro {
     position: relative;
}
 #header .intro button[data-action="stop"], #header .intro button[data-action="start"] {
     display: none !important;
}
 #header .intro .tns-nav {
     position: absolute;
     left: 50%;
     bottom: 40px;
     transform: translate(-50%, 0) translateZ(0);
}
 #header .intro .item {
     height: 820px;
     overflow: hidden;
     text-align: center;
     background-size: cover;
     background-position: center center;
}
 #header .intro .item .title {
     display: inline-block;
     padding: 2px 14px 6px;
     background: #fff;
     line-height: 1;
     border-radius: 10px;
     margin: 380px 0 0;
     font-size: 3.25rem;
     color: #00aff7;
     text-transform: uppercase;
     font-family: 'SFUIDisplay-Heavy', sans-serif;
}
 #header .intro .item .subtitle {
     font-size: 2.0625rem;
     color: #313131;
     margin: 25px 0 60px;
     letter-spacing: 0.0625rem;
     text-transform: uppercase;
     font-family: 'SFUIDisplay-Bold', sans-serif;
     text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.52);
}
 #header .intro {
     background-size: cover;
     background-position: center bottom;
     background-repeat: no-repeat;
}
 #header .intro .banner {
     display: inline-block;
     text-align: center;
     margin: 310px 0 130px;
}
 #header .intro .banner .t-title {
     display: inline-block;
     font-size: 4.3125rem;
     color: #00a348;
     line-height: 1;
     background: #ffffff;
     border-radius: 10px;
     padding: 10px 60px;
     margin: 0 auto 22px;
}
 #header .intro .banner .subtitle {
     font-size: 2.0625rem;
     max-width: 310px;
     margin: 0 auto 35px;
     letter-spacing: 0.0625rem;
     text-transform: uppercase;
     line-height: 1;
     text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.52);
     font-family: 'SFUIDisplay-Bold', sans-serif;
}
 #header .intro .banner .t-btn {
     padding: 12px 20px;
}
 #header .intro-delivery {
     background-size: cover;
     background-position: center bottom;
     background-repeat: no-repeat;
}
 #header .intro-delivery .banner {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin: 295px auto 125px;
}
 #header .intro-delivery .banner .t-title {
     display: inline-block;
     margin: 0;
     font-size: 1.875rem;
     background: #ffffff;
     padding: 13px 25px;
     line-height: 1.2;
     border-radius: 10px;
}
 #header .intro-catalog-list {
     background-size: cover;
     background-position: center bottom;
     background-repeat: no-repeat;
}
 #header .intro-catalog-list .banner {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin: 335px auto 165px;
}
 #header .intro-catalog-list .banner .t-title {
     display: inline-block;
     margin: 0;
     font-size: 3.25rem;
     background: #ffffff;
     padding: 0px 22px;
     line-height: 1.2;
     border-radius: 10px;
}
 #header .intro-selection {
     background-position: center top;
     background-repeat: no-repeat;
     height: 860px;
}
 #header .intro-selection .banner {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin: 240px auto 0;
}
 #header .intro-selection .banner .t-title {
     display: inline-block;
     margin: 0;
     font-size: 1.875rem;
     background: #ffffff;
     padding: 13px 25px;
     line-height: 1.2;
     border-radius: 10px;
}
 #header .intro-selection .banner .t-title p {
     color: #313131;
}
 #header .intro-selection .banner .selection-buttons {
     max-width: 1000px;
     margin: 150px auto 0;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
}
 #header .intro-selection .banner .selection-buttons .t-btn {
     width: 205px;
     height: 55px;
     line-height: 1.2;
}
 #header .intro-about {
     background-size: cover;
     background-position: center bottom;
     background-repeat: no-repeat;
}
 #header .intro-about .banner {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin: 235px auto 185px;
}
 #header .intro-about .banner .t-title {
     display: inline-block;
     margin: 0;
     background: #ffffff;
     padding: 13px 28px 17px;
     line-height: 1.1;
     border-radius: 10px;
     font-size: 2.6875rem;
}
 #header .intro-about .banner .t-title p {
     font-size: 1.5625rem;
     color: #313131;
}
 #header .intro-about .banner .descriptions {
     text-align: left;
     max-width: 750px;
     margin: 40px auto 0;
}
 #header .intro-about .banner .descriptions li {
     margin-bottom: 12px;
     padding-left: 20px;
     font-size: 1.0625rem;
     font-family: 'SFUIDisplay', sans-serif;
}
 #header .intro-about .banner .t-callback-btn {
     margin-top: 48px;
}
 body.default-page #header .top-header {
     margin: 0 auto;
     position: relative;
     left: auto;
     top: auto;
     transform: translate(0, 0) translateZ(0);
}
 #mob-menu-open {
     display: none;
     width: 25px;
}
 #mob-menu-close {
     display: none;
     width: 25px;
     position: absolute;
     right: 20px;
     top: 20px;
}
 #mob-menu-btn.active .mob-menu-close {
     display: block;
}
 #mob-menu-btn.active .mob-menu-open {
     display: none;
}
 #mob-menu {
     top: 0;
     left: -200%;
     width: 70%;
     max-height: 100vh;
     height: 100%;
     background: #fff;
     z-index: 9999;
     transition: all 220ms;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
     display: flex;
     flex-direction: column;
     position: fixed;
     padding-bottom: 20px;
}
 #mob-menu .logo {
     display: flex;
     padding: 15px 0;
     justify-content: center;
     border-bottom: 1px solid #ececec;
     position: relative;
}
 #mob-menu img {
     height: 65px;
}
 #mob-menu ul.menu {
     text-align: center;
     color: #2c2c2c;
     flex-grow: 1;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     overflow-y: auto;
     padding: 0 15px;
}
 #mob-menu ul.menu li {
     margin-left: 0;
     margin-top: 20px;
     list-style: none;
     letter-spacing: normal;
}
 #mob-menu ul.menu li a {
     color: #333;
     font-size: 1.125rem;
     text-decoration: none;
}
 #mob-menu ul.menu li:first-child {
     margin-top: 0;
}
 #mob-menu ul.menu li.active a {
     color: #2BB8F7;
}
 #mob-menu.show {
     left: 0;
}
 #loader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     z-index: 999;
     opacity: .9;
     display: none;
}
 #loader.active {
     display: block;
}
 .modal {
     display: flex;
     opacity: 0;
     position: fixed;
     visibility: hidden;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     background: #ffffff;
     z-index: 1010;
     max-width: 425px;
     width: 100%;
     box-shadow: 0 0 43px 2px rgba(0, 0, 0, 0.9);
     transition: 0.3s all;
}
 .modal-video {
     max-width: 720px;
}
 .modal-video iframe {
     height: 400px;
     width: 100%;
     overflow: hidden;
     padding: 0;
}
 .overlay {
     opacity: 0;
     visibility: hidden;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     z-index: 20;
     transition: .3s all;
}
 .modal.active, .overlay.active {
     opacity: 1;
     visibility: visible;
}
 .close-button {
     cursor: pointer;
     border: 0;
     background: none;
     width: 30px;
     position: absolute;
     z-index: 1;
     right: 15px;
     top: 15px;
}
 .modal-guts {
     padding: 50px 35px;
     overflow: auto;
     background: #ffffff;
     text-align: center;
     max-height: 500px;
}
 .modal-guts .t-form .t-title {
     border: 0;
     padding: 0;
     line-height: 1.2;
     font-size: 1.6875rem;
     margin: 0 0 20px;
}
 .modal-guts .t-form input {
     height: 60px;
     max-width: 100%;
     width: 100%;
     padding: 20px 25px;
}
 .modal-guts .t-form button {
     color: #fff;
     height: 60px;
     padding: 0 55px;
     margin-top: 15px;
     cursor: pointer;
     border-radius: 40px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: auto;
     font-size: 1.125rem;
     border: 0;
     background-color: #00AFF7;
     text-transform: uppercase;
     box-shadow: 0 10px 50px #99afc5;
     transition: background-color 220ms;
}
 .modal-guts .t-form button:hover, .modal-guts .t-form button:focus {
     background-color: #00A1E1;
}
/* includes */
/* pages */
 @media (min-width: 768px) {
     .container {
         max-width: 720px;
    }
}
 @media (min-width: 992px) {
     .container {
         max-width: 960px;
    }
}
 @media (min-width: 992px) and (max-width: 1199px) {
     .catalog-list .item {
         max-width: 23%;
    }
     .catalog-list .item .item-title {
         font-size: 1rem;
    }
     .catalog-list .item .feature-list li {
         font-size: 0.875rem;
    }
     .catalog-list .item .item-footer .price {
         font-size: 1.875rem;
    }
     .catalog-list .item .item-footer .btn-buy {
         width: 32px;
         height: 32px;
    }
     .catalog-list-page .catalog-list-items .item {
         max-width: 47%;
         width: 100%;
    }
     .callback-section .callback-form .form-left {
         display: none;
    }
     .callback-section .callback-form .form-right {
         width: 100%;
    }
     .callback-section .callback-form .form-right .form-btns {
         align-items: center;
         flex-direction: column;
    }
     .callback-section .callback-form .form-right .form-btns .t-btn {
         margin-bottom: 10px;
    }
     .callback-section .callback-form .form-right .form-btns .politics {
         text-align: center;
    }
     .green-callback .callback-form .form-right {
         width: 100%;
         background: #1d3062 !important;
    }
     .employees {
         padding: 35px 0 50px;
    }
     .employees .t-title {
         color: #fff;
         margin: 0 0 40px;
    }
     .employees .employees-box .item {
         border: 7px solid #00aff7;
         width: 158px;
         height: 158px;
    }
     .product-content .product-item .item-box .item-thumb {
         margin-right: 0px;
    }
     .product-content .product-item .item-box .item-text .item-menu .price {
         font-size: 1.875rem;
    }
     .product-content .product-item .item-box .item-text .item-menu .menu-btns .t-btn {
         font-size: 0.75rem;
         margin-left: 10px;
    }
     .product-content .product-item .item-box .item-text .item-services {
         padding: 7px 0 13px;
         margin: 20px 0 0;
         border-top: 1px solid #DBDBDB;
         border-bottom: 1px solid #DBDBDB;
         justify-content: space-between;
         align-items: stretch;
    }
     .product-content .product-item .item-box .item-text .item-services a {
         padding: 15px 0 10px 63px;
         background-size: 50px auto;
         font-size: 0.9375rem;
         margin-right: 20px;
    }
     .product-content .product-item .item-box .item-text .item-services .payment, .product-content .product-item .item-box .item-text .item-services .credit {
         padding-left: 50px;
         background-size: 38px auto;
    }
     .product-content .product-item .item-box .item-text .item-services .credit {
         margin-right: 0;
    }
     #footer .footer-box {
         display: flex;
         flex-wrap: wrap;
    }
     #footer .footer-box .footer-left {
         padding-top: 10px;
    }
     #footer .footer-box .footer-left ul.footer-menu {
         margin: 20px 0 0;
    }
     #footer .footer-box .footer-left ul.footer-menu li a {
         font-size: 1rem;
    }
     #footer .footer-box .footer-right {
         padding: 30px 0;
         width: 100%;
    }
     #footer .footer-box .footer-right ul.contact {
         flex-direction: row;
         justify-content: space-between;
         align-items: center;
         width: 100%;
    }
     #footer .footer-box .footer-right ul.contact li {
         margin-bottom: 0;
    }
     #footer .footer-box .footer-right ul.contact li .text {
         text-align: left;
    }
     #footer .footer-box .footer-right ul.contact li .text span {
         font-size: 0.9375rem;
    }
     #footer .footer-box .footer-right ul.contact li .text a, #footer .footer-box .footer-right ul.contact li .text button, #footer .footer-box .footer-right ul.contact li .text b {
         font-size: 0.9375rem;
    }
     #header .top-header .top-line .logo {
         width: 180px;
    }
     #header .top-header .top-line .inner {
         padding: 20px 13px 17px;
         align-items: flex-start;
    }
     #header .top-header .top-line ul.contact {
         margin-top: 10px;
    }
     #header .top-header .top-line ul.contact li {
         margin-left: 20px;
    }
     #header .top-header .top-line ul.contact li .text {
         text-align: left;
    }
     #header .top-header .top-line ul.contact li .text span {
         font-size: 1rem;
    }
     #header .top-header .top-line ul.contact li .text a, #header .top-header .top-line ul.contact li .text button {
         font-size: 0.9375rem;
    }
     #header .top-header .nav .inner {
         border-radius: 0;
    }
     #header .top-header .nav ul.nav-menu {
         padding-left: 20px;
         padding-right: 10px;
    }
     #header .top-header .nav ul.nav-menu li a {
         font-size: 0.9375rem;
    }
}
 @media (min-width: 1200px) {
     .container {
         max-width: 1200px;
    }
}
 @media (max-width: 991px) {
     .tns-nav {
         display: none;
         opacity: 0;
    }
     .block-xs {
         display: block;
    }
     .catalog-list-page .partners {
         margin-bottom: 20px;
    }
     .complex-approach {
         text-align: center;
         padding: 80px 0;
    }
     .complex-approach .t-title {
         margin: 0 0 45px;
    }
     .complex-approach .complex-box {
         flex-direction: column;
    }
     .complex-approach .complex-box .item {
         padding: 15px 50px 15px 25px;
         display: flex;
         justify-content: flex-start;
         align-items: center;
         text-align: left;
    }
     .complex-approach .complex-box .item .img {
         margin: 0;
         flex-basis: 100%;
         max-width: 95px;
    }
     .complex-approach .complex-box .item .text {
         margin-left: 20px;
    }
     .complex-approach .complex-box .item .title {
         font-size: 1.5rem;
         margin: 0 0 15px !important;
    }
     .complex-approach .complex-box .item p {
         font-size: 1rem;
         letter-spacing: 0.0625rem;
    }
     .complex-approach .wo-title .item {
         padding: 0 30px 10px;
         justify-content: flex-start;
    }
     .complex-approach .wo-title .item .img {
         display: block;
         max-width: 150px;
         margin: 0 15px 0 0;
    }
     .complex-approach .wo-title .item p {
         font-size: 1.375rem;
         text-align: left;
    }
     .complex-about {
         padding-bottom: 0 !important;
    }
     .complex-about .complex-box .item {
         padding: 0 25px;
    }
     .complex-about .complex-box .item img {
         margin: 23px auto 28px;
    }
     .complex-about .complex-box .item p {
         line-height: 1.5;
         font-size: 1.1875rem;
         text-align: left;
    }
     .complex-about .complex-box .item p br {
         display: none;
    }
     .catalog-list .catalog-box {
         flex-wrap: wrap;
    }
     .catalog-list .item {
         width: 100%;
         max-width: 48%;
         margin-bottom: 30px;
    }
     .catalog-list .item .item-title {
         font-size: 1rem;
    }
     .catalog-list .item .feature-list li {
         font-size: 0.875rem;
    }
     .catalog-list .item .item-footer .price {
         font-size: 1.875rem;
    }
     .catalog-list .item .item-footer .btn-buy {
         width: 32px;
         height: 32px;
    }
     .catalog-list-page .t-title {
         font-size: 1.625rem;
    }
     .catalog-list-page .catalog-list-items {
         justify-content: center;
    }
     .catalog-list-page .catalog-list-items .item {
         max-width: 90%;
         width: 100%;
    }
     .callback-section {
         padding: 45px 0 5px;
    }
     .callback-section h2.title {
         font-size: 1.375rem;
         line-height: 1.4;
    }
     .callback-section .desc {
         margin: 0 0 35px;
         line-height: 1.3;
         font-size: 1.25rem;
    }
     .callback-section .callback-form {
         margin: 0 15px 40px;
    }
     .callback-section .callback-form .form-left {
         display: none;
         padding: 20px;
    }
     .callback-section .callback-form .form-left li {
         font-size: 1rem;
         margin-bottom: 15px;
    }
     .callback-section .callback-form .form-right {
         background: #ffffff;
         width: 100%;
         padding: 30px 20px 20px;
    }
     .callback-section .callback-form .form-right .form-btns {
         display: flex;
         padding-top: 5px;
         flex-direction: column;
         align-items: center;
         justify-content: center;
    }
     .callback-section .callback-form .form-right .form-btns .t-btn {
         margin-right: 0;
    }
     .callback-section .callback-form .form-right .form-btns .politics {
         margin-top: 10px;
         text-align: center;
    }
     .green-callback {
         padding: 20px 0 5px;
    }
     .green-callback .callback-form {
         border: 0;
         margin-left: 0;
         margin-right: 0;
         flex-direction: column;
         align-items: center;
    }
     .green-callback .callback-form .form-left {
         display: block;
         text-align: center;
         padding: 0 0 20px;
    }
     .green-callback .callback-form .form-left .title {
         font-size: 1.25rem;
    }
     .green-callback .callback-form .form-left .subtitle {
         font-size: 1.125rem;
    }
     .green-callback .callback-form .form-right {
         max-width: 90%;
         border-radius: 10px;
    }
     .installation-services {
         text-align: center;
    }
     .installation-services .t-title {
         margin: 0 0 45px;
    }
     .installation-services .services-box .item {
         margin-bottom: 35px;
         align-items: center;
    }
     .installation-services .services-box .item .thumb {
         width: 385px;
         height: 132px;
    }
     .installation-services .services-box .item .thumb .thumb-title {
         font-size: 0.875rem;
    }
     .installation-services .services-box .item .text {
         padding: 0 0 12px 30px;
    }
     .installation-services .services-box .item .text .t-title {
         font-size: 1.375rem;
         margin: 0 0 20px;
    }
     .installation-services .services-box .item .text p {
         font-size: 0.9375rem;
         margin: 0;
         font-family: 'SFUIDisplay', sans-serif;
    }
     .certificates {
         padding: 60px 0 30px;
    }
     .certificates .certificates-box {
         display: flex;
         margin: auto;
         flex-wrap: wrap;
         align-items: flex-start;
         padding: 0 60px;
         justify-content: space-between;
    }
     .certificates .certificates-box .item {
         margin-bottom: 30px;
    }
     .employees {
         padding: 40px 0 20px;
    }
     .employees .t-title {
         margin: 0 0 40px;
    }
     .employees .employees-box {
         flex-wrap: wrap;
         justify-content: space-around;
         width: 90%;
         margin: 0 auto;
    }
     .employees .employees-box .item {
         margin-bottom: 40px;
         border: 7px solid #00aff7;
         width: 168px;
         height: 168px;
    }
     .employees-slider {
         padding: 35px 0 15px;
    }
     .employees-slider .t-title {
         margin: 0 0 55px;
         font-size: 1.375rem;
    }
     .employees-slider .employees-box .tns-nav {
         display: none;
    }
     .product-content .product-item {
         padding: 45px 0 35px;
         border-top: 0;
    }
     .product-content .product-item .item-box {
         flex-direction: column;
         margin-bottom: 40px;
    }
     .product-content .product-item .item-box .item-thumb {
         max-width: none;
         margin: 0 auto;
    }
     .product-content .product-item .item-box .item-thumb .t-title {
         display: block;
         margin-bottom: 20px;
    }
     .product-content .product-item .item-box .item-thumb .thumb-lg {
         width: 70%;
         margin: 0 auto 25px;
    }
     .product-content .product-item .item-box .item-thumb .thumb-for .item {
         margin: 0 7px;
         width: 75px;
         height: 80px;
    }
     .product-content .product-item .item-box .item-text .t-title {
         display: none;
    }
     .product-content .product-item .item-box .item-text .item-menu {
         margin: 30px 0 15px;
         flex-direction: column;
    }
     .product-content .product-item .item-box .item-text .item-menu .price {
         font-size: 2.625rem;
         margin-bottom: 15px;
         font-family: 'DINPro-Black', sans-serif;
    }
     .product-content .product-item .item-box .item-text .item-menu .menu-btns {
         flex-direction: column;
         align-items: center;
    }
     .product-content .product-item .item-box .item-text .item-menu .menu-btns .t-btn {
         margin-bottom: 10px;
         margin-left: 0;
    }
     .product-content .product-item .item-box .item-text .item-param {
         padding: 16px 0 0;
    }
     .product-content .product-item .item-box .item-text .item-param .title {
         margin: 0 0 5px;
    }
     .product-content .product-item .item-box .item-text .item-param .param-table tr {
         font-size: 0.9375rem;
         vertical-align: top;
    }
     .product-content .product-item .item-box .item-text .item-param .param-table tr td {
         padding-bottom: 8px;
    }
     .product-content .product-item .item-box .item-text .item-param .param-table tr td:first-child {
         padding-right: 10%;
    }
     .product-content .product-item .item-box .item-text .item-services {
         padding: 15px 0 18px;
         margin: 30px 0 0;
         flex-direction: column;
    }
     .product-content .product-item .item-box .item-text .item-services a {
         padding: 25px 0 20px 73px;
         padding-left: 70px !important;
         margin-right: 0 !important;
    }
     .product-content .product-item .item-box .item-text .item-services .credit, .product-content .product-item .item-box .item-text .item-services .payment {
         background: transparent no-repeat 7px 9px;
    }
     .product-content .product-item .item-description p {
         font-size: 0.875rem;
         line-height: 1.25rem;
    }
     .slider-about .slider-box .slider-about-nav .item {
         width: 25%;
    }
     .cart-content {
         padding-bottom: 30px;
    }
     .cart-content .t-title {
         margin: 45px 0 45px;
    }
     .cart-content .basket-items .basket-container {
         margin-bottom: 30px;
    }
     .cart-content .basket-items .basket-container .item-line {
         height: none;
    }
     .cart-content .basket-items .basket-container .item-top-line {
         display: none;
    }
     .cart-content .basket-items .basket-container .item-img {
         width: 175px;
    }
     .cart-content .basket-items .basket-container .item-img img {
         width: 90px;
    }
     .cart-content .basket-items .basket-container .item-info {
         max-width: 250px;
         width: 100%;
    }
     .cart-content .basket-items .basket-container .item-info .item-desc {
         display: none;
    }
     .cart-content .basket-items .basket-container .item-price {
         display: none;
    }
     .cart-content .basket-items .basket-form {
         padding: 50px 30px;
    }
     .cart-content .basket-items .basket-form .t-title {
         margin-bottom: 40px;
    }
     .cart-content .basket-items .basket-form .input-checkboxes {
         margin: 7px 0 25px;
         padding-left: 0;
         flex-wrap: wrap;
    }
     .cart-content .basket-items .basket-form .checkbox {
         margin-right: 30px;
         margin-bottom: 15px;
    }
     .cart-content .basket-items .basket-form .checkbox label {
         font-size: 0.875rem;
    }
     .cart-content .basket-items .basket-form .total-price .title {
         margin-right: 30px;
    }
     .cart-content .basket-items .basket-form .user-consent {
         text-align: left;
         border-top: 1px solid #DBDBDB;
         padding-top: 20px;
         line-height: 1.5;
    }
     .cart-content .basket-items .basket-form .user-consent .checkbox label {
         font-size: 0.75rem;
    }
     .cart-content .basket-items .basket-form .user-consent .checkbox label:before {
         top: -2px;
    }
     .cart-content .basket-items .basket-form .user-consent .checkbox label:after {
         bottom: none;
         top: 0px;
         left: 6px;
    }
     .cart-content .basket-items .basket-form .footer {
         margin-top: 40px;
    }
     .cart-content .basket-items .basket-form .footer .back-link a {
         font-size: 1.125rem;
    }
     .cart-content .basket-items .basket-form .footer .right-side {
         flex-direction: column;
    }
     .cart-content .basket-items .basket-form .footer .right-side .t-btn {
         margin-left: 20px;
         font-size: 0.8125rem;
    }
     .content-wrapper .catalog-container .catalog-section .accordion-double .accordion-body .accordion-list li {
         max-width: 46%;
    }
     #footer .footer-box {
         flex-wrap: wrap;
    }
     #footer .footer-box .footer-left {
         order: 0;
    }
     #footer .footer-box .footer-left ul.footer-menu {
         margin: 20px 0 0;
    }
     #footer .footer-box .footer-left ul.footer-menu li a {
         font-size: 1.0625rem;
    }
     #footer .footer-box .footer-center {
         order: 2;
         margin: 30px 0 0;
         max-width: none;
    }
     #footer .footer-box .footer-center iframe {
         max-width: none;
    }
     #footer .footer-box .footer-right {
         order: 1;
    }
     #footer .politics {
         max-width: 80%;
         margin: 0 auto;
    }
     #header .top-header .top-line .logo {
         width: 140px;
         margin-left: 30px;
    }
     #header .top-header .top-line .inner {
         padding: 10px 20px;
         align-items: center;
    }
     #header .top-header .top-line ul.contact {
         display: none;
    }
     #header .top-header .top-line .search-btn {
         margin-left: auto;
    }
     #header .top-header .top-line .search-btn img {
         width: 28px;
    }
     #header .top-header .top-line .cart-link {
         margin: 0 0 0 25px;
         width: 33px;
         height: 38px;
         background: url("../img/favicon/cart.png") no-repeat center 100% auto;
    }
     #header .top-header .top-line .cart-link span {
         margin: 3px 0 0 11px;
         width: 17px;
         height: 17px;
         font-size: 0.875rem;
    }
     #header .top-header .nav {
         display: none;
    }
     #header .intro .tns-nav {
         bottom: 30px;
    }
     #header .intro .item {
         height: auto;
         padding: 0 0 120px;
    }
     #header .intro .item .title {
         border-radius: 0;
         font-size: 2.75rem;
         margin: 150px 0 0;
    }
     #header .intro .item .subtitle {
         font-size: 1.875rem;
         margin: 25px 0 30px;
    }
     #header .intro-delivery .banner {
         margin: 200px auto 100px;
    }
     #header .intro-selection {
         height: 680px;
         background-size: auto 135%;
    }
     #header .intro-selection .banner {
         margin: 130px auto 0;
    }
     #header .intro-selection .banner .selection-buttons {
         margin-top: 100px;
    }
     #header .intro-about .banner {
         margin: 160px auto 100px;
    }
     #header .intro-about .banner .t-title {
         font-size: 2.375rem;
    }
     #header .intro-about .banner .t-title p {
         font-size: 1.4375rem;
    }
     #header .intro-catalog-list .banner {
         margin: 250px auto 165px;
    }
     #mob-menu-open {
         display: block !important;
    }
     #mob-menu-close.visible {
         display: block !important;
    }
}
 @media (max-width: 576px) {
     .t-title {
         font-size: 1.375rem;
    }
     .t-btn {
         padding: 13px 30px;
    }
     .t-callback-btn {
         padding: 14px 16px 14px 50px;
         background-position: 12px 9px;
    }
     .complex-approach {
         padding: 40px 0;
    }
     .complex-approach .t-title {
         font-size: 1.75rem;
         margin: 0 0 30px;
    }
     .complex-approach .t-title span {
         font-size: 1.25rem;
    }
     .complex-approach .complex-box .item {
         padding: 20px 30px 25px;
         text-align: center;
    }
     .complex-approach .complex-box .item .img {
         display: none;
    }
     .complex-approach .complex-box .item .text {
         margin-left: 0;
    }
     .complex-approach .complex-box .item .title {
         font-size: 1.375rem;
         text-align: left;
         margin: 0 0 15px !important;
    }
     .complex-approach .complex-box .item p {
         line-height: 1.2;
         font-size: 0.9375rem;
         letter-spacing: 0.0625rem;
    }
     .complex-approach .wo-title .item {
         padding: 0 25px 30px;
         margin: 0 auto;
         flex-direction: column;
         justify-content: flex-start;
         align-items: center;
    }
     .complex-approach .wo-title .item .img {
         display: block;
         max-width: 150px;
         margin: 0px auto 0px !important;
    }
     .complex-approach .wo-title .item p {
         text-align: center;
         font-size: 1.125rem;
    }
     .complex-approach .wo-title .item .title {
         text-align: center;
    }
     .partners {
         margin-bottom: 0;
         padding: 45px 0;
    }
     .partners .t-title {
         font-size: 1.375rem;
         margin: 0 0 30px;
    }
     .partners .t-title span {
         font-size: 1.125rem;
    }
     .partners .partners-box {
         padding-bottom: 0px;
    }
     .partners .partners-box .tns-nav {
         display: none !important;
    }
     .partners .partners-box #partners-slider .item {
         background-size: 90% auto;
    }
     .catalog-list-page .partners {
         margin-bottom: 0;
    }
     .catalog-list .t-title {
         font-size: 1.375rem;
    }
     .catalog-list .catalog-box {
         flex-wrap: wrap;
         justify-content: center;
         margin-bottom: 15px;
    }
     .catalog-list .item {
         width: 100%;
         max-width: 85%;
         margin-bottom: 30px;
    }
     .catalog-list .item .item-title {
         font-size: 1.125rem;
    }
     .catalog-list .item .feature-list li {
         font-size: 0.9375rem;
    }
     .catalog-list .item .item-footer .price {
         font-size: 2.125rem;
    }
     .catalog-list .item .item-footer .btn-buy {
         width: 34px;
         height: 34px;
    }
     .trigger-section {
         margin: 0;
    }
     .trigger-section .t-title {
         font-size: 1.25rem;
    }
     .trigger-section .t-callback-btn {
         font-size: 0.8125rem;
    }
     .preliminary-test .t-title {
         padding: 0 15px;
         font-size: 1.5625rem;
    }
     .preliminary-test .test-form {
         padding: 0;
    }
     .preliminary-test .test-form .inner {
         padding-bottom: 55px;
    }
     .preliminary-test .test-form .inner::before {
         border-radius: 0;
         width: 100%;
         height: 100%;
         top: 0;
         left: 0;
         bottom: 0;
         transform: translate(0, 0) translateZ(0);
    }
     .preliminary-test .test-form .title {
         margin: 0;
         padding: 65px 0 30px;
         font-size: 1.9375rem;
    }
     .preliminary-test .test-form .title p {
         font-size: 1.375rem;
    }
     .preliminary-test .test-form .subtitle {
         margin: 0 0 35px;
         font-size: 1.125rem;
         line-height: 1.3;
    }
     .preliminary-test .test-form .t-btn {
         padding: 12px 45px;
    }
     .advantages {
         padding: 60px 0 30px;
    }
     .advantages .t-title {
         margin: 0 0 40px;
         font-size: 1.625rem;
    }
     .advantages .advantages-box {
         justify-content: space-around;
    }
     .advantages .advantages-box .item {
         width: 150px;
         height: 150px;
         margin-left: 0 !important;
         margin-bottom: 30px;
         margin-bottom: 80px;
    }
     .advantages .advantages-box .item span {
         /* max-width: 70%;
         margin: 95px auto 0; */
    }
     .catalog-equipment {
         padding: 40px 0 20px;
    }
     .catalog-equipment .t-title {
         font-size: 1.5rem;
         margin-bottom: 30px;
    }
     .catalog-equipment .catalog-box {
         display: flex;
         justify-content: space-between;
    }
     .catalog-equipment .item {
         max-width: 47%;
         margin-bottom: 20px;
    }
     .catalog-equipment .item .item-image-container {
         padding: 15px 10px;
    }
     .catalog-equipment .item .item-image-container a {
         height: 80px;
    }
     .catalog-equipment .item .title {
         margin: 0;
         padding: 15px 5px;
    }
     .catalog-equipment .item .title a {
         font-size: 0.8125rem;
    }
     .industries .t-title {
         font-size: 1.5rem;
         line-height: 1.3;
         margin: 0 0 25px;
    }
     .industries .t-title p {
         font-size: 1.0625rem;
    }
     .industries .industries-box {
         align-items: stretch;
    }
     .industries .industries-box .item {
         height: auto;
         padding-left: 10px;
         padding-right: 10px;
         width: 48%;
         margin-bottom: 15px;
    }
     .industries .industries-box .item .img {
         width: 70%;
         background-size: contain;
    }
     .installation-services {
         padding: 10px 0 0;
    }
     .installation-services .t-title {
         line-height: 1.2;
         font-size: 1.3125rem;
         margin: 0 0 55px;
    }
     .installation-services .t-title p {
         line-height: 1;
         margin-top: 5px;
         font-size: 1.25rem;
    }
     .installation-services .services-box .item {
         flex-direction: column;
         justify-content: center;
         align-items: center;
         margin-bottom: 65px;
    }
     .installation-services .services-box .item .thumb {
         width: 85%;
    }
     .installation-services .services-box .item .thumb .img {
         width: 100%;
         height: 100%;
    }
     .installation-services .services-box .item .thumb .thumb-title {
         height: 50px;
         padding: 0 5px;
         font-size: 0.9375rem;
    }
     .installation-services .services-box .item .text {
         width: 85%;
         text-align: left;
         padding: 15px 0;
    }
     .installation-services .services-box .item .text .t-title {
         font-size: 1.625rem;
         margin: 0 0 10px;
    }
     .installation-services .services-box .item .text p {
         font-size: 1rem;
         text-align: justify;
    }
     .installation-services .services-box .item:last-child {
         margin-bottom: 20px;
    }
     .certificates {
         padding: 40px 0 20px;
    }
     .certificates .t-title {
         font-size: 1.375rem;
         margin-bottom: 35px;
    }
     .certificates .certificates-box {
         flex-wrap: wrap;
         padding: 0 15px;
    }
     .certificates .certificates-box .item {
         margin-bottom: 30px;
         width: 46%;
         height: 220px;
    }
     .performed-work {
         padding: 40px 0 50px;
         text-align: center;
    }
     .performed-work .t-title {
         margin: 0 0 35px;
    }
     .performed-work .item {
         margin-bottom: 40px;
         flex-direction: column;
         align-items: center;
         justify-content: flex-start;
    }
     .performed-work .item .thumb {
         margin: 0 0 20px;
         width: 95%;
         height: 180px;
    }
     .performed-work .item .text {
         width: 95%;
         padding-left: 0;
         font-size: 1rem;
    }
     .performed-work .item .text p {
         font-size: 0.9375rem;
         margin-bottom: 10px;
         line-height: 1.1;
    }
     .employees .employees-box {
         justify-content: space-around;
         width: 100%;
    }
     .employees .employees-box .item {
         margin-bottom: 25px;
         border: 6px solid #00aff7;
         width: 125px;
         height: 125px;
    }
     .delivery-info {
         padding: 60px 0 40px;
    }
     .delivery-info .delivery-list li {
         padding: 0 0 40px;
         border-bottom: 1px solid #D8D8D8;
         margin-bottom: 40px;
    }
     .delivery-info .delivery-list li .title {
         font-size: 1.375rem;
         margin: 0 0 16px;
    }
     .delivery-info .delivery-list li p {
         font-size: 1rem;
         font-family: 'SFUIDisplay', sans-serif;
    }
     .delivery-info .delivery-list li:last-child {
         margin-bottom: 0;
    }
     .employees-slider .employees-box {
         padding-bottom: 40px;
    }
     .slider-about {
         padding: 50px 0 45px;
         text-align: center;
    }
     .slider-about .slider-box .slider-about-for .item {
         height: 200px;
    }
     .slider-about .slider-box .slider-about-nav .item {
         width: 33%;
         margin: 0 2px;
         height: 100px;
    }
     .about-info {
         padding: 45px 0 70px;
         font-size: 1rem;
    }
     .breadcrumbs {
         display: none;
    }
     .cart-content {
         padding-bottom: 0;
    }
     .cart-content .container {
         padding: 0;
    }
     .cart-content .t-title {
         margin: 45px 0 30px;
    }
     .cart-content .basket-items .basket-container {
         margin-bottom: 30px;
         padding: 0 15px;
    }
     .cart-content .basket-items .basket-container .item-line {
         padding: 15px 0;
         height: auto;
         flex-wrap: wrap;
         align-items: flex-start;
    }
     .cart-content .basket-items .basket-container .item-img {
         width: 25%;
    }
     .cart-content .basket-items .basket-container .item-img img {
         width: 100%;
    }
     .cart-content .basket-items .basket-container .item-info {
         max-width: 65%;
         width: 100%;
         margin-left: 5%;
    }
     .cart-content .basket-items .basket-container .item-info .item-link {
         margin: 10px 0 0;
         font-size: 1rem;
    }
     .cart-content .basket-items .basket-container .item-info .item-desc {
         display: none;
    }
     .cart-content .basket-items .basket-container .item-count {
         margin-top: 15px;
         margin-right: 0;
    }
     .cart-content .basket-items .basket-container .item-sum {
         margin-top: 11px;
         font-size: 1.625rem;
    }
     .cart-content .basket-items .total-price {
         padding: 0 15px;
         margin-bottom: 50px;
         justify-content: space-between;
    }
     .cart-content .basket-items .total-price .price {
         font-size: 1.625rem;
         margin: 0 22px 0 0;
    }
     .cart-content .basket-items .basket-form {
         box-shadow: none;
         padding: 50px 15px 50px;
    }
     .cart-content .basket-items .basket-form .input-double {
         flex-wrap: wrap;
    }
     .cart-content .basket-items .basket-form .input-double .input-row {
         width: 100%;
    }
     .cart-content .basket-items .basket-form .input-row {
         margin-bottom: 15px;
    }
     .cart-content .basket-items .basket-form .total-price {
         margin: 0 -15px 20px;
         justify-content: space-between;
    }
     .cart-content .basket-items .basket-form .total-price .price, .cart-content .basket-items .basket-form .total-price .title {
         padding: 0 !important;
         margin: 0;
    }
     .cart-content .basket-items .basket-form .total-price .title {
         max-width: 60%;
    }
     .cart-content .basket-items .basket-form .footer {
         margin-top: 30px;
         flex-direction: column;
    }
     .cart-content .basket-items .basket-form .footer .back-link {
         order: 1;
         margin: 30px 0 0;
    }
     .cart-content .basket-items .basket-form .footer .back-link a {
         font-size: 1.125rem;
    }
     .cart-content .basket-items .basket-form .footer .right-side {
         margin: 10px 0 0;
    }
     .cart-content .basket-items .basket-form .footer .right-side .t-btn {
         margin: 0 auto;
         margin: 20px 0 0;
         font-size: 0.8125rem;
    }
     .content-wrapper .catalog-container {
         flex-direction: column;
         padding: 110px 0 0;
    }
     .content-wrapper .catalog-container .catalog-content .catalog-list-items {
         margin: 0;
    }
     .content-wrapper .catalog-container .catalog-content .catalog-list-items .item {
         margin: 0 0 15px;
    }
     .content-wrapper .catalog-container .catalog-section {
         margin: 30px 0;
         width: 100%;
         margin-left: 0;
    }
     .content-wrapper .catalog-container .catalog-section .search {
         position: relative;
         margin-bottom: 25px;
    }
     #footer .footer-box {
         flex-wrap: wrap;
    }
     #footer .footer-box .footer-left {
         padding-top: 0;
    }
     #footer .footer-box .footer-left ul.footer-menu li a {
         font-size: 1rem;
    }
     #footer .footer-box .footer-center {
         display: none;
         min-height: 300px;
         margin: 30px 0 0;
    }
     #footer .footer-box .footer-right {
         display: none;
    }
     #footer .politics {
         max-width: 90%;
         margin: 0 auto;
         font-size: 0.75rem;
    }
     #footer .copyright {
         font-size: 0.75rem;
    }
     #header .intro .tns-nav {
         display: none !important;
    }
     #header .intro .item {
         height: auto;
         padding: 0 0 50px;
    }
     #header .intro .item .title {
         border-radius: 0;
         font-size: 2rem;
         padding: 6px 0;
         margin: 120px 0 0;
    }
     #header .intro .item .subtitle {
         font-size: 1.375rem;
         padding: 0 15px;
         margin: 25px 0 30px;
    }

     #header .intro .banner {
         width: 100%;
         margin: 160px auto 60px;
    }
     #header .intro .banner .t-title {
         font-size: 2.375rem;
         max-width: 90%;
         width: 100%;
         padding: 10px;
         margin: 0 auto 22px;
    }
     #header .intro .banner .subtitle {
         font-size: 1.75rem;
         margin: 0 auto 35px;
    }
     #header .intro .banner .t-btn {
         letter-spacing: 0;
    }
     #header .intro-delivery, #header .intro-selection, #header .intro-about, #header .intro-catalog-list {
         background: #FBFAF8 !important;
    }
     #header .intro-delivery .banner, #header .intro-selection .banner, #header .intro-about .banner, #header .intro-catalog-list .banner {
         margin: 100px auto 35px;
    }
     #header .intro-delivery .banner .t-title, #header .intro-selection .banner .t-title, #header .intro-about .banner .t-title, #header .intro-catalog-list .banner .t-title {
         font-size: 1.5rem;
         text-align: left;
         background: transparent;
         padding: 13px 10px;
         border-radius: 0;
    }
     #header .intro-selection {
         height: auto;
         padding-bottom: 40px;
    }
     #header .intro-selection .banner {
         margin-bottom: 0;
    }
     #header .intro-selection .banner .selection-buttons {
         margin-top: 30px;
         flex-direction: column;
    }
     #header .intro-selection .banner .selection-buttons .t-btn {
         height: auto;
         padding: 14px 25px;
         width: auto;
         margin-bottom: 15px;
    }
     #header .intro-about .banner {
         margin-bottom: 40px;
    }
     #header .intro-about .banner .t-title {
         font-size: 1.625rem;
    }
     #header .intro-about .banner .t-title p {
         padding-top: 5px;
         font-size: 1.1875rem;
    }
     #header .intro-about .banner .descriptions {
         list-style: none;
         margin: 20px auto 0;
    }
     #header .intro-about .banner .descriptions li {
         padding-left: 10px;
         font-size: 1rem;
    }
     #header .intro-about .banner .t-callback-btn {
         margin-top: 35px;
    }
     #header .intro-catalog-list {
         display: none;
    }
     #mob-menu {
         width: 80%;
    }
     .modal {
         max-width: 90%;
    }
     .modal-guts {
         max-width: 100%;
         padding: 40px 20px;
    }
     .modal-guts .t-form .t-title {
         padding: 0;
         font-size: 1.3125rem;
    }
     .modal-guts .t-form input {
         height: 50px;
         font-size: 1.0625rem;
         max-width: 100%;
         margin: 23px auto 0;
    }
     .modal-guts .t-form button {
         padding: 0 55px;
         width: auto;
         height: 50px;
         font-size: 0.875rem;
    }
     .modal-video {
         max-width: 85%;
    }
     .modal-video iframe {
         height: 250px;
         width: 100%;
         overflow: hidden;
         padding: 0;
    }
}
 @media (max-width: 361px) {
     .advantages .advantages-box .item {
         width: 130px;
         height: 130px;
    }
     .advantages .advantages-box .item span {
         margin: 80px auto 0;
         margin: 0 auto;
         max-width: 100%;
    }
     .catalog-equipment .catalog-box {
         justify-content: center;
    }
     .catalog-equipment .catalog-box .item {
         max-width: 80%;
         margin-bottom: 20px;
    }
     .catalog-equipment .catalog-box .item .item-image-container {
         padding: 15px 10px;
    }
     .catalog-equipment .catalog-box .item .item-image-container a {
         height: 80px;
    }
     .catalog-equipment .catalog-box .item .title {
         margin: 0 10px;
         padding: 15px 15px;
    }
     .catalog-equipment .catalog-box .item .title a {
         font-size: 0.875rem;
    }
     .certificates .certificates-box .item {
         margin-bottom: 20px;
         height: 190px;
    }
}
 @media (max-width: 360px) {
     #header .top-header .top-line .logo {
         width: 120px;
         margin-left: 20px;
    }
}
 .blank {
     display: block;
     margin: 10px auto;
     max-width: 400px;
     width: 100%;
     padding: 0 
}
 .blank__title {
     font-size: 21px;
     font-size: 1.3125rem;
     text-align: center;
     padding: 20px 0;
     text-transform: uppercase;
     color: #00aff7;
     line-height: 1.2;
     font-weight: 700 
}
 .blank__form {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center 
}
 .blank__fieldset, .blank__form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column 
}
 .blank__fieldset {
     border: none;
     width: 100% 
}
 .blank__legend {
     font-size: 18px;
     font-size: 1.125rem;
     border-bottom: 1px solid #cacaca 
}
 .blank__label {
     margin-left: 20px;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 10px 
}
 .blank__input, .blank__label {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center 
}
 .blank__input {
     height: 50px;
     border: 1px solid #cacaca;
     border-radius: 10px;
     padding: 0 20px;
     flex: 0 0 200px;
}
 .blank__wrapper {
     position: fixed;
     top: 0;
     left: 0;
     height: 100%;
     background-color: rgba(0, 0, 0, .5);
     z-index: 20;
     overflow-y: auto 
}
 .blank__box, .blank__wrapper {
     width: 100%;
     -webkit-transition: all .3s;
     -o-transition: .3s all;
     transition: all .3s 
}
 .blank__box {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     opacity: 1;
     display: block;
     margin: 10px auto;
     background: #fff;
     z-index: 1010;
     max-width: 425px;
     -webkit-box-shadow: 0 0 43px 2px rgba(0, 0, 0, .9);
     box-shadow: 0 0 43px 2px rgba(0, 0, 0, .9) 
}
 @media screen and (max-width:767px) {
     .blank {
         max-width: 280px;
         -webkit-box-sizing: border-box;
         box-sizing: border-box 
    }
     .blank__fieldset {
         margin: 0;
         padding: 0 
    }
     .blank__label {
         -ms-flex-flow: wrap;
         flex-flow: wrap 
    }
     .blank__input {
         margin: 4px 0 
    }
     .blank__box {
         max-width: 300px 
    }
}

.intro-slider__dots{
	display: flex;
	justify-content: center;
	position: relative;
    bottom: 100px;
}

@media screen and (max-width: 600px){
	.intro-slider__dots{
		display: none;
	}
}

.slick-dots{
	position: unset;
	display: inline-flex;
	justify-content: center;
	background-color: #fff;
	border-radius: 20px;
	width: unset;
	height: 26px;
	padding: 4px;
	box-sizing: border-box;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li:not(:first-child){
	margin-left: 26px;
}
.slick-dots li button:before{
	font-size: 20px;
	color: #00AFF7;
		opacity: 1;
}

.slick-dots li.slick-active button:before{
	opacity: 1;
	color: #1d3062;
}
/* 

#00AFF7
 */


















 