@font-face {
  font-family: roboto-example;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/RobotoRegular/RobotoRegular.eot);
  src: url(../fonts/RobotoRegular/RobotoRegulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
  font-family: roboto-example;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/RobotoBold/RobotoBold.eot);
  src: url(../fonts/RobotoBold/RobotoBoldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
  font-family: DinRegular;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/DinRegular/DINPro.eot);
  src: url(../fonts/DinRegular/DINProd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DinRegular/DINPro.woff) format("woff"), url(../fonts/DinRegular/DINPro.ttf) format("truetype")
}

@font-face {
  font-family: DinLight;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/DinLight/DINPro-Light.eot);
  src: url(../fonts/DinLight/DINPro-Lightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DinLight/DINPro-Light.woff) format("woff"), url(../fonts/DinLight/DINPro-Light.ttf) format("truetype")
}

@font-face {
  font-family: DinBold;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/DinBold/DINPro-Bold.eot);
  src: url(../fonts/DinBold/DINPro-Boldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DinBold/DINPro-Bold.woff) format("woff"), url(../fonts/DinBold/DINPro-Bold.ttf) format("truetype")
}

@font-face {
  font-family: DinBlack;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/DinBlack/DINPro-Black.eot);
  src: url(../fonts/DinBlack/DINPro-Blackd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DinBlack/DINPro-Black.woff) format("woff"), url(../fonts/DinBlack/DINPro-Black.ttf) format("truetype")
}

@font-face {
  font-family: DinMedium;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/DinMedium/DINPro-Medium.eot);
  src: url(../fonts/DinMedium/DINPro-Mediumd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/DinMedium/DINPro-Medium.woff) format("woff"), url(../fonts/DinMedium/DINPro-Medium.ttf) format("truetype")
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1
}

:-moz-placeholder {
  color: #999;
  opacity: 1
}

::-moz-placeholder {
  color: #999;
  opacity: 1
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
  color: #666
}

body input:required:valid, body textarea:required:valid {
  color: #666
}

body, html {
  height: 100%
}

footer, header, section {
  position: relative
}

.container {
  max-width: 1160px;
  margin: auto
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.topline.fixed.show .left {
  top: 0;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s
}

.topline.fixed.show .middle {
  top: 18px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s
}

.topline.fixed {
  position: fixed;
  z-index: 9809
}

.topline.fixed .left {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 980;
  width: 100%;
  -webkit-box-shadow: 0 4px 11px -1px rgba(0, 0, 0, .35);
  box-shadow: 0 4px 11px -1px rgba(0, 0, 0, .35);
  background: #fff;
  top: -100px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}
.slider-port img{
  outline: none;
}
.port-seo.flex {
  align-items: flex-start;
}
.portfolio-s .port-seo.flex .slider-port .arrow {
  position: absolute;
  left: -30px;
  top: 45%;
  opacity: .8;
  z-index: 5;
  cursor: pointer;
  width: auto;
}
.portfolio-s .port-seo.flex .slider-port .arrow.right {
  left: auto;
  right: -30px;
  width: auto;
}
.portfolio-s .port-seo.flex .slider-port .arrow i  {
  font-size: 4em;
  color: #ff9900;
}
.topline.fixed .middle {
  position: fixed;
  right: 50px;
  z-index: 980;
  top: -100px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: DinLight, sans-serif;
  opacity: 1
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.top-line {
  display: none
}

.checkbox {
  display: none
}

.checkbox-custom {
  border: none;
  background: #ff9900;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.checkbox-custom:hover {
  background: #ffa620;
  -webkit-transition: .3s;
  transition: .3s
}

.checkbox-custom i {
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px
}

.btn.test {
  background: #ff9900;
  padding: 10px 20px
}

.checkbox-custom, .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 10px
}

.checkbox:checked + .checkbox-custom i {
  content: "";
  display: block;
  position: absolute;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1
}

.img {
  display: block;
  max-width: 100%;
  height: auto
}

.desc > * {
  margin: 0;
  font-size: 16px
}

.title > * {
  margin: 0;
  font-size: 22px
}

.title-big > * {
  margin: 0;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-family: DinBlack, sans-serif;
  line-height: 1;
  margin-top: 10px
}

a {
  text-decoration: none
}

#menu {
  width: 100%;
  height: 100%;
  background: #ff9900;
  margin: 0;
  padding: 60px;
  outline: 0 !important
}

#menu .fancybox-close-small {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: DinRegular, sans-serif;
  font-size: 20px
}

#menu .fancybox-close-small:after {
  display: none
}

#menu a {
  color: #fff
}

#menu .flex.menu {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#menu .flex.menu .item {
  margin-right: 40px;
  margin-bottom: 40px
}

#menu .flex.menu .item .title.sub {
  margin-top: 20px
}

#menu .flex.menu .item .title a > * {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s;
  transition: .3s
}

#menu .flex.menu .item .title a > :hover {
  color: #d3d3d3;
  -webkit-transition: .3s;
  transition: .3s
}

#menu .flex.menu .item ul {
  padding: 0;
  margin: 0;
  margin-top: 10px
}

#menu .flex.menu .item ul li {
  list-style-type: none;
  margin-top: 15px
}

#menu .flex.menu .item ul li a {
  -webkit-transition: .3s;
  transition: .3s
}

#menu .flex.menu .item ul li a:hover {
  color: #d3d3d3;
  -webkit-transition: .3s;
  transition: .3s
}

.logo {
  width: 290px
}

.logo .title {
  margin-top: -8px !important
}

header .chicken {
  position: absolute;
  left: 54%;
  bottom: 0%
}

header .chicken > img {
  width: 90%;
  display: block;
}

body section.resheniay .container {
  border-top: 6px solid #f90;
}

header.resheniay {
  height: auto;
}

header.resheniay .main-info .info {
  margin-bottom: 0px;
  margin-top: 100px;
}

.wow.resheniay .flex .left {
  width: 25%;
}

.wow.resheniay .ui-tabs .ui-tabs-nav {
  margin-left: 0;
}

.wow.resheniay .ui-tabs .ui-tabs-nav li a {
  padding-left: 0;
}

.wow.resheniay .ui-tabs .ui-tabs-nav li.ui-state-active a {
  font-size: 150%;
}

.wow.resheniay .flex .right {
  width: 75%;
}

.wow.resheniay .title > * {
  font-size: 48px;
  font-family: DinBold, sans-serif;
  text-transform: uppercase;
}

.wow.resheniay .desc > * {
  margin-bottom: 40px;
  font-size: 18px;
}

.wow.resheniay #tabs .ex {
  width: 49%;
  display: inline-block;
}

.wow.resheniay #tabs .ex .ex-info span {
  margin-top: 20%;
}

.photo > img {
  width: 290px;
  background-color: black;
}

.logo > a > img, .logo > img {
  width: 290px;
  background-color: black;
}

.logo .title > * {
  color: #222;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  /*margin-left: 18px;*/
  font-family: DinLight, sans-serif
}

.logo .title > ::before {
  content: '';
  background: #ff9900;
  width: 45px;
  height: 2px;
  position: absolute;
  right: -60px;
  top: 50%
}

.btn {
  display: block;
  color: #fff
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/shape.png)
}

header .flex.header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

header .flex.header .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

header .flex.header .left .desc {
  margin-left: 10px
}

header .flex.header .left .desc > * {
  font-size: 19px;
  font-family: DinLight, sans-serif
}

header .flex.header .middle .menu {
  position: relative;
  width: 86px;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0
}

header .flex.header .middle span.btn_menu {
  padding: 6px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ff9900;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0
}

header .flex.header .middle .menu span:hover {
  color: #ffa620;
  -webkit-transition: .3s;
  transition: .3s
}

header .flex.header .middle .menu .menu-btn {
  background: #ff9900;
  width: 30px;
  height: 3px;
  position: absolute;
  right: 0;
  top: 3px;
  outline: 0
}

header .flex.header .middle .menu .menu-btn:before {
  content: '';
  background: #ff9900;
  position: absolute;
  width: 30px;
  height: 3px;
  top: 7px
}

header .flex.header .middle .menu .menu-btn:after {
  content: '';
  background: #ff9900;
  position: absolute;
  width: 30px;
  height: 3px;
  top: 14px
}

header .flex.header .right {
  text-align: right
}

header .flex.header .right p {
  margin: 0;
  font-size: 18px
}

header .flex.header .right a {
  color: #000;
  font-size: 18px;
  display: block
}

header .flex.header .right .btn > * {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff9900;
  -webkit-transition: .3s;
  transition: .3s
}

header .flex.header .right .btn > :hover {
  color: #f7a428;
  -webkit-transition: .3s;
  transition: .3s
}

header .flex.header .right .btn {
  position: relative
}

header .flex.header .right .btn img {
  position: absolute;
  left: 45%
}

header .flex.header .right.second {
  display: none
}

.main-info {
  margin-top: 3%
}

.main-info .info .title.small.serv {
  text-align: left
}

.main-info .info .title-big.serv {
  text-align: left;
  max-width: 620px
}

.main-info .info .desc > * {
  font-size: 18px
}

.main-info .info .desc {
  max-width: 620px;
  padding: 40px 0;
  margin-bottom: 120px;
}

.main-info .container {
  position: relative
}

.main-info .container .chicken.mobile {
  display: none
}

.title.serv {
  text-align: center
}

.title.serv .info {
  max-width: 640px
}

.title.serv .info .title.small > * {
  font-size: 20px;
  text-transform: none;
  margin-bottom: -15px;
  font-family: DinLight, sans-serif
}

.title.serv .info .title.small.serv {
  margin-bottom: 20px
}

.title.serv .info .title-big span {
  color: #ff9900
}

.title.serv .info .title-big.serv > * {
  margin-bottom: 23px !important
}

.title.serv .info .title > * {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 39px;
  font-family: DinBlack, sans-serif;
  line-height: 1;
  margin-top: 10px
}

.title.serv .info .title > * span {
  font-size: 70px;
  color: #ff9900
}

.title.serv .info .desc {
  padding-bottom: 90px;
  margin-top: 10px
}

.title.serv .info .desc p {
  font-size: 21px
}

