body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  min-width: 320px;
  height: 100%;
  margin: 0;
  color: #666;
  background: #f9f9f9;
  -webkit-text-size-adjust: none;
}

body.inner.no-webp {
  background: url('../img/bg-blog.png') 0 0 repeat #fcfcfc;
}

body.inner.yes-webp {
  background: url('../img/bg-blog.webp') 0 0 repeat #fcfcfc;
}

body.inner2.no-webp {
  background: url('../img/bg-blog.png') 0 0 repeat #fcfcfc;
}

body.inner2.yes-webp {
  background: url('../img/bg-blog.webp') 0 0 repeat #fcfcfc;
}

body.inner3 {
  background: #fcfcfc;
}

body.open-popup {
  overflow: hidden !important;
  padding-right: 16px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

h1 {
  font-size: 58px;
  font-weight: 800;
  color: #666666;
  text-transform: uppercase;
  margin: 0 0 35px;
}

h2 {
  font-size: 32px;
  font-weight: 800;
  color: #666666;
  text-transform: uppercase;
  margin: 0 0 35px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #616161;
  margin: 0 0 35px;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin: 0 0 35px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  transition: .5s ease;
}

a:hover {
  transition: .5s ease;
}

table {
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  border-right: 1px solid #fff;
  background: #6ca3c0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  width: 25%;
  padding: 30px 15px;
}

table td {
  border: 1px solid #cdcdcd;
  padding: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  text-align: center;
}

table th:last-child {
  border-right: transparent;
}

ol {
  list-style: none;
  /* убираем дефорлтные цифры */
  counter-reset: point;
  /* задаем переменную для счетчика */
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

ol li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}

ol li:before {
  display: block;
  content: counter(point);
  counter-increment: point 1;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  background: #6ca3c0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.text-block li {
  margin-bottom: 10px;
}

input[type='text'], input[type='email'], input[type='tel'] {
  display: block;
  font-size: 15px;
  width: 100%;
  height: 36px;
  padding: 0 5px;
  color: #616161;
  border: none;
  background: transparent;
}

input[required] {
  position: relative;
}

input[required]:after {
  content: '*';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #ff5040;
}

input[type='text']:focus {
  outline: none;
}

input[type='text']:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type='text']:focus::-moz-placeholder {
  opacity: 0;
}

input[type='text']:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea:focus {
  outline: none;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.graphic {
  position: relative;
  top: -15px;
  left: 0;
  height: 94px;
  margin-top: -79px;
  -webkit-transition: stroke .7s;
  transition: stroke .7s;
  -webkit-transition-timing-function: cubic-bezier(0, .15, .2, 1);
  transition-timing-function: cubic-bezier(0, .15, .2, 1);
  pointer-events: none;
  fill: none;
  stroke-width: 1px;
  stroke: #9e9e9e;
}

input:focus~.graphic {
  transition: all .7s;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
  stroke: #a4c6d7;
}

.col-12 .graphic {
  -webkit-transition: stroke .6s;
  transition: stroke .6s;
  -webkit-transition-timing-function: cubic-bezier(0, .15, .2, 1);
  transition-timing-function: cubic-bezier(0, .15, .2, 1);
}

.col-12 input:focus~.graphic {
  transition: all .6s;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
  stroke: #a4c6d7;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox input+label {
  font-size: 14px;
  position: relative;
  display: block;
  min-height: 24px;
  padding-top: 2px;
  padding-left: 44px;
  cursor: pointer;
  color: #666;
}

.checkbox input+label a {
  text-decoration: underline;
  color: #6ca3c0;
}

.checkbox input+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #cdcdcd;
}

.checkbox input+label:after {
  display: none;
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  background: #6ca3c0;
}

.checkbox input:checked+label:after {
  display: block;
}

/* hide original element */
.jcf-hidden {
  position: absolute !important;
  left: -9999px !important;
  /* change to right: -9999px on RTL sites */
  display: block !important;
}

/* custom select styles */
.select-area {
  font-size: 16px;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100% !important;
  height: 52px;
  margin-bottom: 40px;
  cursor: default;
  color: #616161;
  border: 1px solid #cdcdcd;
  background: #fff;
}

.select-focus {
  border-color: #6ca3c0;
}

.select-area .center {
  float: left;
  padding: 14px 15px;
  white-space: nowrap;
}

.select-disabled {
  background: #eee;
}

.select-area .select-opener {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 14px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-webp .select-area .select-opener {
  background: url('../img/arrow-bottom2.png') 0 0 no-repeat;
}

.yes-webp .select-area .select-opener {
  background: url('../img/arrow-bottom2.webp') 0 0 no-repeat;
}

.no-webp .select-area.select-focus .select-opener {
  background: url('../img/arrow-bottom3.png') 0 0 no-repeat;
}

.yes-webp .select-area.select-focus .select-opener {
  background: url('../img/arrow-bottom3.webp') 0 0 no-repeat;
}

.select-options {
  position: absolute;
  z-index: 2000;
  overflow: hidden;
  background: #fff;
}

.select-options .drop-holder {
  overflow: hidden;
  height: 1%;
  border: 1px solid #777;
}

.select-options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-options ul li {
  float: left;
  width: 100%;
}

.select-options ul a {
  display: block;
  height: 1%;
  padding: 5px 10px;
  cursor: default;
  text-decoration: none;
  color: #000;
}

.select-options .item-selected a {
  text-decoration: none;
  color: #fff;
  background: #007;
}

.select-area img,
.select-options a img {
  margin: 0 5px 0 0;
  vertical-align: top;
}

/* select options optgroup example styles */
.select-options .optgroup {
  clear: both;
}

.select-options .optgroup strong {
  display: block;
  padding: 5px;
}

.select-options .optgroup ul a {
  padding-left: 30px;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 50px;
}

.header {
  position: relative;
  height: 100vh;
  min-height: 600px;
  /* background: url(../img/bg.jpg) no-repeat 50% 0; */
  -webkit-background-size: cover;
  background-size: cover;
}

.header .scroll-block {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  min-height: 400px;
}

.inner .header {
  height: auto;
  min-height: 20px;
}

.inner2 .header {
  min-height: 0;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header_top {
  position: relative;
  z-index: 100;
  display: flex;
  padding-top: 20px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  justify-content: space-between;
}

.header_top.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 50px;
  background: #060D19;
}

.inner .header_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 50px;
  background: url('../img/bg-header.jpg') center 0 no-repeat;
  background-size: cover;
}

.inner.inner2 .header_top {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, .55);
}

.inner.inner2 .header_top.fixed {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_top_logo {
  display: flex;
  align-items: center;
}

a.btn-nav {
  display: flex;
  flex-direction: column;
  width: 34px;
  height: 30px;
  margin-right: 50px;
  margin-bottom: 0;
  cursor: pointer;
  justify-content: space-between;
}

a.btn-nav b {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.logo {
  margin-right: 12px;
}

.logo a {
  display: block;
}
.logo img, 
.logo svg {
  display: block;
  width: 225px;
  height: 48px;
}

.header_top .logo a {
  display: flex;
  justify-content: flex-start;
}

.header_top .logo .two-line {
  display: none;
  width: 86px;
  height: 50px;
}
.logo2 {
  margin-bottom: 15px;
}

.slogan {
  font-size: 15px;
  color: #fff;
}

.header_top_info {
  display: flex;
  align-items: center;
}

a.mail {
  font-size: 18px;
  display: block;
  margin-right: 40px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: all .3s;
  color: #6ca4c0;
}
a.mail:hover {
  border-bottom: 1px solid #6ca4c0;
}
.header a.mail {
  color: #66BDE4;
}


p.tel {
  font-size: 18px;
  display: block;
  margin: 0 55px 0 0;
  text-decoration: none;
  color: #fff;
}
.header p.tel {
  font-size: 23px;
}

a.tel {
  font-size: 18px;
  display: none;
  margin-right: 55px;
  text-decoration: none;
  color: #fff;
}

a.get-consultation {
  font-size: 14px;
  display: flex;
  width: 251px;
  height: 43px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #f90;
  align-items: center;
  justify-content: center;
}

.header a.get-consultation:hover {
  background-color: #6ca4c0;
  border-color: #6ca4c0;
}
.header a.get-consultation {
  font-size: 18px;
  width: 298px;
  height: 49px;
  border: 1px solid #F39F2A;
  background: #F39F2A;
}

.header_text {
  position: absolute;
  top: 50%;
  /* left: 185px; */
  left: 320px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header_text h1:after {
  content: '';
  position: absolute;
  top: -170px;
  left: -210px;
  width: 260px;
  height: 345px;
  /* background: url(/themes/outcode/img/cosmonaut-2020.png) 0 0 no-repeat;
  background-size: contain;
  width: 325px;
  height: 355px;
  top: -193px;
  left: -260px; */
}

.no-webp .header_text h1:after {
  background: url(/themes/outcode/img/cosmonaut.png) 0 0 no-repeat;
}

.yes-webp .header_text h1:after {
  background: url(/themes/outcode/img/cosmonaut.webp) 0 0 no-repeat;
}

/*.header_text h1:before {
  content: '';
  position: absolute;
  top: -145px;
  right: 0;
  width: 445px;
  height: 145px;
  background: url(/themes/outcode/img/2020.png) 0 0 no-repeat;
  background-size: contain;
}*/
@keyframes cursor {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header-cursor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 110px;
  animation: cursor .5s linear .5s infinite alternate;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  background: #fff;
}

.header_text h1 {
  font-size: 75px;
  font-weight: 800;
  line-height: 75px;
  display: block;
  margin: 0;
  color: #fff;
}

.header_text h1>div {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.45;
  display: block !important;
  max-width: 755px;
  min-height: 110px;
  margin-top: 30px;
  color: #f5a00a;
}

#appearingText {
  display: none;
}

#appearingText .new {
  opacity: 0;
}

#appearingText .div_opacity {
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
}

#appearingText2 {
  display: none;
}

#appearingText2 .new {
  opacity: 0;
}

#appearingText2 .div_opacity {
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
}

/*.swiper-container {
  width: 625px;
  margin: 0 !important;
  padding-left: 7px !important;
}

.swiper-slide>span {
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  display: block !important;
  max-width: 625px;
  margin-top: 30px;
  color: #f5a00a;
}
*/
.appearingText33 {
  display: none;
}

.appearingText33 .new {
  opacity: 0;
}

.appearingText33 .div_opacity {
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
}

.appearingText34 {
  display: none;
}

.appearingText34 .new {
  opacity: 0;
}

.appearingText34 .div_opacity {
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
}

.appearingText35 {
  display: none;
}

.appearingText35 .new {
  opacity: 0;
}

.appearingText35 .div_opacity {
  -webkit-transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -ms-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 1;
}

@keyframes arrow {
  from {
    bottom: 8px;
  }

  to {
    bottom: 12px;
  }
}

.mouse {
  width: 100%;
  max-width: 2.5rem;
  height: auto;
}

.scroll {
  -webkit-transform-origin: 50% 20.5px;
  transform-origin: 50% 20.5px;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(.65, -.55, .25, 1.5);
  animation-timing-function: cubic-bezier(.65, -.55, .25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

@-webkit-keyframes scroll {

  0%,
  20% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(36px) scaleY(2);
    transform: translateY(36px) scaleY(2);
    opacity: .01;
  }
}

@keyframes scroll {

  0%,
  20% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(36px) scaleY(2);
    transform: translateY(36px) scaleY(2);
    opacity: .01;
  }
}

.arrow {
  position: absolute;
  bottom: 8px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.our-works {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding-top: 77px;
}

.our-works:after {
  content: '';
  position: absolute;
  top: 0;
  right: 30%;
  width: 200px;
  height: 100vh;
  border-left: 1px solid #e1eaef;
  border-right: 1px solid #e1eaef;
  z-index: -1;
  transform: rotate(47deg)translate(-25%, -25%);
}

/*.no-webp .our-works {
  background: url(../img/bg2.png) no-repeat 90% 0;
}

.yes-webp .our-works {
  background: url(../img/bg2.webp) no-repeat 90% 0;
}*/
.our-works h2 {
  font-size: 58px;
  font-weight: 800;
  margin: 0 0 -35px;
  text-transform: uppercase;
  color: #666;
}

.title {
  font-size: 58px;
  font-weight: 800;
  display: block;
  margin-bottom: 118px;
  text-transform: uppercase;
  color: #666;
}

.our-works_text {
  position: relative;
  max-width: 625px;
  margin: 0 auto 142px;
  padding-right: 55px;
}

.our-works_text:after {
  position: absolute;
  top: -150px;
  right: -208px;
  display: block;
  clear: both;
  width: 182px;
  height: 151px;
  content: '{/}';
  color: #dbe7ed;
  font-size: 170px;
}

/*.no-webp .our-works_text:after {
  background: url(../img/icon2.png) no-repeat;
}
.yes-webp .our-works_text:after {
  background: url(../img/icon2.webp) no-repeat;
}*/
.our-works_text p {
  font-size: 21px;
  line-height: 1.5;
  display: block;
  text-align: justify;
  color: #666;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.our-works_list {
  display: flex;
  margin: 0 -11px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.our-works_list2 {
  margin-bottom: 42px;
}

.our-works_item {
  width: 50%;
  margin-bottom: 22px;
  padding: 0 11px;
}

.our-works_item_block {
  position: relative;
  display: block;
  overflow: hidden;
  height: 433px;
  text-decoration: none;
}

.our-works_item_block>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 0 0 35px;
  text-decoration: none;
}

.our-works_item_block1 {
  background-color: #e57b7b;
}

.our-works_item_block2 {
  background-color: #c2ae9b;
}

.our-works_item_block3 {
  background-color: #e0e9ea;
}

.our-works_item_block4 {
  background-color: #90b6cb;
}

.our-works_item_block5 {
  background-color: #3a8eb9;
}

.our-works_item_block6 {
  background-color: #b6c284;
}

.our-works_item_block7 {
  background-color: #bbca7c;
}

.our-works_item_block8 {
  background-color: #9ed59d;
}

.our-works_item_block9 {
  background-color: #a3cfe4;
}

.our-works_item_block10 {
  background-color: #88d0e4;
}

.our-works_item_block11 {
  background-color: #93d0d0;
}

.our-works_item_block12 {
  background: #89b52b;
}

.our-works_item_block13 {
  background-color: #999999;
}

.our-works_item_block14 {
  background-color: #9a7d79;
}

.our-works_item_block15 {
  background-color: #73bee6;
}

.our-works_item_block16 {
  background-color: #7dc7ca;
}

.our-works_item_block17 {
  background-color: #014b7a;
}

.our-works_item_block18 {
  background-color: #b7e5ff;
}

.our-works_item_block19 {
  background-color: #004f84;
}

.our-works_item_block20 {
  background-color: #b9b9b9;
}

.our-works_item_block21 {
  background-color: #bfbfbf;
}

.our-works_item_block22 {
  background-color: #060503;
}

.our-works_item_block23 {
  background-color: #416501;
}

.our-works_item_block24 {
  background-color: #009369;
}

.our-works_item_block25 {
  background-color: #a8ffba;
}

.our-works_item_block26 {
  background-color: #f3f3f3;
}

.our-works_item_block h3 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 10px;
  color: #fff;
}

.our-works_item_block3 h3 {
  color: #666;
}

.our-works_item_block21 h3 {
  color: #666;
}

.our-works_item_block p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  margin-top: 0;
  color: #fff;
}

.our-works_item_block3 span, .our-works_item_block18 span, .our-works_item_block21 span, .our-works_item_block25 span, .our-works_item_block26 span {
  color: #666;
}

.our-works_item_block3 p, .our-works_item_block18 p, .our-works_item_block21 p, .our-works_item_block25 p, .our-works_item_block26 p {
  color: #666;
}

