@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans.woff2') format('woff2'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensansbold.woff2') format('woff2'), url('../fonts/opensansbold.woff') format('woff'), url('../fonts/opensansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
    color: #222;
    font-size: 10px;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
body{
	font-family: "Open Sans", sans-serif;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.15;
	color: #000;
	background: #fff;
    direction: ltr;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    padding: 0;
    margin: 0;
}
*{
	box-sizing: border-box;
}
*,
*:hover,
*:active,
*:focus{
	outline: none;
}
.hide{
	display: none !important;
}
img{
    max-width: 100%;
    height: auto;
}
.center{
    text-align: center;
}
.s-title{
    font-weight: 700;
    font-size: 24px;
    margin: 45px auto;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.container{
	width: 1200px;
	padding: 0 25px;
    margin: 0 auto;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    padding: 10px 0;
    background-image: -moz-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
}
header .header-contacts{
    justify-content: center;
    border: 1px solid #fff;
    width: 100%;
}
header .header-contacts .item{
    width: 25%;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
header .header-contacts .item:not(:last-child){
    border-right: 1px solid #fff;
}
header .header-contacts .item a{
    display: block;
    text-decoration: none;
    color: #fff;
}
header .header-contacts .item .icon{
    background-repeat: no-repeat;
    background-position: left center;
    width: 80px;
}
header .header-contacts .item-2 .icon{
    background-image: url(../img/h-2.png);
}
header .header-contacts .item-3 .icon{
    background-image: url(../img/h-3.png);
}
header .header-contacts .item-4 .icon{
    background-image: url(../img/h-4.png);
}
header .header-contacts .item .value{
    width: calc(100% - 80px);
}
header .header-contacts .item-1{
    background: url(../img/h-1.png) center no-repeat;
}
.s1{
    background-image: -moz-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    padding: 80px 0 180px 0;
    position: relative;
    z-index: 6;
}
.s1:before{
    background: url(../img/s1-bg.jpg) center top no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
}
.s1 .logo{
    width: 346px;
    height: 233px;
    background: url(../img/logo-big.png) center no-repeat;
    margin: 65px auto 60px auto;
}
.s1 nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    border: 1px solid #fff;
}
.s1 nav ul li{
    width: calc(100% / 6);
}
.s1 nav ul li a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: block;
    text-align: center;
}
.s1 nav ul li a:hover{
    background: rgba(255, 255, 255, .5);
}
.s1 nav ul li:not(:last-child){
    border-right: 1px solid #fff;
}
.s1 nav span{
    display: block;
}
.s1 nav .name{
    padding: 5px 10px;
    border-top: 1px solid #fff;
}
.s1 nav .icon{
    background-repeat: no-repeat;
    background-position: center;
    height: 115px;
}
.s1 nav .item-1 .icon{
    background-image: url(../img/s1-1.png);
}
.s1 nav .item-2 .icon{
    background-image: url(../img/s1-2.png);
}
.s1 nav .item-3 .icon{
    background-image: url(../img/s1-3.png);
}
.s1 nav .item-4 .icon{
    background-image: url(../img/s1-4.png);
}
.s1 nav .item-5 .icon{
    background-image: url(../img/s1-5.png);
}
.s1 nav .item-6 .icon{
    background-image: url(../img/s1-6.png);
}
.s1 .line{
    width: 1px;
    height: 120px;
    margin: 15px auto 0 auto;
    background: #fff;
}
.s1 .equip{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -175px;
    background: url(../img/s1-bottom.png) no-repeat;
    width: 756px;
    height: 355px;
}
.s2{
    padding-top: 43px;
}
.s2 .line-1{
    width: 1px;
    height: 140px;
    background: #fab825;
    margin: 0 auto;
}
.s2 .b-title,
.s4 .b-title,
.s6 .b-title,
.s9 .b-title{
    margin: 18px 0 60px 0;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #fbb119;
}
.s2 .advantages{
    margin: 50px auto -10px auto;
    justify-content: center;
    flex-wrap: wrap;
}
.s2 .advantages .item{
    width: 284px;
    padding: 0 55px;
    text-align: center;
    margin-bottom: 50px;
}
.s2 .advantages .item .icon{
    height: 75px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.s2 .advantages .item:hover .icon{
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.s2 .advantages .item-1 .icon{
    background-image: url(../img/s2-1.png);
}
.s2 .advantages .item-2 .icon{
    background-image: url(../img/s2-2.png);
}
.s2 .advantages .item-3 .icon{
    background-image: url(../img/s2-3.png);
}
.s2 .advantages .item-4 .icon{
    background-image: url(../img/s2-4.png);
}
.s2 .advantages .item-5 .icon{
    background-image: url(../img/s2-5.png);
}
.s2 .advantages .item-6 .icon{
    background-image: url(../img/s2-6.png);
}
.s2 .advantages .item-7 .icon{
    background-image: url(../img/s2-7.png);
}
.s2 .advantages .item .value{
    font-weight: 700;
}
.s2 .line-2,
.s4 .line-2,
.s6 .line-2{
    width: 1px;
    height: 40px;
    background: #fbb119;
    margin: 0 auto;
}
.s3,
.s5,
.s7,
.s8,
footer{
    background-image: -moz-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
}
.s3 .line-1,
.s3 .line-2,
.s5 .line-1,
.s5 .line-2,
.s7 .line-1,
.s7 .line-2,
.s8 .line-1,
.s8 .line-2,
footer .line-1{
    width: 1px;
    height: 40px;
    background: #fff;
    margin: 0 auto;
}
.s3 .b-title,
.s5 .b-title,
.s7 .b-title,
.s8 .b-title{
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-top: 35px;
}
.s3 .service{
    border: 3px solid #fff;
    margin: 45px 0 40px 0;
    flex-wrap: wrap;
}
.s3 .service .item{
    height: 325px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.s3 .service .item:before,
.s4 .image:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.s3 .service .item:hover:before,
.s4 .image:hover:before{
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.s3 .service .item .info,
.s4 .image .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.s3 .service .item:hover .info,
.s4 .image:hover .info{
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.s3 .service .item .info:before,
.s4 .image .info:before{
    background-image: -moz-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
}
.s3 .service .item .info .content,
.s4 .image .info .cont{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 18px 13px 25px 13px;
    color: #fff;
    text-align: right;
}
.s4 .image .info .add-cont{
    position: relative;
    z-index: 3;
    padding: 10px 13px;
    text-align: left;
    color: #fff;
}
.s3 .service .item .info .content span,
.s4 .image .info .cont span{
    font-size: 20px;
    font-weight: 700;
    display: block;
}
.s3 .service .item:not(:nth-child(3n)){
    border-right: 3px solid #fff;
}
.s3 .service .item:not(:nth-child(n+4)){
    border-bottom: 3px solid #fff;
}
.s3 .service .item.short{
    width: 327px;
}
.s3 .service .item.long{
    width: 490px;
}
.s3 .service .item .name{
    padding: 25px 13px 18px 13px;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    width: 250px;
    background: rgba(255, 255, 255, .8);
    position: relative;
    z-index: 2;
}
.s3 .service .item-1{
    background-image: url(../img/s3-1.jpg);
}
.s3 .service .item-2{
    background-image: url(../img/s3-2.jpg);
}
.s3 .service .item-3{
    background-image: url(../img/s3-3.jpg);
}
.s3 .service .item-4{
    background-image: url(../img/s3-4.jpg);
}
.s3 .service .item-5{
    background-image: url(../img/s3-5.jpg);
}
.s3 .service .item-6{
    background-image: url(../img/s3-6.jpg);
}
.s4 .line-1,
.s6 .line-1,
.s9 .line-1{
    width: 1px;
    height: 40px;
    background: #fab825;
    margin: 0 auto;
}

.s4 .item{
    position: relative;
    background-image: -moz-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    padding: 24px;
    justify-content: space-between;
}
.s4 .item:not(:last-child){
    margin-bottom: 60px;
}
.s4 .item .icon{
    position: absolute;
    top: -30px;
    right: -30px;
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    background-color: #ffbe1d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
.s4 .item#prod-1 .icon{
    background-image: url(../img/s1-1.png);
}
.s4 .item#prod-2 .icon{
    background-image: url(../img/s1-2.png);
}
.s4 .item#prod-3 .icon{
    background-image: url(../img/s1-3.png);
}
.s4 .item#prod-4 .icon{
    background-image: url(../img/s1-4.png);
}
.s4 .item#prod-5 .icon{
    background-image: url(../img/s1-5.png);
}
.s4 .item#prod-6 .icon{
    background-image: url(../img/s1-6.png);
}
.s4 .item .image{
    width: 350px;
    height: 350px;
    border: 5px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.s4 .item .content-box{
    width: 725px;
}
.s4 .item .item-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 20px 0;
    line-height: 1;
}
.s4 .item .tabs-nav{
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #fff;
    flex-wrap: wrap;
}
.s4 .item .tabs-nav li{
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #8c8c8c;
    cursor: pointer;
}
.s4 .item .tabs-nav li:not(:last-child){
    margin-right: 20px;
}
.s4 .item .tabs-nav li.current{
    color: #000;
}
.s4 .item .content{
    margin: 30px 0;
    min-height: 160px;
}
.s4 .item .actions{
    border-bottom: 2px solid #fff;
    justify-content: flex-end;
}
.s4 .item .actions a{
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: -2px;
    background: none;
    font-weight: 700;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    position: relative;
}
.s4 .item .actions .link{
    margin-right: 30px;
    color: #fff;
}
.s4 .item .actions a span{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    padding: 12px 17px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ffbe1d;
}
.s4 .item .actions a span:before{
    background-color: #ffbe1d;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 100%;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    border: 2px solid #fff;
    line-height: 46px;
}
.s4 .item .actions .link span:before{
    content: 'Перейти на сайт';
    color: #000;
}
.s4 .item .actions .order span:before{
    content: 'Заказать';
    color: #fff;
}
.s4 .item .actions a:hover span{
    background-color: #e6ad1e;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: rotateX(90deg) translateY(-100%);
    -moz-transform-origin: 50% 0%;
    -moz-transform: rotateX(90deg) translateY(-100%);
    -ms-transform-origin: 50% 0%;
    -ms-transform: rotateX(90deg) translateY(-100%);
    transform-origin: 50% 0%;
    transform: rotateX(90deg) translateY(-100%);
}
.s4 .item .actions .order{
    color: #000;
}
.s5 .content{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
}
.s5 .content .item{
    margin: 0 0 5px 0;
    width: 20%;
    height: 140px;
    padding: 0 10px;
    text-align: center;
    position: relative;
}
.s5 .content .item img{
    position: absolute;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.s5 .content .item:hover img{
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.s6 .container{
    overflow: hidden;
}
.s6 .icon{
    background: url(../img/s6.png) no-repeat;
    width: 122px;
    height: 94px;
    margin: 55px auto 30px auto;
}
.s6 .info{
    text-align: center;
    margin-bottom: 35px;
}
.s6 .content{
    overflow: hidden;
    margin-bottom: 30px;
}
.s6 .content .inner-content{
    width: 120%;
    height: 350px;
    padding-right: 20%;
    overflow-y: scroll;
}
.s6 .item:after{
    display: block;
    content: '';
    clear: both;
}
.s6 .item:not(:last-child){
    margin-bottom: 45px;
}
.s6 .item img{
    float: left;
    margin: 0 15px 10px 0;
}
.s7{
    border-bottom: 1px solid #fff;
}
.s7 .slider{
    height: 410px;
    overflow: hidden;
    position: relative;
    padding: 0 35px;
    margin: 50px auto 10px auto;
}
.s7 .slider a{
    display: block;
    text-decoration: none;
    width: 525px;
    height: 374px;
    border: 3px solid #fff;
    background-size: cover;
    box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.35);
}
.s7 .slider a:before{
    content: attr(title);
    padding: 15px 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    width: 250px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}
.s7 .slider .slick-arrow{
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center 165px;
    border: 0;
    background-color: inherit;
}
.s7 .slider .slick-arrow.slick-prev{
    background-image: url(../img/slick-prev.png);
    left: 30px;
}
.s7 .slider .slick-arrow.slick-next{
    background-image: url(../img/slick-next.png);
    right: 0;
}
.s8 .b-title{
    text-decoration: none;
    display: block;
}
.s8 .info{
    margin: 60px auto 35px auto;
}
.s8 .link{
    display: block;
    margin: 0 auto 50px auto;
    position: relative;
    text-decoration: none;
    width: 560px;
    height: 291px;
}
.s8 .link .icon{
    background: url(../img/s8.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 560px;
    height: 291px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
}
.s8 .link .button{
    position: relative;
    width: 304px;
    height: 65px;
    border: 5px solid #000;
    line-height: 55px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: -31px auto 0 auto;
    font-size: 24px;
    font-weight: 700;
}
.s8 .link:hover .button{
    background: #000;
}
.s9 .top-info{
    text-align: center;
}
.s9 .info{
    justify-content: space-between;
    margin: 60px auto 80px auto;
}
.s9 .contacts .item:not(:last-child){
    margin-bottom: 30px;
}
.s9 .contacts .item .icon{
    width: 62px;
    height: 46px;
    background-repeat: no-repeat;
}
.s9 .contacts .item-1 .icon{
    background-image: url(../img/s9-1.png);
}
.s9 .contacts .item-2 .icon{
    background-image: url(../img/baloon.svg);
    background-size: 46px 46px;
    background-position-x: -5px;
}
.s9 .contacts .item-3 .icon{
    background-image: url(../img/s9-3.png);
}
.s9 .contacts .item-4 .icon{
    background-image: url(../img/s9-4.png);
}
.s9 .contacts .values{
    margin-top: 3px;
}
.s9 .contacts .label{
    font-weight: 700;
    margin-right: 5px;
}
.s9 .contacts a{
    color: #000;
    text-decoration: none;
}
.form-container .line{
    justify-content: flex-end;
    margin-bottom: 30px;
}
.form-container .line label{
    display: block;
    color: #000;
    text-align: right;
    font-weight: 700;
    padding-top: 12px;
    margin-right: 30px;
}
.form-container .line input,
.form-container .line textarea{
    width: 300px;
    background: #fff;
    border: 2px solid #fab825;
    display: block;
}
.form-container .line input{
    padding: 0 10px;
    height: 44px;
}
.form-container .line textarea{
    resize: none;
    height: 100px;
    padding: 10px;
}
.form-container button[type="submit"]{
    background: #fab825;
    color: #fff;
    width: 300px;
    height: 44px;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    margin-left: auto;
}
.form-container button[type="submit"]:hover{
    color: #000;
}
.s9 .map{
    height: 480px;
}
footer{
    padding-bottom: 25px;
    position: relative;
    z-index: 6;
}
footer .to-top{
    text-decoration: none;
    color: #000;
    display: block;
    margin: 20px auto -65px auto;
    width: 55px;
    position: relative;
    z-index: 1;
}
footer .to-top .icon{
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    display: block;
    margin: 0 auto 10px auto;
    background: url(../img/up-arrow.svg) center no-repeat;
    background-size: 33px 33px;
}
footer .to-top:hover .icon{
    border: 3px solid #000;
    background: url(../img/up-arrow-black.svg) center no-repeat;
    background-size: 33px 33px;
}
footer .content{
    align-items: center;
    justify-content: space-between;
}
footer .content .link{
    text-decoration: none;
    background: url(../img/h-1.png) no-repeat;
    width: 212px;
    height: 46px;
}
footer .content .developer{
    text-decoration: none;
    color: #000;
}
footer .content .developer .logo{
    display: block;
    background: url(../img/concept.png) no-repeat;
    width: 128px;
    height: 40px;
    margin-top: 5px;
}
footer .content .developer:hover .logo{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.to-top-right{
    width: 45px;
    height: 45px;
    border: 3px solid #000;
    display: block;
    margin: 0 auto 10px auto;
    background: url(../img/up-arrow-black.svg) center no-repeat;
    background-size: 33px 33px;
    position: fixed;
    bottom: 110px;
    right: 60px;
    z-index: 5;
}
.form-container .form-title{
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}
.form-container .required{
    color: red;
}
.form-container .product{
    width: 300px;
    background: #fff;
    height: auto;
    padding: 10px;
    border-bottom: 2px solid #fab825;
    color: #000;
}
.form-container .fancybox-close-small:after{
    border-radius: 0;
    color: #000;
    font-size: 30px;
}
.form-container .fancybox-close-small:hover:after{
    color: #fab825;
    background: none;
}
.form-container .fancybox-close-small:focus:after{
    outline: none;
}
.sweet-alert{
    border-radius: 0 !important;
}
.sweet-alert button{
    border-radius: 0 !important;
    background-color: #fab825 !important;
    box-shadow: none !important;
    color: #fff !important;
}
.sweet-alert button:hover{
    color: #000 !important;
}
@media(min-width: 992px) and (max-width: 1199px){
    html{
        font-size: 9px;
    }
    body{
        font-size: 14px;
    }
    .container{
        width: 970px;
        padding: 0 15px;
        overflow: hidden;
    }
    header .header-contacts .item .icon{
        width: 60px;
        background-size: contain;
    }
    header .header-contacts .item .value{
        width: calc(100% - 60px);
        font-size: 12px;
        font-weight: 400;
    }
    header .header-contacts .item-1{
        background-size: 80%;
    }
    .s1 nav .name{
        font-size: 16px;
    }
    .s3 .service .item{
        width: 310px !important;
        height: 310px;
    }
    .s4 .item .image{
        width: 300px;
        height: 300px;
        margin-right: 15px;
    }
    .s4 .item .content-box{
        width: calc(100% - 315px);
    }
    .s4 .item .icon{
        top: -45px;
        right: -2px;
    }
    .s7 .slider .slick-arrow.slick-prev{
        left: 0;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    html{
        font-size: 7px;
    }
    .container{
        width: 750px;
        padding: 0 10px;
    }
    body{
        font-size: 14px;
    }
    .b-title{
        font-size: 22px !important;
        margin-bottom: 40px !important;
    }
    .s1{
        padding-bottom: 0;
    }
    .s1:before{
        background-image: -moz-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
        background-image: -webkit-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
        background-image: -ms-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    }
    header{
        position: static;
    }
    header .header-contacts{
        flex-wrap: wrap;
        border: 0;
    }
    header .header-contacts .item-1{
        width: 100% !important;
    }
    header .header-contacts .item{
        width: 30%;
        padding: 5px 0;
        margin: 0 auto;
    }
    header .header-contacts .item:not(:last-child){
        border-right: 0;
    }
    header .header-contacts .item-1{
        height: 100px;
        background-size: contain;
        background-size: 200px;
    }
    header .header-contacts .item .icon{
        width: 25px;
        height: 25px;
        margin: 0 20px 0 0;
        background-size: contain;
    }
    header .header-contacts .item .value {
        width: calc(100% - 45px);
        font-weight: 400;
    }
    .s1{
        padding-top: 0px;
    }
    .s1 .logo,
    .s1 .equip{
        display: none;
    }
    .s1 nav ul{
        flex-wrap: wrap;
        border: 0;
    }
    .s1 nav ul li{
        width: 33%;
        border: 1px solid #fff;
        margin-bottom: 10px;
    }
    .s1 nav .name{
        font-size: 14px;
    }
    .s1 .line,
    .s2 .line-1{
        height: 40px;
    }
    .s2{
        padding-top: 0;
    }
    .s2 .advantages .item{
        width: 30%;
        padding: 0 5px;
    }
    .s2 .advantages .item .value{
        font-weight: 400;
        font-size: 12px;
    }
    .s2 .advantages .item{
        margin-bottom: 20px;
    }
    .s3 .service .item{
        width: 50% !important;
        border-right: 0 !important;
    }
    .s3 .service .item:not(:nth-child(n+5)){
        border-bottom: 3px solid #fff;
    }
    .s3 .service .item .name{
        width: 100%;
        font-size: 18px;
        padding: 15px 10px;
    }
    .s4 .item{
        display: block;
    }
    .s4 .item .image{
        margin: 0 auto;
        width: 250px;
        height: 250px;
    }
    .s4 .item .icon{
        top: -2px;
        right: -2px;
        z-index: 4;
    }
    .s4 .item .content-box{
        width: 100%;
        margin-top: 25px;
    }
    .s4 .item .actions{
        display: block;
        border: 0;
    }
    .s4 .item .actions a{
        width: 250px;
        margin: 5px auto !important;
        display: block;
    }
    .dg-wrapper,
    .s7 .slider{
        width: 280px !important;
        height: 240px !important;
    }
    .s7 .slider{
        padding: 0;
    }
    .s7 .slider a{
        width: 280px;
        height: 180px;
        background-position: center;
        box-shadow: none;
    }
    .s7 .slider .slick-arrow{
        height: 41px;
        background-position: 0;
        top: 195px;
    }
    .s7 .slider .slick-arrow.slick-prev{
        left: 0;
    }
    .s7 .slider a:before{
        width: 100%;
        box-sizing: border-box;
    }
    .s8 .info{
        margin-top: 35px;
    }
    .s8 .link{
        width: 280px;
        height: 165px;
    }
    .s8 .link .icon{
        width: 280px;
        height: 165px;
        background-size: contain;
    }
    .s8 .link .button{
        width: 220px;
        height: 45px;
        font-size: 18px;
        line-height: 39px;
        margin-top: -20px;
        border: 3px solid #000;

    }
    .s9 .info{
        display: block;
    }
    .s9 .contacts .item .icon{
        width: 40px;
        height: 40px;
        background-size: contain;
        margin-right: 15px;
    }
    .s9 .contacts .values{
        width: calc(100% - 55px);
    }
    .s9 .contacts .values .line{
        display: block;
    }
    .s9 .contacts .values .line:not(:last-child){
        margin-bottom: 10px;
    }
    .s9 .form-container{
        margin-top: 20px;
    }
    .form-container .line{
        display: block;
        margin-bottom: 20px;
    }
    .form-container .line label{
        margin: 0 0 10px 0;
        text-align: left;
    }
    footer{
        padding-bottom: 20px;
    }
    footer .content{
        display: block;
        margin-top: 15px;
    }
    footer .content a{
        display: block;
        margin: 0 auto;
    }
    footer .content a.developer{
        width: 212px;
        text-align: center;
        margin-top: 15px;
    }
    footer .content .developer .logo{
        margin: 0 auto;
    }
    footer .content a.developer .label{
        display: none;
    }
    .to-top-right{
        right: 25px;
        bottom: 25px;
    }
    .form-container .line input,
    .form-container .line textarea,
    .form-container button[type="submit"]{
        width: 100%;
    }
    footer .to-top{
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    body{
        font-size: 14px;
    }
    .container{
        width: auto;
        padding: 0 10px;
        overflow: hidden;
    }
    .b-title{
        font-size: 22px !important;
        margin-bottom: 40px !important;
    }
    .s1{
        padding-bottom: 0;
    }
    .s1:before{
        background-image: -moz-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
        background-image: -webkit-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
        background-image: -ms-linear-gradient( 180deg, rgb(255,203,40) 0%, rgb(254,159,1) 100%);
    }
    header{
        position: static;
    }
    header .header-contacts{
        display: block;
        border: 0;
    }
    header .header-contacts .item{
        width: 100%;
        padding: 5px 0;
        margin: 0 auto;
        max-width: 200px;
    }
    header .header-contacts .item:not(:last-child){
        border-right: 0;
    }
    header .header-contacts .item-1{
        height: 100px;
        background-size: contain;
    }
    header .header-contacts .item .icon{
        width: 25px;
        height: 25px;
        margin: 0 20px 0 0;
        background-size: contain;
    }
    header .header-contacts .item .value {
        width: calc(100% - 45px);
        font-weight: 400;
    }
    .s1{
        padding-top: 0px;
    }
    .s1 .logo,
    .s1 .equip{
        display: none;
    }
    .s1 nav{
        margin-top: 25px;
    }
    .s1 nav ul{
        flex-wrap: wrap;
        border: 0;
    }
    .s1 nav ul li{
        width: 50%;
        border: 1px solid #fff;
        margin-bottom: 10px;
    }
    .s1 nav .name{
        font-size: 14px;
    }
    .s1 .line,
    .s2 .line-1{
        height: 40px;
    }
    .s2{
        padding-top: 0;
    }
    .s2 .advantages .item{
        width: 50%;
        padding: 0 5px;
    }
    .s2 .advantages .item .value{
        font-weight: 400;
        font-size: 12px;
    }
    .s2 .advantages .item{
        margin-bottom: 20px;
    }
    .s3 .service .item{
        width: 100% !important;
        border-right: 0 !important;
    }
    .s3 .service .item:not(:last-child){
        border-bottom: 3px solid #fff;
    }
    .s3 .service .item .name{
        width: 100%;
        font-size: 18px;
        padding: 15px 10px;
    }
    .s4 .item{
        display: block;
        margin: 0 -10px;
    }
    .s4 .item:not(:last-child){
        margin-bottom: 25px;
    }
    .s4 .item .image{
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        height: 250px;
    }
    .s4 .item .icon{
        display: none;
    }
    .s4 .item .content-box{
        width: 100%;
        margin-top: 25px;
    }
    .s4 .item .actions{
        display: block;
        border: 0;
    }
    .s4 .item .actions a{
        width: 250px;
        margin: 5px auto !important;
        display: flex;
    }
    .s5 .content .item{
        width: 45%;
        margin: 0 2.5%;
    }
    .dg-wrapper,
    .s7 .slider{
        width: 280px !important;
        height: 240px !important;
    }
    .s7 .slider{
        padding: 0;
    }
    .s7 .slider a{
        width: 280px;
        height: 180px;
        background-position: center;
        box-shadow: none;
    }
    .s7 .slider .slick-arrow{
        height: 41px;
        background-position: 0;
        top: 195px;
    }
    .s7 .slider .slick-arrow.slick-prev{
        left: 0;
    }
    .s7 .slider a:before{
        width: 100%;
        box-sizing: border-box;
    }
    .s8 .info{
        margin-top: 35px;
    }
    .s8 .link{
        width: 280px;
        height: 165px;
    }
    .s8 .link .icon{
        width: 280px;
        height: 165px;
        background-size: contain;
    }
    .s8 .link .button{
        width: 220px;
        height: 45px;
        font-size: 18px;
        line-height: 39px;
        margin-top: -20px;
        border: 3px solid #000;

    }
    .s9 .info{
        display: block;
    }
    .s9 .contacts .item .icon{
        width: 40px;
        height: 40px;
        background-size: contain;
        margin-right: 15px;
    }
    .s9 .contacts .values{
        width: calc(100% - 55px);
    }
    .s9 .contacts .values .line{
        display: block;
    }
    .s9 .contacts .values .line:not(:last-child){
        margin-bottom: 10px;
    }
    .s9 .form-container{
        margin-top: 20px;
    }
    .form-container .line{
        display: block;
        margin-bottom: 20px;
    }
    .form-container .line label{
        margin: 0 0 10px 0;
        text-align: left;
    }
    footer{
        padding-bottom: 20px;
    }
    footer .content{
        display: block;
        margin-top: 15px;
    }
    footer .content a{
        display: block;
        margin: 0 auto;
    }
    footer .content a.developer{
        width: 212px;
        text-align: center;
        margin-top: 15px;
    }
    footer .content .developer .logo{
        margin: 0 auto;
    }
    footer .content a.developer .label{
        display: none;
    }
    .to-top-right{
        right: 25px;
        bottom: 25px;
    }
    .form-container .line input,
    .form-container .line textarea,
    .form-container button[type="submit"]{
        width: 100%;
    }
    footer .to-top{
        margin-bottom: 15px;
    }
}