.choice {
  padding: 30px 0;
  background: #000
}

.choice .title > * {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-family: DinBlack, sans-serif
}

.choice .flex.choice {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0
}

.choice .flex.choice .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
  width: 265px;
  height: 383px;
  margin-top: 17px;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer
}

.choice .flex.choice .item:hover {
  border: 1px solid #dcdcdc
}

.choice .flex.choice .item:hover .icon {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s
}

.choice .flex.choice .item .icon {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s
}

.choice .flex.choice .item .name > * {
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-family: DinBold, sans-serif
}

.choice .flex.choice .item hr {
  border: none;
  background: #ff9900;
  height: 3px;
  position: relative;
  bottom: 15px;
  left: 3px;
  width: 100%
}

.choice .flex.choice .item .desc > * {
  color: #fff;
  font-size: 21px;
  font-family: DinRegular, sans-serif;
  line-height: 1.2
}

.choice .flex.choice .item .desc {
  margin-top: 15px;
  text-align: left
}

.choice .flex.choice .item .btn > * {
  text-transform: uppercase;
  background: #ff9900;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #000;
  padding: 15px 40px;
  font-family: DinRegular, sans-serif
}

.choice .flex.choice .item .btn {
  width: 100%;
  text-align: center;
  margin-top: 20px
}

.choice .title.bottom > * {
  margin-top: 50px;
  margin-left: 300px;
  font-size: 30px;
  font-weight: 400;
  font-family: DinRegular, sans-serif
}

.choice .flex.include {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 45px;
  padding: 15px 0
}

.choice .flex.include .block {
  text-align: center;
  margin: 15px;
  width: 150px
}

.choice .flex.include .block .icon-bot {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: auto
}

.choice .flex.include .block .icon-bot img {
  width: 100%
}

.choice .flex.include .block .desc > * {
  color: #fff;
  width: 99%
}

.problem {
  background: url(../img/shape.png);
  padding-top: 20px;
}

.problem .container .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.problem .container .flex .title-big > * {
  margin-top: 45px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px
}

.problem .container .flex .quotes {
  margin-top: 30px
}

.problem .container .flex .tasks {
  margin-top: 5px;
  margin-bottom: 30px
}

.problem .container .flex .tasks > * {
  margin: 0;
  font-size: 21px
}

.problem .container .flex .tasks > * span {
  text-transform: uppercase
}

.problem .container form .field {
  margin-top: 119px;
  width: 551px;
  background: #ff9900;
  text-align: right;
  padding: 3px 3px
}

.problem .container form .field input {
  border: none;
  text-align: left;
  font-size: 30px;
  padding: 15px 15px;
  text-align: center;
  width: 450px;
  background: #fff;
  outline: 0;
  font-family: DinLight, sans-serif
}

.problem .container .left span a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: .2s;
  transition: .2s
}

.problem .container .left span a:hover {
  color: #696969;
  -webkit-transition: .2s;
  transition: .2s
}

.problem .container .right {
  max-width: 551px
}

.problem .container .right button {
  text-transform: uppercase;
  margin-top: 25px;
  background: #ff9900;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border: none;
  font-size: 24px;
  height: 56px;
  width: 260px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

.problem .container .right button:hover {
  background: #ffa620;
  -webkit-transition: .3s;
  transition: .3s
}

.problem .container .left .checkbox {
  display: none
}

.problem .container .left .checkbox-custom {
  border: none;
  background: #ff9900;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.problem .container .left .checkbox-custom:hover {
  background: #ffa620;
  -webkit-transition: .3s;
  transition: .3s
}

.problem .container .left .checkbox-custom i {
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px
}

.problem .container .left .checkbox-custom, .problem .container .left .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 10px
}

.problem .container .left .checkbox:checked + .checkbox-custom i {
  content: "";
  display: block;
  position: absolute;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1
}

.problem .container form .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.problem .container .all {
  width: 100%;
  position: relative
}

.problem .chick {
  position: absolute;
  bottom: 0;
}

.problem .chick > img {
  display: block;
  width: 98%
}

.problem .container .all .desc {
  padding: 90px 0;
  margin-right: 120px
}

.problem .container .all .desc > * {
  width: 100%;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
  font-family: DinBlack, sans-serif
}

.problem .container .all .desc > * span {
  font-weight: 400;
  color: #ff9900;
  font-family: DinLight, sans-serif
}

.problem .container .all .desc > * .thin {
  color: #000;
  font-weight: 400
}

.problem .container .all .desc > * .bg {
  font-weight: 700;
  color: #000;
  background: #ff9900;
  padding: 0 10px;
  font-family: DinBlack, sans-serif
}

.problem .container .all .sign > * {
  position: absolute;
  right: 0;
  top: 16%
}

.steps {
  padding: 70px 0;
  background: #000
}

.steps .title > * {
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100px;
  color: #fff;
  font-family: DinBlack, sans-serif
}

.steps .thin {
  color: #fff;
  font-size: 49px;
  font-weight: 400;
  font-family: DinLight, sans-serif;
  margin-left: -20px
}

.steps .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  position: relative
}

.steps .flex .bg-line {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  border: none
}

.steps .flex .btn-step {
  padding: 10px 30px;
  display: block;
  background: #fff;
  font-family: DinBlack, sans-serif
}

.steps .flex .left {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 5
}

.steps .flex .right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 5
}

.steps .flex .right .btn-step {
  color: #ff9900
}

.steps .flex .middle.mobile {
  display: none
}

.steps .flex .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 745px;
  margin-top: 40px;
  position: relative;
  z-index: 5
}

.steps .flex .middle .item {
  text-align: center;
  height: 200px;
  position: relative;
  width: 120px
}

.steps .flex .middle .item .icon {
  position: relative;
  width: 76px;
  height: 76px;
  margin: auto;
  margin-top: 40px;
  background: #000;
  overflow: hidden
}

.steps .flex .middle .item .icon img {
  width: 100%
}

.steps .flex .middle .item .desc > * {
  color: #fff;
  font-size: 14px;
  font-family: DinRegular, sans-serif
}

.steps .flex .middle .item .desc {
  position: absolute;
  bottom: -9px;
  display: block;
  text-align: center
}

.steps .flex .middle .item .desc .color {
  color: #ff9900
}

.steps .flex .middle .item .desc.up {
  bottom: 0;
  top: -50px
}

.steps .flex .middle .item .desc.up hr {
  width: 2px;
  height: 25px;
  margin: auto;
  border: none;
  background: #fff
}

.steps .flex .middle .item .desc.up.first {
  width: 250px;
  top: -20px;
  left: -64px
}

.steps .flex .middle .item .desc.bot.first {
  width: 300px;
  left: -88px;
  bottom: 22px
}

.steps .flex .middle .item .desc.bot.first hr {
  width: 2px;
  height: 25px;
  margin: auto;
  border: none;
  background: #fff
}

.steps .flex .middle .item .desc.bot.second {
  width: 300px;
  left: -88px;
  bottom: 42px
}

.steps .flex .middle .item .desc.bot.second hr {
  width: 2px;
  height: 25px;
  margin: auto;
  border: none;
  background: #fff
}

.example {
  padding: 50px 0
}

.example .title > * {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  color: #ff9900
}

.example .desc > * {
  text-align: center;
  font-size: 24px
}

.example .slider {
  margin: auto;
  width: 1080px;
  margin-top: 50px
}

.example .slider .arrow {
  position: absolute;
  color: #ff9900;
  font-size: 40px;
  left: -90px;
  top: 30%;
  z-index: 9;
  cursor: pointer
}

.example .slider .arrow.right {
  right: -90px;
  left: auto
}

.example .slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-top: 20px
}

.example .slider .slick-dots li {
  margin-left: 10px;
  cursor: pointer;
  list-style-type: none;
  border: 2px solid #ff9900;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: 0 0;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s;
  transition: .3s
}

.example .slider .slick-dots li:first-child {
  margin-left: 0
}

.example .slider .slick-dots li button {
  display: none
}

.example .slider .slick-dots .slick-active {
  background: #ff9900;
  -webkit-transition: .3s;
  transition: .3s
}

.example .slider .item {
  background-size: cover;
  height: 347px;
  width: 347px;
  border: 2px solid #ff9900;
  position: relative;
  text-align: center;
  margin: auto
}

.example .slider .item:hover .over {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s
}

.example .slider .item:hover .overlay {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s
}

.example .slider .item .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff9900;
  opacity: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

.example .slider .item .overlay {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 27%;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2
}

.example .slider .item .overlay h3 {
  max-width: 200px;
  margin: auto;
  color: #fff;
  font-size: 24px;
  margin-top: 20px
}

.example .slider .item .overlay img {
  display: block;
  margin: auto
}

.questions {
  padding: 30px 0;
  background: #000
}

.questions .title > * {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  color: #fff
}

.questions .item-show.active .plus::before {
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s
}

.questions .item-show {
  position: relative;
  text-align: left;
  border: 2px solid transparent;
  border-color: #ff9900;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 80px;
  margin: 35px;
  padding-bottom: 10px
}

.questions .item-show .name {
  padding: 6px 0
}

.questions .item-show .name > * {
  font-size: 24px;
  padding-top: 5px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  border-bottom: 3px solid #fff;
  display: inline-block
}

.questions .item-show .plus {
  position: absolute;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  top: 30px;
  left: 25px;
  background: #ff9900;
  width: 23px;
  height: 6px
}

.questions .item-show .plus::before {
  content: '';
  position: absolute;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  right: 36%;
  bottom: -9px;
  background: #ff9900;
  width: 6px;
  height: 23px;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s
}

.questions .item-show .contents {
  color: #fff;
  border: none;
  font-size: 18px;
  display: none;
  font-weight: 300
}

.callback .container {
  max-width: 1200px
}

.callback .title > * {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  color: #ff9900;
  text-align: center;
  line-height: 50px;
  margin-top: 50px
}

.callback .title > * span {
  text-transform: none;
  color: #000;
  font-size: 38px;
  font-weight: 400
}