.our-works_item_block img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.our-works_item_block1 img {
  top: 18px;
  left: 135px;
}

.our-works_item_block2 img {
  top: 67px;
  left: 443px;
}

.our-works_item_block3 img {
  left: 265px;
}

.our-works_item_block4 img {
  left: 368px;
}

.our-works_item_block5 img {
  left: 2px;
}

.our-works_item_block6 img {
  top: 124px;
  left: 390px;
}

.our-works_item_block7 img {
  top: 34px;
  left: 405px;
}

.our-works_item_block8 img {
  top: -15px;
  left: 515px;
}

.our-works_item_block9 img {
  top: 45px;
  left: 400px;
}

.our-works_item_block10 img {
  top: -2px;
  left: 445px;
}

.our-works_item_block11 img {
  top: -2px;
  left: 327px;
}

.our-works_item_block12 {
  background: #89b52b;
}

.our-works_item_block:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tegs {
  position: absolute;
  bottom: 33px;
  left: 36px;
}

.tegs ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.tegs ul li {
  font-size: 14px;
  display: flex;
  height: 34px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 14px;
  color: #9a9a9a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fcfcfc;
  align-items: center;
}

.tegs a {
  text-decoration: none;
  color: #9a9a9a;
}

.tegs.tegs-darker ul li {
  color: #fff;
  background: rgba(6, 6, 6, .45);
  transition: .5s ease;
}

.tegs.tegs-darker ul li:hover {
  background: rgba(6, 6, 6, .82);
  transition: .5s ease;
}

.tegs.tegs-darker a {
  color: #fff;
}

.tegs.tegs-center ul {
  justify-content: center;
}

.tegs.tegs-center ul li {
  margin-right: 3px;
  margin-left: 3px;
}

.how-we-working .title {
  margin-bottom: 45px;
}

.how-we-working h2 {
  font-size: 58px;
  font-weight: 800;
  margin: 0 0 45px;
  text-transform: uppercase;
  color: #666;
}

/* gallery */
.schedule-gallery {
  position: relative;
  margin-bottom: 0;
  padding: 55px 0 85px;
  background: #f3f3f3;
}

.schedule-gallery .slide,
.schedule-gallery .slide-schedule {
  position: relative;
  outline: none;
}

.schedule-gallery .slide:before,
.schedule-gallery .slide-schedule:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 90px;
  height: 4px;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d5d5d5;
}

.schedule-gallery .slide:after

/*.schedule-gallery .slide-schedule:after*/
  {
  position: absolute;
  top: 50%;
  right: -229px;
  display: block;
  width: 90px;
  height: 4px;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d5d5d5;
}

.schedule-gallery .slide-holder {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 202px;
  justify-content: space-between;
  align-items: center;
}

.schedule-gallery .preview {
  width: 300px;
  height: 240px;
  margin-top: 60px;
}

.schedule-gallery .preview img {
  max-width: 370px;
}

.schedule-gallery-text {
  max-width: 434px;
  padding-right: 32px;
  color: #666;
}

.schedule-gallery-text h3 {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-gallery-text p {
  font-size: 18px;
  line-height: 1.6;
}

.schedule-gallery .slick-dots {
  position: absolute;
  top: 135px;
  right: 15px;
  bottom: auto;
  width: 40px;
  z-index: 1;
}

.schedule-gallery .slick-dots li {
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 0 28px;
}

.schedule-gallery .slick-dots li button {
  float: right;
  width: 25px;
  height: 3px;
  padding: 0;
  background: #68a2be;
}

.schedule-gallery .slick-dots li button:before {
  display: none;
}

.schedule-gallery .slick-dots li.slick-active button {
  width: 36px;
  background: #5c5c5c;
}

.schedule-gallery .slide-num {
  font-size: 70px;
  line-height: 70px;
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #dbdbdb;
}

.schedule-gallery .slick-arrow {
  z-index: 100;
  width: 36px;
  height: 36px;
  margin-top: -15px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fcfcfc;
}

.schedule-gallery .slick-prev {
  left: 290px;
}

.schedule-gallery .slick-next {
  right: 200px;
}

.schedule-gallery .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7px;
  height: 12px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.schedule-gallery .slick-prev:before {
  border: 2px solid #b8b8b8;
  width: 6px;
  height: 6px;
  transform: rotate(45deg)translate(-4px, -1px);
  border-right: none;
  border-top: none;
}

.schedule-gallery .slick-next:before {
  border: 2px solid #b8b8b8;
  width: 6px;
  height: 6px;
  transform: rotate(45deg)translate(-6px, 1px);
  border-left: none;
  border-bottom: none;
}

/* service */
.service-section {
  padding-top: 60px;
}

.service-section .title {
  margin-bottom: 50px;
}

.service-section .title h2 {
  font-size: 58px;
  font-weight: 800;
  margin: 0 0 50px;
  text-transform: uppercase;
  color: #666;
}

.service {
  display: flex;
  margin: 0 -11px 35px;
  flex-wrap: wrap;
}

.service .col-3 {
  width: 25%;
  padding: 0 11px;
}

.service .col-6 {
  display: flex;
  width: 50%;
  padding: 0 11px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.service .col-12 {
  width: 100%;
  padding: 0 11px;
}

.service .col-no-padding {
  padding: 0;
}

.serviceTpl {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}

.serviceTpl.serviceTpl2 {
  margin-bottom: 33px;
}

.serviceTpl>a {
  display: block;
  width: 100%;
  height: 100%;
}

.serviceTpl img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.serviceTpl:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.serviceTpl-title {
  font-size: 26px;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  color: #68a2be;
  background: #dedde1;
}

.serviceTpl-title h2 {
  margin: 0;
}

.serviceTpl-title a {
  display: block;
  padding: 30px 20px;
  text-decoration: none;
  color: #68a2be;
}

.serviceTpl-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.serviceTpl2 .serviceTpl-title {
  position: static;
  text-align: center;
}

.serviceTpl3 .serviceTpl-title {
  top: 50%;
  right: 38px;
  left: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background: none;
}

.serviceTpl3 .serviceTpl-title a {
  color: #fff;
}

.serviceTpl2 .tegs {
  position: static;
  margin-bottom: 10px;
}

.socials {
  display: flex;
}

.socials-item {
  width: 32px;
  height: 32px;
  margin: 0 15px;
  transition: all .3s;
  background-repeat: no-repeat;
}

.no-webp .socials-item {
  background-image: url(/themes/outcode/img/sprite.png);
}

.yes-webp .socials-item {
  background-image: url(/themes/outcode/img/sprite.webp);
}

.socials-item_fb {
  background-position: -10px -458px;
}

.socials-item_vk {
  background-position: -10px -500px;
}

.socials-item_in {
  background-position: -10px -542px;
}

.socials-item_youtube {
  background-position: -10px -1209px;
}

.socials-item:hover {
  -webkit-filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.5));
}

.btn-write {
  position: fixed;
  right: 53px;
  bottom: 28px;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #ee9c12;
  display: none;
}

