html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ul {
    list-style: none;
}

ul li{
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #393939;
}

ol li{
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #393939;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}


a {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button{
  cursor: pointer;
  border: none;
  outline: none;
}

a img {
    border: none;
}

b, strong{
    font-weight: 700;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='password'], textarea, select {
    border: 1px solid #d9d4d3;
    font-weight: 400;
    font-size: 12px;
    color: #8b8b8b;
    resize: none;
    padding: 0 10px;
}
@font-face {
  font-family: 'icon';
  src:  url('../fonts/icon/icon.eot?vyruc7');
  src:  url('../fonts/icon/icon.eot?vyruc7#iefix') format('embedded-opentype'),
    url('../fonts/icon/icon.ttf?vyruc7') format('truetype'),
    url('../fonts/icon/icon.woff?vyruc7') format('woff'),
    url('../fonts/icon/icon.svg?vyruc7#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calc:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e902";
}
.icon-images:before {
  content: "\e905";
}
.icon-next:before {
  content: "\e906";
}
.icon-prev:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-tel:before {
  content: "\e909";
}
.icon-telegram:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e90b";
  color: #dbdbdb;
}
.icon-viber:before {
  content: "\e90c";
}
.icon-video:before {
  content: "\e90d";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

.clearfix:after {
    content: '';
    display: table;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    background-color: #fff;
    min-width: 320px;
}

.container {
    width: 100%;
    max-width: 1450px;
    padding: 0 20px;
    margin: 0 auto;
}

header{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #FFFFFF;
  padding: 11px 0 9px 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

header .logo{
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

header .logo a{
  display: block;
}

header .logo img{
  display: block;
  max-width: 100%;
}

header .phone{
  display: inline-block;
  vertical-align: middle;
}

header .phone li{
  padding-left: 14px;
  position: relative;
}

header .phone li::before{
  content: '';
  width: 7px;
  height: 7px;
  background: #EDB702;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

header .phone li a{
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
}

header .phone li a:hover{
  color: #EDB702;
}

header nav{
  float: right;
  display: inline-block;
  padding: 8px 0;
}

header nav > ul{
  display: inline-block;
}

header nav > ul > li{
  display: inline-block;
  margin: 6px 10px 0 10px;
  position: relative;
  perspective: 1000;
  -webkit-perspective: 1000;
}

header nav > ul > li > a{
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #343434;
  font-weight: 400;
  padding: 8px 10px;
}

header nav > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    height: 2px;
    background: #343434;
    border-top: 1px solid #ECB702;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

header nav > ul > li > a:hover:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

header nav > ul > li > a.active:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

header nav > ul > li:hover > a:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

header nav > ul > li .popup{
  position: absolute;
  top: 100%;
  left: -12px;
  padding: 21px 0;
  width: 367px;
  overflow: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(-90deg);
  transform-style: preserve-3d;
  transform-origin: top center;
  transition: transform .5s cubic-bezier(.17,.67,.59,1.21),opacity .1s .1s;
}


header nav > ul > li .popup ul li{
  margin-bottom: 1px;
}

header nav > ul > li .popup ul li:nth-child(1) a{
  border-radius: 3px 3px 0 0;
}

header nav > ul > li .popup ul li:nth-last-child(1) a{
  border-radius: 0 0 3px 3px;
}


header nav > ul > li:hover .popup{
  opacity: 1;
  -webkit-transform: rotateX(0deg) translateZ(0);
  transform: rotateX(0deg) translateZ(0);
}

header nav > ul > li .popup ul li{
  width: 100%;
}

header nav > ul > li .popup ul li a{
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 11px 24px 11px 24px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #343434;
  font-weight: 400;
}

header nav > ul > li .popup ul li a:hover{
  background: #ECB702;
}


header nav .btn{
  float: right;
  display: inline-block;
  width: 175px;
  height: 42px;
  background: linear-gradient(180deg, #FFD030 0%, #ECB600 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
  font-weight: 400;
  margin-left: 22px;
}

header nav .btn:hover{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

h1{
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  line-height: 47px;
  color: #343434;
  font-weight: 700;
  margin-bottom: 5px;
}

h2{
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 40px;
  color: #343434;
  font-weight: 700;
  margin-bottom: 30px;
}

.contacts-wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 32px 0;
}

.contacts-wrap .col-left{
  width: calc(100% - 570px - 20px);
  margin-right: 20px;
}

.contacts-wrap .col-right{
  width: 570px;
}

.contacts-wrap .title{
  font-size: 22px;
  line-height: 28px;
  color: #343434;
  font-weight: 700;
  margin: 28px 0 22px 0;
}

.contacts-wrap .map{
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-height: 380px;
  position: relative;
}

.contacts-wrap .map::before{
  content: url(../images/map-after.png);
  display: inline-block;
  position: absolute;
  top: -162px;
  left: -252px;
  z-index: -1;
}

.contacts-wrap .map iframe{
  display: block;
  height: 380px!important;
  width: 100%!important;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.team{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.team .item{
  width: calc(50% - 29px);
  margin: 15px 0 40px 0;
  margin-right: 29px;
}

.team .item .top{
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}

.team .item .photo{
  float: left;
  margin-right: 18px;
  width: 63px;
  height: 63px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.team .item .photo::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  color: #DBDBDB;
  z-index: -1;
  background: #FBFBFB;
}

.team .item .name{
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  line-height: 32px;
  color: #343434;
  font-weight: 700;
}

.team .item .position{
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.team .item .soc{
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  margin-right: 2px;
}

.team .item .soc li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.team .item .soc li a{
  display: block;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 13px;
  text-align: center;
}

.team .item .soc li a:hover{
  background: #FFD030;
}

.team .item .soc li a::before{
  line-height: 32px;
  font-size: 16px;
  color: #343434;
}

.team .item .soc li a.icon-viber::before{
  font-size: 20px;
}

.team .item .soc li a.icon-telegram::before{
  font-size: 14px;
}

.team .item .phone{
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  color: #343434;
  font-weight: 700;
  vertical-align: middle;
  margin: 5px 0;
  margin-right: 10px;
}

.team .item .email{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: #343434;
  font-weight: 700;
  margin: 5px 0;
}



.team .item .email::before{
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 13px;
  text-align: center;
  font-size: 13px;
  color: #343434;
  line-height: 32px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team .item .email:hover{
  color: #FFD030;
}

.dop1 a:hover {
	color: #FFD030;
}

.team .item .email:hover::before{
  background: #FFD030;
}

.dop2 a:hover::before {
	background: #FFD030;
}

.dop3 a {
	display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: #343434;
  font-weight: 700;
  margin: 5px 0;
}

.dop4 a {
	display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #343434;
  font-weight: 700;
  margin: 5px 0;
}

.team .item .phone:hover{
  color: #FFD030;
}

.text-seo{
  max-width: 930px;
  margin: 58px 0;
}

.text-seo .text-more{
  display: none;
}

.text-seo p{
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #343434;
}

.text-seo a{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #343434;
  text-decoration: underline;
}

.text-seo a:hover{
  text-decoration: none;
}

footer .top{
  display: inline-block;
  width: 100%;
  padding: 44px 0 30px 0;
}

footer .bottom{
  display: inline-block;
  width: 100%;
  background: #F8F8F8;
  padding: 11px 0 5px 0;
}

footer .copyright{
  float: left;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #070604;
  font-weight: 400;
}

footer .dev{
  float: right;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(52, 52, 52, 0.3);
  font-weight: 400;
}

footer .dev a{
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(52, 52, 52, 0.3);
  font-weight: 400;
}

footer .dev a:hover{
  color: #343434;
}

footer .logo{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

footer .logo::before{
  content: url(../images/footer-bg.png);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: calc(100% - -15px);
}

footer .logo a{
  display: block;
}

footer .logo img{
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

footer .top .container{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .top .container .col{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

footer .soc{
  display: inline-block;
  vertical-align: middle;
}

footer .soc li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}

footer .soc li a{
  display: block;
}

footer .soc li img{
  display: block;
  max-width: 30px;
}

footer .soc li a svg path{
  -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .soc li a:hover svg path:nth-child(1){
  fill: #EDB702;
}

footer ul.list{
  display: inline-block;
  vertical-align: middle;
}

footer ul.list li{
  margin: 11px 0;
}

footer ul.list li a{
 /* display: block;*/
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: 400;
}

footer ul.list li a::before{
  min-width: 20px;
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
  color: #343434;
  line-height: 19px;
  margin-top: -2px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer ul.list li a:hover{
  color: #EDB702;
}

footer ul.list li a:hover::before{
  color: #EDB702;
}

footer ul.list li a.icon-tel::before{
  font-size: 18px;
}

footer ul.list li a.icon-email::before{
  font-size: 15px;
}

.request{
  margin-bottom: 36px;
}

.request .item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.request .item .image{
  width: 570px;
  margin-right: 30px;
}

.request .item .image a{
  display: block;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 8px;
}

.request .item .image img{
  width: 100%;
  display: block;
}

.request .item .image .info{
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #343434;
  padding: 0 45px;
}

.request .item .text{
  width: calc(100% - 570px - 30px);
}

.request .item .text p{
  margin-bottom: 18px;
}

.request .item:nth-of-type(2n) .image{
  order: 2;
  margin-left: 30px;
  margin-right: 0;
}

.request.addition .item:nth-of-type(2n-1) .image{
  order: 2;
  margin-left: 30px;
  margin-right: 0;
}

.request.addition{
  position: relative;
}

.request.addition::before{
  content: url(../images/map-after.png);
  display: inline-block;
  position: absolute;
  top: -392px;
  right: 16px;
  z-index: -1;
}

.request-wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.request-wrap .item{
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 177px;
  -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.request-wrap .item:nth-of-type(2n){
  margin-right: 0;
}

.request-wrap .item a{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.request-wrap .item:hover{
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}

.request-wrap .item .image{
  width: 210px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.request-wrap .item .image img{
  display: block;
  width: 100%;
}

.request-wrap .item .text{
  width: calc(100% - 210px - 30px);
  padding: 23px 23px 23px 0;
}

.request-wrap .item .text .title{
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  line-height: 28px;
  color: #343434;
  font-weight: 700;
  margin-bottom: 16px;
}

.request-wrap .item .text p{
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.request-wrap{
  position: relative;
}

.request-wrap::before{
  content: url(../images/map-after.png);
  display: inline-block;
  position: absolute;
  bottom: -136px;
  right: 16px;
  z-index: -1;
}

.pagination{
  display: inline-block;
  width: 100%;
  margin: 26px 0;
}

.pagination li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.pagination li a{
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #FFFFFF;
  line-height: 38px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}

.pagination li a.icon-prev:hover{
    background: #ECB600;
}

.pagination li a.icon-next:hover{
    background: #ECB600;
}

.pagination li a::before{
  color: #343434;
}

.pagination li a.active, .pagination li a.active:hover{
  background: linear-gradient(180deg, #FFD030 0%, #ECB600 100%);
}

.pagination li a:hover{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: #E0E0E0;
}

h3{
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 28px;
  color: #343434;
  font-weight: 700;
  margin-bottom: 16px;
}

.text-wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

img {
    max-width: 100%; /* Изображение не будет шире, чем ширина родительского контейнера */
    height: auto; /* Сохраняет пропорции изображения */
}

.text-wrap .col{
  width: calc((100% - 45px) / 2);
  margin-right: 45px;
}

.text-wrap .col:nth-of-type(2n){
  margin-right: 0;
}

.text-wrap p{
  margin-bottom: 18px;
}

.slider.slider-service{
  margin: 56px 0;
}

.slider.slider-service .image{
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  overflow: hidden;

}

.slider.slider-service .image a{
  display: block;
    border: 1px solid #343434;
      border-radius: 50px;
      overflow: hidden;
}

.slider.slider-service .image img{
  display: block;
  width: 100%;
}

.slider.slider-service .slick-list{
  overflow: inherit;
}



.slider.slider-service .image {
    position: relative;
    transform: scale(1, 0.835);
    -webkit-transform: scale(1, 0.835);
    -moz-transform: scale(1, 0.835);
    -o-transform: scale(1, 0.835);
    -ms-transform: scale(1, 0.835);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.slider.slider-service .image::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.45);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider.slider-service .image a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.slider.slider-service .slick-center .image {
    transform: scale(1.189, 1);
    -webkit-transform: scale(1.189, 1);
    -moz-transform: scale(1.189, 1);
    -o-transform: scale(1.189, 1);
    -ms-transform: scale(1.189, 1);
    opacity: 1;
}

.slider.slider-service .slick-center .image::before{
  background: rgba(255, 255, 255, 0);
}

.slider.slider-service .slick-center{
   position: relative;
   z-index: 3;
}

.slider.slider-service .slick-active .image{
    opacity: 1;
    position: relative;
}

.slider-btn{
  display: inline-block;
  width: 100%;
  margin: 8px 0 30px 0;
  text-align: center;
}

.slider-btn .btn{
  display: inline-block;
  margin: 11px 11px;
  height: 38px;
  padding: 0 31px;
  border-radius: 15px;
  border: 1px solid #FCD246;
  font-weight: 500;
  font-size: 16px;
  color: #FCD246;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.slider-btn .btn::before{
  display: inline-block;
  line-height: 36px;
  margin-right: 12px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-btn .btn.active{
  background-color: #FCD246;
  color: #343434;
}

.slider-btn .btn.active::before{
  color: #343434;
}

.slider-btn .btn:hover{
  background-color: #FCD246;
  color: #343434;
}

.slider-btn .btn:hover::before{
  color: #343434;
}

.videobox {
    min-height: 400px;
    text-align: center;
    text-align: -webkit-center;
}

.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
}

.tabs__caption{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-bottom: 30px;
}

.tabs__caption li{
  width: calc((100% - 12px - 12px - 12px - 12px) / 4);
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
  text-align: center;
  height: 48px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #FCD246;
  padding: 0 15px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs__caption li.active{
  background-color: #FCD246;
  color: #343434;
}

.tabs__caption li:hover{
  background-color: #FCD246;
  color: #343434;
}

.services-wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-wrap .item{
  width: calc((100% - 60px) / 5);
  margin-right: 15px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.services-wrap .item:hover{
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
}

.services-wrap .item:nth-of-type(5n){
  margin-right: 0;
}

.services-wrap .item a{
  display: block;
}

.services-wrap .item .image{
  height: 239px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.services-wrap .item .image img{
  display: block;
  width: 100%;
}

.services-wrap .item .text{
  padding: 15px 15px;
}

.services-wrap .item .tit{
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  line-height: 26px;
  color: #343434;
  font-weight: 700;
  margin-bottom: 13px;
}

.services-wrap .item .text ul li{
  padding-left: 15px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #343434;
}

.services-wrap .item .text ul li::before{
  content: '';
  width: 8px;
  height: 8px;
  background: #EDB702;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}

.services-wrap .item .view{
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  background: #FFFFFF;
  opacity: 0.9;
  border: 1px solid #E0E0E0;
  border-left: none;
  border-radius: 0px 15px 0px 0px;
}

.services-wrap .item .view li{
  display: inline-block;
  width: 45px;
  height: 42px;
  text-align: center;
}

.services-wrap .item .view li::before{
  line-height: 42px;
  color: #343434;
  font-size: 18px;
}

.services-wrap .item .view li:nth-of-type(2n){
  text-align: left;
  padding-left: 3px;
}

#page.main #content{
  padding-top: 0;
}

.section-main{
  height: calc(100vh - 80px);
  position: relative;
}

.section-main::before{
  content: url(../images/main-before.png);
  display: inline-block;
  position: absolute;
  top: -80px;
  left: -254px;
}

.slider.slider-main .slick-list{
  margin: 0 -10px;
  padding: 0 10px;
}

.slider.slider-main .slide{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 84px 0 30px 0;
  height: calc(100vh - 80px);
}

.slider.slider-main .slide .text{
  width: 50%;
  padding: 162px 100px 0 0;
}

.slider.slider-main .slide .image-wrap{
  width: 50%;
  position: relative;
}

.slider.slider-main .slide .image-wrap::before{
  content: url(../images/slider-bg.png);
  display: inline-block;
  position: absolute;
  right: 34px;
  bottom: 64px;
}

.slider.slider-main .slide .image{
  width: 310px;
  padding: 7px 5px;
  background: #FBFBFB;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  z-index: 1;
  position: relative;
}

.slider.slider-main .slide .image img{
  display: block;
  width: 100%;
}

.slider.slider-main .slide .image .tit{
  position: relative;
  padding: 11px 8px 0px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #D6D6D6;
}

.slider.slider-main .slide .image .tit::before{
  content: url(../images/sign.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.slider.slider-main .slide .image:nth-child(2){
  position: absolute;
  top: 84px;
  left: 338px;
  z-index: 2;
}

.slider.slider-main .slide .image:nth-child(3){
  position: absolute;
  top: 263px;
  left: 108px;
  z-index: 3;
}

.slider.slider-main .slick-dots{
  text-align: left;
  bottom: inherit;
  top: 70%;
}

.slider.slider-main .title{
  font-family: 'Roboto Slab', serif;
  font-size: 35px;
  line-height: 47px;
  color: #343434;
  font-weight: 700;
  margin-bottom: 33px;
}

.slider.slider-main p{
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #343434;
}

.slider.slider-main .btn{
  display: inline-block;
  height: 48px;
  padding: 0 29px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
  background: linear-gradient(180deg, #FFD030 0%, #ECB600 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-top: 27px;
}

.slider.slider-main .btn:hover{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}


.section-main .down{
  width: 1px;
  height: 34px;
  background: #3D3D3D;
  position: absolute;
  left: 50%;
  bottom: 50px;
}

.section-main .down::before{
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #EDB702;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}


@-webkit-keyframes scroll {
    0% {

    }
    100% {

        -webkit-transform: translateY(34px);
        transform: translateY(34px);
    }
}

@keyframes scroll {
    0% {

    }
    100% {

        -webkit-transform: translateY(34px);
        transform: translateY(34px);
    }
}


.section-product{
  margin: 80px 0;
  position: relative;
}

.section-product::before{
  content: url(../images/product-after.png);
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 40px;
  z-index: -1;
}


.section-product.section-product_2::before{
  content: url(../images/product-after2.png);
  top: inherit;
  bottom: -196px;
  right: -20px;
}

.section-product.section-product_3::before{
  content: url(../images/product-after2.png);
  top: inherit;
  bottom: -130px;
  right: inherit;
  left: -100px;
}


.section-product h2{
  margin-bottom: 24px;
}

.section-product .text-seo{
  max-width: 700px;
  margin: 24px 0 66px 0;
}

.section-product .services-wrap{
  margin: 38px 0;
}

.btn-more{
  display: block;
  margin: 30px auto;
  width: 220px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #ECB600;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 400;
}

.btn-more:hover{
  color: #343434;
  background-color: #ECB600;
}

.section-question{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -66px 0;
}

.section-question .text{
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 112px 0 60px 0;
}

.section-question .text h3{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 22px;
}

.section-question .text h3::before {
  content: url(../images/footer-bg.png);
  display: inline-block;
  position: absolute;
  left: -142px;
  bottom: calc(100% - 55px);
  z-index: -1;
}

.section-question .text p{
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #343434;
}

.section-question .text .btn{
  display: block;
  width: 234px;
  height: 48px;
  background: linear-gradient(180deg, #FFD030 0%, #ECB600 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
  font-weight: 400;
  margin-top: 30px;
}

.section-question .text .btn:hover{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.section-question .image{
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.section-question .image img{
  display: block;
  max-width: 100%;
}

.section-question .image .icon{
  z-index: 1;
  background: #FFFFFF;
  width: 96.17px;
  height: 96.17px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15), -2px -2px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 20px rgba(156, 152, 43, 0.2);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.section-question .image .icon img{
  max-width: 100%;
  transform: rotate(-45deg);
}

.section-question.section-question_2 .image{
  order: -1;
}

.section-product{
  z-index: 1;
}

header .mob-nav {
  display: none;
}

header .mob-calc{
  display: none;
}

header .mob-menu{
  display: none;
}

.popap-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, .5);
    z-index: 100;
    display: none;
}

.popap-wrap{
  width: 658px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  position: fixed;
  top: 50%;
  margin-top: -190px;
  left: 50%;
  margin-left: -329px;
  z-index: 101;
  display: none;
  padding: 41px 41px;
}

.popap-wrap .close{
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 37px;
  right: 37px;
  cursor: pointer;
  opacity: .5;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popap-wrap .close::before{
  font-size: 24px;
  color: #343434;
  line-height: 30px;
}

.popap-wrap .close:hover{
  opacity: 1;
}

.popap-wrap .title{
  font-family: 'Roboto Slab', serif;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #070604;
  font-weight: 700;
  border-bottom: 1px solid #A2A2A2;
  padding: 11px 0 23px 0;
  margin-bottom: 5px;
}

.popap-wrap form{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popap-wrap form .col{
  width: calc(50% - 9px);
  margin-right: 18px;
}

.popap-wrap form .col:nth-of-type(2n){
  margin-right: 0;
}

.popap-wrap form .line{
  display: inline-block;
  width: 100%;
  margin-top: 35px;
}

.popap-wrap form input{
  width: 100%;
  height: 40px;
  background: #FBFBFB;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  border: 1px solid #FBFBFB;
  outline: none;
}

.popap-wrap form input.error{
  border-color: #ef5050!important;
}

.popap-wrap form textarea{
  width: 100%;
  height: 115px;
  background: #FBFBFB;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #858585;
  border: none;
  outline: none;
}

.popap-wrap form button{
  display: block;
  cursor: pointer;
  width: 100%;
  height: 40px;
  text-align: center;
  background: linear-gradient(180deg, #FFD030 0%, #ECB600 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
  font-weight: 400;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popap-wrap form button:hover{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.popap-wrap .text{
  min-height: 60px;
  text-align: center;
  padding: 31px 0;
}

.popap-wrap p{
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #070604;
}

.popap-wrap .ok{
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 192px;
  height: 40px;
  text-align: center;
  background: linear-gradient(180deg, #FFD030 0%, #ECB600 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #343434;
  font-weight: 400;
}

.popap-wrap .ok:hover{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.popap-wrap form label.error{
  display: none!important;
}

#page {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    padding: 37px 0;
    overflow: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #page {
        display: block;
    }

    #content {
        display: inline-block;
        width: 100%;
        flex: none !important;
    }
}

.section-main{
  min-height: 570px;
}

.slider.slider-main .slide{
  min-height: 570px;
}

@media (max-height: 800px) {
  .slider.slider-main .slick-dots {
      top: calc(100% - 60px);
  }

  .slider.slider-main .slide .text{
    padding-top: 130px;
  }

  .section-main .down{
    bottom: 32px;
  }

  .slider.slider-main .slide .image:nth-child(3){
    top: 126px;
  }




}

@media (max-width: 1450px) {
  .slider.slider-main .slide .image:nth-child(2) {
      left: inherit;
      right: 0;
  }



}

@media (max-width: 1280px) {

  header nav > ul > li {
    margin: 6px 6px 0 6px;
  }

  .services-wrap .item {
    width: calc((100% - 60px) / 4);
  }

  .services-wrap .item:nth-of-type(5n) {
      margin-right: 15px;
  }

  .services-wrap .item:nth-of-type(4n) {
    margin-right: 0;
  }

  footer .top .container .col{
    padding-right: 20px;
  }

  footer .soc li{
    margin-left: 10px;
  }

  footer .logo img{
    max-width: 180px;
  }

  footer ul.list li a{
    font-size: 15px;
  }

  footer .logo::before{
    bottom: 100%;
  }

  .team .item{
    width: 100%;
  }

  .contacts-wrap .col-right {
    width: 500px;
  }

  .contacts-wrap .col-left {
    width: calc(100% - 500px - 20px);
  }

  .request .item .image {
    width: 500px;
  }

  .request .item .text {
      width: calc(100% - 500px - 30px);
  }

  .tabs__caption li{
    font-size: 14px;
    line-height: 17px;
  }

  .slider.slider-service .image{
    height: 325px;
  }

  .slider.slider-service .image{
    border-radius: 30px;
  }

  .slider.slider-service .image a{
    border-radius: 30px;
  }






}


@media (max-width: 1024px) {

  header nav{
    display: none;
  }

  header .phone{
    display: none;
  }

  .tabs__caption li {
    width: calc((100% - 12px - 12px) / 2);
    margin: 5px 0;
    margin-left: 12px;
  }

  .services-wrap .item {
    width: calc((100% - 30px) / 3);
  }

  .services-wrap .item:nth-of-type(4n) {
    margin-right: 15px;
  }

  .services-wrap .item:nth-of-type(3n) {
    margin-right: 0;
  }

  footer .top .container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .logo::before{
    display: none;
  }

  footer .top .container .col:nth-child(1){
    width: 50%;
    padding: 0;
    order: -1;
  }

  footer .top .container .col:nth-last-child(1){
    width: 50%;
    padding: 0;
    order: -1;
  }

  footer .soc {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      text-align: right;
      margin: 0;
  }

  footer .logo{
    margin-bottom: 18px;
  }

  footer .copyright{
    font-size: 12px;
  }

  footer .dev{
    font-size: 12px;
  }

  footer .dev a{
    font-size: 12px;
  }

  .slider.slider-service .image{
    height: 280px;
  }

  .request .item .text {
      width: 100%;
      margin: 10px 0;
  }

  .request .item .image{
    margin: 0 auto;
  }

  .request.addition .item:nth-of-type(2n-1) .image{
    margin: 0 auto;
  }

  .text-seo p{
    font-size: 14px;
  }

  .text-seo {
    margin: 30px 0;
  }

  .request-wrap .item{
    width: 100%;
    margin-right: 0!important;
    margin-bottom: 15px;
  }

  .slider.slider-main .slick-dots {
      top: calc(100% - 50px);
  }

  .slider.slider-main .slide .text {
      width: 100%;
      padding: 162px 0 0 0;
  }

  .slider.slider-main .slide .image-wrap {
      width: 100%;
      position: relative;
      order: -1;
  }

  .slider.slider-main .slide .image-wrap::before{
    display: none;
  }

  .slider.slider-main .slide .image:nth-child(2) {
    top: -58px;
  }

  .slider.slider-main .slide .image:nth-child(3){
    top: 150px;
  }

  .slider.slider-main .slick-dots{
    text-align: right;
  }

  .section-main .down{
    display: none;
  }

  .slider.slider-main .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }


  .section-question {
    margin: -40px 0;
  }

  .contacts-wrap .col-left {
    width: 100%;
    margin-right: 0;
  }

  .team .item {
    width: calc(50% - 29px);
  }

  .contacts-wrap .col-right {
      width: 100%;
  }


  header .mob-nav {
        float: left;
        display: block;
        position: absolute;
        width: 50px;
        height: 44px;
        top: 6px;
        right: 13px;
        background-color: transparent;
        background-size: 40px 40px;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 21;
        padding-left: 0;
        margin-right: 0;
    }

    header .mob-nav:after {
        content: '';
        display: inline-block;
        line-height: 48px;
        font-weight: 700;
        font-size: 22px;
        color: #000;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }

    header .mob-nav span {
        display: block;
        position: absolute;
        top: 21px;
        left: 10px;
        right: 0;
        height: 5px;
        width: 33px;
        background: #343434;
        border-radius: 2px;
    }

    header .mob-nav span::before, header .mob-nav span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #343434;
        content: "";
        border-radius: 2px;
    }

    header .mob-nav span::after, header .mob-nav span::before {
        width: 100%;
    }

    header .mob-nav span::before {
        top: -10px;
        width: 100%;
        left: 0;
    }

    header .mob-nav span::after {
        bottom: -10px;
        width: 100%;
        left: 0;
    }

    header .mob-nav.active span {
        background-color: transparent;
    }

    header .mob-nav.active span::before {
        top: 0;
        left: 0;
    }

    header .mob-nav.active span::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 100%;
        left: 0;
    }

    header .mob-nav.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 100%;
        left: 0;
    }

    header .mob-nav span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    header .logo img{
      max-width: 126px;
    }

    header{
      padding: 9px 0;
    }

    .slider.slider-main .slick-dots{
      text-align: left;
    }

    header .mob-calc{
      display: inline-block;
      position: absolute;
      top: 12px;
      right: 73px;
      width: 36px;
      height: 36px;
      background: linear-gradient(180deg, #FFD030 0%, #ECB600 100%);
      border-radius: 12px;
      text-align: center;
      line-height: 46px;
    }

    header .mob-calc::before{
      content: url(../images/icon/calc.svg);
      display: inline-block;
      line-height: 46px;
    }

    .slider.slider-main .slide {
        min-height: calc(100vh - 60px);
    }

    .section-main {
        min-height: calc(100vh - 60px);
    }

    .slider.slider-main .slick-dots {
        top: calc(100% - 31px);
    }

    header .mob-menu{
      display: block;
      position: absolute;
      top: 100%;
      right: 0;
      height: calc(100vh - 59px);
      background-color: #fff;
      width: calc(100% - 50px);
      box-shadow: -3px 0px 4px rgba(0, 0, 0, 0.15);
      padding: 10px 19px;
      display: none;
    }

    header .mob-menu nav > ul > li .popup ul li {
      margin: 7px 0 20px 0;
      position: relative;
    }

    header .mob-menu nav > ul > li::before{
      content: '';
      width: 217px;
      height: 1px;
      background-color: rgba(173,173,173,.5);
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
    }

    header .mob-menu nav > ul > li:nth-last-child(2)::before{
      width: 126px;
    }

    header .mob-menu nav > ul > li:nth-last-child(3)::before{
      width: 180px;
    }

    header .mob-menu nav > ul > li:nth-last-child(1)::before{
      display: none;
    }

    header .mob-menu::before{
      content: '';
      width: 100vw;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
    }

    header .mob-menu nav{
      display: block;
      float: none;
      padding: 0;
      overflow: auto;
      height: calc(100vh - 250px);
    }

    header .mob-menu .phone{
      display: block;
      float: right;
    }

    header nav > ul > li {
      margin: 0;
      width: 100%;
      text-align: right;
    }

    header nav > ul > li > a{
      text-align: right;
      padding: 16px 0;
    }

    header .mob-menu nav > ul > li .popup{
      position: relative;
      opacity: 1;
      left: 0;
      width: 100%;
      padding: 0 0 11px 0;
     -webkit-transform: rotateX(0deg) translateZ(0);
     transform: rotateX(0deg) translateZ(0);
    }

    header .mob-menu nav > ul > li .popup ul li a{
      text-align: right;
      padding: 0;
      box-shadow: none;
    }

    header .mob-menu nav > ul > li > a:before{
      display: none!important;
    }

    header .mob-menu .phone li::before{
      content: url(../images/icon/tel.svg);
      width: auto;
      height: auto;
      background: transparent;
      border-radius: 0;
      position: absolute;
      top: calc(50% - 9px);
      left: 0;
    }

    header .mob-menu .phone li a{
      text-align: left;
      font-size: 16px;
    }

     header .mob-menu .phone li {
      padding-left: 25px;
      margin: 8px 0 15px 0;
    }

     header .mob-menu .soc{
       display: inline-block;
       width: 100%;
       text-align: left;
       border-top: 1px solid rgba(173,173,173,.5);
       padding-top: 18px;
     }

     header .mob-menu .soc li{
       display: inline-block;
       margin-left: 14px;
       vertical-align: middle;
     }

     header .mob-menu .soc li a{
       display: block;
     }

      header nav > ul > li > a{
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
      }

      header .mob-menu nav > ul > li .popup ul li a{
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.05em;
        color: #343434;
        font-weight: 400;
        background: transparent;
      }

      header .mob-menu nav > ul {
          display: inline-block;
          width: 100%;
      }

      .slider.slider-main .slide .image {
          margin: 0 auto;
          left: -140px;
      }

      .slider.slider-main .slide .image:nth-child(2) {
          top: -30px;
          right: calc(50% - 348px);
      }

      .slider.slider-main .slide .image:nth-child(3) {
          top: 127px;
          left: calc(50% - 150px);
      }

      .services-wrap .item .image {
          height: 190px;
      }

      .section-question {
          margin: -64px 0 -40px 0;
      }

      .request.addition .item:nth-of-type(2n-1) .image{
        order: 0;
      }

      .slider.slider-main .slick-dots {
          top: calc(100% - 40px);
      }

      .slider.slider-main .slide{
        padding-bottom: 60px;
      }

      .slider.slider-main .btn{
        margin-top: 15px;
      }

}




@media (max-width: 767px) {

  h1 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 20px;
  }

  h2 {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 20px;
  }

  .contacts-wrap {
      margin: 15px 0;
  }

  .team .item {
      width: 100%;
      margin: 15px 0 25px 0;
  }

  footer .soc{
    text-align: left;
  }

  .text-seo p {
      font-size: 16px;
  }

  footer ul.list li a {
      font-size: 17px;
  }

  footer .soc li {
      margin-left: 0;
      margin-right: 10px;
  }

  footer .top{
    padding-top: 20px;
  }

  #content{
    padding: 25px 0;
  }

  footer .logo img {
      max-width: 100%;
  }

  footer .copyright {
    float: none;
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }

  footer .dev{
    float: none;
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }

  .slider.slider-main .slide {
      height: auto;
      padding: 12px 0 30px 0;
      min-height: calc(100vh - 80px);
  }

  .section-main{
      min-height: calc(100vh - 80px);
      height: auto;
  }

  .slider.slider-main .slide .text {
      width: 100%;
      padding: 15px 0 0 0;
  }

  .slider.slider-main .btn {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 50px;
      padding: 0 18px;
      width: 100%;
      font-size: 15px;
      line-height: 18px;
  }

  .slider.slider-main .slick-dots {
      text-align: center;
      top: calc(100% - 23px);
  }

  .slider.slider-main .slide .image {
      width: 160px;
      padding: 4px 4px;
      padding-bottom: 0;
      top: 11px;
      margin: 0 auto;
      left: -86px;
  }

  .slider.slider-main .slide .image:nth-child(2){
    top: 54px;
    right: calc(50% - 166px);
  }

  .slider.slider-main .slide .image:nth-child(3){
    top: inherit;
    left: calc(50% - 113px);
    bottom: -75px;
  }

  .slider.slider-main p {
    font-size: 14px;
    line-height: 21px;
  }

  footer .top .container .col{
    margin: 6px 0;
  }

  .section-main::before {
      top: -60px;
      left: -312px;
  }

  .slider.slider-main .slide .image-wrap{
    margin-bottom: 80px;
  }

  .slider.slider-main .slide .image .tit{
    font-size: 10px;
    line-height: 16px;
    padding-top: 4px;
  }

  .slider.slider-main .slide .image .tit::before{
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    margin-right: 0;
    margin-left: -12px;
  }

  .services-wrap .item{
    width: 100%;
    margin-right: 0!important;
  }

  .section-product .services-wrap {
      margin: 15px 0;
  }

  .section-product {
      margin: 50px 0;
  }

  .section-product .text-seo {
      margin: 24px 0 40px 0;
  }

  .services-wrap .item{
    margin-bottom: 20px;
  }

  .btn-more {
    margin: 20px auto;
  }

  .section-question .text{
    width: 100%;
    padding: 0 0 50px 0;
  }

  .section-question .image{
    width: 100%;
  }

  .slider.slider-main .title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .slider.slider-main .btn {
      margin-top: 14px;
  }

  .section-question .image{
    order: -1;
  }

  .section-question .text{
    text-align: center;
  }

  .section-question .text .btn{
    width: 100%;
  }

  .request-wrap .item .image{
    width: 110px;
    margin-right: 15px;
  }

  .request-wrap .item .text{
    width: calc(100% - 110px - 15px);
    padding: 15px 15px 15px 0;
  }

  .request-wrap .item .text .title {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 8px;
  }

  .request-wrap .item .text p {
    font-size: 14px;
    line-height: 24px;
  }

  .request .item .image .info{
    padding: 0;
  }

  .slider.slider-service .image{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  .slider.slider-service .image a {
    background: transparent;
  }

  .slider.slider-service {
    margin: 20px 0 54px 0;
  }

  .slider-btn .btn {
    margin: 5px 3px;
  }

  .text-wrap .col {
      width: 100%;
      margin-right: 0;
  }

  .tabs__caption li{
    width: 100%;
  }

  .slider.slider-main .slick-dots{
    text-align: left;
  }

  footer .soc {
      text-align: right;
  }

  .popap-wrap{
    width: 100vw;
    height: 100vh;
    overflow: auto;
    top: 0!important;
    margin-top: 0!important;
    left: 0!important;
    margin-left: 0!important;
    border-radius: 0;
    padding: 41px 20px;
  }

  .popap-wrap .close {
      top: 12px;
      right: 12px;
  }

  .popap-wrap .title{
    font-size: 22px;
  }

  .popap-wrap form .col{
    width: 100%;
    margin-right: 0;
  }

  .services-wrap .item a{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-wrap .item .image{
    width: 110px;
    min-height: 155px;
    height: auto;
  }

  .services-wrap .item {
      margin-bottom: 15px;
  }

  .services-wrap .item .text{
    width: calc(100% - 110px);
    padding: 15px 10px;
  }

  .services-wrap .item .text ul li{
    font-size: 13px;
    line-height: 16px;
    margin: 4px 0;
  }

  .services-wrap .item .tit {
      font-size: 19px;
      line-height: 24px;
      margin-bottom: 10px;
  }

  .tabs__caption li {
      font-size: 13px;
      line-height: 16px;
      height: 45px;
  }

  .tabs__caption{
    margin-bottom: 15px;
  }

  .slider.slider-service .image::before {
      background-color: transparent;
  }


  .slider.slider-service .image {
      height: 60vw;
  }

  .slider-btn .btn{
    padding: 0 24px;
  }




}


footer{

}






/*??????????*/

#upbutton {
    background: url(../img/z1.png) no-repeat top left;
    height: 48px;
    width: 48px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
  }

  .fr-name {
display: none;
}

#promo {
        width:100%;
        height:1px;
        background:#eae9ad;
        text-align:center;
    }
    .close_it {float:right;}


.btn.icon-video.disabled, .btn.icon-video.disabled:hover {
    background: #ddd;
    color: #afafaf;
    border-color: #c5c5c5;
}

.btn.icon-video.disabled:hover::before {
    color: #afafaf;
}