.callback .flex {
  padding: 30px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.callback .flex .left {
  text-align: right
}

.callback .flex .right {
  margin-left: 100px
}

.callback .flex .right .callback_form {
  max-width: 556px;
  margin: auto
}

.callback .flex .flex.field {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0
}

.callback .flex .flex.field input {
  font-size: 24px;
  padding: 15px;
  height: 44px;
  width: 522px;
  border: 3px solid #ff9900;
  color: grey;
  outline: 0
}

.callback .flex .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px
}

.callback .flex .bot .bot-left button {
  text-transform: uppercase;
  background: #ff9900;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border: none;
  font-size: 24px;
  height: 44px;
  width: 210px;
  font-weight: 700;
  margin-right: 40px;
  -webkit-transition: .3s;
  transition: .3s
}

.callback .flex .bot .bot-left button:hover {
  background: #ffa620;
  -webkit-transition: .3s;
  transition: .3s
}

.callback .flex .bot .bot-right .checkbox {
  display: none
}

.callback .flex .bot .bot-right .checkbox-custom {
  border: none;
  background: #ff9900;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.callback .flex .bot .bot-right .checkbox-custom:hover {
  background: #ffa620;
  -webkit-transition: .3s;
  transition: .3s
}

.callback .flex .bot .bot-right .checkbox-custom i {
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px
}

.callback .flex .bot .bot-right .checkbox-custom, .callback .flex .bot .bot-right .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px
}

.callback .flex .bot .bot-right .checkbox-custom a, .callback .flex .bot .bot-right .label a {
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s;
  color: #000
}

.callback .flex .bot .bot-right .checkbox-custom a:hover, .callback .flex .bot .bot-right .label a:hover {
  color: #696969;
  -webkit-transition: .2s;
  transition: .2s
}

.callback .flex .bot .bot-right .checkbox:checked + .checkbox-custom i {
  content: "";
  display: block;
  position: absolute;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity: 1
}

footer {
  background: #000
}

footer .flex.footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 33px
}

footer .flex.footer .item.logo .title > * {
  color: #fff
}

footer .flex.footer .item.logo .number > * {
  color: #fff;
  font-size: 30px;
  margin-left: 19px
}

footer .flex.footer .item.logo .flex.icons {
  margin-top: 25px
}

footer .flex.footer .item.logo .flex.icons .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

footer .flex.footer .item.logo .flex.icons .icons a {
  display: block;
  width: 31px;
  height: 31px;
  background: #969696;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff
}

footer .flex.footer .item.logo .flex.icons .icons a span {
  font-weight: 700;
  font-size: 20px
}

footer .flex.footer .item.logo .flex.icons .icons i {
  padding-top: 7px
}

footer .flex.footer .item.logo .flex.icons .email {
  padding-top: 4px;
  -webkit-transition: .3s;
  transition: .3s
}

footer .flex.footer .item.logo .flex.icons .email:hover {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

footer .flex.footer .item.logo .flex.icons .email a {
  color: #7d7d7d;
  text-decoration: underline
}

footer .flex.footer .item.map {
  width: 294px;
  height: 178px;
  overflow: hidden
}

footer .flex.footer .item.map img {
  width: 100%
}

footer .flex.footer .item.about .title a, footer .flex.footer .item.menu .title a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

footer .flex.footer .item.about .title a:hover, footer .flex.footer .item.menu .title a:hover {
  color: #ccc;
  -webkit-transition: .3s;
  transition: .3s
}

footer .flex.footer .item.about ul, footer .flex.footer .item.menu ul {
  padding: 0;
  margin: 14px 0;
  max-width: 216px;
  font-size: 14px;
  line-height: 20px
}

footer .flex.footer .item.about ul li, footer .flex.footer .item.menu ul li {
  list-style: none
}

footer .flex.footer .item.about ul li a, footer .flex.footer .item.menu ul li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

footer .flex.footer .item.about ul li a:hover, footer .flex.footer .item.menu ul li a:hover {
  color: #ccc;
  -webkit-transition: .3s;
  transition: .3s
}

footer .flex.footer .item.about ul .policy a, footer .flex.footer .item.menu ul .policy a {
  text-decoration: underline;
  color: #fff;
  font-size: 10px
}

footer .flex.footer .item.about ul li p {
  color: #969696;
  margin: 0;
  font-size: 12px;
  line-height: 1.5
}

footer .flex.copyright {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

footer .flex.copyright p {
  display: block;
  color: #fff;
  font-size: 12px
}

.steps.serv {
  padding-bottom: 0;
  margin-top: 0px
}

.steps.serv .cipa {
  width: 700px;
  height: 500px;
  overflow: hidden;
  margin: auto;
  margin-top: -120px
}

.steps.serv .cipa img {
  width: 100%
}

.cust-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.input {
  width: 100%;
  position: relative;
  margin: 5px;
  overflow: hidden;
  padding-top: 15px
}

.input input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: 0;
  border-bottom: 1px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  z-index: 5;
  background: 0 0
}

.input input:focus ~ label, input:valid ~ label {
  top: 0;
  -webkit-transform: scale(.94) translateX(-2px);
  -ms-transform: scale(.94) translateX(-2px);
  transform: scale(.94) translateX(-2px);
  color: #4485c5
}

.input .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #4485c5;
  left: -999px;
  -webkit-transition: .25s;
  transition: .25s;
  opacity: 0;
  z-index: 6
}

.input input:focus ~ .line {
  left: 0;
  opacity: 1
}

.input label {
  position: absolute;
  left: 10px;
  top: 45%;
  -webkit-transition: ease-out .15s;
  transition: ease-out .15s;
  color: #999
}

.cust-form .btn {
  border: none;
  color: #fff;
  background: #4485c5;
  padding: 10px 40px;
  font-size: 16px;
  font-family: Roboto;
  cursor: pointer;
  margin-top: 50px;
  -webkit-transition: .15s;
  transition: .15s
}

.cust-form .btn:hover {
  background: #aacff3
}

.links {
  margin-top: 60px
}

.links .item {
  background: #4485c5;
  color: #fff;
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 5
}

.links .item i {
  font-size: 30px;
  padding-top: 10px;
  z-index: 888;
  position: relative
}

.links a {
  position: relative;
  display: inline-block;
  width: 150px;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px 50px;
  overflow: hidden;
  -webkit-transform: translateX(52px);
  -ms-transform: translateX(52px);
  transform: translateX(52px);
  -webkit-transition: .3s;
  transition: .3s
}

.links .follow {
  position: absolute;
  left: -100px;
  top: 0;
  visibility: hidden;
  background: #4485c5;
  width: 100px;
  color: #fff;
  padding: 16px 0;
  font-size: 14px;
  padding-left: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px 50px
}

.links a:hover .follow {
  left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible
}

.links a:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: .3s;
  transition: .3s
}

.foot {
  font-size: 14px;
  text-transform: normal;
  color: #777;
  margin-top: 20px
}

.foot a {
  text-decoration: none;
  color: #777
}

.main-info.ecomerce .chicken {
  top: auto;
  bottom: -90px
}

.main-info.ecomerce .info.ecomerce .title-big.ecom > * {
  margin-bottom: 0;
  margin-bottom: 10px
}

.main-info.ecomerce .info.ecomerce .title-big.ecom {
  margin-bottom: 30px
}

.main-info.ecomerce .info.ecomerce .title-big.ecom .subtitle {
  font-size: 2em;
  font-family: DinLight, sans-serif;
  text-transform: none
}

.main-info.ecomerce .info.ecomerce .title-big.ecom .subtitle .numb {
  color: #ff9900
}

.main-info.ecomerce .info.ecomerce .desc > * {
  font-size: 1.2em
}

.choice.ecomerce .title .subtitle {
  font-family: DinLight, sans-serif;
  font-size: 1.48em
}

.choice.ecomerce .info-block .item.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.choice.ecomerce .info-block .item {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.choice.ecomerce .info-block .item .text {
  max-width: 700px;
  margin: 0 20px
}

.choice.ecomerce .info-block .item .text .caption > * {
  margin: 0;
  color: #ff9900;
  font-family: DinBold, sans-serif
}

.choice.ecomerce .info-block .item .text .desc > * {
  color: #fff
}

.choice.ecomerce .info-block .item .icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 20px 20px 10px 20px;
}

.choice.ecomerce .info-block .item .icon img {
  width: 100%
}

.rates {
  padding: 60px 0
}

.rates .title {
  text-align: center
}

.rates .title > * {
  color: #ff9900;
  font-family: DinBold, sans-serif;
  font-size: 3em;
  text-transform: uppercase
}

.rates .title .subtitle {
  font-size: .47em;
  color: #000;
  display: block
}

.rates .list .title .subtitle {
	margin: 30px 0;
}

.rates .rates-block {
  margin-top: 20px
}

.rates .rates-block .item {
  border: 3px solid #ff9900;
  margin-bottom: 60px
}

.rates .rates-block .item .caption {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  padding: 10px 0
}

.rates .rates-block .item .content {
  border-top: 3px solid #ff9900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.rates .rates-block .item .content hr {
  margin: 0;
  background: #ff9900;
  width: 4px;
  border: none
}

.rates .rates-block .item .content .left {
  text-align: center;
  padding: 30px 20px;
  width: 316px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.rates .rates-block .item .content .left .btn {
  display: inline-block;
  background: #ff9900;
  padding: 10px 30px;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: DinBold, sans-serif;
  -webkit-transition: .3s;
  transition: .3s
}

.rates .rates-block .item .content .left .btn:hover {
  background: #f7a428;
  -webkit-transition: .3s;
  transition: .3s
}

.rates .rates-block .item .content .left .date {
  font-size: 1.2em;
  width: 100%;
  text-align: left;
  display: block;
  padding: 0 15px
}

.rates .rates-block .item .content .left .price {
  margin-top: 5px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.rates .rates-block .item .content .left .price .icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px
}

.rates .rates-block .item .content .left .price .icon img {
  width: 100%
}

.rates .rates-block .item .content .left .price p {
  margin: 0
}

.rates .rates-block .item .content .left .price span {
  font-family: DinBold, sans-serif;
  color: #ff9900
}

.rates .rates-block .item .content .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%
}

.rates .rates-block .item .content .right ul {
  padding: 0;
  margin: 0;
  margin: 10px
}