.btn-write:before {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.no-webp .btn-write:before {
  background: url("../img/sprite.png") -10px -653px no-repeat;
}

.yes-webp .btn-write:before {
  background: url("../img/sprite.webp") -10px -653px no-repeat;
}

.write {
  position: fixed;
  z-index: 100;
  right: -540px;
  bottom: -540px;
  width: 540px;
  height: 540px;
  -webkit-transition: all .25s linear 0s;
  -moz-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  border-radius: 540px;
  background: #fff;
  box-shadow: 0 0 13px -3px #555e00;
}

.write.active {
  right: -120px;
  bottom: -170px;
}

.write-list {
  position: absolute;
  right: 133px;
  bottom: 198px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all .25s linear .5s;
  -moz-transition: all .25s linear .5s;
  -o-transition: all .25s linear .5s;
  transition: opacity .25s .5s, right .3s .5s;
  opacity: 0;
}

.write.active .write-list {
  right: 173px;
  opacity: 1;
}

.write-list li {
  margin-bottom: 22px;
}

.write-list li:last-child {
  margin-bottom: 0;
}

.write-list a {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #616161;
}

.write-list .text {
  display: block;
  overflow: hidden;
  padding-top: 17px;
}

.write-list .ico {
  position: relative;
  display: block;
  float: right;
  width: 56px;
  height: 56px;
  margin-left: 35px;
  border-radius: 56px;
  background: #f19e0f;
}

.write-list .ico:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.write-list .ico.ico-write:before {
  width: 27px;
  height: 27px;
}

.no-webp .write-list .ico.ico-write:before {
  background: url('../img/sprite.png') -10px -765px no-repeat;
}

.yes-webp .write-list .ico.ico-write:before {
  background: url('../img/sprite.webp') -10px -765px no-repeat;
}

.write-list .ico.ico-file-add:before {
  width: 19px;
  height: 26px;
}

.no-webp .write-list .ico.ico-file-add:before {
  background: url('../img/sprite.png') -10px -1103px no-repeat;
}

.yes-webp .write-list .ico.ico-file-add:before {
  background: url('../img/sprite.webp') -10px -1103px no-repeat;
}

.write-list .ico.ico-close:before {
  width: 15px;
  height: 15px;
}

.no-webp .write-list .ico.ico-close:before {
  background: url('../img/sprite.png') -40px -1000px no-repeat;
}

.yes-webp .write-list .ico.ico-close:before {
  background: url('../img/sprite.webp') -40px -1000px no-repeat;
}

/* main */
.main {
  padding: 150px 0 100px;
}

.main2 {
  padding-bottom: 0;
}

.main2 .container {
  padding-left: 0;
}

.main2 .main-holder {
  display: flex;
  flex-grow: 1;
}

.inner2 .main {
  padding-top: 0;
}

.inner-contact .main,
.inner-404 .main,
.inner-blog .main {
  padding-top: 200px;
}

.inner2 .main-price {
  padding-top: 25px;
}

.main .container>h2 {
  font-size: 58px;
  font-weight: 800;
  line-height: 74px;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.main-price .container>h2 {
  font-size: 32px;
  line-height: 45px;
  text-align: left;
}

.main-404 .container>h2 {
  margin: 0 0 19px;
}

.main .container>h3, .page-node-type-blog .main .container>h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  margin: 0 0 50px;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.main .ico-brackets {
  display: block;
  margin: 0 auto 60px;
  height: 100px;
}

.main-404 .ico-brackets {
  margin: 0 auto 26px;
}

.blog {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}

.blogTpl {
  width: 25%;
  margin-bottom: 25px;
  padding: 0 12px;
}

.blogTpl .holder {
  position: relative;
  height: 100%;
  border: 1px solid #cdcdcd;
  background: #fff;
}

.blogTpl img {
  display: block;
  width: 100%;
  height: auto;
}

.blogTpl .description {
  padding: 29px 28px 67px;
}

.blogTpl h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 21px;
  text-transform: uppercase;
  color: #666;
}

.blogTpl h3 a {
  text-decoration: none;
  color: #666;
}

.blogTpl p {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 40px;
  color: #666;
}

.blogTpl .info {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 28px;
  color: #8e8e8e;
}

.blogTpl .info .frame {
  display: flex;
  padding: 18px 0;
  border-top: 1px solid #cdcdcd;
  justify-content: space-between;
}

.blogTpl .comments {
  margin: 0 10px;
  padding-left: 22px;
  position: relative;
}

.blogTpl .comments:before {
  display: block;
  content: '';
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-webp .blogTpl .comments:before {
  background: url("../img/sprite.png") -39px -1103px no-repeat;
}

.yes-webp .blogTpl .comments:before {
  background: url("../img/sprite.webp") -39px -1103px no-repeat;
}

.blogTpl .views {
  margin: 0 10px;
  padding-left: 22px;
  position: relative;
}

.no-webp .blogTpl .views {
  background: url('../img/ico-views.png') 0 center no-repeat;
}

.yes-webp .blogTpl .views {
  background: url('../img/ico-views.webp') 0 center no-repeat;
}

.blogTpl .views:before {
  display: block;
  content: '';
  width: 21px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-webp .blogTpl .views:before {
  background: url("../img/sprite.png") -10px -976px no-repeat;
}

.yes-webp .blogTpl .views:before {
  background: url("../img/sprite.webp") -10px -976px no-repeat;
}

.blogTpl .read-more {
  text-decoration: none;
  text-transform: uppercase;
  color: #8e8e8e;
}

.blogTpl .read-more:hover {
  color: #6ca4c0;
}

.pagination {
  display: flex;
  margin: 65px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.pagination li {
  margin: 0 15px;
}

.pagination a {
  font-size: 20px;
  display: flex;
  width: 54px;
  height: 54px;
  text-decoration: none;
  color: #666;
  border: 1px solid #cdcdcd;
  background: #fff;
  justify-content: center;
  align-items: center;
}

.pagination a:hover, .pagination li.is-active a {
  font-weight: 600;
  color: #fff;
  border-color: #6ca3c0;
  background: #6ca3c0;
}

.pagination .is-active {
  font-weight: bold;
}

.main-holder:after {
  display: block;
  clear: both;
  content: '';
}

.sidebar {
  float: left;
  width: 435px;
  margin-right: 25px;
}

.sidebar-frame.fixed {
  position: sticky;
  top: 100px;
  left: 51px;
}

.sidebar .blog {
  margin: 0;
}

.sidebar .service {
  margin: 0;
}

.sidebar .blogTpl {
  width: 100%;
  padding: 0;
}

.sidebar2 {
  min-width: 505px;
  margin-right: 54px;
  padding: 46px 50px 0;
  border: 1px solid #cbcbcb;
  background: #fcfcfc;
}

.sidebar2 h2 {
  font-size: 58px;
  font-weight: 800;
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #666;
}

.main .content {
  overflow: hidden;
}

.main2 .content {
  overflow: inherit;
  width: 100%;
  margin-bottom: 55px;
  padding-top: 60px;
}

.content h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 55px;
  text-transform: uppercase;
  color: #666;
}

.post {
  margin-bottom: 60px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

.post a {
  color: #6ca4c0;
}

.post .preview img {
  display: block;
  width: 100%;
  height: auto;
}

.post .description {
  padding: 45px 85px 85px 85px;
}

.post .info {
  font-size: 14px;
  display: flex;
  margin-bottom: 30px;
  color: #8e8e8e;
}

.post .date {
  display: inline-block;
  margin-right: 45px;
  color: #f4a00a;
}

.post .info-list {
  display: flex;
}

.post .info-list>span {
  display: inline-block;
  margin-right: 20px;
}

.post .comments {
  padding-left: 22px;
}

.no-webp .post .comments {
  background: url('../img/ico-comment.png') 0 center no-repeat;
}

.yes-webp .post .comments {
  background: url('../img/ico-comment.webp') 0 center no-repeat;
}

.post .views {
  padding-left: 25px;
}

.no-webp .post .views {
  background: url('../img/ico-views.png') 0 center no-repeat;
}

.yes-webp .post .views {
  background: url('../img/ico-views.webp') 0 center no-repeat;
}

.post p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
  color: #666;
}

.post .description img {
  display: flex;
  margin: auto;
  max-width: 100%;
  padding: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.post .description h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-top: 10px;
}
.post .description h3 {
  font-weight: 600;
}
.post .description h4 {
  text-transform: none;
  font-size: 18px;
  margin-bottom: 15px;
}
.post .description li {
  line-height: 1.6;
}

.post .description h3 {
  margin: 0 0 10px;
}

.post p:last-child {
  margin-bottom: 0;
}

.post-pagination {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}

.inner2 .post-pagination {
  margin-bottom: 0;
}

.inner2 .post-pagination2 {
  margin-bottom: 60px;
}

.post-pagination .btn-control {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  height: 50px;
  text-decoration: none;
  color: #666;
  align-items: center;
  position: relative;
  transition: .5s ease;
}

.post-pagination .post-prev {
  padding-left: 65px;
}

.post-pagination .post-prev:before {
  display: block;
  content: '';
  width: 49px;
  height: 49px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-webp .post-pagination .post-prev:before {
  background: url("../img/sprite.png") -10px -189px no-repeat;
}

.yes-webp .post-pagination .post-prev:before {
  background: url("../img/sprite.webp") -10px -189px no-repeat;
}

.post-pagination .post-prev:hover {
  color: #6ca4c0;
}

.post-pagination .post-prev:hover:before {
  background-position: -10px -130px;
}

.post-pagination .post-next {
  padding-right: 65px;
  text-align: right;
}

.post-pagination .post-next:before {
  display: block;
  content: '';
  width: 49px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-webp .post-pagination .post-next:before {
  background: url("../img/sprite.png") -10px -307px no-repeat;
}

.yes-webp .post-pagination .post-next:before {
  background: url("../img/sprite.webp") -10px -307px no-repeat;
}

.post-pagination .post-next:hover {
  color: #6ca4c0;
}

.post-pagination .post-next:hover:before {
  background-position: -10px -248px;
}

.comments-container {
  padding: 45px 45px 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

.addComments:after {
  display: block;
  clear: both;
  content: '';
}

.addComments .row {
  display: flex;
  margin-bottom: 20px;
}

.addComments .row-input {
  position: relative;
  margin-right: 22px;
  margin-bottom: 20px;
}

.addComments .row-textarea {
  position: relative;
  margin-bottom: 30px;
}

.addComments input {
  font-size: 16px;
  display: block;
  width: 372px;
  height: 55px;
  padding: 0 15px;
  color: #666;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
}

.addComments textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 167px;
  padding: 15px 15px;
  resize: none;
  color: #666;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
}

.addComments input:focus+label {
  display: none;
}

.addComments textarea:focus+label {
  display: none;
}

.addComments label {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
}

.addComments .row-textarea label {
  top: 20px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.addComments label sup {
  color: #6ca4c0;
}

.addComments .btn-submit {
  font-size: 14px;
  float: right;
  min-width: 150px;
  height: 43px;
  margin-bottom: 22px;
  padding: 0 25px;
  cursor: pointer;
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  text-transform: uppercase;
  color: #616161;
  border: 1px solid #f5a00a;
  background: #fff;
}

.addComments .btn-submit:hover {
  color: #fff;
  background: #f5a00a;
}

.socials2 {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.socials2 .socials-item {
  display: block;
  margin: 0 10px;
}

.commentTpl {
  padding: 25px 0 17px;
  border-top: 1px dashed #707070;
}

.commentTpl2 {
  padding-left: 60px;
  position: relative;
}

.commentTpl2:before {
  display: block;
  content: '';
  width: 8px;
  height: 22px;
  position: absolute;
  left: 27px;
  top: 10px;
}

.no-webp .commentTpl2:before {
  background: url("../img/sprite.png") -47px -691px no-repeat;
}

.yes-webp .commentTpl2:before {
  background: url("../img/sprite.webp") -47px -691px no-repeat;
}

.commentTpl:after {
  display: block;
  clear: both;
  content: '';
}

.commentTpl:first-child {
  border-top: 1px solid #68a1be;
}

.commentTpl .holder {
  display: flex;
}

.commentTpl .avatar {
  margin-right: 15px;
}

.commentTpl .avatar img {
  max-width: 58px;
}

.comment-info {
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.comment-info .name {
  font-weight: 900;
}

.comment-content {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.comment-content p {
  margin: 0;
}

.commentTpl .btn-answer {
  font-size: 16px;
  display: inline-block;
  float: right;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-decoration: none;
  color: #68a1be;
  border-bottom: 1px dotted #68a1be;
}

.commentTpl .btn-answer:hover {
  color: #f5a00a;
  border-color: #f5a00a;
}

.sidebar-nav {
  position: relative;
  margin-bottom: 38px;
  padding: 30px 0 15px;
}

.sidebar-nav:before {
  position: absolute;
  top: 0;
  left: -51px;
  display: block;
  width: 51px;
  height: 4px;
  content: '';
  background: #f19e0f;
}

.sidebar-nav:after {
  position: absolute;
  bottom: 0;
  left: -51px;
  display: block;
  width: 51px;
  height: 4px;
  content: '';
  background: #68a1be;
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  margin-bottom: 15px;
}

.sidebar-nav a {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-decoration: none;
  color: #616161;
}

.sidebar-nav a:hover, .menu-item--active-trail a {
  color: #f19e0f;
}

.amcharts-main-div a {
  visibility: hidden;
}

.amcharts-chart-div tspan {
  fill: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.text-block {
  margin-bottom: 27px;
  padding: 38px 50px 65px;
  border: 1px solid #cbcbcb;
  background: #fcfcfc;
}

.text-block__img {
  float: right;
  width: 44%;
  text-align: right;
}

.text-block__img img {
  width: 100%;
}

.main-service .text-block {
  padding: 38px 47px 38px;
}

.text-block h2 {
  margin-bottom: 45px;
}

.main-service .text-block h2 {
  margin-bottom: 30px;
}

.text-block-price {
  padding-top: 62px;
}

.text-block-price h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 60px;
  text-transform: uppercase;
}

.text-block p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
  color: #666;
}

.text-block p:last-child {
  margin-bottom: 0;
}

.text-block ul {
  margin-bottom: 20px;
}

.text-block li {
  line-height: 1.6;
  margin-bottom: 10px;
}

.text-block h3 {
  margin-bottom: 13px;
}

.text-block-holder {
  overflow: hidden;
  /* column-count: 2;
	column-gap: 60px; */
}

.text-block2 {
  margin-bottom: 29px;
  padding: 40px 50px 40px;
  border: 1px solid #cbcbcb;
  background: #fff;
}

.text-block2 a {
  font-size: 16px;
  text-decoration: none;
  color: #6ca4c0;
}

.text-block2 h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #666;
}

.text-block2 h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
}

.text-block2 p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px;
  color: #666;
}

.text-block2 p:last-child {
  margin-bottom: 0;
}

.text-block-shares {
  margin-bottom: 25px;
  padding: 30px 40px 22px;
}

.text-block-shares h2 {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 8px;
}

.text-block-shares p {
  margin-bottom: 25px;
}

.text-block2 .result-holder {
  max-width: 1400px;
  margin: 0 auto;
}

.text-block2 .result-holder .result-top {
  width: 100%;
  height: 62px;
  background-size: cover;
}

.no-webp .text-block2 .result-holder .result-top {
  background: url('../img/top-result.jpg') 0 0 no-repeat;
}

.yes-webp .text-block2 .result-holder .result-top {
  background: url('../img/top-result.webp') 0 0 no-repeat;
}

.text-block2 .result {
  height: 550px;
}

.text-block2 .result p {
  margin-bottom: 0;
}

.text-block2 .result img {
  margin-bottom: 0;
}

.text-block2 strong {
  font-weight: bold;
}

.text-block2 img {
  display: block;
  max-width: 100%;
  margin: 0 auto 50px;
}

.text-block2 .video {
  display: block;
  max-width: 930px;
  margin: 85px auto 55px;
}

.text-block2 .text-post {
  overflow: hidden;
}

.text-block2 .text-post img {
  max-width: 320px;
}

.text-block2 .text-post .preview {
  float: left;
  margin: 0 45px 30px 0;
}

.text-block2 .text-post .description {
  overflow: hidden;
  padding-left: 38px;
}

.text-block2 blockquote {
  position: relative;
  margin: 0 0 0 -38px;
  padding: 0 0 1px 38px;
}

.text-block2 blockquote:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 104px;
  height: 73px;
  content: '';
}

.no-webp .text-block2 blockquote:before {
  background: url('../img/quotes-top.png') 0 0 no-repeat;
}

.yes-webp .text-block2 blockquote:before {
  background: url('../img/quotes-top.webp') 0 0 no-repeat;
}

.text-block2 blockquote:after {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: block;
  width: 104px;
  height: 73px;
  content: '';
}

.no-webp .text-block2 blockquote:after {
  background: url('../img/quotes-top.png') 0 0 no-repeat;
}

.yes-webp .text-block2 blockquote:after {
  background: url('../img/quotes-top.webp') 0 0 no-repeat;
}

.text-block-list ul {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
}

.text-block-list ul li {
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
  line-height: 1.6;
}

.text-block-list ul li:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

.no-webp .text-block-list ul li:before {
  background: url("../img/sprite.png") -10px -1043px no-repeat;
}

.yes-webp .text-block-list ul li:before {
  background: url("../img/sprite.webp") -10px -1043px no-repeat;
}

.photo-list {
  margin: -40px 0 0 0;
}

.photo-list-item {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.photo-list-item img {
  display: block;
  width: 100%;
  height: auto;
}

.woks-nav {
  margin: 0 0 60px;
  padding: 37px 50px 14px;
  background: #e5e4e4;
}

.woks-nav-list {
  display: flex;
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.woks-nav-item {
  margin: 0 2px 17px;
}

.woks-nav-item a {
  font-size: 14px;
  display: block;
  min-width: 87px;
  padding: 8px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: #7b7a7a;
}

.woks-nav-item a:hover {
  background: rgba(6, 6, 6, .82);
}

.example-list {
  display: flex;
  margin: 0 -14px 40px;
}

.example-list .col-3 {
  width: 25%;
  padding: 0 14px;
}

.example-item {
  position: relative;
  margin-bottom: 20px;
}

.example-item2 {
  margin-bottom: 28px;
}

.example-item a {
  display: block;
  width: 100%;
  height: auto;
}

.example-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(6, 6, 6, .4);
}

.example-item img {
  display: block;
  width: 100%;
  height: auto;
}

.example-title {
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  left: 16px;
  min-width: 153px;
  padding: 10px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background: rgba(6, 6, 6, .45);
}

.example-title:hover {
  background: rgba(6, 6, 6, .82);
}

.main-post {
  padding: 5px 0 75px;
}

.main-post .holder {
  max-width: 994px;
  margin: 0 auto;
  padding: 30px 250px 0 160px;
}

.no-webp .main-post .holder {
  background: url('../img/icon2.png') 100% 0 no-repeat;
}

.yes-webp .main-post .holder {
  background: url('../img/icon2.webp') 100% 0 no-repeat;
}

.main-post2 .holder {
  padding: 0 50px;
  text-align: center;
}

.main-post h1 {
  font-size: 58px;
  font-weight: 800;
  margin: 0 0 50px;
  text-transform: uppercase;
  color: #666;
}

.main-post p {
  font-size: 21px;
  line-height: 1.5;
  display: block;
  text-align: justify;
  color: #666;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.brief-block {
  margin-bottom: 25px;
  padding: 79px 118px 10px;
  border: 1px solid #cbcbcb;
  background: #fcfcfc;
}

.brief-block .row {
  display: flex;
  margin: 0 -60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brief-block .row2 {
  display: flex;
  margin: 0 -40px;
  flex-wrap: wrap;
}

.brief-block .col-6 {
  display: flex;
  width: 50%;
  max-width: 736px;
  margin-bottom: 83px;
  padding: 0 60px;
  flex-wrap: wrap;
  align-items: flex-end;
}

.brief-block .col-12 {
  width: 100%;
  margin-bottom: 62px;
  padding: 0 60px;
}

.brief-block label {
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-transform: uppercase;
  color: #666;
}

.brief-block label a {
  color: #68a2be;
}

.brief-block .row-input {
  overflow: hidden;
  width: 100%;
}

.brief-block h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 70px;
  text-transform: uppercase;
  color: #666;
}

.brief-block h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #666;
}

.brief-block .switchBlock {
  min-width: 290px;
  margin-bottom: 40px;
  padding: 0 40px;
}

.brief-block .switch {
  margin-bottom: 25px;
}

.brief-block .switch label {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.brief-block .btn-submit {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  width: 312px;
  height: 63px;
  margin: 0 0 50px;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #f39e0e;
  justify-content: center;
  align-items: center;
}

.brief-block .btn-submit:hover {
  background: #6ca3c0;
}

.checkbox2 {
  position: absolute;
  z-index: -1;
  margin: 10px 0 0 20px;
  opacity: 0;
}

.checkbox2+label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}

.checkbox2+label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 22px;
  content: '';
  transition: .2s;
  background: #e7e5e5;
}

.checkbox2+label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  transition: .2s;
  background: #d0cece;
}

.checkbox2:checked+label:before {
  background: #e7e5e5;
}

.checkbox2:checked+label:after {
  left: 22px;
  background: #68a2be;
}

.visual {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 690px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

.visual .container {
  width: 1660px;
  margin: 0 auto;
  /* padding: 240px 55px 0; */
}

.visual .text {
  font-size: 30px;
  line-height: 55px;
  overflow: hidden;
  max-width: 800px;
  padding: 15px;
  padding-left: 0;
  color: #fff;
  border-radius: 5px;
  color: #fff;
}

.visual .text p {
  margin: 0 0 15px;
  color: #fff;
}

.visual .text h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  color: #fff;
}

.visual .text h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 55px;
  margin: 0 0 15px;
  color: #fff;
}

.visual .text .case_alter p, .visual .text .case_alter h1, .visual .text .case_alter h2 {
  color: #231f20;
}

.command-list {
  display: flex;
  flex-wrap: wrap;
}

.command-item {
  font-size: 19px;
  line-height: 1.4;
  width: 33.3%;
  margin-bottom: 30px;
  padding: 0 40px;
  color: #666;
}

.command-item-inner {
  padding-left: 70px;
  position: relative;
}

.command-item-inner:before {
  display: block;
  content: '';
  width: 34px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 5px;
}

.no-webp .command-item-inner:before {
  background: url("../img/sprite.png") -10px -416px no-repeat;
}

.yes-webp .command-item-inner:before {
  background: url("../img/sprite.webp") -10px -416px no-repeat;
}

.command-item .position {
  font-weight: 600;
}

.content-carousel {
  padding: 0 90px;
  margin-top: 50px;
}

.content-carousel .slick-arrow, .slider-design .slick-arrow {
  z-index: 99;
  top: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-carousel img {
  margin-bottom: 0;
}

.content-carousel .slick-arrow:before {
  display: none;
}

.content-carousel .slick-prev, .slider-design .slick-prev {
  left: 0;
}

/*.no-webp .content-carousel .slick-prev, .slider-design .slick-prev {
  background: url('../img/sprite.png') -10px -2px no-repeat;
}

.yes-webp .content-carousel .slick-prev, .slider-design .slick-prev {
  background: url('../img/sprite.webp') -10px -2px no-repeat;
}*/

.content-carousel .slick-next, .slider-design .slick-next {
  right: 0;
}
/*
.no-webp .content-carousel .slick-next, .slider-design .slick-next {
  background: url('../img/sprite.png') -10px 0 no-repeat;
}

.yes-webp .content-carousel .slick-next, .slider-design .slick-next {
  background: url('../img/sprite.webp') -10px 0 no-repeat;
}
*/
.block-404 {
  text-align: center;
  color: #666;
}

.block-404 img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 54px;
}

.block-404 h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.block-404 p {
  font-size: 16px;
  line-height: 1.6;
}

.contacts .row {
  display: flex;
  margin: 0 -11px;
  flex-wrap: wrap;
}

.contacts .col-12 {
  width: 100%;
  margin-bottom: 22px;
  padding: 0 11px;
}

.contacts .col-6 {
  width: 50%;
  margin-bottom: 22px;
  padding: 0 11px;
}

.map {
  position: relative;
}

.map img {
  display: block;
  width: 100%;
  height: 100%;
}

.map .map-title {
  font-size: 25px;
  font-weight: 900;
  position: absolute;
  top: 45px;
  left: 50px;
  color: #fff;
}

.contacts .contact-block {
  height: 100%;
  padding: 37px 49px;
  background: #6ca4c0;
}

.contacts .contact-block2 {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: #f5a00a;
}

.contacts .contact-block h3 {
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 43px;
  color: #fff;
}

.contacts .contact-block .row {
  justify-content: space-between;
  align-items: flex-end;
}

.contacts .contact-block .inputs-holder {
  min-width: 385px;
}

.contacts_service .contact-block .inputs-holder {
  width: 100%;
}

.contact-list {
  font-size: 20px;
  margin: 0 0 0 -4px;
  padding: 0;
  list-style: none;
  color: #fff;
}
.contact-list a{
  color: #fff;
  text-decoration: none;
}
.contact-list a:hover{
  text-decoration: underline;
}
.contact-list li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li p {
  margin: 0;
}

.contact-list li:before {
  display: block;
  display: block;
  width: 30px;
  min-width: 30px;
  height: 35px;
  margin-right: 47px;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
}

.no-webp .contact-list li.ico-phone:before {
  background-image: url('../img/sprite.png');
  background-position: -5px -1000px;
}

.no-webp .contact-list li.ico-email:before {
  background-image: url('../img/sprite.png');
  background-position: -10px -574px;
}

.no-webp .contact-list li.ico-skype:before {
  background-image: url('../img/sprite.png');
  background-position: -7px -823px;
}

.no-webp .contact-list li.ico-whatsapp:before {
  background-image: url('../img/sprite.png');
  background-position: -10px -614px;
}

.no-webp .contact-list li.ico-address:before {
  background-image: url('../img/sprite.png');
  background-position: -8px -930px;
}

.yes-webp .contact-list li.ico-phone:before {
  background-image: url('../img/sprite.webp');
  background-position: -5px -1000px;
}

.yes-webp .contact-list li.ico-email:before {
  background-image: url('../img/sprite.webp');
  background-position: -10px -574px;
}

.yes-webp .contact-list li.ico-skype:before {
  background-image: url('../img/sprite.webp');
  background-position: -7px -823px;
}

.yes-webp .contact-list li.ico-whatsapp:before {
  background-image: url('../img/sprite.webp');
  background-position: -10px -614px;
}

.yes-webp .contact-list li.ico-address:before {
  background-image: url('../img/sprite.webp');
  background-position: -8px -930px;
}

.contacts .row-input {
  overflow: hidden;
  margin-bottom: 40px;
}

input:focus {
  outline: none;
}

.contacts_service .row-input {
  margin-bottom: 5px;
}

.contacts .row-input:last-child {
  margin-bottom: 0;
}

.contacts input {
  font-size: 16px;
  height: 36px;
  color: #fff;
  border-bottom-color: #fbdaa0;
}

.contacts input+.graphic {
  stroke: #fff;
}

.contacts input::-webkit-input-placeholder {
  color: #fff;
}

.contacts input::-moz-placeholder {
  color: #fff;
}

.contacts input:-ms-input-placeholder {
  color: #fff;
}

.contacts input:-moz-placeholder {
  color: #fff;
}

.contacts input:last-child {
  margin-bottom: 0;
}

.contacts .btn-submit {
  font-size: 15px;
  width: 310px;
  height: 62px;
  margin-top: 65px;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.contacts_service .btn-submit {
  margin-top: 25px;
}

.contacts .btn-submit:hover {
  background: #6ca3c0;
}

.price-list {
  display: flex;
  margin: 0 -11px;
  flex-wrap: wrap;
}

.price-list .price-item {
  width: 50%;
  margin-bottom: 22px;
  padding: 0 11px;
}

.price-list .price-item .holder {
  position: relative;
  overflow: hidden;
  height: 430px;
  padding: 40px 285px 40px 35px;
  color: #fff;
  background: #bbb58f;
}

.price-list .price-item2 .holder {
  background: #afbb8f;
}

.price-list .price-item3 .holder {
  background: #8fa2bb;
}

.price-list .price-item4 .holder {
  background: #ab8fbb;
}

.price-list .price-item5 .holder {
  background: #8fbb8f;
}

.price-list .price-item6 .holder {
  background: #80a0cb;
}

.price-list .price-item .holder:before {
  position: absolute;
  top: 0;
  right: 38px;
  display: block;
  width: 175px;
  height: 100%;
  content: '';
  opacity: .3;
}

.no-webp .price-list .price-item .holder:before {
  background: url('../img/texture1.png') 0 0 no-repeat;
}

.yes-webp .price-list .price-item .holder:before {
  background: url('../img/texture1.webp') 0 0 no-repeat;
}

.no-webp .price-list .price-item2 .holder:before {
  background: url('../img/texture2.png') 0 0 no-repeat;
}

.no-webp .price-list .price-item3 .holder:before {
  background: url('../img/texture3.png') 0 0 no-repeat;
}

.no-webp .price-list .price-item4 .holder:before {
  background: url('../img/texture4.png') 0 0 no-repeat;
}

.no-webp .price-list .price-item5 .holder:before {
  background: url('../img/texture5.png') 0 0 no-repeat;
}

.no-webp .price-list .price-item6 .holder:before {
  background: url('../img/texture6.png') 0 0 no-repeat;
}

.yes-webp .price-list .price-item2 .holder:before {
  background: url('../img/texture2.webp') 0 0 no-repeat;
}

.yes-webp .price-list .price-item3 .holder:before {
  background: url('../img/texture3.webp') 0 0 no-repeat;
}

.yes-webp .price-list .price-item4 .holder:before {
  background: url('../img/texture4.webp') 0 0 no-repeat;
}

.yes-webp .price-list .price-item5 .holder:before {
  background: url('../img/texture5.webp') 0 0 no-repeat;
}

.yes-webp .price-list .price-item6 .holder:before {
  background: url('../img/texture6.webp') 0 0 no-repeat;
}

.price-list .price-item h3 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 15px;
}

.price-list .price-item p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
}

