/* reset */
/* main variables */

body {
  margin: 0px;
  padding: 0px;
  font-family: "Gotham Pro", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ftitle * {
  font-family: "Gotham Pro", sans-serif;
  color: #242D39;
}

/*MAIN*/
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-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Gotham Pro", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
  font-family: "Gotham Pro", sans-serif;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_left_sm,
.animate_fade_right_sm {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 100%) rotate(1deg);
            transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 100%) rotate(1deg);
            transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(30%, 0) rotate(1deg);
            transform: translate(30%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(100%, 0) rotate(1deg);
            transform: translate(100%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-left-sm {
  0% {
    -webkit-transform: translate(20%, 0) rotate(1deg);
            transform: translate(20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-left-sm {
  0% {
    -webkit-transform: translate(20%, 0) rotate(1deg);
            transform: translate(20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_left_sm {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left-sm;
  animation-name: slide-left-sm;
}

@-webkit-keyframes slide-right-sm {
  0% {
    -webkit-transform: translate(-20%, 0) rotate(1deg);
            transform: translate(-20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes slide-right-sm {
  0% {
    -webkit-transform: translate(-20%, 0) rotate(1deg);
            transform: translate(-20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.fade_right_sm {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right-sm;
  animation-name: slide-right-sm;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Light.eot");
  src: url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Black.eot");
  src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
html{
  font-size: 10px;
}
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.header__nav {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 5px;
}
.header__nav ul {
  list-style: none;
}
.header__nav ul.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav ul li a {
  font-size: 16px;
  color: #fff;
}
.header__nav ul li a.active {
  color: #ee7832;
  font-weight: 700;
}
.header__bott {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}
.header__bott.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logotext {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
}
.header__info a {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
.header__info button {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 5px;
  border: 1px solid #ee7832;
  font-size: 18px;
  padding: 7px 30px;
}
.header__box{
  padding: 15px 0;
}
.header__box.flex{
  justify-content: space-between;
}
.header__logo img{
  display: block;
  width: 60px;
  margin-right: 15px;
}
.header__logo span{
  font-size: 14px;
  color: #fff;
}
.header__map.flex{}
.header__map img{
  width: 16px;
  display: block;
  margin-right: 10px;
}
.header__map span{
  font-size: 14px;
  color: #fff;
}
.header__soc p{
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.header__socbox.flex{
  justify-content: center;
}
.header__socbox a{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.header__socbox a:first-child{
  background: #00a2f2;
}
.header__socbox a:nth-child(2){
  background: #7460f3;
}
.header__socbox a img{
  display: block;
  width: 10px;
}
.header__phone p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.header__phone a{
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.header__phone a img{
  display: block;
  width: 12px;
  margin-right: 5px;
}
.header__phone a span{
  letter-spacing: -1px;
}

.footer{
  padding: 25px 0;
  background: #fff;
}
.footer__box.flex{
  justify-content: space-between;
}
.footer__logo img{
  display: block;
  width: 60px;
  margin-right: 15px;
}
.footer__logo span{
  font-size: 14px;
  color: #000;
}
.footer__link{
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.footer__text{
  font-size: 14px;
  color: #000;
}


@media screen and (max-width: 991px) {
  .header__logotext {
    font-size: 20px;
  }
  .header__nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header__box.flex{
    align-items: flex-start;
  }
  .header__nav {
    display: none;
  }
  .header__logo{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .header__logo.flex{
    justify-content: center
  }
  .header__logo span br{
    display: none
  }
  .header__logotext {
    font-size: 14px;
  }
  .header__info a {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .header__info button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .header__map{
    width: 120px;
    order: 3;
    margin-top: 0px;
  }
  .header__map span{
    max-width: 90px;
    font-size: 12px;
    line-height: 1.3;
  }
  .header__phone{
    margin-top: 0px;
    width: 130px;
    max-width: 160px;
    order: 4;
  }
  .header__phone p{
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.15;
  }
  .header__phone a{
    font-size: 12px;
  }
  .header__soc p{
    font-size: 12px;
    margin-bottom: 4px
  }
  .header__soc a{
    margin: 0 4px;
  }
  .footer__box.flex{
    justify-content: center
  }
  .footer__logo{
    margin-bottom: 12px;
  }
  .footer__link{
    display: inline-block;
    margin-bottom: 12px;
  }
  .footer__logo span{
    text-align: center
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner {
  background: url(../img/bg.jpg) center top/cover no-repeat;
}
.banner .wrapper {
  min-height: 100vh;
  padding-top: 70px;
}
.banner__box {
  text-align: center;
  width: 100%;
}
.banner__title {
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
}
.banner__title span {
  display: block;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}
.banner__line {
  width: 450px;
  margin: 15px auto 20px;
  height: 1px;
  background: #fff;
  opacity: 0.4;
}
.banner__text {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.banner__advas {
  width: 471px;
  margin: 50px auto 50px;
  position: relative;
  padding-top: 17px;
}
.banner__advas:before {
  content: "";
  width: 471px;
  height: 81px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../img/banner_adva_bg.png);
  background-size: 100% 100%;
}
.banner__advas.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__adva {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.banner__adva:first-child {
  margin-right: 70px;
}
.banner__adva span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.banner__btns.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner__btn {
  margin: 0 15px;
}
.banner__bullets{
  margin: 30px 0 30px;
}
.banner__bullets.flex{
  justify-content: center;
}
.banner__bullet{
  padding: 20px 20px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.2);
  border-radius: 0;
}
.banner__bullet:first-child{
  border-radius: 10px 0 0 10px;
  border-right: 0;
}
.banner__bullet:last-child{
  border-radius: 0 10px 10px 0;
  border-left: 0;
}
.banner__bullet.flex{
  justify-content: center;
}
.banner__bullet img{
  display: block;
  width: 30px;
  margin-right: 10px;
}
.banner__bullet span{
  font-size: 15px;
  color: #fff;
  display: block;
  width: 135px;
  text-align: left;
}

.btn {
  font-size: 18px;
  border: 0;
  padding: 16px 30px;
  border-radius: 5px;
  border: 3px solid #ee7832;
  background: #ee7832;
  color: #000;
}
.btn span{
  color: #000;
}
.btn_1 {
  /*background: rgba(0, 0, 0, 0.3);
  color: #fff;*/
  background: #ee7832;
}
.btn_2 {
  background: #ee7832;
}
.blick{
  position: relative;
  overflow: hidden;
}
.blick:before{
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: blur(10px);
}
.blick:after{
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -90px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: blur(10px);
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 111%;
    margin-left: 84px;
  }
}
.adva {
  padding: 80px 0 50px;
}
.adva__box {
  width: 100%;
  padding: 70px 60px 10px;
  border: 10px solid #ee7832;
  border-radius: 10px;
}
.adva__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.adva__title {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}
.adva__title span {
  background: #fff;
  display: inline-block;
  padding: 10px;
}
.adva__item {
  width: 31%;
  text-align: center;
  margin-bottom: 60px;
}
.adva__item p {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 20px;
}
.adva__img {
  display: block;
  width: 214px;
  height: 214px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #ee7832;
}
.adva__img .inside{
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 50%;
  border: 7px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.adva__btnwrap {
  position: absolute;
  bottom: 5px;
  padding: 0 10px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
      -ms-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.calc {
  padding: 60px 0;
}
.calc__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.calc__title span {
  font-weight: 700;
}
.calc__box.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calc__image {
  width: 630px;
}
.calc__image img {
  display: block;
  width: 100%;
}
.calc__info {
  width: 304px;
  margin-left: 40px;
}
.calc__subtitle {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.calc__subtitle span {
  font-size: 20px;
  font-weight: 700;
}
.calc__input {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 6px 6px 14px;
  display: block;
  margin-bottom: 8px;
  border: 0;
  background-color: #F6F7FA;
  height: 50px;
  width: 100%;
  border-radius: 7px;
}
.calc__btn {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100%;
}
.calc__call {
  margin-top: 10px;
  display: block;
  text-align: right;
}
.calc__call span {
  font-size: 14px;
  display: block;
  line-height: 1.3;
}
.calc__call a {
  font-size: 18px;
  color: #000;
}

.tech {
  padding: 50px 0 600px;
  background: url(../img/palete.jpg) center bottom no-repeat;
  background-size: 2000px auto;
}
.tech__title {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
}
.tech__title span {
  font-weight: 700;
  display: block;
}
.tech__adva {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ee7832;
  border: 5px solid #fff;
  position: absolute;
  overflow: visible;
  cursor: pointer;
}
.tech__adva:before {
  content: "";
  width: 40%;
  height: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../img/plus.png) center center/contain no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech__adva span {
  position: absolute;
  display: block;
  width: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80px;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tech__adva:hover:before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.tech__adva:hover span {
  opacity: 1;
}
.tech__adva_1 {
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.tech__adva_2 {
  top: 290px;
  left: 50%;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.tech__adva_3 {
  top: 350px;
  left: 50%;
  -webkit-transform: translateX(270px);
      -ms-transform: translateX(270px);
          transform: translateX(270px);
}
.tech__adva_4 {
  top: 350px;
  left: 50%;
  -webkit-transform: translateX(-450px);
      -ms-transform: translateX(-450px);
          transform: translateX(-450px);
}
.tech__adva_5 {
  top: 430px;
  left: 50%;
  -webkit-transform: translateX(-150px);
      -ms-transform: translateX(-150px);
          transform: translateX(-150px);
}
.tech__adva_6 {
  top: 460px;
  left: 50%;
  -webkit-transform: translateX(120px);
      -ms-transform: translateX(120px);
          transform: translateX(120px);
}

.why {
  padding: 60px 0;
  background: url(../img/why-bg.jpg) center center/cover no-repeat;
}
.why__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.why__box {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.why__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.why__item {
  width: 22%;
}
.why__icon {
  width: 85px;
  margin-bottom: 20px;
}
.why__icon img {
  display: block;
  width: 100%;
  line-height: 1.3;
}
.why__info span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.why__info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.contact {
  padding: 60px 0;
  background: url(../img/last.jpg) center center/cover no-repeat;
}
.contact__box {
  width: 790px;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #ee7832;
  border-radius: 10px;
  padding: 20px 0;
}
.contact__box.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact__left {
  width: 50%;
  padding: 10px 35px;
}
.contact__left h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact__link {
  margin-bottom: 20px;
}
.contact__link img {
  display: block;
  width: 20px;
  margin-right: 13px;
}
.contact__link span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.contact__right {
  width: 50%;
  padding: 10px 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.contact__right p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact__right p span {
  font-weight: 700;
  display: block;
}
.contact__form {
  width: 100%;
  margin-bottom: 0px;
}
.contact__input {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 6px 6px 14px;
  display: block;
  margin-bottom: 8px;
  border: 0;
  background-color: #F6F7FA;
  height: 50px;
  width: 100%;
  border-radius: 7px;
}
.contact__btn {
  width: 100%;
  margin-bottom: 15px;
}
.contact__call {
  text-align: center;
}
.contact__call span {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.contact__call a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.about {
  padding: 60px 0 70px;
  background: url(../img/price.jpg) center center/cover no-repeat;
}
.about__title {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.about__title span {
  display: block;
  font-weight: 700;
}
.about__remark {
  display: none;
}
.about__box {
  margin-bottom: 50px;
}
.about__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__left {
  width: 22%;
  padding-top: 54px;
}
.about__left p {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.about__left p:nth-child(1) {
  height: 43px;
}
.about__left p:nth-child(2) {
  height: 43px;
}
.about__left p:nth-child(3) {
  height: 43px;
}
.about__left p:nth-child(4) {
  height: 43px;
}
.about__left p:nth-child(5) {
  height: 67px;
}
.about__left p:nth-child(6) {
  height: 43px;
}
.about__left p:nth-child(7) {
  height: 79px;
}
.about__left p:nth-child(8) {
  height: 91px;
}
.about__left p:nth-child(9) {
  height: 60px;
  border-bottom: 0;
}
.about__table {
  width: 76%;
}
.about__table.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__item {
  width: 24%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0;
}
.about__name {
  padding: 20px 15px 16px 15px;
  border-bottom: 4px solid #ee7832;
}
.about__name.active {
  background: #ee7832;
}
.about__name span {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.about__info {
  padding: 0 15px;
}
.about__info p {
  font-size: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about__info p:nth-child(1) {
  height: 43px;
}
.about__info p:nth-child(2) {
  height: 43px;
}
.about__info p:nth-child(3) {
  height: 43px;
}
.about__info p:nth-child(4) {
  height: 43px;
}
.about__info p:nth-child(5) {
  height: 67px;
}
.about__info p:nth-child(6) {
  height: 43px;
}
.about__info p:nth-child(7) {
  height: 79px;
}
.about__info p:nth-child(8) {
  height: 105px;
}
.about__info p:nth-child(9) {
  height: 60px;
  border-bottom: 0;
}
.about__info p b {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.modal {
  display: none;
  width: 380px;
  max-width: 100%;
}
.modal__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.modal__wrap.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal__left {
  width: 60%;
  padding-right: 30px;
}
.modal__right {
  width: 100%;
  padding-left: 0px;
  /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}
.modal__text {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.modal__image {
  width: 83px;
  height: 83px;
  border-radius: 4px;
  margin-right: 15px;
}
.modal__info {
  width: calc(100% - 100px);
}
.modal__info span {
  font-size: 16px;
  font-weight: 700;
}
.modal__info p {
  font-size: 16px;
}
.modal__descr {
  margin-bottom: 20px;
  text-align: center;
}
.modal__descr span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.modal__descr p {
  font-size: 16px;
  line-height: 1.2;
}
.modal__form {
  width: 100%;
  margin-bottom: 0px;
}
.modal__input {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 6px 6px 14px;
  display: block;
  margin-bottom: 8px;
  border: 0;
  background-color: #F6F7FA;
  height: 50px;
  width: 100%;
  border-radius: 7px;
}
.modal__btn {
  width: 100%;
  margin-bottom: 15px;
}
.modal__call {
  text-align: center;
}
.modal__call span {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.modal__call a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.lead{
  padding: 80px 0;
  background: url(../img/form.jpg) center center/cover no-repeat;
}
.lead__box.flex{
  justify-content: space-between;
}
.lead__info{
  width: 42%;
}
.lead__info p{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  line-height: 1.35;
  color: #000;
  margin-bottom: 8px;
}
.lead__info span{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  background: #ee7832;
  color: #fff;
}
.lead__form{
  width: 55%;
}
.lead__form.flex{
  justify-content: space-between;
}
.lead__form p{
  width: 100%;
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
}
.lead__input{
  width: 31%;
}
.lead__input input{
  font-size: 14px;
  font-weight: 400;
  padding: 6px 20px 6px 20px;
  display: block;
  /*margin-bottom: 8px;*/
  border: 0;
  background-color: #F6F7FA;
  height: 50px;
  width: 100%;
  border-radius: 7px;
}
.lead__btn{
  width: 31%;
  background: #ee7832;
  font-size: 14px;
  padding: 15.5px 4px;
}
.to_top{
  position: fixed;
  right: 4.8vw;
  bottom: 3vw;
  -webkit-box-shadow: 0 0 84px rgb(0 108 163 / 41%);
  box-shadow: 0 0 84px rgb(0 108 163 / 41%);
  background-color: #006ca3;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 100%;
  padding: 0.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 189;
  /* -webkit-animation: radial-pulse 1.5s infinite; */
  /* animation: radial-pulse 1.5s infinite; */
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #ee7832;
  box-shadow: 0px 5px 21px rgb(151 208 52 / 26%);
}
.to_top.act {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.to_top:before {
  content: '';
  position: relative;
  border: 0.8vw solid transparent;
  border-bottom: 1vw solid #fff;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 940px;
  }
  .banner__title span {
    font-size: 60px;
  }
  .calc__image {
    width: 530px;
  }
  .about__name span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 740px;
  }
  .banner__title {
    font-size: 30px;
  }
  .banner__title span {
    font-size: 45px;
  }
  .banner__text {
    font-size: 18px;
  }
  .banner__text br {
    display: none;
  }
  .banner__advas {
    margin: 30px auto 50px;
  }
  .adva__title {
    font-size: 30px;
  }
  .adva__box {
    border-width: 6px;
    padding: 50px 40px 10px;
  }
  .adva__img {
    width: 180px;
  }
  .adva__img img {
    display: block;
    width: 100%;
  }
  .adva__item {
    margin-bottom: 30px;
  }
  .adva__item p {
    font-size: 15px;
  }
  .calc__title {
    font-size: 30px;
  }
  .calc__call {
    text-align: center;
  }
  .about__title {
    font-size: 30px;
  }
  .about__wrap {
    overflow-x: scroll;
  }
  .about__box {
    width: 1000px;
  }
  .tech {
    background-size: 1600px auto;
    padding: 50px 0 500px;
  }
  .tech__title {
    font-size: 30px;
  }
  .tech__adva {
    width: 52px;
    height: 52px;
  }
  .tech__adva span {
    left: 55px;
  }
  .tech__adva_2 {
    top: 170px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .tech__adva_3 {
    top: 280px;
    -webkit-transform: translateX(140px);
        -ms-transform: translateX(140px);
            transform: translateX(140px);
  }
  .tech__adva_4 {
    top: 375px;
    -webkit-transform: translateX(-350px);
        -ms-transform: translateX(-350px);
            transform: translateX(-350px);
  }
  .tech__adva_5 {
    top: 345px;
    -webkit-transform: translateX(-120px);
        -ms-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  .tech__adva_6 {
    top: 403px;
  }
  .why__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .contact__box {
    width: 100%;
  }
  .contact__link span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: calc(100% - 30px);
  }
  .banner__bullet{
    margin-bottom: 10px;
  }
  .banner .wrapper{
    padding-top: 150px;
    padding-bottom: 30px
  }
  .banner__title {
    font-size: 24px;
  }
  .banner__title span {
    font-size: 38px;
  }
  .banner__line {
    width: 250px;
  }
  .banner__text {
    font-size: 14px;
  }
  .banner__advas {
    width: 100%;
  }
  .banner__advas:before {
    width: 100%;
    height: 68px;
  }
  .banner__adva {
    font-size: 14px;
  }
  .banner__adva span {
    font-size: 16px;
  }
  .banner__adva:first-child {
    margin-right: 50px;
  }
  .banner__btn {
    font-size: 15px;
    width: 100%;
    padding: 16px 0px;
    padding: 16px 30px;
    margin: 0 auto;
    max-width: 300px;
    margin-top: 20px
  }
  /*.banner__btn:first-child {
    display: none;
  }*/
  .banner__bullet span{
    width: 230px
  }
  .btn {
    font-size: 15px;
  }
  .adva__img{
    width: 180px;
    height: auto;
    padding-top: 100%;
    position: relative
  }
  .adva__img .inside{
    position: absolute;
    left: 0;
    top: 0;
  }
  .adva__title {
    font-size: 25px;
    padding: 0 15px;
  }
  .adva__title span {
    padding: 7px;
    width: 295px;
  }
  .adva__item {
    width: 48%;
    margin-bottom: 20px;
  }
  .adva__box {
    border-width: 4px;
    padding: 50px 20px 50px;
  }
  .adva__btnwrap {
    width: 85%;
  }
  .adva__btnwrap .btn {
    padding: 12px 20px;
  }
  .calc__title {
    font-size: 25px;
  }
  .calc__image {
    width: 100%;
  }
  .calc__info {
    margin: 20px 0 0;
    width: 100%;
  }
  .modal {
    padding: 30px;
  }
  .modal__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .modal__left {
    display: none;
  }
  .modal__right {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .about .wrapper {
    width: 100%;
    max-width: 100%;
  }
  .about__title {
    font-size: 25px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .about__title span {
    display: inline;
  }
  .about__remark {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .about__wrap {
    padding-left: 15px;
  }
  .about__table {
    width: 80%;
  }
  .about__left {
    width: 18%;
  }
  .about__left p {
    font-size: 14px;
  }
  .about center {
    padding: 0 15px;
  }
  .about__btn {
    padding: 16px 20px;
  }
  .tech__title {
    font-size: 25px;
  }
  .tech__adva span{
    width: 120px
  }
  .tech__adva_1 {
    -webkit-transform: translateX(-160px);
        -ms-transform: translateX(-160px);
            transform: translateX(-160px);
    top: 155px;
  }
  .tech__adva_2 {
    top: 110px;
    -webkit-transform: translateX(-45px);
        -ms-transform: translateX(-45px);
            transform: translateX(-45px);
    top: 90px;
  }
  .tech__adva_3 {
    -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
            transform: translateX(70px);
    top: 143px;
  }
  .tech__adva_3 span {
    left: auto;
    right: 55px;
  }
  .tech__adva_4 {
    -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
            transform: translateX(-150px);
    top: 360px;
    display: none
  }
  .tech__adva_5 {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
    top: 215px;
    /*display: none*/
  }
  .tech__adva_6{
    top: 370px;
    display: none
  }
  .tech__adva_6 span {
    left: auto;
    right: 55px;
  }
  .why__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .why__item {
    width: 100%;
  }
  .why__icon {
    margin-left: auto;
    margin-right: auto;
  }
  .why__info {
    text-align: center;
  }
  .contact__left {
    width: 100%;
  }
  .contact__left h3 {
    font-size: 25px;
    text-align: center;
  }
  .contact__right {
    width: 100%;
  }
  .contact__link span {
    font-size: 14px;
  }
  .to_top{
    width: 13.5vw;
    height: 13.5vw;
  }
  .to_top:before{
    border: 2.8vw solid transparent;
    border-bottom: 3vw solid #fff
  }
  .lead__info{
    width: 100%;
    margin-bottom: 25px
  }
  .lead__form{
    width: 100%
  }
  .lead__input{
    width: 100%;
    margin-bottom: 15px
  }
  .lead__btn{
    width: 100%
  }

  .tech{
    background-size: 650px auto;
    padding: 50px 0 250px
  }
  .tech__adva{
    width: 38px;
    height: 38px;
  }
  .tech__adva span{
    font-size: 12px;
    padding: 10px 13px;
    border-radius: 5px;
  }

}