.rates .rates-block .item .content .right ul .title {
  font-family: DinBold, sans-serif;
  font-size: 1.2em
}

.rates .rates-block .item .content .right ul li {
  text-align: left;
  list-style-type: none
}

.rates .rates-block .item .content .right ul li a {
  color: #000;
  border-bottom: 1px solid
}

.test {
  background: #000;
  padding: 40px 0
}

.test .title > * {
  color: #fff;
  font-size: 2.5em;
  text-transform: uppercase;
  font-family: DinBold, sans-serif;
  margin: 0
}

.test .title span {
  color: #ff9900
}

.test .subt > * {
  color: #fff;
  font-size: 2.5em;
  font-family: DinLight, sans-serif;
  text-transform: uppercase;
  margin: 0
}

.test .subt span {
  color: #ff9900
}

.test .ssd > * {
  color: #fff;
  font-size: 1.5em;
  margin: 0
}

.test .test-block .desc > * {
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin-top: 30px
}

.test .test-block .top {
  position: relative;
  width: 700px;
  margin: auto;
  margin-top: 40px
}

.test .test-block .top .count {
  color: #fff;
  font-family: DinBold, sans-serif;
  font-size: 2em;
  text-align: center
}

.test .test-block .top:before {
  content: '';
  border: 2px solid #ff9900;
  background: #fff;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1
}

.test .test-block .top:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 5;
  background: #ff9900;
  width: 20%;
  height: 15px;
  border: 2px solid #ff9900
}

.test .test-block .top.one:after {
  width: 10%
}

.test .test-block .top.two:after {
  width: 30%
}

.test .test-block .top.three:after {
  width: 60%
}

.test .test-block .top.four:after {
  width: 90%
}

.test .test-block .cont {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff
}

.test .test-block .cont .form {
  border: 2px solid #ff9900;
  padding: 30px 30px;
  text-align: center
}

.test .test-block .cont .form .btn {
  padding: 10px;
  background: #e48c08;
  font-family: DinLight, sans-serif;
  border: none;
  font-size: x-large;
  text-transform: uppercase;
  font-weight: 600;
  margin: auto;
  cursor: pointer;
}

.test .test-block .cont .form .row .input {
  text-align: left;
  margin: auto;
  margin-bottom: 10px
}

.test .test-block .cont .form .row .input span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-family: DinBold, sans-serif
}

.test .test-block .cont .form .row .input input {
  font-family: DinLight, sans-serif;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  border: solid 2px #e48c08;
  width: 100%;
}

.test .test-block .cont .form .row .input label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  position: relative;
}

.test .test-block .cont .form .row .input label .label {
  font-family: DinLight, sans-serif;
  font-size: 1em;
  padding: 0;
  margin-left: 10px;
  -webkit-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px
}

.test .test-block .cont .form .row .input label .checkbox-custom {
  width: 20px;
  height: 20px;
  border: solid #f79a0f 1px;
  margin-right: 10px;
}

.test .test-block .cont .form .row .input label .checkbox-custom i {
  font-size: .8em
}

.test .test-block .cont .left {
  width: 350px;
  text-align: center;
  border: 3px solid #ff9900;
  padding: 10px;
  margin-right: 80px
}

.test .test-block .cont .left .t1 > * {
  color: #fff
}

.test .test-block .cont .left .t1 {
  font-size: 1.2em
}

.test .test-block .cont .left .t1 span {
  font-size: 1.6em;
  display: block;
  font-family: DinBold, sans-serif;
  margin-bottom: 10px
}

.test .test-block .cont .left .discount > * {
  color: #fff
}

.test .test-block .cont .left .discount {
  font-family: DinBold, sans-serif;
  font-size: 1.2em
}

.test .test-block .cont .left .discount span {
  display: block;
  font-size: 1.7em;
  font-family: DinBold, sans-serif
}

.test .test-block .cont .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.test .test-block .cont .right .btn.next {
  cursor: pointer;
  bottom: -100px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  background: #ff9900;
  padding: 10px 70px;
  font-size: 1.2em
}

.test .test-block .cont .right .btn.next.show {
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  bottom: 0;
  font-family: DinBold, sans-serif
}

.test .test-block .cont .right .labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.test .test-block .cont .right label {
  margin-bottom: 10px;
  width: 100%
}

.test .test-block .cont .right label .checkbox-custom {
  background: 0 0;
  border: 1px solid #ff9900
}

.test .test-block .cont .right label .label {
  padding: 0;
  font-size: 1.2em;
  margin-left: 10px;
  cursor: pointer;
  padding-bottom: 3px;
  font-family: DinBold, sans-serif
}

.test-block .form-discount .row .input label {
  position: relative;
}

.test-block .form-discount .row .input label .checkbox-custom {
  background: #0f0f11;
}

.main-info.ecomerce.land .chicken {
  top: auto;
  bottom: -60px
}

.main-info.ecomerce.land .info.ecomerce .title-big.ecom > * {
  margin-bottom: 0;
  margin-bottom: 10px
}

.main-info.ecomerce.land .info.ecomerce .title-big.ecom {
  margin-bottom: 30px
}

.main-info.ecomerce.land .info.ecomerce .title-big.ecom .procent {
  color: #ff9900
}

.main-info.ecomerce.land .info.ecomerce .title-big.ecom .subtitle {
  font-size: 2.5em;
  font-family: DinLight, sans-serif;
  text-transform: none
}

.main-info.ecomerce.land .info.ecomerce .desc > * {
  font-size: 21px;
  font-family: DinRegular, sans-serif
}

.main-info.ecomerce.land .info.ecomerce .desc {
  padding: 10px 0 90px 0
}

.choice.ecomerce.land .info-block .item {
  margin: 40px 0
}

.choice.ecomerce.land .info-block .item .caption > * {
  font-size: 28px
}

.choice.ecomerce.land .info-block .item .desc > * {
  font-size: 24px;
}

.choice.ecomerce.land .info-block .item .desc > * a {
  color: #fff
}

.choice.ecomerce.land .info-block .item .desc > * .line {
  border-bottom: 1px solid #fff
}

.choice.ecomerce.land .info-block .item.centerblock .text {
  margin: auto
}

.choice.ecomerce.land .info-block .item.centerblock .text .caption h2 {
  width: 950px
}

.main-info.ecomerce.land.context .title-big.serv.ecom .subtitle {
  font-size: 37px
}

.main-info.ecomerce.land.context .title-big.serv.ecom .subtitle .bird {
  font-family: DinBold, sans-serif;
  font-size: 38px
}

.test.context .title {
  font-size: 17px
}

.test.context .strela {
  position: absolute;
  font-size: 40px;
  left: 47%;
  top: 14%;
  z-index: 9
}

.test.context .ssd-bot {
  font-family: DinLight, sans-serif;
  color: #fff;
  font-size: 28.5px;
  line-height: 1px
}

.test.context .ssd-bot .seven {
  color: #ff9900
}

.test.context .test-block .right label {
  margin-top: 10px
}

.problem.serv.context {
  padding-bottom: 30px
}

.problem.serv.context .flex .left .title-big > * {
  font-size: 43px
}

.problem.serv.context .flex .right {
  margin-top: 100px
}

.problem.serv.context .flex .right .field.bots {
  width: 453px;
  margin-left: 98px
}

.problem.serv.context .flex .right .field.bots input {
  width: 360px
}

.problem.serv.context .flex .right .field {
  margin-top: 13px
}

.problem.serv.context .flex .right .field input {
  font-size: 35px
}

.problem.serv.context .all .desc > * {
  font-size: 40px;
  line-height: 50px
}

.problem.serv.context .all .desc > * .thin.bot {
  text-transform: none;
  font-size: 30px
}

.goin.context {
  background: #000;
  padding: 40px 0
}

.goin.context .title {
  text-transform: uppercase;
  text-align: center
}

.goin.context .title .title-thin {
  color: #fff;
  font-size: 36px;
  font-weight: 400
}

.goin.context .title .title-big {
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-family: DinBold, sans-serif
}

.goin.context .list > * {
  color: #fff;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  font-size: 18px
}

.btn-center {
  text-align: center
}