.consultation-form {
  overflow: hidden;
  max-width: 855px;
  margin: 0 auto;
}

.consultation-form h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 74px;
  text-transform: uppercase;
}

.consultation-form .row-input {
  margin-bottom: 42px;
}

.consultation-form .btn-submit {
  font-size: 15px;
  font-weight: bold;
  display: block;
  width: 309px;
  height: 63px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-transform: uppercase;
  color: #fff;
  border: transparent;
  background: #f5a00a;
}

.consultation-form .btn-submit:hover {
  background: #6ca3c0;
}

/* fixed-menu */
.fixed-menu .btn-close {
  display: block;
  width: 27px;
  height: 27px;
}

.no-webp .fixed-menu .btn-close {
  background: url(../img/sprite.png) -10px -690px no-repeat;
}

.yes-webp .fixed-menu .btn-close {
  background: url(../img/sprite.webp) -10px -690px no-repeat;
}

.fixed-menu {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.fixed-menu.active {
  visibility: visible;
}

.fixed-menu .holder {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  position: absolute;
  top: 0;
  left: -807px;
  overflow: auto;
  width: 807px;
  height: 100%;
  /* min-height: 720px; */
  padding: 45px;
  -webkit-transition: all .5s linear 0s;
  -moz-transition: all .5s linear 0s;
  -o-transition: all .5s linear .5s;
  transition: all .5s linear 0s;
  background: #6ca3c0;
}

.fixed-menu.active .holder {
  left: 0;
}

.fixed-menu .btn-close {
  margin-right: 50px;
  margin-bottom: 8px;
}

.fixed-menu .header_top_logo {
  height: 50px;
  margin-bottom: 25px;
}

.fixed-menu .socials {
  margin-bottom: 40px;
}

.fixed-menu .copyright {
  width: 100%;
  font-size: 12px;
  color: #fff;
}

.fixed-menu .menu-page {
  width: 100%;
}

.fixed-menu-bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
}

.block-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.menu-page ul {
  overflow: hidden;
  max-width: 400px;
  margin: 0 0 0 -50px;
  padding: 0;
  list-style: none;
}

.menu-page li {
  position: relative;
  left: -50%;
  display: none;
  float: left;
  clear: both;
  margin-bottom: 12px;
  padding-bottom: 28px;
  transition: background-position-x .9s linear;
}

.menu-page a {
  font-size: 25px;
  font-weight: 900;
  transition: all .45s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.menu-page li:hover {
  -webkit-animation: line 1s;
  animation: line 1s;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'390\' height=\'50\'%3e%3cpath fill=\'none\' stroke=\'%23f5a00a\' stroke-width=\'1.5\' stroke-miterlimit=\'10\' d=\'M0 47.585h130c13.75 0 28.74-38.778 46.168-19.416C192.669 46.5 243.603 47.585 260 47.585h130\'/%3e%3c/svg%3e');
  stroke: #f5a00a;
}

.menu-page li:hover a {
  color: #f5a00a;
}

@-webkit-keyframes line {
  0% {
    background-position-x: 390px;
  }
}

@keyframes line {
  0% {
    background-position-x: 390px;
  }
}

/* footer */
.footer {
  position: relative;
  padding: 25px 0 15px;
  background: #585858;
}

.footer .socials {
  float: right;
  margin-top: 12px;
}

.footer .container {
  padding-right: 305px;
}

.footer .container:after {
  display: block;
  clear: both;
  content: '';
}

.footer .holder {
  display: flex;
  overflow: hidden;
}

.footer-info {
  max-width: 325px;
  margin-right: 140px;
}

.copyright {
  font-size: 12px;
  color: #9a9a9a;
}

.footer-address {
  font-size: 18px;
  line-height: 1.6;
  margin-right: 145px;
  color: #fff;
}

.footer-address a {
  font-size: 16px;
  border-bottom: 1px solid transparent;
  color: #6ca4c0;
  text-decoration: none;
}

.footer-address a:hover {
  border-bottom: 1px solid #6ca4c0;
}

.footer-address .address-item {
  margin-bottom: 5px;
}

.footer-menu ul {
  font-size: 16px;
  display: flex;
  max-width: 420px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.footer-menu li {
  margin-right: 35px;
  line-height: 2;
}

.footer-menu a {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-decoration: none;
  color: #fff;
}

.footer-menu a:hover {
  color: #f5a00a;
}
.footer .info {
  margin-top: 30px;
  order: 5;
}
.footer .info p {
  color: #fff;
  padding: 0;
  margin: 5px;
}
.footer .info a {
  color: #fff;
}
.footer .info a:hover {
  text-decoration: none;
}

/* popup */
.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  background: rgba(0, 0, 0, .3);
}


a.block-close:hover,
a.block-close {
  transition: none;
}


.popup.active {
  visibility: visible !important;
  opacity: 1 !important;
}

.popup .btn-close {
  position: absolute;
  top: 0;
  right: -46px;
  width: 27px;
  height: 27px;
  /*background: url('../img/btn-close.png') 0 0 no-repeat;*/
}

.popup .btn-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.popup .btn-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.popup .frame {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 780px;
  margin: 85px auto;
  background: #fff;
}

.popup-title {
  font-size: 16px;
  position: relative;
  padding: 22px;
  text-align: center;
  color: #fff;
  background: #6ca3c0;
}

.popup-title h2 {
  font-size: 25px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.main-form .popup-contacts{
  float: left;
  width: 100%;
  margin: 10px 0px 10px 0px;
  display: flex;
  justify-content: center;
}
.main-form .popup-contacts div{
  width: 36%;
  display: flex;
  justify-content: center;
}
.main-form .popup-contacts a{
  margin: 0px 0px 0px 16px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.main-form  .popup-title h2 {
  font-size: 36px;
  text-transform: none;
}
.main-form .popup-title {
  font-size: 18px;
}
.main-form.popup .row-input {
  margin-bottom: 20px;
}

.popup-inner {
  padding: 65px 75px;
}

.popup-inner p {
  margin-bottom: 15px;
}

.popup .row-input {
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}
.popup .row-input .msg{
  position: absolute;
  bottom: 0px;
  left: 5px;
  font-size: 12px;
  color: red;
  display: none;
}
.popup .form-step.step-2 {
  display:none;
}
.popup .form-step.step-2 .row-input.act{
  display: flex;
}
.popup .btn-submit {
  font-size: 15px;
  display: block;
  width: 100%;
  max-width: 310px;
  height: 63px;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border: transparent;
  background: #f5a00a;
}
.popup .step-2 .btn-submit.show-step {
  background: none;
  color: #333;
  border: 1px solid #ddd;
}
.popup .step-2 .btn-submit.show-step:hover {
  color: #858383;
}

.popup .btn-submit:hover {
  background: #6ca3c0;
}

/* price diagram */
.diagram-container {
  max-width: 1000px;
  margin: 0 auto;
}

.diagram-container>p {
  padding-top: 50px;
}

.price-diagram {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin: 0 auto;
}

.price-diagram:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  content: '';
}

.no-webp .price-diagram:before {
  background: url('../img/border-diagram1.png') 0 0 repeat-y;
}

.yes-webp .price-diagram:before {
  background: url('../img/border-diagram1.webp') 0 0 repeat-y;
}

.price-diagram:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
}

.no-webp .price-diagram:after {
  background: url('../img/border-diagram2.png') 0 0 repeat-y;
}

.yes-webp .price-diagram:after {
  background: url('../img/border-diagram2.webp') 0 0 repeat-y;
}