.btn-center .btn {
  background: #ff9900;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border: none;
  font-size: 20px;
  padding: 10px;
  width: 260px;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

.btn-center .btn:hover {
  background: #ffa620;
  -webkit-transition: .3s;
  transition: .3s
}

.goin.context .pop {
  margin: 15px 0 30px 0
}

.goin.context .pop .title-list {
  margin-bottom: 30px
}

.goin.context .desc > * {
  font-size: 18px
}

.example.context .slider-context {
  margin: auto;
  width: 1080px;
  margin-top: 50px
}

.example.context .slider-context .slick-track {
  padding: 20px 0
}

.example.context .slider-context .arrow {
  position: absolute;
  color: #ff9900;
  font-size: 40px;
  left: -90px;
  top: 45%;
  z-index: 9;
  cursor: pointer
}

.example.context .slider-context .arrow.right {
  right: -90px;
  left: auto
}

.example.context .slider-context .item {
  background-size: cover;
  width: 520px;
  height: 490px;
  position: relative;
  text-align: center;
  margin: auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.main-info.ecomerce .title-big.ecom {
  max-width: 700px
}

.main-info.ecomerce.land .info.ecomerce .title-big.ecom .bigl {
  font-size: 150px;
  float: left
}

.main-info.ecomerce.land .info.ecomerce .title-big.ecom .top {
  font-size: 22px;
  line-height: 60px;
  font-family: DinLight, sans-serif;
  text-transform: none;
}

.test.context.seo {
  padding-bottom: 150px;
  color: #fff;
}

.test.context.seo .strela {
  left: 27%;
  top: 19%
}

.problem.serv.context.seo {
  padding-bottom: 90px
}

.problem.serv.context.seo .all .desc > * {
  font-size: 60px;
  line-height: 110px
}

.problem.serv.context.seo .all .desc > * .bg {
  font-size: 130px;
  line-height: 150px;
  float: right;
  margin-left: 40px
}

.callback .title > * span {
  font-size: 35px
}

.test .list h4, .rates .list h4 {
  font-family: DinBold;
  color: #ff9900;
  text-align: center;
  font-size: larger;
}

.test .list .item, .test .list .item2, .rates .list .item5, .rates .list .item2 {
  margin: 18px;
  width: 30%;
}

.test .list .item2 .left, .rates .list .item2 .left {
  width: 20%;
  display: inline-block;
}

.test .list .item2 .right, .rates .list .item2 .right {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

.test .list .item .left, .rates .list .item5 .left {
  width: 10%;
  display: inline-block;
  font-size: -webkit-xxx-large;
}

.test .list .item .right {
  width: 85%;
  display: inline-block;
}

.rates .list .item5 .right {
	 width: 85%;
  display: inline-block;
      font-size: larger;
}

.test .list .item.white.black {
  border: 1px solid #000;
  background: #000;
  color: #ff9900;
  font-weight: 900;
  padding: 10px;
}

.rates .list .item5.white.black {
	    border: 1px solid #222;
    background: rgba(0,0,0,.01);
    color: #222;
    font-weight: 900;
    padding: 10px;
}

.test .list .item.white, .rates .list .item5.white {
  border: 1px solid #fff;
  font-family: DinBold;
  font-weight: 900;
  background: #fff;
  color: #000;
  padding: 10px;
}

.test .list .item.white:hover {
  border: 1px solid #fff;
  background: #000;
  color: #ff9900;
  font-weight: 900;
  padding: 10px;
}

.rates .list .item5.white:hover {
	    border: 1px solid #fff;
    background: #f90;
    color: #f4f8ff;
    font-weight: 900;
    padding: 10px;
}

.topline .middle .callme {
  display: inline-block;
  line-height: 1;
  color: #f90;
  text-transform: uppercase;
  margin-right: 100px;
}

.topline .middle .callme a {
  font-size: xx-large;
  color: #f90;
  font-weight: 600;
}

.topline .middle .menume {
  display: inline-block;
  padding: 15px 0;
  vertical-align: top;
}

.portfolio-s .or-line {
  width: 100%;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 80px;
  background: #f90;
}

.portfolio-s .port-seo.flex .left, .portfolio-s .port-seo.flex .right {
  width: 40%;
}

.portfolio-s .port-seo.flex .zagolovok-seo {
  display: block;
  font-size: 140%;
  margin-bottom: 20px;
}

.portfolio-s .port-seo.flex .zagolovok-seo a {
  color: #000
}

.portfolio-s .port-seo.flex .zagolovok-seo a:hover {
  color: #ff9900
}

.portfolio-s .port-seo.flex .zagolovok-seo b {
  display: block;
  font-size: 120%;
}

.portfolio-s .port-seo.flex .info-seo {
  display: block;
  margin-bottom: 20px;
  width: 60%;
}

.portfolio-s .port-seo.flex .info-seo span {
  display: block;
  color: #ff9900;
  font-size: 140%;
  text-decoration: underline;
  text-transform: none;
}

.portfolio-s .port-seo.flex .right img {
  width: 100%;
}

.portfolio-s .title > * {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 40px;
  font-weight: 700;
  color: #ff9900;
}

.ui-tabs .ui-tabs-nav {
  margin-left: 25%;
}

.test .ssd {
  display: none;
}

#callback .checkbox-custom, #callback .label {
  padding-top: 0px;
  padding-bottom: 4px;
}

#noptic {
  height: auto;
}

#noptic .main-info .info {
  margin-bottom: 50px;
}

#tabs .ex {
  position: relative;
  display: inline-flex;
  width: 33%;
  padding: 0;
  margin: 0;
}

#tabs .ex img {
  width: 100%;
}

#tabs .ex .ex-info img {
  display: block;
  width: 30%;
  margin: 0 auto;
}

#tabs .ex .ex-info a {
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: underline;
}

#tabs .ex .ex-info span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 110%;
  line-height: initial;
}

#tabs .ex:hover > .ex-info {
  display: block;
}

#tabs .ex .ex-info {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #ff9900ad;
  padding: 10px;
}

.scrollup:hover {
  opacity: .94 !important;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.6;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background: url(../img/icon_top.png) no-repeat;
}

.callback .title h3, .choice .title h3 {
  font-size: x-large;
  color: #f90;
}

.test .title h3 {
  font-size: 2em;
  font-weight: 200;
  font-family: DinLight, sans-serif;
}

.right.m40 {
  margin: 40px 0;
}

.choice.ecomerce.articles .info-block .item {
  margin-top: 40px;
  justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
  -ms-flex-align: inherit;
  align-items: initial;
}

.articles .info-block .item .desc p a {
  color: #fff;
  text-decoration: underline;
}

.articles .left {
  width: 80%
}

.fancybox-container form .title h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: DinBolt, sans-serif;
  margin: 40px 40px 0 40px;
}

.fancybox-container form .title p {
  font-size: 14px;
  margin: 20px 0px;
  text-align: center;
}

.fancybox-container form button.btn {
  text-transform: uppercase;
  background: #ff9900;
  color: #fff;
  cursor: pointer;
  display: block;
  border: none;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  text-align: center;
  padding: 5px 20px;
  font-weight: 700;
}

.fancybox-container form .fields input {
  font-size: 14px;
  padding: 10px;
  display: block;
  margin: 10px auto;
  width: 80%;
  border: 2px solid #ff9900;
  color: grey;
  outline: 0;
}

/*Styling Selectbox*/
.topline .middle .dropdown {
  width: 160px;
}

.menu .link_col .dropdown .dropdown-menu li {
  font-size: 12px;
}

.menu .link_col .link_col--wrap .dropdown .dropdown-menu a {
  padding: 0;
  margin: 0;
}

.menu .link_col .dropdown {
  width: 180px;
  margin-right: 0;
}

.copyright .dropdown {
  box-shadow: none;
  margin-right: 0px;
  margin-top: 0px;
  color: #dee7e6;
}

.copyright .dropdown .select {
  padding: 5px;
}

.copyright .dropdown .dropdown-menu {
  background-color: #272727;
}

.copyright .dropdown:active {
  background-color: #272727;
}

.copyright .dropdown.active:hover,
.copyright .dropdown.active {
  background-color: #696969;
}

.copyright .dropdown .dropdown-menu li {
  color: #fff;
}

.copyright .dropdown .dropdown-menu li:hover {
  background-color: #272727
}

.copyright .dropdown .dropdown-menu li:active {
  background-color: #696969
}

.copyright .dropdown.active .select > i {
  transform: rotate(90deg)
}

.dropdown {
  width: 160px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  /* height: 100%; */
  text-align: left;
  margin-right: 50px;
  margin-top: 5px;
  vertical-align: top;
}

.dropdown .select {
  cursor: pointer;
  display: block;
  padding: 10px
}

.dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px
}

.dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
  background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8
}

.dropdown.active .select > i {
  transform: rotate(-90deg)
}

.copyright .dropdown .dropdown-menu {
  bottom: 100%;
  left: 0px;
  box-sizing: content-box;
  margin-bottom: 1px;
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9
}

.dropdown .dropdown-menu li {
  padding: 5px;
  transition: all .2s ease-in-out;
  cursor: pointer
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none
}

.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2
}

body.menu_open {
  overflow-y: hidden;
}

body.menu_open .topline.fixed .left {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_menu {
  float: right;
  color: #fff;
  position: relative;
  padding: 10px 0 0 45px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 992;
}

.btn_menu span {
  width: 41px;
  height: 41px;
  padding: 10px 0 0 0px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn_menu span i {
  height: 3px;
  width: 30px;
  position: relative;
  margin: 0 auto 4px;
  display: block;
}

.menu_open .btn_menu span i {
  margin: 0 auto 2px;
}

.btn_menu span i:before {
  background: #f90;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.menu_open .btn_menu span {
  border: 2px solid #111;
  padding: 12px 0px 0px 0px;
}

.menu_open .btn_menu span i:before {
  background: #111;
}

.menu_open header .flex.header .middle span.btn_menu {
  color: #111;
}

.menu_open .menu {
  -webkit-transition: transform 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  transition: transform 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -webkit-transform: translate3d(0px, -100px, 0);
  transform: translate3d(0px, -100px, 0);
  z-index: 991;
}

.menu_open .menu .link_col {
  -webkit-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.menu_open .menu .link_col--wrap p {
  font-size: 90%;
  margin: 0;
  color: #fff;
  font-family: "globerbold", sans-serif;
}

.menu_open .header__calc,
.menu_open .header__phone {
  opacity: 0;
}

.menu_open .btn_menu span i:nth-child(1):before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

.menu_open .btn_menu span i:nth-child(2):before {
  left: 50%;
  width: 0;
}

.menu_open .btn_menu span i:nth-child(3):before {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -5px;
}

.menu {
  background: rgba(255, 255, 255, 0.97);
/ / background: #1c1b1a;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 14% 0 4%;
  text-align: center;
  -webkit-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -moz-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -ms-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -o-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  /* -moz-transform: translate3d(0px, -855px, 0);
  -o-transform: translate3d(0px, -855px, 0);
  -ms-transform: translate3d(0px, -855px, 0);
  -webkit-transform: translate3d(0px, -855px, 0);
  transform: translate3d(0px, -855px, 0); */
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);

}

.menu:before {
  background: url(../img/pattern_dots.png) repeat;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 155px;
  bottom: 0;
}

.menu .wr:after {
  content: '';
  clear: both;
  display: block;
}


.menu .link_col--back {
  border: 2px solid #ff914f;
  display: inline-block;
  font-size: 11px;
  font-family: "globerbold", sans-serif;
  padding-right: 7px;
  line-height: 26px;
  text-transform: uppercase;
  color: #f90;
  margin: 0 0 15px;
  display: none;
  cursor: pointer;
}

.menu .link_col--back i {
  background-image: url(../img/prev_sec.png);
  background-size: 7px 12px;
  width: 7px;
  height: 12px;
  margin: 6px 9px 0 6px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .menu .link_col--back i {
    background-image: url(../img/la.png);
  }
}

.menu .link_col {
  width: 20%;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -moz-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -ms-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -o-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -moz-transform: translate3d(0px, -855px, 0);
  -o-transform: translate3d(0px, -855px, 0);
  -ms-transform: translate3d(0px, -855px, 0);
  -webkit-transform: translate3d(0px, -855px, 0);
  transform: translate3d(0px, -855px, 0);
  /* -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s; */
}



.menu .link_col:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.menu .link_col:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.menu .link_col:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.menu .link_col:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.menu .link_col:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.menu .link_col a:hover {
  color: #ff914f;
}

.menu .link_col a,
.menu .link_col span {
  font-size: 16px;
  font-family: "globersemibold", sans-serif;
  color: #f90;
  display: block;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding: 7px 0;
  margin: 0 0 6px;
  -webkit-transition: 0.3s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -moz-transition: 0.3s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -ms-transition: 0.3s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  -o-transition: 0.3s cubic-bezier(0.26, 1.48, 0.47, 0.96);
  transition: 0.3s cubic-bezier(0.26, 1.48, 0.47, 0.96);
}

.menu .link_col .dropdown a:first-child,
.menu .link_col .dropdown span:first-child {
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: inline;
}

.menu .link_col a:first-child,
.menu .link_col span:first-child {
  font-size: 22px;
  font-family: "globerbold", sans-serif;
  padding: 0 0 30px;
  margin: 0 0 29px;
}

.menu .link_col a:first-child i,
.menu .link_col span:first-child i {
  background: #ff914f;
  width: 10%;
  height: 3px;
  position: absolute;
  left: 45%;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.menu .link_col .phone p {
  margin: 0 0 15px;
}

.menu .link_col .phone p a {
  margin: 0;
  padding: 0;
  display: inline;
}

.menu .link_col .link_col--wrap a {
  font-size: 14px; /* 18px */
  font-family: "globersemibold", sans-serif;
  padding: 7px 0;
  margin: 0 0 6px;
  top: 0;
  transition: .2s;
}

.menu .link_col .link_col--wrap a:hover {
  top: 2px;
  color: #ff914f;
}

.menu .link_col .mob {
  display: none;
}

.menu .link_col.sub_menu--open {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.menu .link_col.sub_menu--open.current > a,
.menu .link_col.sub_menu--open.current > span {
  opacity: 1;
}

.menu .link_col.current {
  position: static;
}

.menu .link_col.current .link_col--wrap {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
}

.menu .link_col:nth-child(2) .link_col--wrap {
  top: -100%;
}

.header__image {
  height: 530px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.header__image .wr {
  position: relative;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 910px) {
  a.header__calc {
    margin: 0 3% 0;
  }

  .infograph.fix {
    position: relative;
    top: 0;
  }

  .footer__menu ul li {
    width: 33.333333%;
    float: left;
    display: inline-block;
    margin: 0 0 10px;
  }

  .footer__menu ul li:before {
    left: -6px;
  }

  .footer__menu ul li:nth-child(3n+1):before {
    display: none;
  }

  .error_page .bubbles .bubble_1,
  .error_page .bubbles .bubble_2 {
    display: none;
  }

  .menu {
    background: #fff;
  }

  .menu:before {
    content: '';
  }

  .header__desktop-menu {
    display: none;
  }

  .header__top {

    display: block;
  }

  .header__phone,
  .header__calc {

  }

  .menu {
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu .link_col {
    width: 100%;
  }

  .menu .link_col > a:first-child,
  .menu .link_col > span:first-child {
    padding: 0 0 15px;
    margin: 0 0 15px;
  }

  .menu .link_col:last-child a i {
    display: none;
  }

  .menu .link_col--wrap {
    display: none;
  }

  .menu .link_col--back {
    display: inline-block;
    vertical-align: top;
  }

  .menu_open header {
    height: 100%;
  }

  .menu_open .menu {
    overflow: auto;
    position: fixed;
    z-index: 55;
    bottom: -27px;
    left: 0;
    right: 0;
    top: -27px;
    padding: 170px 0 0;
    -webkit-transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
    transition: transform 900ms cubic-bezier(0.26, 1.48, 0.47, 0.96);
    -webkit-transform: translate3d(0px, -27px, 0);
    transform: translate3d(0px, -27px, 0);
  }

  #vk_groups {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1376px) {
  .main-info .info .desc {
    margin-bottom: 20px;
  }

  .example .arrow, .example .arrow.right {
    display: none !important
  }

  .main-info .info {
    max-width: 680px
  }

  .main-info .container .chicken {
    top: auto;
  }

  header .chicken > img {
    width: 80%
  }

  .problem {
    height: auto;
  }

  .problem .chick {
    left: 0
  }

  .main-info.ecomerce.land .info.ecomerce .desc > * {
    font-size: 18px;
  }

  .main-info {
    margin-top: 1%;
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom .bigl {
    font-size: 130px;
  }

  .title-big > * {
    font-size: 45px;
  }

  .topline .middle .callme {
    margin-right: 50px;
  }

  .dropdown {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1080px) {

  .ui-tabs .ui-tabs-nav {
    margin-left: 23%;
  }

  header {
    padding-left: 10px;
    padding-right: 10px
  }

  .steps .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .steps .flex .bg-line {
    display: none
  }

  .steps .flex .middle {
    display: none
  }

  .problem .chick > img {
    width: 80%
  }

  .steps .flex .middle.mobile {
    display: block;
    width: 100%
  }

  .steps .flex .middle.mobile .item {
    margin: auto;
    height: 150px
  }

  .steps .flex .middle.mobile .item .desc.bot.first {
    bottom: 14px
  }

  .steps .flex .middle.mobile .item .desc.bot.second {
    bottom: 32px
  }

  .topline .middle .callme {
    margin-right: 20px;
  }

  .topline .middle .dropdown {
    display: none;
  }

  .main-info {
    margin-bottom: 10%;
  }

  .choice .title.bottom > * {
    margin-left: 0
  }

  .choice .title {
    padding-left: 10px
  }

  .choice .title.bottom {
    text-align: center
  }

  .problem .container .flex .title-big > * {
    font-size: 40px
  }

  .problem {
    padding-left: 10px;
    padding-right: 10px
  }

  .problem .container .all .desc > * {
    font-size: 44px
  }

  .steps .title > * {
    line-height: 53px
  }

  .steps .title .tall {
    font-size: 74px
  }

  .steps .title .thin {
    font-size: 37px
  }

  footer .flex.copyright {
    padding: 10px
  }
}

@media only screen and (max-width: 1024px) {
  .test .list .item, .test .list .item2 {
    width: 29%;
  }

  .test .list .item2 .left {
    width: 23%;
  }

  .main-info .container .chicken {
    bottom: -63px
  }

  .example.context .slider-context {
    width: 100%
  }

  .problem.serv.context .flex .right {
    margin-top: 0
  }

  header .container {
    padding: 0 10px
  }

  .main-info .info {
    margin: 0
  }

  .example .slider {
    width: auto
  }

  .choice {
    padding: 50px 0
  }

  .choice .container {
    padding: 0 10px
  }

  .choice .flex.choice {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
  }

  .choice .title {
    text-align: center
  }

  .choice .title.bottom {
    margin-top: 70px
  }

  .choice .title.bottom h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 400
  }

  .choice .flex.choice .item {
    margin-top: 21px
  }

  .problem .container {
    padding: 0 10px
  }

  .problem .container form .field {
    margin-top: 50px
  }

  .problem .container .all .desc {
    margin: 0
  }

  .problem .container .all .desc p {
    text-align: center
  }

  .problem .container .all .sign {
    position: absolute;
    right: 42px;
    top: -11%
  }

  .problem .container .right {
    width: 100%
  }

  .problem .container .left {
    text-align: left;
    width: 100%;
    margin-top: 12px
  }

  .problem .container .right .bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .problem .container form .field input {
    font-size: 25px
  }

  .problem .container .right form {
    width: 100%
  }

  .problem .container .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .problem .container .right button {
    margin-left: 13px
  }

  .problem .container .left {
    text-align: center
  }

  .problem .container .flex .title-big > * {
    margin-top: 0
  }

  .problem .container .all .chick {
    left: -14%;
    bottom: 0
  }

  .problem .container .all .desc > * {
    font-size: 33px
  }

  .problem .container .all .sign {
    top: 9%
  }

  .questions .title > * {
    font-size: 35px
  }

  .questions .item-show .plus {
    top: 25px
  }

  .questions .item-show .name > * {
    font-size: 24px;
    border-bottom: 2px solid #fff
  }

  .callback .title > * {
    font-size: 40px
  }

  .callback .title > * span {
    font-size: 31px
  }

  .choice.ecomerce.land .info-block .item.centerblock .text {
    margin: 0
  }

  .choice.ecomerce .info-block .item .text {
    margin: 0
  }

  .test .title > * {
    padding: 0 10px
  }

  .test .subt > * {
    padding: 0 10px
  }

  .test .ssd > * {
    padding: 0 10px
  }

  .problem .container form .field {
    width: 550px
  }

  .problem .container form .field input {
    width: 544px
  }

  .problem.serv.context .flex .right .field.bots {
    width: 100%;
    margin: 0
  }

  .problem.serv.context .flex .right .field.bots input {
    width: 100%
  }

  .test.context .strela {
    display: none
  }

  .example.context .slider-context .item {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
  }
}

@media only screen and (max-width: 900px) {
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
  }

  .wow.resheniay .title > * {
    font-size: 38px;
  }

  .wow.resheniay .ui-tabs .ui-tabs-nav li a {
    margin: 0 20%;
    width: 60%;
    text-align: center;
    padding: 5px 10px;
  }

  .wow.resheniay .flex .left {
    width: 100%;
  }

  .wow.resheniay .flex .right {
    text-align: center;
    width: 100%;
  }

  .portfolio-s .port-seo.flex .left, .portfolio-s .port-seo.flex .right {
    width: 90%;
  }

  .test .list .item, .test .list .item2 {
    margin: 10px;
  }

  #tabs .ex {
    display: inline-block;
    width: 45%;
  }

  .ui-tabs .ui-tabs-nav {
    margin-left: 15%;
  }

  header {
    height: auto;
  }

  .topline.fixed {
    display: none
  }

  header .flex.header {
    margin-top: 50px
  }

  header .flex.header .middle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9809
  }

  .problem .container .all .desc p {
    text-align: center
  }

  .problem .container .all .sign {
    position: static
  }

  .problem .container .all .sign img {
    position: static;
    padding-top: 55px
  }

  .problem .container .all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .problem .container .left {
    text-align: center;
    width: 100%
  }

  .steps .container {
    padding: 0 10px
  }

  .steps .title > * {
    font-size: 70px;
    line-height: 1
  }

  .steps .thin {
    font-size: 35px
  }

  header .left {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9809;
    width: 100%;
    background: #fff
  }

  .logo .title > * {
    margin: 0;
    font-size: 13px
  }

  .logo .title > :before {
    width: 35px
  }

  header .logo img {
    width: 265px
  }

  header .flex.header .right {
    text-align: left;
    padding: 0;
    margin-top: 40px
  }

  header .flex.header .right {
    width: 100%
  }

  header .flex.header .right p {
    font-size: 15px
  }

  header .flex.header .right a {
    font-size: 15px
  }

  header .flex.header .right .btn > * {
    font-size: 15px;
    left: 3% !important
  }

  header .flex.header .right .btn img {
    top: 26px
  }

  #menu {
    padding: 10px
  }

  #menu .flex.menu .item ul {
    margin: 0;
    margin-top: 12px;
    line-height: 35px
  }

  #menu .flex.menu .item ul li {
    margin: 0;
    margin-bottom: 20px
  }

  #menu .flex.menu {
    margin-top: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  #menu .flex.menu .item {
    margin-right: 50px
  }

  .logo .title > * {
    margin-left: 5px
  }
}