.price-diagram .diagram-space-icons {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.messages--status {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hidden;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  box-shadow: none !important;
  border: 0 !important;
  padding: 22px !important;
  text-align: center;
  color: #fff !important;
  background: #6ca3c0 !important;
  opacity: 1;
  z-index: 10;
}

@keyframes hidden {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.page-node-type-case .post-pagination {
  padding: 0 50px;
}

@media (max-width: 899px) {
  .price-diagram .diagram-space-icons {
    display: none;
  }
}

.price-diagram .diagram-space-icons.bottom {
  top: 100%;
}

.price-diagram .diagram-space-icons .icon {
  position: absolute;
}

.price-diagram .diagram-space-icons .icon-space-rocket {
  right: 126px;
  bottom: -11px;
}

.price-diagram .diagram-space-icons .icon-space-planet {
  bottom: 22px;
  left: 136px;
}

.price-diagram .diagram-space-icons .icon-stars {
  bottom: 100%;
}

.price-diagram .diagram-space-icons .icon-ameobas,
.price-diagram .diagram-space-icons .icon-microbes {
  top: 100px;
}

@media (max-width: 899px) {
  .price-diagram {
    width: auto;
  }
}

.price-diagram .backlines,
.price-diagram .backlines i,
.price-diagram .frontlines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.price-diagram .backlines i {
  top: 33px;
  height: 36px;
  background: #e3ebf0;
}

.price-diagram .backlines i:nth-child(2) {
  top: 131px;
}

.price-diagram .backlines i:nth-child(3) {
  top: 203px;
}

.price-diagram .backlines i:nth-child(4) {
  top: 275px;
}

.price-diagram .backlines i:nth-child(5) {
  top: 347px;
}

.price-diagram .backlines i:nth-child(6) {
  top: 417px;
}

.price-diagram .frontlines {
  font-size: 0;
  line-height: 419px;
}

.price-diagram .frontlines i {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 108px;
  height: 0 !important;
  margin-left: 21px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  vertical-align: bottom;
  background: #6ca3c0;
}

.price-diagram .frontlines i:nth-child(1).active {
  height: 94px !important;
}

.price-diagram .frontlines i:nth-child(2).active {
  height: 139px !important;
}

.price-diagram .frontlines i:nth-child(3).active {
  height: 189px !important;
}

.price-diagram .frontlines i:nth-child(4).active {
  height: 156px !important;
}

.price-diagram .frontlines i:nth-child(5).active {
  height: 199px !important;
}

.price-diagram .frontlines i:nth-child(6).active {
  height: 206px !important;
}

.price-diagram .frontlines i:nth-child(7).active {
  height: 287px !important;
}

#fancybox-content,
#fancybox-close,
#fancybox-wrap,
#fancybox-wrap * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
}

@media (max-width: 899px) {
  .price-diagram .frontlines i {
    width: 58px;
    margin-left: 10px;
  }
}

@media (max-width: 620px) {
  .price-diagram .frontlines i {
    width: 18px;
    margin-left: 10px;
  }
}

.price-diagram .frontlines i span {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  background: #f5a00a;
}

.price-diagram .v-titles {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  margin-right: 20px;
}

.price-diagram .v-titles span {
  font-size: 16px;
  font-weight: 800;
  line-height: 18px;
  position: relative;
  display: block;
  text-align: right;
  white-space: normal;
}

.price-diagram .h-titles {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 18px;
  white-space: nowrap;
}

@media (max-width: 899px) {
  .price-diagram .h-titles {
    margin-top: -76px;
  }
}

@media (max-width: 620px) {
  .price-diagram .h-titles {
    margin-top: -68px;
  }
}

.price-diagram .h-titles span {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
  width: 110px;
  margin-left: 21px;
  vertical-align: top;
  color: #666;
}

@media (min-width: 900px) {
  .price-diagram .h-titles span {
    white-space: normal;
  }
}

@media (max-width: 899px) {
  .price-diagram .h-titles span {
    font: 400 15px/14px 'FuturaPT', sans-serif;
    width: 54px;
    margin-left: 10px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .price-diagram .h-titles span:first-child {
    margin-right: -3px;
    margin-left: 10px;
  }
}

@media (max-width: 620px) {
  .price-diagram .h-titles span {
    width: 14px;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  .price-diagram .h-titles span:first-child {
    margin-right: -2px;
    margin-left: 11px;
  }
}

.price-diagram .h-titles span:nth-child(2) {
  margin-left: 12px;
}

.price-diagram .note {
  font-size: 13px;
  position: absolute;
  bottom: -57px;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 19px 19px 0 0;
  color: #b38959;
}

.price-diagram .note span {
  white-space: nowrap;
}

@media (min-width: 900px) {
  .price-diagram .note {
    left: -57px;
    text-align: right;
  }

  .no-webp .price-diagram .note {
    background: url('../img/border-diagram1.png') 100% 0 repeat-y,
      url('../img/border-diagram2.png') 0 0 repeat-x;
  }

  .yes-webp .price-diagram .note {
    background: url('../img/border-diagram1.webp') 100% 0 repeat-y,
      url('../img/border-diagram2.webp') 0 0 repeat-x;
  }

  .price-diagram .note span {
    display: block;
    margin-left: -50px;
  }
}

@media (max-width: 899px) {
  .price-diagram .note {
    width: 100%;
  }
}

.shares-column {
  display: flex;
  margin: 0 -25px;
  flex-wrap: wrap;
}

.shares-column .select-area {
  height: 0;
  margin: 0;
  opacity: 0;
}

.shares-column .col-6 {
  width: 50%;
  padding: 0 25px;
}

.shares-column h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #666;
}

.shares-column .slide-credit+h3 {
  margin-bottom: 10px;
}

.shares-block {
  padding: 30px 40px 22px 40px;
  background: #e7e6e6;
}

.shares-block h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #616161;
}

.slide-credit>span {
  display: block;
  text-align: right;
  font-size: 14px;
}

.shares-row {
  display: flex;
  position: relative;
  margin: 0px -15px 20px;
  padding-bottom: 15px;
}

.no-webp .shares-row {
  background: url('../img/line.jpg') 0 100% repeat-x;
}

.yes-webp .shares-row {
  background: url('../img/line.webp') 0 100% repeat-x;
}

.shares-row2 {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.shares-row .col-4 {
  width: 33.3%;
  padding: 0 15px;
}

.shares-checkbox {
  width: 100%;
}

.shares-checkbox input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.shares-checkbox input[type='radio']+label {
  font-size: 16px;
  display: flex;
  width: 100%;
  height: 57px;
  margin-bottom: 15px;
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  background: #7c7b7b;
  justify-content: center;
  align-items: center;
}

.shares-checkbox input[type='radio']:checked+label,
.shares-checkbox input[type='radio']+label:hover {
  background: #68a1bd;
}

.shares-checkbox label i, .row-services h4 i {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
  font-style: normal;
  background: #fff;
  color: #7c7b7b;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-transform: none;
}

.row-services h4 i {
  color: #fff;
  background: #7c7b7b;
}

.shares-checkbox label i:before {
  position: absolute;
  z-index: 3;
  top: -25px;
  left: 50%;
  display: none;
  width: 26px;
  height: 15px;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.no-webp .shares-checkbox label i:before {
  background: url('../img/arrow-bottom.png') 0 0 no-repeat;
}

.yes-webp .shares-checkbox label i:before {
  background: url('../img/arrow-bottom.webp') 0 0 no-repeat;
}

.shares-checkbox label i:hover:before {
  display: block;
}

span.tooltip {
  display: none;
  position: relative;
  top: -100px;
  left: 50%;
  width: 500px;
  height: auto;
  padding: 12px 20px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: translateX(-50%)translateY(-50%);
  -moz-transform: translateX(-50%)translateY(-50%);
  -ms-transform: translateX(-50%)translateY(-50%);
  -o-transform: translateX(-50%)translateY(-50%);
  transform: translateX(-50%)translateY(-50%);
  color: #616161;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background: #fcfcfc;
}

.shares-checkbox label i:hover span.tooltip, .row-services h4 i:hover span.tooltip {
  display: block;
}

.shares-column .slide-credit img {
  margin: 0;
}

.shares-column .slide-credit {
  margin-bottom: 0px;
  padding-bottom: 0px;
  /* border-bottom: 1px solid #c9c9c9; */
}

.shares-column .row-services {
  display: flex;
}

.shares-column .row-services .col-4 {
  width: 33.3%;
}

.shares-column .row-services h4 {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #666;
}

.shares-column .row-services .switch {
  margin-bottom: 15px;
}

.shares-column .checkbox2+label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 15px;
  padding-left: 45px;
  color: #666;
}

.shares-column .checkbox2+label:before {
  width: 30px;
  height: 15px;
}

.shares-column .checkbox2+label:after {
  width: 15px;
  height: 15px;
}

.row-order {
  display: flex;
  margin: 0 -12px;
}

.row-order .col-8 {
  display: flex;
  width: 70%;
  padding: 0 12px;
}

.row-order .col-8 .block {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.row-order .col-8 .block:first-child {
  border-left: 1px solid #cecece;
}

.row-order .col-8 .block:last-child {
  max-width: 400px;
  border-right: 1px solid #cecece;
}

.row-order .col-4 {
  width: 40%;
  padding: 0 12px;
}

.row-order .col-4 .block {
  border: 1px solid #cecece;
}

.row-order .block {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 55px;
  background: #fff;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.row-order .block .btn-callBack {
  font-size: 15px;
  position: absolute;
  bottom: 20px;
  left: 55px;
  display: flex;
  width: 230px;
  height: 44px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #f39e0e;
  justify-content: center;
  align-items: center;
}

.row-order .block .btn-callBack:hover {
  background: #63a0bc;
}

.row-order .block .callback-form {
  overflow: hidden;
}

.row-order .block2 {
  padding-right: 35px;
  padding-left: 35px;
  background: #e5e4e4;
}

.row-order .block h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #666;
}

#select-credit {
  display: none;
}

.row-order .block .price-month {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 0;
  color: #f39e0e;
}

.discount {
  padding-bottom: 20px;
}

.oferta {
  position: absolute;
  font-size: 13px;
  bottom: 20px;
  right: 40px;
}

.row-order .block ul li {
  padding-bottom: 5px;
}

.main-price .row-input {
  height: 50px;
}

.row-order .block .price-month strong {
  font-size: 31px;
}

.row-order .block .price-month span {
  font-size: 15px;
}

.row-order .block .price {
  font-size: 15px;
  margin: 0 0 10px;
  color: #68a2be;
}

.row-order .block .price strong {
  font-weight: bold;
}

.row-order .block .old-price {
  font-size: 18px;
  color: #a5a5a5;
}

.row-order .block .old-price strong {
  font-size: 15px;
  font-weight: bold;
}

.row-order .block ul {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
}

.row-order .block ul strong {
  font-size: 15px;
  font-weight: bold;
}

.row-order .btn-submit {
  font-size: 15px;
  display: flex;
  width: 242px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background: #f39e0e;
  justify-content: center;
  align-items: center;
}

.row-order .btn-submit:hover {
  background: #63a0bc;
}

.row-order .row-confirm {
  margin-bottom: 25px;
  height: auto;
}

.row-order .checkbox input+label {
  font-size: 11px;
  line-height: 1.2;
  padding-top: 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #72a7c3 !important;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f5a00b !important;
}

div#comparison {
  overflow: hidden;
  position: relative;
  height: 0 !important;
  width: 100%;
  max-width: 100%;
  padding-top: 14.34%;
  max-height: 600px;
}

div#comparison figure {
  font-size: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  margin: 0;
  background-size: cover;
}

.no-webp div#comparison figure {
  background-image: url('../img/slider.png');
}

.yes-webp div#comparison figure {
  background-image: url('../img/slider.webp');
}

div#comparison figure>img {
  position: relative;
  width: 100%;
}

div#comparison figure div {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
  background-size: cover;
}

.no-webp div#comparison figure div {
  background-image: url('../img/slider-active.png');
}

.yes-webp div#comparison figure div {
  background-image: url('../img/slider-active.webp');
}

div#comparison input[type=range] {
  position: absolute;
  bottom: 0;
  left: -0.1%;
  width: 99.4%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
}

div#comparison input[type=range]:focus {
  outline: none;
}

div#comparison input[type=range]:active {
  outline: none;
}

div#comparison input[type=range]::-moz-range-track {
  position: relative;
  width: 98%;
  height: 15px;
  outline: none;
  background-color: rgba(255, 255, 255, .1);
  -moz-appearance: none;
}

div#comparison input[type=range]::active {
  border: none;
  outline: none;
}

div#comparison input[type=range]::-webkit-slider-thumb {
  width: 19px;
  height: 19px;
  cursor: pointer;
  border-radius: 19px;
  background: #68a1be;
  -webkit-appearance: none;
}

div#comparison input[type=range]::-moz-range-thumb {
  width: 19px;
  height: 19px;
  cursor: pointer;
  border-radius: 19px;
  background: #68a1be;
  -moz-appearance: none;
}

.header .fp-tableCell {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-top {
  /* padding-top: 80px; */
}

.inner2 .main-price {
  padding-top: 80px;
}

.main.main-price {
  padding: 130px 0 100px;
}

.main-service .content {
  padding-top: 80px;
}

.service-section-top {
  padding-top: 80px;
}

.path-services .service-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*media*/
@media screen and (min-width: 1600px) {
  .serviceTpl-title h2 {
    font-size: 26px;
    font-weight: 800;
  }

  .addComments .row {
    flex-wrap: wrap;
  }

  .serviceTpl-title a {
    padding: 30px 39px;
  }

  /* price */
  .diagram-container {
    max-width: 1400px;
  }

  .price-diagram {
    max-width: 1242px;
    height: 676px;
  }

  .price-diagram .frontlines {
    line-height: 593px;
  }

  .price-diagram .frontlines i:nth-child(1).active {
    height: 166px !important;
  }

  .price-diagram .frontlines i:nth-child(2) {
    bottom: -45px !important;
    margin-left: 74px;
  }

  .price-diagram .frontlines i:nth-child(2).active {
    height: 224px !important;
  }

  .price-diagram .frontlines i:nth-child(3) {
    margin-left: 73px;
  }

  .price-diagram .frontlines i:nth-child(3).active {
    height: 162px !important;
  }

  .price-diagram .frontlines i:nth-child(4) {
    bottom: 178px !important;
    margin-left: 75px;
  }

  .price-diagram .frontlines i:nth-child(4).active {
    height: 111px !important;
  }

  .price-diagram .frontlines i:nth-child(5) {
    bottom: 177px !important;
    margin-left: 75px;
  }

  .price-diagram .frontlines i:nth-child(5).active {
    height: 283px !important;
  }

  .price-diagram .frontlines i:nth-child(5).active span {
    height: 170px !important;
  }

  .price-diagram .frontlines i:nth-child(6) {
    bottom: 65px !important;
    margin-left: 74px;
  }

  .price-diagram .frontlines i:nth-child(6).active {
    height: 275px !important;
  }

  .price-diagram .frontlines i:nth-child(6).active span {
    height: 111px !important;
  }

  .price-diagram .frontlines i:nth-child(7) {
    bottom: 67px !important;
    margin-left: 74px;
  }

  .price-diagram .frontlines i:nth-child(7).active {
    height: 506px !important;
  }

  .price-diagram .frontlines i:nth-child(7).active span {
    height: 344px;
  }

  .price-diagram .v-titles {
    height: 100%;
    margin-right: 36px;
  }

  .price-diagram .backlines i {
    top: 82px;
    height: 50px;
  }

  .price-diagram .backlines i:nth-child(2) {
    top: 256px;
  }

  .price-diagram .backlines i:nth-child(3) {
    top: 365px;
  }

  .price-diagram .backlines i:nth-child(4) {
    top: 475px;
  }

  .price-diagram .backlines i:nth-child(5) {
    top: 588px;
  }

  .price-diagram .note {
    left: -93px;
    width: 95px;
  }

  .price-diagram .h-titles span {
    width: 163px;
  }

  .our-works_list2 .our-works_item_block5 img {
    left: -241px;
  }

  .our-works_list2 .our-works_item_block2 img {
    top: 67px;
    left: 216px;
  }

  .row-order .col-8 .block:first-child {
    width: 397px;
  }

  .row-order .block2 {
    width: 261px;
  }

  .row-order .block {
    padding: 30px 40px 20px;
  }
}

.col-3.col-3_2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.example-item {
  margin-bottom: 0;
}

.example-item2 {
  margin-bottom: 9%;
  width: 100%;
}

.example-item2:last-child {
  margin-bottom: 0;
}

.example-item a {
  display: inline;
}

.example-item img {
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 1800px) {
  div#comparison figure {
    background-repeat: no-repeat;
    background-size: contain;
  }

  div#comparison {
    height: 111px;
  }

  .example-list {
    flex-flow: wrap;
  }

  /* .example-list .col-3 {
    width: 50%;
  }

  .example-list .col-3:first-child,
  .example-list .col-3:last-child {
    order: 1;
  }

  .example-list .col-3:nth-child(2),
  .example-list .col-3:nth-child(3) {
    order: 2;
  } */
}

@media screen and (max-width: 1700px) {
  .text-block-shares {
    padding: 30px 25px 22px;
  }

  .row-order .block {
    padding: 30px 30px 20px;
  }

  .shares-block {
    padding: 30px 20px 22px 20px;
  }

  div#comparison {
    height: 103px;
  }

  .schedule-gallery .slick-next {
    right: 150px;
  }
}

@media screen and (max-width: 1600px) {
  .sidebar2 {
    min-width: 320px;
  }

  a.btn-nav {
    margin-right: 25px;
  }

  .serviceTpl-title,
  .serviceTpl-title h2 {
    font-size: 18px;
  }

  .serviceTpl-title a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tegs ul li {
    font-size: 12px;
    padding: 0 8px;
  }

  /*.schedule-gallery .slick-arrow {*/
  /*display: none !important;*/
  /*}*/
  .footer .container {
    padding-right: 180px;
  }

  .addComments .row {
    flex-wrap: wrap;
  }

  .serviceTpl.serviceTpl2 {
    margin-bottom: 22px;
  }

  .shares-checkbox input[type='radio']+label {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .row-order .block3 {
    width: 370px;
  }

  /*.row-order .col-4 {*/
  /*width: 30%;*/
  /*}*/
  .schedule-gallery .slick-prev {
    left: 210px;
  }

  .schedule-gallery .slick-next {
    right: 100px;
  }

  .schedule-gallery .slide-holder {
    max-width: 968px;
    padding-left: 50px;
  }

  div#comparison figure {
    background-repeat: no-repeat;
    background-size: contain;
    height: 93px;
  }
}