@media only screen and (max-width: 768px) {
  .test.context .title, .test.context .subt {
    text-align: center;
  }

  #tabs .ex {
    width: 100% !important;
  }

  .wow.resheniay .title > * {
    font-size: 28px;
  }

  .problem.serv.context .flex .right .field input {
    font-size: 20px;
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom .bigl {
    float: none;
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom .top {
    line-height: normal;
    display: block;
  }

  .goin.context .title .title-big {
    line-height: normal;
  }

  .problem.serv.context.seo .all .desc > * .bg {
    font-size: 80px;
    line-height: 100px;
    float: none;
    margin-left: 0px;
  }

  .problem.serv.context.seo .all .desc > * {
    font-size: 40px;
    line-height: normal;
  }

  .problem.serv.context.seo .all .desc > * {
    font-size: 30px;
    line-height: 40px;
  }

 .test .list .item, .test .list .item12, .rates .list .item5.white {
    width: 90%;
	margin: 4px;
  }

  header .flex.header {
    padding-top: 50px;
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  header .flex.header .right {
    text-align: center;
    margin-top: 50px
  }

  header .flex.header .right .btn img {
    position: static
  }

  .callback .container {
    padding: 0 10px
  }

  footer .flex.footer .item.logo .flex.icons {
    margin-top: 25px
  }

  footer .flex.copyright {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  footer .flex.copyright .item.menu {
    padding: 0 35px
  }

  footer .flex.footer .item.map a {
    pointer-events: none;
    cursor: default;
  }

  footer .flex.footer .item.map {
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 178px
  }

  footer .flex.footer .item.logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }

  .logo .title {
    margin-top: -8px !important
  }

  footer .flex.footer .item.map img {
    margin: auto;
    width: 290px
  }

  footer .container {
    padding: 0 10px
  }

  footer .flex.footer .item.logo .title > * {
    margin-left: 0;
    margin-right: 35px
  }

  footer .flex.footer .item.logo .number > * {
    margin: 0
  }

  footer .flex.footer .item.menu {
    margin-top: 10px
  }

  footer .flex.footer .item.about {
    margin-top: 10px
  }

  .problem .container .all .sign img {
    display: none
  }

  .callback .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .callback .flex .right {
    margin-left: 0
  }

  .callback .left {
    display: none
  }

  .problem .flex {
    width: 100%
  }

  .problem .container form .field {
    width: 100%;
    text-align: left
  }

  .problem .container form .field input {
    width: 100%
  }

  .problem .container .left {
    text-align: center;
    width: 100%;
    margin-top: 12px
  }

  .problem .container .right {
    text-align: center;
    margin-top: 10px
  }

  .problem .container .right .bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .problem .container form .field input {
    font-size: 25px;
    width: 100%
  }

  .choice .flex.include {
    width: 100%
  }

  .problem .container .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .problem {
    padding-bottom: 57px
  }

  .problem .all .chick img {
    width: 390px !important;
    bottom: 0
  }

  .problem .container .all {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .problem .container .all .desc p {
    font-size: 35px;
    text-align: center
  }

  .callback .flex .flex.field input {
    width: 100%
  }

  .callback .flex .bot .bot-left button {
    margin-right: 80px
  }

  header .flex.header .right {
    display: none
  }

  header .flex.header .right.second {
    display: block;
    text-align: left
  }

  header .flex.header .right.second p {
    font-size: 18px
  }

  header .flex.header .right.second .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  header .flex.header .right.second .num .numb {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  header .flex.header .right.second .num .numb a {
    font-size: 19px
  }

  header .flex.header .right.second .num .btn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px
  }

  header .flex.header .right.second img {
    width: 65px;
    margin-left: 50px
  }

  .main-info {
    margin-top: 20px
  }

  .main-info .title-big > * {
    font-size: 35px
  }

  .choice .flex.choice .item {
    border: 1px solid #dcdcdc;
    margin: 15px
  }

  .choice .flex.choice .item .icon {
    opacity: 1
  }

  .questions .title > * {
    font-size: 40px
  }

  .questions .item-show .name > * {
    font-size: 23px
  }

  .main-info .info .desc {
    max-width: 350px;
    padding-bottom: 80px
  }

  .main-info .info .desc p {
    font-size: 16px
  }

  .main-info .info {
    max-width: 378px
  }

  .choice .title {
    margin-bottom: 30px
  }

  .choice .title > * {
    font-size: 35px
  }

  .steps .title .tall {
    font-size: 43px
  }

  .steps .title .thin {
    font-size: 21px
  }

  .steps {
    padding: 34px 0
  }

  .steps .title > * {
    line-height: .5
  }

  .example .title > * {
    font-size: 35px
  }

  .example .desc > * {
    font-size: 18px
  }

  .callback .title > * {
    font-size: 35px
  }

  .callback .title > * span {
    font-size: 27px
  }

  .choice.ecomerce .info-block .item .icon {
    display: none;
  }

  .choice.ecomerce .info-block .item {
    padding-bottom: 20px;
  }

  .portfolio-s .port-seo.flex .info-seo {
    width: 100%;
  }

  .portfolio-s .title > * {
    font-size: 30px;
  }

  .test.context.seo {
    padding-bottom: 50px;
  }

  header .chicken, .problem .chick {
    display: none;
  }

  .problem.serv.context.seo .all .desc > * .bg {
    font-size: 100px;
    line-height: 150px;
    float: none;
    margin-left: 0px;
  }

  .steps.serv .cipa {
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 0
  }

  .steps.serv .cipa img {
    margin-bottom: -10px
  }

  .choice.ecomerce.land .info-block .item.centerblock .text .caption h2 {
    font-size: 20px
  }

  .choice.ecomerce.land .info-block .item .caption > * {
    font-size: 20px
  }

  .choice.ecomerce.land .info-block .item .desc > * {
    font-size: 19px;
    width: auto
  }

  .main-info.ecomerce.land .info.ecomerce .desc > * {
    font-size: 16px
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom .subtitle {
    font-size: 24px
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom > * {
    font-size: 25px
  }

  .problem .container .all {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .choice.ecomerce.land .info-block .item.centerblock .text .caption h2 {
    width: auto
  }
}

@media only screen and (max-width: 731px) {
  .ui-tabs .ui-tabs-nav {
    margin-left: 6%;
  }

  .test .title h3 {
    font-size: 1em;
  }

  .problem .container .all .sign img {
    display: none
  }
}

@media only screen and (max-width: 640px) {
  #tabs .ex {
    width: 100%;
  }

  .steps .container {
    padding: 0 10px
  }

  .steps .title > * {
    font-size: 55px
  }

  .steps .thin {
    font-size: 30px
  }

  .questions .item-show .name > * {
    font-size: 25px
  }

  .test .test-block .top {
    width: 600px
  }
}

@media only screen and (max-width: 480px) {
  .problem .container .all .chick img {
    display: none
  }

  .choice .container {
    padding: 0 10px
  }

  .choice .flex.include .block {
    margin-top: 25px;
    width: 150px
  }

  .example .title > * {
    font-size: 32px
  }

  .example .desc > * {
    font-size: 16px
  }

  .callback .title > * {
    font-size: 26px
  }

  .callback .title > * span {
    font-size: 19px
  }

  .callback .flex .flex.field input {
    width: 100%
  }

  .callback .flex .right .callback_form {
    margin: 0;
    width: 100%
  }

  .callback .flex .bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .callback .flex .bot-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .callback .flex .bot-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .callback .flex .bot-right label {
    text-align: left
  }

  .callback .flex .bot .bot-left button {
    margin: 0;
    margin-top: 30px
  }

  .questions .item-show .name > * {
    font-size: 18px !important
  }

  .questions .item-show .name > * {
    border: none
  }

  .questions .item-show .plus {
    top: 15px
  }

  .callback .flex .right {
    width: 100%
  }

  .callback .flex .bot {
    text-align: center
  }

  .steps .title > * {
    font-size: 40px
  }

  .steps .thin {
    font-size: 20px
  }

  .choice .title > * {
    font-size: 30px
  }

  .title-big > * {
    font-size: 34px
  }

  .problem .container .flex .title-big > * {
    font-size: 40px
  }

  .choice .flex.include .block .icon-bot {
    margin: auto
  }

  .steps .thin {
    text-align: center;
    font-size: 14px;
    margin-left: 5px
  }

  .problem .container .all .sign img {
    display: none
  }

  .callback .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .callback .flex .right {
    margin-left: 0
  }

  .callback .left {
    display: none
  }

  .problem .flex .bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .problem .flex .right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .problem .flex .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .problem .flex .left label {
    text-align: left
  }

  .problem .flex .bot .right button {
    margin: 0;
    margin-top: 30px
  }

  .questions .item-show .name {
    font-size: 24px;
    padding: 0 60px
  }

  .questions .item-show {
    padding: 0 50px
  }

  .questions .item-show .contents {
    font-size: 14px
  }

  header .flex.header .left .desc > * {
    display: none
  }

  .problem .container form .field {
    margin-top: 0
  }

  .test .test-block .top {
    width: 380px
  }

  .rates .rates-block .item .content .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .rates .rates-block .item .content .left {
    font-size: 11px;
    padding: 0 10px
  }

  .test .test-block .cont .right label .label {
    width: 100%
  }

  .test .test-block .cont .left {
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .test .test-block .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
  }

  .checkbox-custom, .label {
    display: inline;
    padding-top: 0;
    padding-right: 6px
  }

  .test .test-block .cont .right .labels {
    margin: 0 0 10px 0
  }

  .test .test-block .cont .right .btn.next {
    padding: 10px 50px
  }

  .test .test-block .cont .right .btn.next.show {
    bottom: -38px
  }

  .test .test-block .cont .right .btn.next.show {
    margin-bottom: 10px
  }

  .goin.context .list > * {
    padding: 0 20px
  }

  .test.context .ssd-bot {
    padding: 0 5px;
    font-size: 25px
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom > * {
    font-size: 22px
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom .subtitle {
    font-size: 20px
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom .subtitle .bird {
    font-size: 23px
  }

  .main-info.ecomerce.land .info.ecomerce .desc > * {
    font-size: 14px;
    width: 340px
  }

  .test .title > * {
    font-size: 24px
  }

  .test .subt > * {
    font-size: 24px
  }

  .test .ssd-bot > * {
    font-size: 19px;
    padding-left: 5px
  }

  .test.context .test-block .right label {
    margin-top: 20px
  }

  .problem.serv.context .flex .left .title-big > * {
    font-size: 30px;
    line-height: 40px
  }

  .problem.serv.context .flex .left .title-big > * .fstroka {
    font-size: 30px
  }

  .problem.serv.context .all .desc > * {
    font-size: 25px;
    line-height: 40px
  }

  .problem.serv.context .all .desc > * .thin.bot {
    font-size: 25px
  }

  .goin.context .title .title-thin {
    font-size: 23px
  }

  .goin.context .title .title-big {
    font-size: 28px
  }

  .goin.context .list > * {
    font-size: 13px
  }

  .goin.context .desc > * {
    font-size: 13px
  }
}

@media only screen and (max-width: 375px) {
  .flex.header .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .flex.header .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .flex.header .desc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    text-align: center
  }

  .choice .flex.include .block .desc {
    width: 98%
  }

  .callback .title > * {
    line-height: 33px
  }

  .problem .flex .left .title-big > * {
    line-height: 41px
  }

  .questions .item-show .name {
    padding: 0 60px
  }

  .questions .item-show {
    padding: 0 10px
  }

  .questions .item-show .contents {
    font-size: 14px
  }

  header .flex.header .right.second p {
    font-size: 18px
  }

  header .flex.header .right.second .num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  header .flex.header .right.second .num .numb {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  header .flex.header .right.second .num .numb a {
    font-size: 19px
  }

  header .flex.header .right.second .num .btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 10px
  }

  header .flex.header .right.second img {
    width: 55px
  }

  header .flex.header .right.second .num {
    width: 247px !important
  }

  header .flex.header .left {
    display: block
  }

  header .logo img {
    width: 220px
  }

  .logo .title > * {
    font-size: 11px
  }

  header .flex.header .left .desc {
    margin: 0
  }

  footer .flex.copyright {
    text-align: center
  }

  .problem .all .chick {
    bottom: -85px !important;
    top: auto !important
  }

  .problem .all .chick img {
    width: 170px !important
  }

  .problem .container .all .desc p {
    font-size: 20px
  }

  footer .flex.footer .item {
    margin: 0;
    margin: 25px
  }

  .steps .title > * {
    line-height: 1
  }

  .steps .title .tall {
    font-size: 28px
  }

  .steps .title .thin {
    font-size: 14px
  }

  .example .title > * {
    font-size: 24px
  }

  footer .flex.footer .item.logo {
    margin: 0;
    margin-bottom: 20px
  }

  .test .test-block .top {
    width: 325px
  }

  .rates .title > * {
    font-size: 35px
  }

  .rates .rates-block .item .content .right {
    font-size: 11px
  }

  .rates .rates-block .item .caption {
    font-size: 1.5em
  }

  .rates .title > * {
    font-size: 30px
  }

  .rates {
    padding: 30px
  }

  .test .title > * {
    font-size: 25px
  }

  .test .subt > * {
    font-size: 23px
  }

  .test .test-block .top .count {
    font-size: 15px
  }

  .test .test-block .desc > * {
    font-size: 25px
  }

  .test .test-block .cont .left {
    font-size: 15px
  }

  .problem .flex .left .title-big > * {
    font-size: 25px
  }

  .problem .container .flex .tasks > * {
    font-size: 19px
  }

  .problem .container .all .desc p {
    font-size: 20px
  }

  .problem .container .all .desc {
    padding-top: 30px
  }

  .main-info.ecomerce .info.ecomerce .title-big.ecom > * {
    font-size: 25px
  }

  .main-info.ecomerce .info.ecomerce .title-big.ecom .subtitle {
    font-size: 20px
  }

  .main-info.ecomerce .info.ecomerce .desc > * {
    font-size: 17px
  }

  .main-info .container .chicken {
    bottom: -69px
  }

  .choice.ecomerce .info-block .item .text .caption > * {
    font-size: 15px
  }

  .choice.ecomerce .info-block .item .text .desc > * {
    font-size: 14px
  }
}

@media only screen and (max-width: 320px) {
  .slick-slider .container {
    padding: 0 10px
  }

  .problem .container .flex .title-big > * {
    font-size: 30px
  }

  .example .slider .item {
    width: 300px
  }

  .questions .item-show .name > * {
    font-size: 16px !important
  }

  .problem .container form .field input {
    font-size: 23px
  }

  .questions .title > * {
    font-size: 22px
  }

  footer .flex.footer .item.about {
    margin-left: 10px
  }

  footer .flex.footer .item.menu {
    margin-left: 10px
  }

  .example .slider .item {
    width: 100%
  }

  .flex.header .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .flex.header .logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .flex.header .desc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    text-align: center
  }

  .choice .flex.include .block .desc {
    width: 98%
  }

  .problem .flex .left .title-big > * {
    line-height: 40px;
    margin-top: 30px
  }

  .example .title > * {
    font-size: 25px
  }

  .steps .title > * {
    font-size: 30px
  }

  .problem .container .all .desc p {
    font-size: 16px
  }

  .choice .title.bottom h2 {
    font-size: 25px
  }

  .choice .title > * {
    font-size: 19px
  }

  header .logo img {
    width: 190px
  }

  .logo .title > * {
    font-size: 9px
  }

  .logo .title > :before {
    width: 25px
  }

  header .flex.header .middle {
    top: 12px
  }

  .title-big > * {
    font-size: 29px
  }

  .main-info .info .desc p {
    font-size: 14px
  }

  .main-info .container .chicken {
    bottom: -47px
  }

  .test .test-block .top {
    width: 280px
  }

  .main-info.ecomerce.land .chicken {
    bottom: -40px
  }

  .test .test-block .cont .left {
    width: 300px
  }

  .rates .rates-block .item .content .left {
    font-size: 10px
  }

  .choice.ecomerce .title .subtitle {
    font-size: 1em;
    padding: 0
  }

  .choice.ecomerce.land .info-block .item.centerblock .text .caption h2 {
    font-size: 15px
  }

  .choice.ecomerce.land .info-block .item .desc > * {
    font-size: 14px
  }

  .choice.ecomerce.land .info-block .item .caption > * {
    font-size: 15px
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom > * {
    font-size: 20px
  }

  .main-info.ecomerce.land .info.ecomerce .title-big.ecom .subtitle {
    font-size: 19px
  }

  .main-info.ecomerce.land .info.ecomerce .desc > * {
    font-size: 13px
  }

  .rates .title > * {
    font-size: 25px
  }

  .problem.serv.context .flex .right .field.bots input {
    font-size: 20px
  }

  .problem.serv.context .flex .right .field input {
    font-size: 20px
  }

  .problem.serv.context .all .desc > * {
    font-size: 20px;
    line-height: 30px
  }

  .problem.serv.context .all .desc > * .thin.bot {
    font-size: 20px
  }

  .problem .container .all .desc {
    padding-bottom: 0
  }

  .main-info.ecomerce.land .info.ecomerce .desc > * {
    width: 260px
  }

  .main-info.ecomerce.land.context .desc {
    width: 0
  }

  .test .ssd-bot > * {
    font-size: 15px
  }
}


.popup_menu {
  width: 100%;
  min-height: 100vh;
  padding: 40px 0 200px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(-100%);
  opacity: 0;
  transition: all .4s;
}
.popup_menu.active {
  background: rgba(255,255,255,.95);
  transform: translateY(0);
  opacity: 1;
}
.popup_menu-inner {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border: 2px solid #ff9900;
  border-radius: 10px;
  box-shadow: 10px 10px 14px #969696;

}
.menu-col {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 0;
  padding: 1em;
  font-size: 18px;
}
.menu-col .cat-title {
  margin: 0;
  padding: 1em 0 .6em 0;
  font-weight: bold;
  font-size: 120%;
}
.menu-col .cat-title a {
  color: #000;
  margin-left: 0;
}
.menu-col .cat-title:first-child {
  padding-top: 0;
}
.menu-col a {
  color: #777;
  margin: 0 0 .3em .8em;
}
.menu-col a:hover {
  text-decoration: underline;
}
.menu-col .dropdown {
  margin: 0 0 .3em .8em;
}
.popup_menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 0;
  transform: rotateZ(45deg);
  transform-origin: center;
  cursor: pointer;
}
/* resheniay.html restyle */
.solutions_level-3-wrap {
  justify-content: center !important;
}
.solutions_level-3__right {
  margin-left: 50px !important;
}