@media screen and (max-width: 1500px) {
  .woks-nav {
    padding: 25px 35px 14px;
    margin: 0 0 25px;
  }

  .woks-nav-item {
    margin: 0 2px 9px;
  }

  .woks-nav-item a {
    font-size: 12px;
    padding: 6px;
  }

  .example-list {
    margin-bottom: 25px;
  }

  div#comparison figure {
    height: 88px;
  }
}

@media screen and (max-width: 1450px) {
  div#comparison figure {
    height: 85px;
  }
}

@media screen and (max-width: 1400px) {
  .contact-list li:before {
    margin-right: 20px;
  }

  div#comparison figure {
    height: 81px;
  }

  .header .slogan {
    display: none;
  }

  .our-works_item_block1 img {
    left: 19px;
  }

  .our-works_item_block2 img {
    left: 223px;
  }

  .our-works_item_block3 img {
    left: 95px;
  }

  .our-works_item_block4 img {
    top: 53px;
    left: 229px;
  }

  .our-works_item_block5 img {
    left: -133px;
  }

  .our-works_item_block6 img {
    top: 160px;
    left: 129px;
  }

  .our-works_item_block21 img {
    left: -260px;
  }

  .our-works_item_block22 img {
    left: -100px;
  }

  .our-works_item_block23 img, .our-works_item_block24 img {
    left: -200px;
  }

  .schedule-gallery .slide-holder {
    max-width: 760px;
    padding-left: 0;
  }

  .schedule-gallery .preview img {
    max-width: 325px;
  }

  .schedule-gallery .slide-num {
    font-size: 55px;
    left: 100px;
  }

  .row-order .block {
    padding: 30px 20px;
  }

  .schedule-gallery-text {
    max-width: 362px;
  }

  .schedule-gallery-text h3 {
    font-size: 28px;
  }

  .schedule-gallery-text p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 1366px) {
  .container {
    padding: 0 15px;
  }

  .shares-column .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .shares-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .our-works_item_block8 img {
    left: 200px;
  }

  .our-works_item_block9 img {
    left: 200px;
  }

  .our-works_item_block10 img {
    left: 200px;
  }

  .our-works_item_block11 img {
    left: 150px;
  }

  .contacts_service .col-6 {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .visual .text {
    background: rgba(0, 0, 0, .55);
    padding-left: 15px;
  }

  .visual .text p {
    color: #6aa4be;
  }

  .visual .text h1 {
    color: #6aa4be;
  }

  .visual .text h2 {
    color: #6aa4be;
  }
}

@media screen and (max-width: 1265px) {
  .contacts.contacts_service.col-6 {
    width: 100%;
  }

  div#comparison figure {
    height: 78px;
  }
}

@media screen and (max-width: 1200px) {
  .path-services .service-section {
    padding-bottom: 0;
  }

  div#comparison figure {
    height: 73px;
  }

  .header_top {
    align-items: center;
  }

  .header_top_info {
    display: flex;
  }

  .header_top_info a.mail {
    float: left;
  }

  .serviceTpl-title,
  .serviceTpl-title h2 {
    font-size: 14px;
  }

  .schedule-gallery .slide-holder {
    max-width: 640px;
  }

  .schedule-gallery-text {
    max-width: 270px;
    padding-right: 0;
  }

  .schedule-gallery .slide:after {
    right: 65px;
  }

  .blogTpl {
    width: 33.3%;
  }

  .sidebar {
    width: 320px;
  }

  .footer .container {
    padding-right: 145px;
  }

  .footer-info {
    margin-right: 25px;
  }

  .footer-address {
    margin-right: 70px;
  }

  .shares-row {
    flex-wrap: wrap;
  }

  .shares-row .col-4 {
    width: 50%;
  }

  .shares-column .row-services {
    flex-wrap: wrap;
  }

  .shares-column .row-services .col-4 {
    width: 50%;
  }

  .shares-column .row-services .col-4:last-child h4 {
    /* display: none; */
  }

  .row-order {
    flex-wrap: wrap;
    justify-content: center;
  }

  .row-order .col-8 {
    width: 100%;
  }

  .row-order .col-8 .block {
    width: 33.4%;
  }

  .row-order .col-4 {
    width: 100%;
  }

  .row-order .col-4 .block {
    min-height: 100px;
    /* border-top: transparent; */
  }

  .row-order .block .btn-callBack {
    position: static;
  }

  .row-order .btn-submit {
    width: 100%;
  }

  .price-list .price-item h3 {
    font-size: 18px;
  }

  .price-list .price-item p {
    font-size: 14px;
  }

  .text-block-holder {
    column-count: 1;
    column-gap: 15px;
  }

  .woks-nav {
    margin: 0 0 30px;
    padding: 37px 15px 0;
  }

  /* .sidebar {
    min-width: 320px;
  } */
  .sidebar-frame.fixed {
    max-width: 234px;
  }

  .sidebar2 h2 {
    font-size: 42px;
  }

  .sidebar .banner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .example-list {
    flex-wrap: wrap;
  }

  .serviceTpl.serviceTpl2 {
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  div#comparison figure {
    height: 69px;
  }
}

@media screen and (max-width: 1100px) {
  div#comparison figure {
    height: 65px;
  }
}

@media screen and (max-width: 1040px) {
  div#comparison figure {
    height: 61px;
  }
}

@media screen and (max-width: 1024px) {
  .header_top_info p.tel {
    margin-top: 0px;
  }
  div#comparison figure {
    height: 130px;
  }

  .header_text h1 {
    font-size: 57px;
    line-height: 65px;
  }

  .header_text h1 span {
    font-size: 33px;
    line-height: 1.5;
  }

  .our-works .container {
    position: relative;
  }

  .our-works_text:after {
    top: 50px;
    right: 20px;
  }

  .our-works_text {
    position: static;
  }

  .service .col-3 {
    width: 50%;
    order: 1;
  }

  .service>.col-6 {
    width: 100%;
    order: 2;
  }

  .schedule-gallery .slide-holder {
    flex-wrap: wrap;
    justify-content: center;
  }

  .schedule-gallery-text {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    min-height: 190px;
  }

  .post .description {
    padding-right: 15px;
    padding-left: 15px;
  }

  .comments-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .shares-column .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .shares-row .col-4 {
    width: 33.3%;
  }

  .price-list .price-item .holder:before {
    width: 90px;
  }

  .price-list .price-item .holder {
    padding-right: 135px;
  }

  .main-price .container>h2 {
    font-size: 16px;
    line-height: 26px;
  }

  .brief-block {
    padding: 35px 50px 10px;
  }

  .brief-block .row {
    margin: 0 -30px;
  }

  .brief-block .col-12,
  .brief-block .col-6 {
    padding: 0 30px;
  }

  .text-block2 .text-post .preview {
    float: none;
    margin: 0 auto 0;
  }

  div#comparison {
    height: 130px;
  }

  .content .our-works_item {
    width: 100%;
  }

  .contacts .contact-block .inputs-holder {
    min-width: 100%;
  }
}

@media screen and (max-width: 990px) {
  div#comparison figure {
    height: 120px;
  }
}

@media screen and (max-width: 955px) {
  div#comparison figure {
    height: 111px;
  }
}

@media screen and (max-width: 930px) {

  .header_top_info a.get-consultation {
    display: none;
    clear: both;
    margin-top: 0;
    margin-left: 0;
  }

  .footer .container {
    display: flex;
    flex-wrap: wrap;
  }

  .footer .holder {
    order: 1;
  }

  .footer .socials {
    order: 2;
  }

  .fixed-menu .slogan {
    display: none;
  }

  .fixed-menu .holder {
    width: 455px;
    padding: 25px;
  }

  .popup .btn-close {
    top: 15px;
    right: 15px;
  }

  .header_top.fixed {
    padding: 10px 20px;
  }

  .inner.inner2 .header_top_inner {
    padding: 10px 20px;
  }

  .header_top.fixed .header_top_logo {
    margin-bottom: 0;
  }

  .inner.inner2 .header_top_inner .header_top_logo {
    margin-bottom: 0 !important;
  }

  .price-list .price-item .holder:before {
    right: 20px;
    width: 50px;
  }

  .price-list .price-item .holder {
    padding-right: 75px;
  }
}

@media screen and (max-width: 900px) {
  .command-item {
    width: 50%;
    padding: 0 20px;
  }

  .content-carousel {
    padding: 0 20px;
  }
}

@media screen and (max-width: 885px) {
  div#comparison figure {
    height: 98px;
  }
}

@media screen and (max-width: 840px) {
  .main-form .popup-title h2 {
    font-size: 30px;
  }
  .main-form .popup-contacts a {
    font-size: 18px;
  }
  .main-form .popup-contacts div {
    width: 33%;
  }  
  .main-form .popup-title {
    font-size: 16px;
  }
  
}

@media screen and (max-width: 790px) {
  div#comparison figure {
    height: 93px;
  }
}

@media screen and (max-width: 780px) {
  .main2 .container {
    padding-left: 15px;
  }

  .main2 .main-holder {
    flex-wrap: wrap;
  }

  .sidebar-frame.fixed {
    position: static;
    max-width: 100%;
  }

  .sidebar {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-top: 100px;
    order: 1;
  }

  .inner-blog .sidebar {
    order: 2;
  }

  .inner-blog .main .content {
    order: 1;
  }

  .sidebar2 {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .main .content {
    width: 100%;
    order: 2;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .inner-blog .main-holder {
    display: flex;
    flex-wrap: wrap;
  }

  .header_text h1 {
    font-size: 38px;
    line-height: 1.4;
  }

  .header_text h1 span {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  #select-credit {
    display: block;
    width: 100%;
    height: 46px;
    padding-left: 5px;
    margin-bottom: 15px;
  }

  .oferta {
    bottom: 6px;
    right: 10px;
  }

  .main.main-price {
    padding-top: 90px;
  }

  .service-section .title {
    margin-bottom: 25px;
  }

  .path-services .service-section {
    padding-top: 35px;
  }
	.inner2 .main-price {
		padding-top: 30px;
	}
  .contacts .contact-block h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
  }

  .contacts .row-input {
    margin-bottom: 10px;
  }

  .contacts .btn-submit {
    height: 45px;
    padding: 0 15px;
    margin-top: 5px;
  }

  .inner.inner2 .header_top {
    padding-top: 10px;
    padding-bottom: 0px;
    background: rgba(85, 85, 85, .87);
  }

  .header_top.fixed {
    padding: 10px 15px 5px 15px;
  }

  .inner .header_top {
    padding: 20px 15px 5px 15px;
  }

  .header_text h1>div {
    line-height: 12px;
  }
  .no-webp .header {
    background: url(/themes/outcode/img/bg.jpg) no-repeat 50% 0;
  }

  .yes-webp .header {
    background: url(/themes/outcode/img/bg.webp) no-repeat 50% 0;
  }

  #canvas {
    display: none;
  }

  .title h2 span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .our-works_text p {
    font-size: 19px;
    text-transform: none;
  }

  p.tel {
    display: none;
  }

  a.tel {
    display: block;
    margin-bottom: 0px;
  }

  .header .logo img {
    width: 270px;
    height: 42px;
  }

  .header_text {
    left: 30px;
  }

  /*.swiper-slide>span {
    font-size: 24px;
    line-height: 34px;
  }
	*/
  .container {
    padding: 0 15px;
  }

  .service {
    margin-bottom: 0;
  }

  .our-works h2,
  .how-we-working h2,
  .service-section .container>h2,
  .service-section .title h2 {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .our-works_text {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .title {
    font-size: 48px;
    margin-bottom: 45px;
  }

  .our-works_item_block a {
    padding: 15px;
  }

  .our-works_text:after {
    display: none;
  }

  .our-works_item_block h3 {
    font-size: 20px;
  }

  .our-works_item_block p {
    line-height: 1.4;
  }

  .blogTpl {
    width: 50%;
  }

  .logo2 {
    margin-bottom: 5px;
    text-align: center;
  }

  .footer {
    padding-bottom: 25px;
  }

  .footer .holder {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .footer .container {
    padding-right: 15px;
  }

  .footer-address {
    margin-right: 0;
    font-size: 16px;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu ul {
    max-width: 100%;
    justify-content: space-between;
  }

  .footer-menu li {
    min-width: 60px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .footer-address .address-item {
    text-align: right;
  }

  .footer .socials {
    width: 100%;
    justify-content: center;
  }

  .popup-inner {
    padding: 45px 35px;
  }

  .popup-title {
    font-size: 14px;
    line-height: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .popup .frame {
    margin: 0 auto;
  }

  .price-list .price-item {
    width: 100%;
  }

  .price-list .price-item .holder {
    height: auto;
  }

  .text-block img {
    max-width: 100%;
  }

  .text-block2 img {
    max-width: 100%;
  }

  .text-block2 p:last-child {
    margin-bottom: 0;
  }

  .text-block-list ul li {
    padding-left: 35px;
  }

  .contacts .col-6, .service-new .contacts .col-6 {
    width: 100%;
    margin-bottom: 25px;
  }

  .contacts .btn-submit {
    max-width: 100%;
    width: 100%;
  }

  .brief-block .btn-submit {
    max-width: 100%;
  }

  .brief-block h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .brief-block label {
    font-size: 16px;
  }

  .btn-write {
    right: 20px;
  }

  .fixed-menu .holder {
    min-height: 500px;
  }

  .menu-page li {
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .fixed-menu .socials {
    margin-bottom: 12px;
  }

  .fixed-menu-bottom {
    bottom: 10px;
    left: 22px;
  }

  .popup {
    z-index: 1000;
  }

  .popup-inner {
    padding: 30px 15px;
  }

  .popup .row-input {
    margin-bottom: 25px;
  }

  .pagination {
    margin: 25px 0;
  }

  .schedule-gallery .slide:before,
  .schedule-gallery .slide-schedule:before {
    display: none;
  }

  .schedule-gallery .slide:after,
  .schedule-gallery .slide-schedule:after {
    display: none;
  }

  .blogTpl .description {
    padding: 20px 15px 55px 15px;
  }

  .addComments .row-input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .addComments input {
    width: 100%;
  }

  .socials2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .addComments .row {
    margin-bottom: 20px;
  }

  .comments-container {
    padding-bottom: 0;
  }

  .post .description {
    padding-bottom: 20px;
  }

  .text-block2 .video {
    margin-bottom: 0;
  }

  .text-block2 .video img {
    margin-bottom: 0;
  }

  .text-block2 h2 {
    margin-top: 0;
    font-size: 22px;
  }

  .contacts .contact-block .inputs-holder {
    width: 100%;
    min-width: 100%;
  }

  .contacts .contact-block .btn-holder {
    margin: 0 auto;
  }

  .contacts .contact-block {
    padding: 20px 40px;
  }

  .contact-list li:before {
    margin-right: 25px;
  }

  .contact-list li.ico-whatsapp:before {
    /* width: 40px; */
  }

  .contact-list li.ico-address:before {
    /* width: 76px; */
  }

  .brief-block {
    padding: 35px 15px 10px;
  }

  .brief-block .col-12,
  .brief-block .col-6 {
    margin-bottom: 40px;
  }

  .main-post2 .holder {
    padding: 0;
  }

  .main-post .holder {
    padding: 0;
    min-height: auto;
    font-size: 19px;
    text-transform: none;
    line-height: 1.5;
  }

  .main-post p {
    font-size: 19px;
    text-transform: none;
    line-height: 1.5;
  }

  .text-block {
    padding: 15px;
  }

  .main-service .text-block {
    padding: 15px;
  }

  .text-block2 {
    padding: 15px;
  }

  .diagram-container>p {
    padding-top: 50px;
  }

  .shares-column {
    margin: 0 -15px;
  }

  .schedule-gallery .slick-arrow {
    top: 200px;
  }

  .schedule-gallery .slick-prev {
    left: 55px;
  }

  .schedule-gallery .slick-next {
    right: 55px;
  }

  .tegs {
    left: 15px;
  }

  .serviceTpl-title, .serviceTpl-title h2 {
    font-size: 18px;
  }

  .serviceTpl-title a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-contact .main, .inner-404 .main, .inner-blog .main {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .text-block-price h2 {
    font-size: 23px;
    margin: 0px 0 30px
  }

  .price-diagram .v-titles span {
    font-size: 11px;
  }

  .price-diagram .v-titles span:nth-child(4) {
    top: 30px !important;
  }

  .price-diagram .v-titles span:nth-child(6) {
    top: 50px !important;
  }

  .price-diagram .v-titles span:nth-child(7) {
    top: 80px !important;
  }

  .price-diagram .v-titles span:nth-child(8) {
    top: 110px !important;
  }

  .price-diagram .v-titles span:nth-child(9) {
    top: 140px !important;
  }

  .price-diagram .v-titles span:nth-child(10) {
    top: 220px !important;
  }

  .price-diagram .v-titles span:nth-child(11) {
    top: 240px !important;
  }

  .price-diagram .v-titles span:nth-child(12) {
    top: 270px !important;
  }

  .price-diagram .v-titles span:nth-child(13) {
    top: 300px !important;
  }

  .price-diagram .v-titles span:nth-child(14) {
    top: 320px !important;
  }

  .price-diagram .v-titles span:nth-child(15) {
    top: 350px !important;
  }

  .visual .text {
    margin: 0 auto;
  }

  .photo-list {
    flex-wrap: wrap;
  }

  .photo-list-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .shares-column .slide-credit {
    display: none;
  }

  .shares-column .select-area {
    height: 52px;
    margin: 0 0 40px;
    opacity: 1;
  }

  .our-works_item_block12 img {
    left: -250px;
  }

  .schedule-gallery-text h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }

  .schedule-gallery-text p {
    text-align: center;
  }

  .serviceTpl3 {
    height: 282px;
  }

  .serviceTpl3 img {
    height: 100%;
    object-fit: cover;
  }

  .serviceTpl3 .serviceTpl-title {
    bottom: -30px;
    top: initial;
    background: #dedde1;
    width: 100%;
    right: 0;
  }

  .serviceTpl3 .serviceTpl-title a {
    padding-bottom: 15px;
    color: #68a2be;
    text-align: center;
  }

  .serviceTpl3 .serviceTpl-title a br {
    display: none;
  }

  .serviceTpl3 .tegs {
    bottom: 62px;
  }
  
.main-form .popup-contacts div {
  width: 36%;
}
.main-form .popup-contacts {
  margin: 18px 0px 6px 0px;
}
  
  
}

@media screen and (max-width: 700px) {
  .main-form .popup-contacts div {
    width: 50%;
  }  
  .shares-row .col-4 {
    width: 100%;
  }

  .row-order .col-8 {
    flex-wrap: wrap;
  }

  .row-order .col-8 .block {
    width: 100%;
    border: 1px solid #cecece;
    margin-bottom: 20px;
  }

  .row-order .block {
    height: auto;
  }

  .shares-row {
    padding-bottom: 20px;
  }

  .shares-row .col-4:last-child input[type='radio']+label {
    margin-bottom: 0;
  }

  .row-order .col-8 .block:last-child {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .header_top {
    flex-wrap: wrap;
  }

  .header_top_logo {
    margin-bottom: 10px;
  }

  .fixed-menu .header_top_logo {
    margin-bottom: 30px;
  }

  .header_text h1>div {
    max-width: 300px;
  }

  /*.swiper-slide>span {
    max-width: 300px;
  }
  */
  .header .logo img, .header .logo svg {
    width: 220px;
  }

  .our-works_item {
    width: 100%;
  }

  .schedule-gallery {
    padding: 0;
  }

  .schedule-gallery .slide {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .schedule-gallery .slide:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 90px;
  }

  .schedule-gallery .slide-num {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .schedule-gallery .slide:after {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /*.text-block {*/
  /*padding: 20px 20px 30px;*/
  /*}*/
  /*.text-block2 {*/
  /*padding: 20px 20px 30px;*/
  /*}*/
  .command-item {
    width: 100%;
    padding-left: 0;
  }

  .brief-block .col-6 {
    width: 100%;
  }

  .visual-case .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .visual .text {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .shares-column .row-services h4 {
    position: relative;
  }

  .row-services h4 i {
    position: static;
  }

  .service .col-3 {
    width: 100%;
  }

  .service .col-6 {
    width: 100%;
  }

  .header_text h1 span {
    font-size: 18px;
  }  

  .schedule-gallery .slide-holder {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .schedule-gallery .preview {
    margin-top: 0;
    height: 220px;
  }

  .schedule-gallery .preview img {
    max-width: 180px;
  }

  .schedule-gallery .slide-num {
    top: 5px;
  }

  .schedule-gallery .slick-dots {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .schedule-gallery .slick-dots li {
    display: inline-block;
    width: 3px;
    height: 20px;
    margin: 0 10px;
  }

  .schedule-gallery .slick-dots li.slick-active {
    height: 36px;
  }

  .schedule-gallery .slick-dots li button,
  .schedule-gallery .slick-dots li.slick-active button {
    width: 3px;
    height: 20px;
  }

  .schedule-gallery .slick-dots li.slick-active button {
    height: 36px;
  }

  .schedule-gallery .slick-arrow {
    top: 200px;
  }

  .schedule-gallery .slick-next {
    right: 10px;
  }

  .schedule-gallery .slick-prev {
    left: 10px;
  }

  .header_top .logo .one-line {
    display: none;
  }
  .header_top .logo .two-line {
    display: block;
  }
  a.btn-nav {
    margin-right: 16px;
  }
  .header-contacts a.tel {
    margin: 0px 0px 0px 0px;
    font-size: 20px;
  }
  .header-contacts a.mail {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
  }
  .header_top {
    align-items: flex-start;
  }

  .blogTpl {
    width: 100%;
  }

  .pagination li {
    margin: 0 10px;
  }

  .pagination a {
    width: 42px;
    height: 42px;
  }

  .main .container>h3, .page-node-type-blog .main .container>h1 {
    font-size: 24px;
  }

  .footer-address .address-item {
    text-align: left;
  }

  .commentTpl2 {
    padding-top: 41px;
    padding-left: 15px;
  }

  .shares-checkbox label i {
    position: static;
  }

  .shares-checkbox input[type='radio']+label {
    position: relative;
    font-size: 16px;
  }

  span.tooltip {
    position: absolute;
    top: -10px;
    height: auto;
    max-width: 100%;
    width: 100%;
    padding: 10px;
    transform: translateY(-100%);
    left: 0;
  }

  .shares-checkbox label i:before {
    top: -18px;
  }

  .main .ico-brackets {
    display: none;
  }

  .blogTpl .info .frame {
    flex-wrap: wrap;
  }

  .visual-case .text h1 {
    font-size: 34px;
  }

  .visual-case .text h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 540px) {
  .page-node-type-case .post-pagination{
    padding: 0 15px;
  }
  .footer-info {
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px;
    max-width: initial;
  }
  .copyright {
    text-align: center;
  }
  .main-form .popup-contacts {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 18px 0px 0px 0px;
  }
  .main-form .popup-contacts div {
    margin: 0px 0px 10px 0px;
    width: 100%;
  } 
  .main-form .popup-contacts div svg{
    width: 14px;
    height: auto; 
  }  
  .main-form .popup-contacts div.mail svg{
    width: 20px;
  }  


  
}

@media screen and (max-width: 480px) {
  
  .popup .form-step.step-2 .row-input.act{
    display: block;
  }  
  .popup .step-2 .btn-submit.show-step {
    margin: 0px auto 10px auto;
  }
  .support .popup-title h2 {
    font-size: 20px;
  }
  
  
  .fixed-menu .holder {
    width: 100%;
  }

  .fixed-menu .btn-close {
    margin-right: 25px;
    margin-bottom: 0;
  }

  .fixed-menu .logo img, .fixed-menu .logo svg {
    width: 200px;
    height: auto;
  }

  /*.swiper-container {
    width: 280px !important;
  }
	*/
  .shares-column .row-services .col-4 {
    width: 100%;
  }

  .row-order .block .btn-callBack {
    position: static;
    width: 100%;
  }

  .capcha img {
    display: block;
    width: 100%;
    height: auto;
  }

  .post-pagination {
    align-items: flex-start;
  }

  .post-pagination .btn-control {
    line-height: 18px;
    overflow: hidden;
    height: auto;
    padding-top: 52px;
    padding-left: 0;
  }

  .post-pagination .post-prev {
    background-position: 0 0;
  }

  .post-pagination .post-prev:before {
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .post-pagination .post-next:before {
    right: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .post-pagination .post-next {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    width: 50px;
    height: auto;
    padding-top: 52px;
    padding-right: 0;
    text-align: right;
    background-position: 100% 0;
  }
  
  .page-node-type-case .post-pagination .post-next{
	  width: 150px;
  }

  .content-carousel .slick-prev {
    background-position: -4px -29px;
  }

  .row-order .col-8 .block:last-child {
    /* border-left: 1px solid #cecece; */
  }

  .example-list .col-3 {
    width: 100%;
  }

  .inner2 .main {
    overflow-x: hidden;
  }

  .contacts .row {
    margin: 0;
  }

  .contacts .col-12 {
    padding: 0;
  }

  .contacts .col-6 {
    padding: 0;
  }

  .contacts .contact-block .btn-holder {
    width: 100%;
  }

  .contacts .contact-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .map .map-title {
    left: 15px;
  }

  .text-block2 .text-post .description {
    padding-left: 0;
  }

  .text-block2 blockquote {
    padding: 0;
    margin: 0;
  }

  .main-post .holder {
    background: none;
  }

  .main {
    padding: 30px 0 30px 0;
  }

  .main-post {
    padding: 5px 0 35px;
  }
}

@media screen and (max-width: 460px) {
  .inner-contact .main, .inner-404 .main, .inner-blog .main {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .tegs ul li {
    height: 30px;
  }

  .main .container>h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .our-works_item_block1 img {
    left: -181px;
    top: 13px;
  }

  .our-works_item_block2 img {
    top: 104px;
    left: -20px;
  }

  .our-works_item_block3 img {
    left: 45px;
  }

  .our-works_item_block4 img {
    top: 73px;
    left: 9px;
  }

  .our-works_item_block5 img {
    left: -233px;
  }

  .our-works_item_block6 img {
    top: 180px;
    left: -31px;
  }

  .our-works_item_block7 img {
    left: -41px;
    top: 74px;
  }

  .our-works_item_block8 img {
    left: 1%;
    top: 63px;
  }

  .our-works_item_block9 img {
    top: 75px;
    left: 150px;
  }

  .our-works_item_block10 img {
    left: 140px;
  }

  .our-works_item_block11 img {
    left: 50px;
  }

  .our-works_item_block12 img {
    left: -460px;
  }

  .our-works_item_block13 img {
    left: -460px;
  }

  .our-works_item_block14 img {
    left: -300px;
  }

  .our-works_item_block15 img {
    left: -460px;
  }

  .our-works_item_block16 img {
    left: -300px;
  }

  .our-works_item_block17 img {
    left: -460px;
  }

  .our-works_item_block18 img {
    left: -400px;
  }

  .our-works_item_block19 img {
    left: -400px;
  }

  .our-works_item_block20 img {
    left: -460px;
  }

  .our-works_item_block22 img {
    left: -460px;
    top: 100px;
  }

  .our-works_item_block23 img {
    left: -445px;
    top: 100px;
  }

  .our-works_item_block24 img {
    left: -460px;
    top: 75px;
  }

  .our-works_item_block25 img {
    left: -460px;
    top: 90px;
  }

  .our-works_item_block26 img {
    left: -460px;
    top: 90px;
  }

  .our-works_item_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }

  .our-works_item_block h3 {
    z-index: 3;
  }

  .tegs {
    z-index: 2;
  }

  .brief-block label {
    margin-bottom: 0;
  }

  .service-section {
    padding-top: 30px;
  }

  .service-section .title, .title {
    margin-bottom: 30px;
  }

  .header_text h1 {
    font-size: 28px;
  }

  .content h2 {
    font-size: 26px;
  }

  .our-works {
    margin-bottom: 8px;
  }

  .our-works h2, .how-we-working h2, .service-section .container>h2, .service-section .title h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .consultation-form .btn-submit {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .main-form .popup-title h2 {
    font-size: 24px;
  }
  .row-order .block .price-month {
    font-size: 16px;
  }

  .row-order .block .price-month strong {
    font-size: 23px;
  }

  .price-list .price-item .holder:before {
    display: none;
  }

  .price-list .price-item .holder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .consultation-form .btn-submit {
    max-width: 100%;
  }

  .commentTpl .holder {
    flex-wrap: wrap;
  }

  .contact-list {
    font-size: 18px;
  }

  .contacts .contact-block h3 {
    font-size: 22px;
  }

  .main .container>h2 {
    font-size: 48px;
  }

  .main-price .container>h2 {
    font-size: 16px;
    line-height: 26px;
  }
  
  .header_top .logo .two-line {
    width: 68px;
  }
  .header-contacts a.tel {
    font-size: 18px;
  }
  .header-contacts a.mail {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {}

.header_top.default {
  transition: none;
}

ul.tabs.primary {
  position: relative;
  z-index: 99999;
  background: #fff;
}

/*new-case*/
body.page-node-type-case {
  background: #f7f7f7;
}

body.page-node-type-case .main .container {
  padding: 0;
}

body.page-node-type-case .main {
  padding-bottom: 40px;
}

.page-node-type-case .text-block2 {
  padding: 50px 13%;
  margin-bottom: 40px;
  border: none;
}

.page-node-type-case .text-block2 h2 {
  margin-bottom: 45px;
}

.page-node-type-case .text-block2 p, .page-node-type-case .text-block2 a {
  font-size: 19px;
  line-height: 1.45;
  font-weight: 300;
}

.switch {
  text-align: right;
  /* padding-top: 10px; */
  font-size: 14px;
}

.switch .checkbox2+label {
  padding-left: 40px;
}

.switch .checkbox2+label:before {
  height: 15px;
  width: 30px;
  top: 2px;
}

.switch .checkbox2+label:after {
  height: 15px;
  width: 15px;
  top: 2px;
}

.switch .checkbox2:checked+label:after {
  left: 15px;
  top: 2px;
}

.switch .checkbox2:checked+label:after {
  left: 15px;
  top: 2px;
}

/**/
.section-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.section-list .items {
  font-size: 14px;
  display: flex;
  height: 34px;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #9a9a9a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  align-items: center;
  border: 1px solid #ccc;
  transition: 0.5s ease;
  cursor: pointer;
}

.section-list .items:hover {
  background: #f7a100;
  border-color: #f7a100;
  transition: 0.5s ease;
}

.section-list .items:hover a {
  color: #fff;
  transition: 0.5s ease;
}

.section-list .items a {
  padding: 9px 14px;
  text-decoration: none;
  color: #9a9a9a;
}

.section-list .items.active {
  background: #f7a100;
  border-color: #f7a100;
}

.section-list .items.active:hover {}

.section-list .items.active a {
  color: #fff;
}

/**/
/*slick casr*/
.video-container {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 39px 0 0;
  background-size: 79px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 14px 14px 0 0;
}

.no-webp .video-container {
  background: #f0f0f0 url(../img/brauzer.png) 0 0 no-repeat;
}

.yes-webp .video-container {
  background: #f0f0f0 url(../img/brauzer.webp) 0 0 no-repeat;
}

.video-container img {
  display: block;
  max-height: 710px;
  width: auto;
}

.slider-design .slick-active.slick-center {
  transform: scale(1);
  opacity: 1;
  transition: transform .8s, .5s, opacity .8s;
}

.slider-design .slick-slide {
  padding: 0 15px;
  margin: 0;
  transform: scale(0.9);
  opacity: .3;
  transition: transform .8s, .5s, opacity .8s;
}

.slider-design .slick-dots {
  bottom: -13px;
}

.slider-design .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background: #54bd70;
  transition: opacity .3s;
  border-radius: 50%;
  opacity: .3;
  font-size: 0;
  line-height: 0;
  padding: 0;
  color: transparent;
}

.slider-design .slick-dots li button:before {}

.slider-design .slick-dots li.slick-active button {
  opacity: 1;
}

.slider-design .slick-dots li button:hover {
  opacity: .5;
}

.slider-design li button:before, .slider-design li.slick-active button:before {
  color: transparent
}

.slider-design .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}

.slider-design.slick-slider {
  margin-bottom: 40px;
  margin-top: 90px;
}

.slider-design .slick-prev:before, .slider-design .slick-next:before,
.slick-slider .slick-prev:after, .slick-slider .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 30px;
  margin: -14px 0 0 -11px;
  background-image: url(../img/arrow-slider_color-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-design .slick-next:before,
.slick-slider .slick-next:after {
  transform: rotate(180deg);
  left: 57%;
}

.slider-design .slick-prev, .slider-design .slick-next,
.slick-slider .slick-prev, .slick-slider .slick-next {
  background: #6ca3c0;
}

.slider-design .slick-prev {
  left: 12%;
}

.slider-design .slick-next {
  right: 12%;
}

.slider-design .slick-list {
  padding-bottom: 30px !important;
}

.command-item .name {
  font-weight: 300;
}

.text_price {
  display: none;
}
@media (max-width: 1600px) {
  .service-new .main-support>div.cases {
    padding: 50px 6%;
  }
}
@media (max-width: 1400px) {
  .page-node-type-case .text-block2 {
    padding: 50px;
  }
  .text-block_diagram {
    padding: 0;
  }
}


@media (max-width: 1024px) {
  .amcharts-chart-div tspan {
    font-size: 10px;
  }

  .page-node-type-case .text-block2 {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .woks-nav-item {
    margin: 0 2px 10px;
  }

  .contact-list li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .slider-design .slick-slide {
    transform: none;
    opacity: 1;
  }

  .video-container img {
    max-height: none;
    max-width: 100%;
  }

  .slider-design .slick-next {
    right: 20px;
  }

  .slider-design .slick-prev {
    left: 20px;
  }

  .header_text h1:after {
    display: none;
  }

  .text_price {
    display: block;
  }
}

.text-block2 .callback img {
  display: inline-block;
  vertical-align: bottom;
  width: 29px;
  margin: 0 auto;
}

.text-block2 .callback .formula {
  display: block;
  width: auto;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  fly-vi{
	display: block;
	padding-top: 63px;
  }
  .visual .text h2{
	line-height: 1.3;
  }
  .visual-case{
	height: 400px;
  }
  .our-works{
	padding-top: 35px;
  }
  .text-block_diagram {
    display: none;
  }

  .header_text h1:before {
    width: 320px;
    height: 105px;
    top: -110px;
  }

  .switch .checkbox2+label {
    padding-left: 55px;
    line-height: 24px;
  }

  .shares-column .checkbox2+label:before, .switch .checkbox2+label:before {
    height: 20px;
    width: 40px;
  }

  .switch .checkbox2+label:after, .shares-column .checkbox2+label:after {
    height: 20px;
    width: 20px;
  }

  .switch .checkbox2:checked+label:after, .switch .checkbox2:checked+label:after {
    left: 20px;
  }

  .example-list .col-3 {
    width: 50%;
    margin-bottom: 15px;
    padding: 0px 7px;
  }

  .example-item2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-height: 800px) {
  .header_text h1:after {
    top: -80px;
    left: -310px;
  }
}

@media screen and (max-height: 700px) {
  .header_text h1:before {
    display: none;
  }
}

.logo_head .fil00 {
  fill: #6AA4BE;
  fill-rule: nonzero;
}

.logo_head .fil11 {
  fill: #F7A100;
  fill-rule: nonzero;
}

.logo_fix-menu .fil00 {
  fill: #fff;
  fill-rule: nonzero;
}

.logo_fix-menu .fil11 {
  fill: #F7A100;
  fill-rule: nonzero;
}

.logo_footer .fil00 {
  fill: #fff;
  fill-rule: nonzero;
}

.logo_footer .fil11 {
  fill: #fff;
  fill-rule: nonzero;
}

.page-id-63 .header {
    height: 70vh;
    overflow: hidden;
}
.page-id-63 .header_text {  
  top: 60%;
} 
.page-id-63 .header .arrow {
  display: none;
}
.page-id-63 .support-regular-text {
  margin-top: 0px;
  padding-top: 0px;
}
.page-id-63 .cases__slider .slick-dots {
  bottom: -50px;
}  
.page-id-63 .cases .slick-prev,
.page-id-63 .cases .slick-next{
  bottom: calc(50% - 27px);
  top: auto;
}  
.page-id-63 .cases .slick-prev{
  right: auto;
  left: 0px;  
}
.page-id-63 .cases .slick-next{
  right: 0px; 
}
.page-id-63 .cases .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6CA5BD;
}
.page-id-63 .cases .slick-dots li.slick-active button {
  background: #FC9F3D;
}
.page-id-63 .slick-dots li button:before {
  display: none;
}


.page-id-63 .slick-dotted.slick-slider {
  padding: 0px 60px;
}

.page-id-63 .main-support>div.service-left-panel {
  background: #3c414a;
  position: fixed;
  left: 0px;
  top: calc(50% - 32px);
  padding: 0px;
  margin: 0px;
  color: #fff;
  z-index: 4;
}
.page-id-63 .main-support>div.service-left-panel.show{
  padding: 18px 0px 64px 0px;
  margin: 0px;
}
.page-id-63 .service-left-panel ul{
  margin: 0px;
  padding: 0px;
  display:none;
}
.page-id-63 .service-left-panel li{
  list-style: none;
  cursor: pointer;
  padding: 10px 21px 10px 21px;
  margin: 0px;
  font-size: 16px;
  border-left: 4px solid #3c414a;
}
.page-id-63 .service-left-panel li.active,
.page-id-63 .service-left-panel li:hover{
  color: #F39F2A;
  border-left: 4px solid #F39F2A;
}
.page-id-63 .service-left-panel .top{
  padding: 0px 0px 0px 25px;
  margin: 34px 0px 0px 0px;
  opacity: 0.6;
  cursor: pointer;
  display:none;
}
.page-id-63 .service-left-panel .top:hover{
  opacity: 0.8;
}
.page-id-63 .service-left-panel .close{
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 16px;
  display:none;
}
.page-id-63 .service-left-panel .close:hover{
  opacity: 0.8;
}
.page-id-63 .service-left-panel .open{
  padding: 13px 12px 10px 12px;
}
.page-id-63 .service-left-panel .open:hover{
  opacity: 0.8;
  cursor: pointer;
}
.page-id-63 .service-left-panel.show .open,
.page-id-63 .service-left-panel .open p{
  display:none;
}
.page-id-63 .service-left-panel.show ul,
.page-id-63 .service-left-panel.show .close,
.page-id-63 .service-left-panel.show .top{
  display: block;
}

/*Станица авторизации */
.user-login-form{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 40px 50px;
}
.user-login-form .form-item{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.user-login-form label{
  padding: 0px 0px 10px 0px;  
}
.user-login-form .form-item input{
  border: 1px #ddd solid;
  padding: 12px 10px 12px 10px;
  font-size: 15px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  height: 36px;
  width: 40%;
  min-width: 440px;
  max-width: 540px;
}


@media screen and (max-width: 1024px){
  .page-id-63 .slick-dotted.slick-slider {
    padding: 0px 0px;
  }
  .page-id-63 .cases .slick-next {
    right: 40px;
  }
  .header_top_info a.get-consultation {
    display: none;
  }
  .page-id-63 #canvas {
    height: 100%; 
  }
  .page-id-63 .arrow {
    bottom: 8px;
  }  
  .page-id-63 .header_text {
    left: 230px;
  }
  .page-id-63 .cases .slick-prev,
  .page-id-63 .cases .slick-next{
    bottom: calc(-50px - 20px);
    width: 40px;
    height: 40px;
  } 
  .page-id-63 .cases__slider .slick-dots {
    bottom: -58px;
  }
}

@media screen and (max-width: 768px){
  .main-form.popup .frame {
    margin: 10px auto 0px auto;
  }
  .page-id-63 .header_text {
    width: 100%;
    left: 0px;
    padding: 0px 0px 0px 14px;
  }
  .page-id-63 .service-new .main-support div.cases{
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 568px) {
  .page-id-63 .header:after {
    display: block;
    content: '';
    position: absolute;
    right: -82px;
    bottom: 21px;
    width: 216px;
    height: 244px;
    background: url(/themes/outcode/img/cosmonaut.webp) 0 0 no-repeat;
    transform: rotate(310deg);
    background-size: auto 280px;
  }
  
}
@media screen and (max-width: 460px){
  .header_text h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 430px){
  .main-form.popup .frame {
    margin: 10px auto 0px auto;
  }
  .main-form .popup-title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-form.popup .row-input {
    margin-bottom: 5px;
  }
  .main-form .popup-title h2 {
    font-size: 22px;
  }
  .main-form .popup-contacts a {
    font-size: 16px;
  }
  .main-form .popup-inner {
    padding: 15px;
  }  
  .main-form.popup .btn-submit {
    height: 50px;
    margin: 20px auto 0px auto;
  }
  .main-form .checkbox input+label {
    font-size: 13px;
    line-height: 1.1;
    padding-top: 0px;
  }
  .page-id-63 .service-left-panel .open {
    padding: 8px 8px 8px 8px;
  }
  .page-id-63 .service-left-panel .open svg{
    display: inline-block;
    float: left;
    padding: 0px 0px 0px 4px;
  }
  .page-id-63 .service-left-panel .open p{
    margin: 0px;
    font-size: 12px;
    display: revert;
  }
}


/* Рейтинг */
.header_text .rating{
  position: absolute;
  top: -210px;
  left: 63px; 
}
.awards {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.awards .awards-content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.awards h2 {
  width: 100%;
}
.awards .awards-content .cosmonaut {
  width: 270px;
  position: absolute;
  right: 0px;
  top: 51px;
  margin: 0px;
}
.awards.sprt .awards-content .cosmonaut {
  right: -122px;
}
.cosmonaut img {
  max-width: 100%;
}
.awards__rating {
  display: flex;
  flex-direction: column;
  width: 19%;
  background-size: contain;
  flex-shrink: 0;
  margin: 0px 80px 0px 0px;
}
.awards__rating img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.awards__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 28px;
  text-transform: uppercase;
  color: #6CA5BD;
  margin-bottom: 15px;
  padding-left: 22px;
}
.awards__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 77%;
}
.awards .awards-content .what-support-item-text{
  width: 100%;
}
.awards .awards-content .what-support-item-text ul{
  display: flex;
  padding: 0px;
}
.awards .awards-content .what-support-item-text li{
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.awards .awards-content ul p{
  margin: 0px 0px 0px 0px;
}
.awards .awards-content ul a{
  position: relative;
  padding: 12px 0px 12px 4px;
  font-size: 16px;
}
.awards .awards-content ul a:hover{
  color: #4491B2;
  text-decoration: underline;
}
.awards .awards-content i.star{
  background: url(/themes/outcode/img/star-blu.png) 0px 0px no-repeat;
  display: inline-block;
  padding: 16px 2px 13px 0px;
  background-size: 47px 48px;
  width: 48px;
  font-size: 15px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}
.awards .awards-content i.yellow{
  background: url(/themes/outcode/img/star-yellow.png) 0px 0px no-repeat;
  background-size: 47px 48px;
}
@media(max-width: 1740px) {
  .awards .awards-content .cosmonaut,
  .awards.sprt .awards-content .cosmonaut {
    right: -48px;
  } 
}
@media(max-width: 1600px) {
  .service-new .main-support>div.awards{
    padding: 50px 6%;
  }
  .awards__rating {
    width: 15%;
    margin: 0px 50px 0px 0px;
  }
  .awards.sprt .awards-content .cosmonaut {
    width: 240px;
    right: -60px;
    top: 66px;
  }
  .awards .awards-content .cosmonaut {
    width: 240px;
    right: 0px;
    top: 66px;
  } 

  .awards__list {
    width: 80%;
  }
}
@media(max-width: 1530px) {
  .awards .awards-content .cosmonaut {
    width: 220px;
  }
}

@media(max-width: 1440px) {
  .cosmonaut {
    width: 200px;
  }
  .awards.sprt .awards-content .cosmonaut {
    width: 210px;
    right: -80px;
    top: 60px;
  }
  .awards .awards-content .cosmonaut {
    width: 210px;
    right: 0px;
    top: 60px;
  }
}
@media(max-width: 1340px) {
  .awards.sprt .awards-content .cosmonaut {
    width: 170px;
    right: -68px;
  }
  .awards .awards-content .cosmonaut {
    width: 170px;
    right: 0px;
  }
}
@media(max-width: 1300px) {
  .awards__rating {
    width: 17%;
  }
  .awards .awards-content .cosmonaut {
    display: none;
  }
}

@media(max-width: 1000px) {
  .awards__rating {
    width: 25%;
  }
  .awards .awards-content .what-support-item-text ul {
    flex-direction: column;
  }
  .awards .awards-content .what-support-item-text li {
    width: 100%;
    margin: 0px;
  }
}


@media(max-width: 1024px) {
  .awards {
    padding: 15px;
  }
}

@media(max-width: 800px) {
  .awards__rating {
    width: 100%;
  }
  .awards__rating img {
    max-height: initial;
    max-width: initial;
    object-fit: contain;
    width: 50%;
    height: auto;
    margin: 0px auto;
  }
  .awards__list {
    width: 100%;
  }
  .awards .awards-content {
    flex-direction: column;
  }
}  

@media(max-width: 767px) {
  .header_text .rating {
    position: absolute;
    top: -168px;
    left: 0px;
  }
  .header_text .rating img {
    width: 140px;
    height: auto;
  }
  .cosmonaut {
    width: 100%;
    margin-bottom: 30px;
  }
  .awards h2 {
    font-size: 24px;
  }
  .awards__title {
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    line-height: 16px;
    text-transform: uppercase;
  }
}

@media(max-width: 380px) {
  .awards .awards-content {
    overflow: hidden;
  }
  .awards {
    padding: 0px;
  }  
  .body-support .main-support>div.field--name-body,
  .main-support>div.awards {
    padding: 15px 0px 15px 15px;
  }  
  .awards .awards-content .cosmonaut {
    display: block;
    top: 19%;
    right: -60px;
    width: auto;
    padding: 0px;
    transform: rotate(-26deg);
  }
  .awards.sprt .awards-content .cosmonaut {
    top: 23%;
    right: -72px;
  }
  .awards-content .cosmonaut img {
    max-width: initial;
    width: 174px;
    height: auto;
  }
  .service-new .main-support>div.awards {
    padding: 50px 0px 50px 6%;
  }
} 
@media(max-width: 320px) {
  .awards .awards-content .cosmonaut {
    top: 16%;
  }

} 