a,
address,
article,
b,
big,
blockquote,
body,
center,
code,
details,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
ol,
p,
s,
section,
small,
span,
strong,
time,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
details,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

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

.popup__content {
  position: relative;
  background: #fff;
  color: #000;
  max-width: 800px;
  padding: 30px;
}

.popup__close {
  display: block;
  right: 10px;
  top: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/close.svg) 0 0/100% no-repeat;
}

.mfp-close {
  display: none!important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

code {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

[hidden],
template {
  display: none;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.mfp-wrap {
  z-index: 1043;
  outline: none!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0,0,0,.05);
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}

.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0,0,0,.05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0,0,0,.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  -o-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  -o-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));
  background: -o-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid;
  border-color: #888 #888 #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fancybox-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
  -o-transition-timing-function: cubic-bezier(0,0,.25,1);
  transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-1turn);
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(1turn);
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@font-face {
  font-family: Montserrat-Regular;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.eot);
  src: url(../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat-Medium;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Medium.woff) format("woff"),url(../fonts/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat-Semibold;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.eot);
  src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-SemiBold.woff) format("woff"),url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: Montserrat-Bold;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat-Bold.ttf) format("truetype");
}

.slick {
  padding: 0;
}

.slick-list {
  overflow: hidden;
  margin: 0 0 20px;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  margin: 0 15px;
}

.slick-arrow {
  position: absolute;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  top: 50%;
  margin: -5% 0 0;
  font-size: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
}

.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
  background: url(../images/arrow-slide.svg) 0 0/100% no-repeat;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-disabled {
  opacity: .5;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
}

.slick-dots li button {
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 12px;
  height: 12px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  opacity: .2;
}

.slider {
  padding: 0;
}

.slider__item img {
  max-width: 350px;
  margin: 0 auto;
}

.header {
  position: fixed;
  background-color: #fff;
  -webkit-transition: padding .3s linear;
  -o-transition: padding .3s linear;
  transition: padding .3s linear;
  padding: 9px 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header._main {
  background: #fbfbfb;
}

.header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 6px -3px hsla(0,0%,47.5%,.3);
  box-shadow: 0 6px 6px -3px hsla(0,0%,47.5%,.3);
  padding: 5px 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: all .3s 1;
  animation: all .3s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1286px;
  padding: 0 10px;
}

.header__logo {
  font-size: 1rem;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header__logo span {
  max-width: 85px;
  text-decoration: none;
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  line-height: 1.375rem;
  color: #000;
}

.header__logo img {
  width: 57px;
  height: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0;
  margin-right: 6px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__nav a {
  font-size: 1.125rem;
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  height: 20px;
  text-decoration: none;
}

.header__nav a.active {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__nav a:not(:last-child) {
  margin: 0 55px 0 0;
}

.header__nav a:hover {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .7;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

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

.header__contacts--button {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  height: 13px;
  display: inline-block;
  padding: 16px 24px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  opacity: .9;
  border-radius: 40px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: none;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: .8125rem;
  border: 2px solid #cb534e;
}

.header__contacts--button span {
  color: #fff;
}

.header__contacts--button:hover {
  opacity: 1;
}

.header__contacts--button:active {
  position: relative;
  background: transparent;
  color: #e37d47;
  -webkit-box-shadow: inset 0 0 0 2px #e37d47;
  box-shadow: inset 0 0 0 2px #e37d47;
  opacity: 1;
}

.header__contacts--button:active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.header__contacts--button:active span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__contacts--button:hover {
  background-color: #cb534e;
}

.header__contacts--button:hover>span {
  color: #fff;
}

.header__contacts--button>span {
  color: #cb534e;
}

.header__contacts--open {
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.header__contacts--open:hover {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .5;
}

.intro {
  background-color: #fbfbfb;
  margin: 0 0 150px;
}

.intro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1272px;
  padding: 163px 10px 139px;
  overflow-x: hidden;
}

.intro__img {
  width: 64%;
}

.intro__img img {
  width: 100%;
}

.intro__text p {
  font-size: 2.5rem;
  line-height: 3.375rem;
  margin: 0 0 28px;
  font-family: Montserrat-Regular,sans-serif;
  font-weight: 400;
}

.intro__text h1 {
  font-size: 2.5rem;
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  margin: 0 0 32px;
  color: #383838;
}

.intro__text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-family: Montserrat-Regular,sans-serif;
  font-weight: 400;
  margin: 0 0 44px;
}

.intro__text ul li {
  position: relative;
  padding: 0 0 0 30px;
}

.intro__text ul li:not(:last-child) {
  margin: 0 29px 0 0;
}

.intro__text ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/home/intro/check.svg) no-repeat 0 -3px;
  width: 25px;
  height: 20px;
  left: 0;
}

.intro__text a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: none;
  opacity: .9;
  border-radius: 40px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 23px 40px;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: .9375rem;
}

.intro__text a span {
  color: #fff;
}

.intro__text a:hover {
  opacity: 1;
}

.intro__text a:active {
  position: relative;
  background: transparent;
  color: #e37d47;
  -webkit-box-shadow: inset 0 0 0 2px #e37d47;
  box-shadow: inset 0 0 0 2px #e37d47;
  opacity: 1;
}

.intro__text a:active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.intro__text a:active span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro__mobile {
  display: none;
}

.product {
  padding: 158px 0;
}

.features {
  margin: 0 0 200px;
}

.features .slick-list {
  margin: 0 0 40px;
  min-height: 450px!important;
}

.features .slick-dots {
  margin: 0 0 65px;
}

.features .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features__title {
  font-size: 2.75rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 3.375rem;
  margin: 0 0 74px;
  text-align: center;
}

.features__title>h2 {
  color: #383838;
}

.features__wrap {
  position: relative;
}

.features__controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features__btn {
  outline: none;
  border: none;
  background: url(../images/home/features/arrow-slide.svg);
  background-repeat: none;
  height: 40px;
  color: #fff;
  font-size: 0;
  width: 23px;
}

.features__btn.right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.features__estimator a {
  padding: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff8e8;
  text-align: center;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 1.375rem;
  color: #cb534e;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
}

.features__estimator a:hover {
  opacity: .85;
}

.features__controll {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.features__slider {
  max-width: 1040px;
  margin: 0 auto;
}

.features__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 512px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features__text {
  padding-left: 70px;
  max-width: 442px;
}

.features__text h3 {
  font-size: 1.625rem;
  font-weight: 700;
  font-family: Montserrat-Bold,sans-serif;
  margin: 0 0 40px;
  color: #383838;
}

.features__text p {
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #383838;
}

.features__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-arrow {
  position: static!important;
}

.budget {
  padding: 12px 0 210px;
}

.budget__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 47px;
}

.budget__icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(240,193,81,.15);
  border-radius: 20px;
  margin: 0 24px 0 0;
}

.budget__title {
  text-align: center;
  color: #383838;
  margin: 0 0 62px;
}

.budget__title h2 {
  display: inline-block;
  font-size: 2.75rem;
  position: relative;
  font-weight: 600;
  color: #383838;
  font-family: Montserrat-Semibold,sans-serif;
}

.budget__title span {
  display: block;
  font-size: 1.5rem;
  font-family: Montserrat-Medium,sans-serif;
  color: #000;
}

.budget__title span>span {
  display: inline-block;
  color: #cb534e;
  font-weight: 700;
  font-family: Montserrat-Bold,sans-serif;
}

.budget__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  padding: 50px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1171px;
}

.budget__test-img {
  display: none;
}

.budget__version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.375rem;
  min-width: 210px;
  margin: 8px 29px 0 0;
}

.budget__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.budget__item:not(:last-child) {
  margin: 0 0 45px;
}

.budget__item--img {
  width: 34px;
  height: 34px;
  margin: 0 21px 0 0;
  background: #fff;
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.budget__item--text {
  width: calc(100% - 34px);
  font-family: Montserrat-Regular,sans-serif;
  color: #515151;
}

.budget__item--text span {
  font-weight: 400;
  line-height: 1.375rem;
}

.budget__item--text.test {
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
}

.budget__item--desktop {
  display: block;
}

.budget__item--mobile {
  display: none;
}

.budget__wrapper {
  width: 100%;
}

.budget__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.budget__line:not(:last-child) {
  margin: 0 0 30px;
}

.budget__line:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.budget__line:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.budget__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(53.05deg,#e3a84a 6.87%,#f0c151 96.23%);
  background: linear-gradient(36.95deg,#e3a84a 6.87%,#f0c151 96.23%);
  padding: 13px 14px;
  border-radius: 50px;
  max-width: 227px;
  width: 100%;
}

.budget__button.test {
  background: -o-linear-gradient(53.05deg,rgba(227,168,74,.2) 6.87%,rgba(240,193,81,.2) 96.23%);
  background: linear-gradient(36.95deg,rgba(227,168,74,.2) 6.87%,rgba(240,193,81,.2) 96.23%);
}

.budget__button.test .budget__button--text span {
  color: #383838;
}

.budget__button.test .budget__button--img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.budget__button--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  background-color: #fff;
}

.budget__button--text {
  width: calc(100% - 24px);
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
}

.budget__button--text span {
  color: #fff;
}

.how {
  margin: 0 0 220px;
}

.how__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.how__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.how__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.how__img--text {
  text-align: end;
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 1.375rem;
  font-family: Montserrat-Medium,sans-serif;
  line-height: 1.75rem;
  font-weight: 500;
}

.how__img--text span {
  position: relative;
}

.how__img--text span:after {
  content: url(../images/home/how/decor.svg);
  display: inline-block;
  position: absolute;
  right: 0;
}

.how__img--text span:first-child:after {
  bottom: -49px;
}

.how__img--text span:last-child:after {
  top: -49px;
  -webkit-transform: matrix(1,0,0,-1,0,0);
  -ms-transform: matrix(1,0,0,-1,0,0);
  transform: matrix(1,0,0,-1,0,0);
}

.how__img--graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how__img--graph img {
  width: 100%;
  z-index: 10;
}

.how__text {
  margin: 0 auto;
  max-width: 400px;
}

.how__text h2 {
  font-size: 2.75rem;
  line-height: 3.375rem;
  color: #383838;
  font-family: Montserrat-Bold,sans-serif;
  margin: 0 0 32px;
  font-weight: 600;
}

.how__text p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: Montserrat-Regular,sans-serif;
  color: #515151;
}

.how__text p:not(:last-child) {
  margin: 0 0 22px;
}

.advantage {
  margin: 0 0 70px;
}

.advantage__block {
  padding: 143px 0;
}

.advantage__block:nth-child(odd)>.advantage__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.advantage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantage__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.advantage__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.advantage__text h2 {
  color: #383838;
  font-size: 2.75rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 3.375rem;
  margin: 0 0 32px;
}

.advantage__text p {
  max-width: 443px;
  font-size: 1rem;
  font-weight: 400;
  font-family: Montserrat-Regular,sans-serif;
  line-height: 1.375rem;
}

.advantage__text p:not(:last-child) {
  margin: 0 0 20px;
}

.advantage__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantage__img img {
  max-width: 593px;
}

.benefits {
  margin: 0 0 150px;
}

.security {
  margin: 0 0 220px;
}

.security__title {
  text-align: center;
  color: #383838;
  font-size: 2.75rem;
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  margin: 0 0 50px;
}

.security__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1061px;
  margin: 0 auto;
}

.security__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(33.33333% - 30px);
}

.security__col {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 186px;
}

.security__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.security__block:not(:last-child) {
  margin: 0 0 106px;
}

.security__block span {
  font-weight: 500;
  font-family: Montserrat-Medium,sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.security__block img {
  max-width: 107px;
  min-height: 110px;
}

.security__block img,
.security__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.security__img {
  text-align: center;
  height: 100%;
}

.plan {
  padding: 100px 0;
  margin: 0 0 50px;
  background-color: #fbfbfb;
}

.plan__title {
  font-size: 2.75rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 3.375rem;
  margin: 0 0 74px;
  color: #383838;
  text-align: center;
}

.plan__wrapper {
  position: relative;
}

.plan__decor {
  margin: -9% 0 0;
}

.plan__decor--desktop {
  display: block;
}

.plan__decor--mobile {
  display: none;
}

.plan__decor--small {
  display: none;
}

.plan__decor img {
  width: 89%;
}

.plan__container {
  max-width: 911px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.plan__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 -4%;
}

.plan__line:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.plan__line:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.plan__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 70px;
  z-index: 10;
  text-align: end;
  background-color: hsla(0,0%,85.1%,.2);
  padding: 12px 77px 10px 17px;
  border-radius: 35px;
  max-width: 260px;
  width: 100%;
}

.plan__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
}

.plan__number {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-linear-gradient(53.05deg,#e3a84a 6.87%,#f0c151 96.23%);
  background: linear-gradient(36.95deg,#e3a84a 6.87%,#f0c151 96.23%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: Montserrat-Bold,sans-serif;
  border-radius: 50%;
  right: 0;
  top: 2px;
  max-width: 66px;
  max-height: 66px;
  width: 100%;
  height: 100%;
}

.plan__number span {
  color: #fff;
}

.plan__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}

.plan__button a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: none;
  opacity: .9;
  border-radius: 40px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 23px 40px;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: .9375rem;
}

.plan__button a span {
  color: #fff;
}

.plan__button a:hover {
  opacity: 1;
}

.plan__button a:active {
  position: relative;
  background: transparent;
  color: #e37d47;
  -webkit-box-shadow: inset 0 0 0 2px #e37d47;
  box-shadow: inset 0 0 0 2px #e37d47;
  opacity: 1;
}

.plan__button a:active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.plan__button a:active span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.technologies {
  margin: 0 0 200px;
}

.technologies__title {
  font-size: 2.75rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 3.375rem;
  color: #383838;
  text-align: center;
  margin: 0 0 40px;
}

.technologies__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.technologies__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -31px;
  margin-right: 0;
}

.technologies__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: calc(33.33333% - 30px);
  margin: 0 0 30px 30px;
}

.technologies__card {
  background-color: #fafafa;
  height: 100%;
  border-radius: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 50px 54px;
}

.technologies__name {
  text-align: center;
  font-size: 1.625rem;
  color: #383838;
  line-height: 2rem;
  font-weight: 700;
  font-family: Montserrat-Bold,sans-serif;
  margin: 0 0 48px;
}

.technologies__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 40px;
  max-height: 55px;
  height: 100%;
}

.technologies__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.technologies__text {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  font-family: Montserrat-Regular,sans-serif;
  color: #515151;
}

.technologies__text p:not(:last-child) {
  margin: 0 0 22px;
}

.technologies__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  border-radius: 30px;
  padding: 38px 50px;
}

.technologies__other--title {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-family: Montserrat-Bold,sans-serif;
  width: 250px;
  margin: 0 84px 0 0;
}

.technologies__other--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 318px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.technologies__other--element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.technologies__other--element img {
  width: 32px;
  height: 32px;
  margin: 0 auto 12px;
}

.technologies__other--element span {
  display: block;
  font-size: .875rem;
  line-height: 1.1875rem;
  font-family: Montserrat-Regular,sans-serif;
  font-weight: 400;
}

.technologies__slider {
  display: none;
}

.banner {
  margin: 0 0 150px;
}

.banner__bg {
  background: url(../images/home/banner/test.svg) no-repeat;
  padding: 60px;
}

.banner__container {
  background-image: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background-image: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  background-size: 100%;
  border-radius: 40px;
}

.banner__content {
  width: 100%;
  text-align: center;
}

.banner__content h2 {
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: Montserrat-Bold,sans-serif;
  color: #fff;
  margin: 0 0 30px;
}

.banner__content button {
  cursor: pointer;
  padding: 23px 38px;
  background-color: #fff;
  border: none;
  border-radius: 40px;
  font-size: .9375rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  opacity: .9;
}

.banner__content button:hover {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.banner__content button span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alternatives {
  margin: 0 0 200px;
}

.alternatives__title {
  font-size: 2.75rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 3.375rem;
  margin: 0 0 40px;
  color: #383838;
  text-align: center;
}

.alternatives__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alternatives__item {
  padding: 44px;
  border-radius: 29px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 430px;
  background: #fafafa;
}

.alternatives__item.last {
  background: #f9ebd4;
}

.alternatives__item:not(:last-child) {
  margin-right: 40px;
}

.alternatives__img {
  margin: 0 0 20px;
}

.alternatives__img img {
  max-width: 120px;
  max-height: 120px;
}

.alternatives__subtitle {
  font-size: 1.625rem;
  line-height: 2rem;
  margin: 0 0 30px;
  color: #383838;
  font-family: Montserrat-Semibold,sans-serif;
}

.alternatives__list ul>li {
  display: block;
  position: relative;
  font-size: 1.125rem;
  font-family: Montserrat-Regular,sans-serif;
  color: #515151;
  line-height: 1.5rem;
  margin: 0 0 0 36px;
}

.alternatives__list ul>li:before {
  content: "";
  display: block;
  position: absolute;
  left: -35px;
  top: -2px;
  width: 26px;
  height: 26px;
}

.alternatives__list ul>li.yes:before {
  background: url(../images/home/alternatives/yes.svg);
  background-position: 50%;
}

.alternatives__list ul>li.no:before {
  background: url(../images/home/alternatives/no.svg);
  background-position: 50%;
}

.alternatives__list ul>li:not(:last-child) {
  margin: 0 0 22px 36px;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.form {
  padding: 150px 0;
  background-color: #fbfbfb;
}

.form__success {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: show .3s 1;
  animation: show .3s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.form__success.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__success--card {
  text-align: center;
  max-width: 398px;
}

.form__success--card img {
  margin: 0 0 40px;
}

.form__success--card h2 {
  font-family: Montserrat-Medium,sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #383838;
  margin: 0 0 16px;
}

.form__success--card span {
  font-size: 1.25rem;
  font-family: Montserrat-Regular,sans-serif;
}

.form__title {
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 2.75rem;
  line-height: 3.375rem;
  color: #383838;
  margin: 0 0 50px;
}

.form__container {
  position: relative;
  background-color: #fff;
  padding: 63px 112px;
  border: 1px solid #ebebeb;
}

.form__container input:focus,
.form__container textarea:focus {
  outline: none;
}

.form__container textarea {
  width: 100%;
  max-width: 869px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2dce6;
  font-family: Montserrat-Regular,sans-serif;
  padding: 21px 24px;
  color: #505062;
  border-radius: 30px;
  resize: none;
}

.form__container #phone-intl,
.form__container #type,
.form__container input[type=text] {
  width: 100%;
  max-width: 522px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2dce6;
  font-family: Montserrat-Regular,sans-serif;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 21px 24px;
  color: #505062;
  border-radius: 50px;
}

.form__container #phone-intl.error,
.form__container #type.error,
.form__container input[type=text].error {
  border: 1px solid #ff3228;
}

.form__container #phone-intl {
  padding: 21px 24px 21px 50px;
}

.form__container label.error {
  background: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(130,150,180,.3);
  box-shadow: 0 4px 16px rgba(130,150,180,.3);
  border-radius: 10px;
  font-size: .875rem;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  bottom: -50px;
  z-index: 9;
  font-family: Montserrat-Regular,sans-serif;
  padding: 16px 16px 16px 40px;
  position: absolute;
  left: 0;
  background: url(../images/base/form/error.svg) left 16px top 50% no-repeat #fff;
}

.form__container label.error:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 7px 8px;
}

.form__container h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: Montserrat-Regular,sans-serif;
  color: #383838;
  margin: 0 0 32px;
}

.form__item:not(:last-child) {
  margin: 0 21px 0 0;
}

.form__name {
  position: relative;
  margin: 0 0 40px;
}

.form__channel {
  position: relative;
}

.form__channel,
.form__service {
  margin: 0 0 40px;
}

.form__message {
  margin: 0 0 30px;
}

.form__submit button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: none;
  opacity: .9;
  border-radius: 40px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 23px 86px;
  font-size: .9375rem;
  font-family: Montserrat-Semibold,sans-serif;
}

.form__submit button span {
  color: #fff;
}

.form__submit button:hover {
  opacity: 1;
}

.form__submit button:active {
  position: relative;
  background: transparent;
  color: #e37d47;
  -webkit-box-shadow: inset 0 0 0 2px #e37d47;
  box-shadow: inset 0 0 0 2px #e37d47;
  opacity: 1;
}

.form__submit button:active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.form__submit button:active span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form__submit button:disabled {
  background: #d7dcd7;
  cursor: no-drop;
}

.form__submit button>span {
  margin: 0;
  font-family: Montserrat-Semibold,sans-serif;
}

.form__submit span {
  display: block;
  margin: 20px 0 0;
  font-size: .875rem;
  line-height: 1.1875rem;
  font-weight: 400;
  font-family: Montserrat-Regular,sans-serif;
}

.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 29px;
}

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

.form__checkbox,
.form__checkbox+label {
  font-family: Montserrat-Regular,sans-serif;
}

.form__checkbox+label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__checkbox+label:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #d2dce6;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.form__checkbox:checked+label:before {
  border: none;
  background-color: #cb534e;
  background-image: url(../images/base/form/check-icon.svg);
  background-size: 50%;
}

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

.form__radio,
.form__radio+label {
  font-family: Montserrat-Regular,sans-serif;
}

.form__radio+label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.25rem;
}

.form__radio+label:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #d2dce6;
  border-radius: 50%;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.form__radio:checked+label:before {
  border: 8px solid #cb534e;
}

.footer {
  padding: 143px 0;
}

@-webkit-keyframes showmenu {
  0% {
    right: -999px;
  }

  to {
    right: 0;
  }
}

@keyframes showmenu {
  0% {
    right: -999px;
  }

  to {
    right: 0;
  }
}

@-webkit-keyframes showtext {
  0% {
    right: -999px;
  }

  to {
    right: 0;
  }
}

@keyframes showtext {
  0% {
    right: -999px;
  }

  to {
    right: 0;
  }
}

@-webkit-keyframes hiddenmenu {
  0% {
    right: 0;
  }

  to {
    right: -999px;
  }
}

@keyframes hiddenmenu {
  0% {
    right: 0;
  }

  to {
    right: -999px;
  }
}

.menu__decor {
  position: absolute;
  width: 100px;
  left: 0;
  top: 50%;
  height: 100px;
}

.menu__bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.menu__block {
  position: relative;
  display: block;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 441px;
  padding: 23px;
  background: #faebca;
  height: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: hiddenmenu .9s 1;
  animation: hiddenmenu .9s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.menu__block.open {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: showmenu .9s 1;
  animation: showmenu .9s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.menu__close {
  cursor: pointer;
}

.menu__close:hover {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: .5;
}

.menu__container {
  text-align: right;
  height: 100%;
}

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

.menu__header a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: none;
  opacity: .9;
  border-radius: 40px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-size: .8125rem;
  padding: 13px 24px;
  font-family: Montserrat-Semibold,sans-serif;
  margin: 0 32px 0 0;
}

.menu__header a span {
  color: #fff;
}

.menu__header a:hover {
  opacity: 1;
}

.menu__header a:active {
  position: relative;
  background: transparent;
  color: #e37d47;
  -webkit-box-shadow: inset 0 0 0 2px #e37d47;
  box-shadow: inset 0 0 0 2px #e37d47;
  opacity: 1;
}

.menu__header a:active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.menu__header a:active span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu__items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__items ul {
  width: 100%;
}

.menu__items ul li:not(:last-child) {
  margin: 0 0 40px;
}

.menu__items ul li a {
  position: relative;
  font-family: Montserrat-Medium,sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  text-decoration: none;
  padding: 0 70px 0 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: showtext 1.5s 1;
  animation: showtext 1.5s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.menu__items ul li a.active {
  border-right: 2px solid #cb534e;
}

.menu__items ul li a.active,
.menu__items ul li a:hover {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu__items ul li a:hover {
  opacity: .5;
}

.footer-new {
  background: #373737;
}

.footer-new .mobile {
  display: none;
}

.footer-new__social {
  margin: 0 0 25px;
}

.footer-new__linkmail {
  font-family: Montserrat-Regular,sans-serif;
  margin: 0 0 32px;
}

.footer-new__address {
  font-family: Montserrat-Regular,sans-serif;
  font-size: .875rem;
  color: #fff;
  line-height: 1.75rem;
}

.footer-new__address>address {
  color: #fff;
}

.footer-new hr {
  height: 1px;
  background: hsla(0,0%,100%,.1);
  border: none;
}

.footer-new__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 93px 0 55px;
}

.footer-new__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 36px;
}

.footer-new__logo img {
  margin-right: 6px;
}

.footer-new__logo p {
  font-size: 1rem;
  line-height: 1.375rem;
  max-width: 58px;
  font-family: Montserrat-Semibold,sans-serif;
  color: #fff;
}

.footer-new__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-new__social>a:hover {
  opacity: .85;
}

.footer-new__social a {
  cursor: pointer;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

.footer-new__social a:not(:last-child) {
  margin: 0 18px 0 0!important;
}

.footer-new__social a:hover {
  color: #c4c4c4;
}

.footer-new__bottom {
  background: #303030;
  padding: 26px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-new__bottom span {
  font-family: Montserrat-Regular,sans-serif;
  font-size: .875rem;
  color: #fff;
}

.footer-new__bottom a {
  font-family: Montserrat-Medium,sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.1875rem!important;
  line-height: 1.75rem;
}

.footer-new__bottom a:hover {
  color: #c4c4c4;
}

.footer-new__logo {
  min-width: 98px;
}

.footer-new__block:first-child {
  max-width: 215px;
  width: 100%;
  margin: 0 29px 0 0;
}

.footer-new__block:nth-child(2) {
  max-width: 180px;
  margin: 0 26px 0 0;
  width: 100%;
}

.footer-new__block h3 {
  font-family: Montserrat-Bold,sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin: 0 0 14px;
  color: #fff;
}

.footer-new__block h3:hover {
  color: #c4c4c4;
}

.footer-new__block a {
  display: block;
  font-family: Montserrat-Regular,sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: .875rem;
  line-height: 1.25rem;
}

.footer-new__block a:not(:last-child) {
  margin: 0 0 15px;
}

.footer-new__block a:hover {
  color: #c4c4c4;
}

.footer-new__email {
  display: none;
}

.footer-new__email a {
  font-family: Montserrat-Bold,sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.75rem;
}

.footer-new__email a:hover {
  color: #c4c4c4;
}

.e-main {
  padding: 227px 0 0;
  margin: 0 0 200px;
}

.e-main__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.e-main__text {
  width: 437px;
}

.e-main__button a {
  display: inline-block;
  padding: 16px 24px;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  border: none;
  opacity: .9;
  border-radius: 40px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: .8125rem;
}

.e-main__button a span {
  color: #fff;
}

.e-main__button a:hover {
  opacity: 1;
}

.e-main__button a:active {
  position: relative;
  background: transparent;
  color: #e37d47;
  -webkit-box-shadow: inset 0 0 0 2px #e37d47;
  box-shadow: inset 0 0 0 2px #e37d47;
  opacity: 1;
}

.e-main__button a:active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.e-main__button a:active span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.e-main__content {
  margin: 0 0 40px;
}

.e-main__content p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: Montserrat-Regular,sans-serif;
}

.e-main__content p:not(:last-child) {
  margin: 0 0 20px;
}

.e-main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
}

.e-main__title h1 {
  font-size: 2.75rem;
  line-height: 3.375rem;
  font-family: Montserrat-Semibold,sans-serif;
  color: #383838;
  margin: 0 21px 0 0;
}

.e-main__title span {
  padding: 9px 17px;
  background: #41b77e;
  font-family: Montserrat-Semibold,sans-serif;
  color: #fff;
  -webkit-clip-path: polygon(0 0,83% 0,100% 30%,100% 100%,80% 100%,20% 100%,0 100%,0 20%);
  clip-path: polygon(0 0,83% 0,100% 30%,100% 100%,80% 100%,20% 100%,0 100%,0 20%);
}

.e-main__block {
  width: calc(100% - 533px);
  position: relative;
}

.e-main__block:after {
  content: "";
  display: block;
  position: absolute;
  top: -88px;
  left: -108px;
  z-index: -10;
  background-image: url(../images/estimator/bg-first.png);
  width: 870px;
  height: 500px;
}

.e-main__item {
  max-width: 225px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 30px;
  background: #fafafa;
  border-radius: 30px;
}

.e-main__item:not(:last-child) {
  margin: 0 26px 0 0;
}

.e-main__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 21px;
}

.e-main__subtitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  margin: 0 17px 0 0;
  height: 65px;
  border-radius: 50%;
  background: -o-linear-gradient(53.05deg,#e09927 6.87%,#ffdf93 96.23%);
  background: linear-gradient(36.95deg,#e09927 6.87%,#ffdf93 96.23%);
}

.e-main__subtitle h2,
.e-main__subtitle span {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-family: Montserrat-Bold,sans-serif;
}

.e-main__subtitle span {
  color: rgba(237,188,80,.8);
}

.e-main__card h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0 0 11px;
  font-family: Montserrat-Bold,sans-serif;
  color: #383838;
}

.e-main__card p {
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #515151;
}

.estimator-page {
  overflow-x: hidden;
}

.estimator__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 39px 0 86px;
}

.estimator__title h2 {
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 2.75rem;
  line-height: 3.375rem;
  text-align: left;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.estimator__title button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 12px;
  opacity: .85;
}

.estimator__title button:hover {
  opacity: 1;
}

.estimator-main h3 {
  font-family: Montserrat-Bold,sans-serif;
  line-height: 2.5rem;
  color: #383838;
}

.estimator-main button {
  border: none;
}

#step-one>.step-right>h3 {
  margin: 0 0 87px;
}

.estimator-sidebar-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin: 60px 0 0;
}

.estimator-sidebar-categories__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background: #eee;
  font-size: 16px;
  padding: 9px 40px 9px 12px;
}

.estimator-sidebar-categories__item:not(:last-child) {
  margin: 0 0 15px;
}

.estimator-sidebar-categories__item>button {
  cursor: pointer;
  background: none;
  position: absolute;
  right: 0;
  top: 4px;
}

.estimator-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 115px;
}

.estimator-step:not(:first-child) {
  margin: 115px 0;
}

.estimator-hidden {
  display: none;
}

.estimator-categories,
.estimator-uniq-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 27px;
}

.estimator-categories button,
.estimator-uniq-categories button {
  cursor: pointer;
  background: #fff;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  color: #383838;
  border-radius: 20px;
  padding: 10px 22px;
  white-space: nowrap;
  margin-top: 8px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.estimator-categories button:not(:first-child),
.estimator-uniq-categories button:not(:first-child) {
  margin: 8px 0 0 33px;
}

.estimator-categories button.active,
.estimator-categories button:hover,
.estimator-uniq-categories button.active,
.estimator-uniq-categories button:hover {
  background: #fbe2d5;
}

.estimator-categories-title {
  position: relative;
  text-align: center;
  display: none;
  margin: 0 0 16px;
}

.estimator-categories-title:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 1px;
  width: 100%;
  background: #e7e7e7;
}

.estimator-categories-title h4 {
  position: relative;
  display: inline-block;
  font-size: .875rem;
  font-family: Montserrat-Semibold,sans-serif;
  color: #777;
  padding: 0 12px;
  background: #fff;
}

.estimator-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.estimator-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 27px;
  background-color: #f8f8f8;
}

.estimator-card:not(:last-child) {
  margin: 0 0 30px;
}

.estimator-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.estimator-card__button>button {
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: none;
  opacity: .9;
  border-radius: 40px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-family: Montserrat-Semibold,sans-serif;
  cursor: pointer;
  padding: 13px 33px;
  margin: -30px 0 0;
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
  color: #fff;
}

.estimator-card__button>button span {
  color: #fff;
}

.estimator-card__button>button:hover {
  opacity: 1;
}

.estimator-card__button>button:active {
  position: relative;
  background: transparent;
  color: #e37d47;
  -webkit-box-shadow: inset 0 0 0 2px #e37d47;
  box-shadow: inset 0 0 0 2px #e37d47;
  opacity: 1;
}

.estimator-card__button>button:active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.estimator-card__button>button:active span {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.estimator-card:last-child {
  margin: 0;
}

.estimator-card__img {
  position: relative;
  width: 100%;
  max-width: 245px;
}

.estimator-card__img img {
  border-radius: 27px;
  -webkit-box-shadow: 0 0 0 1px #ffe6db;
  box-shadow: 0 0 0 1px #ffe6db;
  width: 100%;
  height: 101%;
  max-width: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.estimator-card__block {
  width: calc(100% - 260px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 0 0;
}

.estimator-card__text {
  padding: 34px 20px 20px 15px;
}

.estimator-card__title {
  font-size: 1rem;
  margin: 0 0 28px;
  line-height: 1.375rem;
  font-family: Montserrat-Semibold,sans-serif;
}

.estimator-card__subtitle {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: Montserrat-Regular,sans-serif;
  max-width: 510px;
}

.step-left {
  width: 325px;
  padding: 0 30px 0 0;
}

.step-left h3 {
  font-size: 2.5rem;
  margin: 0 0 12px;
}

.step-left span {
  font-family: Montserrat-Regular,sans-serif;
  font-size: .875rem;
  line-height: 1rem;
  color: #505050;
}

.step-right {
  width: calc(100% - 224px);
}

.step-right h3 {
  font-size: 1.375rem;
  margin: 0 0 30px;
}

.step-right h5 {
  font-size: 1.375rem;
  margin: 0 0 36px;
  font-family: Montserrat-Regular,sans-serif;
}

.version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.version__item {
  width: 50%;
}

.version__item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.version__content {
  position: relative;
  width: 100%;
  min-height: 460px;
}

.version__content span {
  position: absolute;
  bottom: 35px;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1.25rem;
  font-family: Montserrat-Semibold,sans-serif;
  color: #e37d47;
}

.version__info {
  text-align: end;
  padding: 0 40px;
}

.version__info.mobile {
  text-align: center;
}

.version__info img {
  margin-top: -113px;
  margin-bottom: 18px;
}

.version__info img.mobile {
  display: inline-block;
  text-align: center!important;
  margin: -56px auto -107px;
}

.version__info h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #383838;
  margin: 0 0 18px;
  font-family: Montserrat-Bold,sans-serif;
}

.version__info p {
  text-align: left;
  font-family: Montserrat-Regular,sans-serif;
  color: #828282;
  line-height: 1.5rem;
  font-size: 1rem;
}

.version label {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23FCF1ED" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  width: 410px;
  min-height: 460px;
}

.version label:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23F8E2DB" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
}

.version label:active {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23F0CDCA" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
}

.version label.active {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23E37D47" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
}

.estimator-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: calc(100% - 300px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 10px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.estimator-next>button {
  opacity: .85;
  display: inline-block;
  padding: 23px 40px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  border: none;
  opacity: .9;
  border-radius: 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 15px;
  line-height: 18px;
  background: #119718;
}

.estimator-next>button:disabled {
  opacity: .3!important;
  cursor: default;
  pointer-events: none;
}

.estimator-next>button:hover {
  opacity: 1;
}

.estimator-uniq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

.estimator-uniq__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
}

.estimator-uniq__check.desktop {
  display: block;
}

.estimator-uniq__check.mobile {
  display: none;
}

.estimator-uniq__check>label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505050;
  font-size: 1rem;
  font-family: Montserrat-Regular,sans-serif;
  cursor: pointer;
}

.estimator-uniq__check>label:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #d2dce6;
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.estimator-uniq__check>input {
  display: none;
  margin: 0 15px 0 0;
}

.estimator-uniq__check>input:checked+label:before {
  border: none;
  background-color: #cb534e;
  background-image: url(../images/base/form/check-icon.svg);
  background-size: 50%;
}

.estimator-uniq__left {
  width: calc(100% - 234px);
  margin-right: 30px;
  max-width: 593px;
}

.estimator-uniq__right {
  border-radius: 20px;
  width: 334px;
  padding: 28px;
  background: #f8f8f8;
}

.estimator-uniq__right h5 {
  font-size: 1rem;
  font-family: Montserrat-Semibold,sans-serif;
  margin: 0 0 6px;
  color: #515151;
}

.estimator-uniq__right ul {
  line-height: 28px;
}

.estimator-uniq__right li {
  position: relative;
  font-size: 1rem;
  font-family: Montserrat-Regular,sans-serif;
  padding-left: 12px;
}

.estimator-uniq__right li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 38%;
  left: 0;
  width: 5px;
  height: 5px;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  border-radius: 50%;
}

.estimator-uniq h4 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 22px;
}

.estimator-uniq h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 7px;
}

.estimator-uniq textarea {
  font-family: Montserrat-Regular,sans-serif;
  width: 99%;
  height: 98%;
  padding: 18px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2dce6;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 22px;
  color: #515151;
  resize: none;
}

.estimator-uniq textarea::-webkit-input-placeholder {
  color: #bebec8;
}

.estimator-uniq textarea::-moz-placeholder {
  color: #bebec8;
}

.estimator-uniq textarea:-ms-input-placeholder {
  color: #bebec8;
}

.estimator-uniq textarea::-ms-input-placeholder {
  color: #bebec8;
}

.estimator-uniq textarea::placeholder {
  color: #bebec8;
}

.estimator__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 0 47px;
}

.estimator__color--item>input {
  display: none;
  visibility: hidden;
}

.estimator__color--item>input:checked~label.e-red {
  -webkit-box-shadow: 0 0 0 7px rgba(255,39,78,.33);
  box-shadow: 0 0 0 7px rgba(255,39,78,.33);
}

.estimator__color--item>input:checked~label.e-orange {
  -webkit-box-shadow: 0 0 0 7px rgba(255,137,52,.33);
  box-shadow: 0 0 0 7px rgba(255,137,52,.33);
}

.estimator__color--item>input:checked~label.e-yellow {
  -webkit-box-shadow: 0 0 0 7px rgba(236,172,47,.33);
  box-shadow: 0 0 0 7px rgba(236,172,47,.33);
}

.estimator__color--item>input:checked~label.e-green {
  -webkit-box-shadow: 0 0 0 7px rgba(51,197,27,.33);
  box-shadow: 0 0 0 7px rgba(51,197,27,.33);
}

.estimator__color--item>input:checked~label.e-turquoise {
  -webkit-box-shadow: 0 0 0 7px rgba(37,220,209,.33);
  box-shadow: 0 0 0 7px rgba(37,220,209,.33);
}

.estimator__color--item>input:checked~label.e-blue {
  -webkit-box-shadow: 0 0 0 7px rgba(68,75,246,.33);
  box-shadow: 0 0 0 7px rgba(68,75,246,.33);
}

.estimator__color--item>input:checked~label.e-violet {
  -webkit-box-shadow: 0 0 0 7px rgba(179,41,244,.33);
  box-shadow: 0 0 0 7px rgba(179,41,244,.33);
}

.estimator__color--item>input:checked~label:before {
  content: "";
  display: block;
  height: 16px;
  width: 20px;
  background: url(../images/estimator/ok.svg);
}

.estimator__color--item>label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  margin: 0;
}

.estimator__color--item:hover {
  border-radius: 50%;
}

.estimator__color--item:not(:last-child) {
  margin: 0 30px 0 0;
}

.e-red {
  background-color: #ff274e;
}

.e-red:hover {
  -webkit-box-shadow: 0 0 0 7px rgba(255,39,78,.33);
  box-shadow: 0 0 0 7px rgba(255,39,78,.33);
}

.e-orange {
  background-color: #ff8934;
}

.e-orange:hover {
  -webkit-box-shadow: 0 0 0 7px rgba(255,137,52,.33);
  box-shadow: 0 0 0 7px rgba(255,137,52,.33);
}

.e-yellow {
  background-color: #ecac2f;
}

.e-yellow:hover {
  -webkit-box-shadow: 0 0 0 7px rgba(236,172,47,.33);
  box-shadow: 0 0 0 7px rgba(236,172,47,.33);
}

.e-green {
  background-color: #33c51b;
}

.e-green:hover {
  -webkit-box-shadow: 0 0 0 7px rgba(51,197,27,.33);
  box-shadow: 0 0 0 7px rgba(51,197,27,.33);
}

.e-turquoise {
  background-color: #25dcd1;
}

.e-turquoise:hover {
  -webkit-box-shadow: 0 0 0 7px rgba(37,220,209,.33);
  box-shadow: 0 0 0 7px rgba(37,220,209,.33);
}

.e-blue {
  background-color: #444bf6;
}

.e-blue:hover {
  -webkit-box-shadow: 0 0 0 7px rgba(68,75,246,.33);
  box-shadow: 0 0 0 7px rgba(68,75,246,.33);
}

.e-violet {
  background-color: #b329f4;
}

.e-violet:hover {
  -webkit-box-shadow: 0 0 0 7px rgba(179,41,244,.33);
  box-shadow: 0 0 0 7px rgba(179,41,244,.33);
}

.e-project__name {
  margin: -10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.e-project__name input {
  max-width: 522px;
  padding: 21px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2dce6;
  width: 100%;
  font-size: 1rem;
  border-radius: 50px;
  margin: 0 0 12px;
  font-family: Montserrat-Regular,sans-serif;
}

.e-project__name input::-webkit-input-placeholder {
  color: #bebec8;
}

.e-project__name input::-moz-placeholder {
  color: #bebec8;
}

.e-project__name input:-ms-input-placeholder {
  color: #bebec8;
}

.e-project__name input::-ms-input-placeholder {
  color: #bebec8;
}

.e-project__name input::placeholder {
  color: #bebec8;
}

.e-project__name span {
  font-family: Montserrat-Regular,sans-serif;
  color: #81818c;
  font-size: 1rem;
}

input.error {
  border: 2px solid red;
}

#project_name-error {
  color: red;
  margin: 0 0 10px;
}

.estimator-summary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 39px 0 83px;
  font-family: Montserrat-Semibold,sans-serif;
}

.estimator-summary__title button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  height: 44px;
  opacity: .85;
  width: 44px;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.estimator-summary__title button:hover {
  opacity: 1;
}

.estimator-summary__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.estimator-summary__subtitle h2 {
  font-size: 2.75rem;
  line-height: 3.125rem;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.estimator-summary__subtitle span {
  display: none;
  color: #b4b4b4;
  -webkit-text-fill-color: none;
  font-family: Montserrat-Bold,sans-serif;
  font-size: .75rem;
}

.estimator-summary__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.estimator-summary__block {
  width: calc(100% - 582px);
}

.estimator-summary__data {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fcf1ed;
  max-width: 500px;
  max-height: 381px;
  border-radius: 20px;
  padding: 52px 50px;
  line-height: 2.0625rem;
}

.estimator-summary__data h4 {
  font-size: 1.375rem;
  font-family: Montserrat-Semibold,sans-serif;
  margin: 0 0 22px;
}

.estimator-summary__data label {
  display: block;
  font-size: 1rem;
  font-family: Montserrat-Bold,sans-serif;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 6px;
}

.estimator-summary__data input {
  font-family: Montserrat-Regular,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 30px;
  border-radius: 40px;
  border: 1px solid #cb534e;
  margin: 0 0 23px;
  width: 100%;
}

.estimator-summary__data input::-webkit-input-placeholder {
  color: #aeb4c3;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
}

.estimator-summary__data input::-moz-placeholder {
  color: #aeb4c3;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
}

.estimator-summary__data input:-ms-input-placeholder {
  color: #aeb4c3;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
}

.estimator-summary__data input::-ms-input-placeholder {
  color: #aeb4c3;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
}

.estimator-summary__data input::placeholder {
  color: #aeb4c3;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
}

.estimator-summary__data button {
  opacity: .85;
  cursor: pointer;
  padding: 24px 0;
  width: 100%;
  border: none;
  border-radius: 40px;
  background: #119718;
  font-size: .9375rem;
  font-family: Montserrat-Semibold,sans-serif;
  color: #fff;
}

.estimator-summary__data button:hover {
  opacity: 1;
}

.estimator-summary__data button:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.estimator-summary__color {
  width: 100%;
  padding: 20px;
  margin: 0 0 28px;
}

.estimator-summary__color h3 {
  font-size: 1.375rem;
  font-family: Montserrat-Semibold,sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.estimator-summary__list {
  background: #f8f8f8;
  padding: 30px 33px;
  border-radius: 20px;
  margin: 0 0 20px;
}

.estimator-summary__item h4 {
  font-size: 1.125rem;
  color: #515151;
  font-family: Montserrat-Semibold,sans-serif;
  margin: 0 0 17px;
}

.estimator-summary__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
  padding-left: 12px;
}

.estimator-summary__item li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
}

.estimator-summary__item li:not(:last-child) {
  margin: 0 0 12px;
}

.estimator-summary__item:not(:last-child) {
  margin: 0 0 22px;
}

.estimator-final__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 250px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.estimator-final__block {
  text-align: center;
}

.estimator-final__block img {
  margin: 0 0 50px;
}

.estimator-final__block h3 {
  font-size: 2.5rem;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 60px;
  color: #383838;
  margin: 0 0 24px;
}

.estimator-final__block h3>span {
  color: #383838;
  display: block;
}

.estimator-final__block p {
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1.375rem;
  color: #515151;
}

.estimator__mob-step span {
  display: none;
  color: #b4b4b4;
  font-size: .75rem;
  font-family: Montserrat-Bold,sans-serif;
}

#step-three {
  margin-bottom: 166px;
}

#step-four {
  margin-top: 166px;
}

.estimator-background {
  display: none;
  background: rgba(56,56,56,.8);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}

.estimator-background.open {
  display: block;
}

.estimator-modal {
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  max-width: 336px;
}

.estimator-modal p {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 34px;
  max-width: 250px;
  font-family: Montserrat-Semibold,sans-serif;
  color: #383838;
}

.estimator-control button {
  font-family: Montserrat-Semibold,sans-serif;
  padding: 11px 22px;
  border-radius: 40px;
  font-size: 1rem;
}

.estimator-control button:first-child {
  margin: 0 16px 0 0;
}

.estimator-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.estimator-yes {
  cursor: pointer;
  padding: 14px 23px!important;
  border: none;
  color: #fff;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
}

.estimator-yes:hover {
  opacity: 1;
}

.estimator-no {
  cursor: pointer;
  border: 2px solid #e37d47!important;
  background: transparent;
  color: #e37d47;
  opacity: .85;
}

.estimator-no:hover {
  opacity: 1;
}

.change-img {
  width: 8px;
  height: 4px;
  margin: 0 12px 0 0;
}

.estimator-summary__change {
  opacity: .85;
  display: inline-block;
}

.estimator-summary__change:hover {
  opacity: 1;
}

.estimator-summary__change button {
  font-size: .9375rem;
  cursor: pointer;
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  padding: 0;
  color: #e37d47;
  background: none;
  border: 0;
}

.estimator-shadow {
  position: fixed;
  overflow-x: auto;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(56,56,56,.8);
  height: 100%;
}

.estimator-shadow.open {
  display: block;
}

.estimator-slider-control {
  margin: 0 auto;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  left: 0;
  right: 0;
  max-width: 1280px;
  top: 20px;
}

.estimator-slider-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  padding: 2px;
  background: #858585;
  border-radius: 10px;
}

.estimator-slider-buttons>button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 13px 45px;
  border-radius: 8px;
  background: transparent;
  border: none;
}

.estimator-slider-buttons>button:hover {
  background: #c09a8a;
}

.estimator-slider-buttons>button>svg>g>path,
.estimator-slider-buttons>button>svg>g>rect,
.estimator-slider-buttons>button>svg>path {
  fill: #515151;
}

.estimator-slider-buttons>button.active {
  background: #fc8555;
}

.estimator-slider-buttons>button.active>svg>g>path,
.estimator-slider-buttons>button.active>svg>g>rect,
.estimator-slider-buttons>button.active>svg>path {
  fill: #fff;
}

#close-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  top: 3px;
  position: absolute;
  right: 0;
  width: 44px;
  background: #858585;
  border-radius: 10px;
  border: none;
  height: 44px;
}

.estimation-arrow-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  bottom: 20px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.estimation-arrow-buttons>button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 75px;
  background-color: #fc8555;
  border: none;
  border-radius: 10px;
}

.estimation-arrow-buttons>button.slick-arrow {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.estimation-arrow-buttons>button:first-child {
  margin: 0 22px 0 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.estimator-slide,
.estimator-slide img {
  width: 100%;
}

.slider__open {
  cursor: pointer;
  padding: 7px;
  position: absolute;
  right: 12px;
  top: 12px;
  background: #f6f6f6;
  border-radius: 10px;
  height: 44px;
  width: 44px;
}

.slider__open>img {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.estimator-sidebar-web {
  margin: 0 0 40px;
  opacity: 0;
}

.estimator-sidebar-web.open {
  opacity: 1;
}

.estimator-sidebar-mobile {
  margin: 0 0 40px;
  opacity: 0;
}

.estimator-sidebar-mobile.open {
  opacity: 1;
}

.estimator-sidebar-mobile-title,
.estimator-sidebar-web-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Bold,sans-serif;
  font-size: 1.125rem;
  margin: 0 0 20px;
}

.estimator-sidebar-mobile-title>img,
.estimator-sidebar-web-title>img {
  margin: 0 27px 0 0;
}

.estimator-stop-scroll {
  overflow: hidden;
  padding-right: 10px;
}

#estimator-change-step,
#estimator-prev-step {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px!important;
  width: 42px;
  height: 42px;
  border: 2px solid #636363!important;
  background: transparent!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 24px 0 0;
}

.estimator-summary__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.estimator-open-change {
  display: none;
}

.estimator-slider {
  margin: 100px 0 60px;
}

.estimator-slider-wrapper,
.estimator-slider-wrapper-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.estimator-slider-screen,
.estimator-slider-screen-mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
  position: relative;
}

.estimator-slider-screen-mobile>img,
.estimator-slider-screen>img {
  width: 100%;
}

.estimator-slider,
.estimator-slider-mobile {
  overflow: hidden;
}

.estimator-slider-mobile-size {
  max-width: 460px;
}

.estimator-stop-click {
  cursor: not-allowed!important;
  opacity: .5;
}

.swiper-button-disabled {
  opacity: .4!important;
}

.estimator-counter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  position: absolute;
  top: -9px;
  right: -12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat-Regular,sans-serif;
  width: 16px;
  font-size: .625rem;
  height: 16px;
  border-radius: 50%;
  background: #e7e7e7;
}

.estimator-counter {
  display: none;
  font-size: .9375rem;
  position: relative;
}

.estimator-counter strong {
  font-family: Montserrat-Bold,sans-serif;
  color: #636363;
  margin: 0 4px 0 0;
}

.estimator-counter span {
  display: block;
}

.e-two {
  margin: 0 0 184px;
}

.e-two__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.e-two__block {
  width: 50%;
}

.e-two__block img {
  width: 100%;
  min-width: 289px;
}

.e-two__text {
  padding: 0 50px;
}

.e-two__text h2 {
  font-size: 2.75rem;
  font-family: Montserrat-Semibold,sans-serif;
  margin: 0 0 32px;
  color: #383838;
}

.e-two__text p {
  font-size: 1rem;
  line-height: 1.375rem;
  max-width: 440px;
  font-family: Montserrat-Regular,sans-serif;
}

.e-two__text p:not(:last-child) {
  margin: 0 0 30px;
}

.e-three {
  margin: 0 0 223px;
}

.e-three__block {
  position: relative;
  padding: 41px 91px 40px 72px;
  max-width: 1043px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: hsla(0,0%,97.6%,.86);
  border-radius: 29px;
}

.e-three__block:after {
  content: "";
  position: absolute;
  right: -111px;
  bottom: -116px;
  z-index: -10;
  width: 256px;
  height: 203px;
  display: block;
  background: url(../images/estimator/bg-three.png);
}

.e-three__block h3 {
  font-size: 2rem;
  font-family: Montserrat-Medium,sans-serif;
  margin: 0 0 20px;
}

.e-three__block p {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: Montserrat-Regular,sans-serif;
  margin: 0 0 30px;
}

.e-three__block a {
  text-decoration: none;
  font-family: Montserrat-Semibold,sans-serif;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  color: #e37d47;
  background: none;
  border: 0;
  margin-right: 12px;
}

.e-more img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.estimator-slider-web-hidden {
  height: 100vh;
  display: contents;
}

.estimator-screen-web-hidden {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-slider {
  display: none;
}

.hidden-checkbox {
  display: none!important;
}

#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: hsla(0,0%,100%,.8);
  z-index: 30;
}

.contpre small {
  font-size: 25px;
}

.contpre {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}

#p_prldr .svg_anm {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../images/estimator/preloader/test.svg) 50% no-repeat;
  background-size: 100px;
}

.loader {
  width: 20em;
  height: 20em;
  font-size: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader .face {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  -webkit-animation: animate 3s linear infinite;
  animation: animate 3s linear infinite;
}

.loader .face:first-child {
  width: 100%;
  height: 100%;
  color: #dd6147;
  border-color: currentColor transparent transparent currentColor;
  border-width: .2em .2em 0 0;
  --deg: -45deg;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.loader .face:nth-child(2) {
  width: 70%;
  height: 70%;
  color: #dd6147;
  border-color: currentColor currentColor transparent transparent;
  border-width: .2em 0 0 .2em;
  --deg: -135deg;
  animation-direction: reverse;
}

.loader .face .circle {
  position: absolute;
  width: 50%;
  height: .1em;
  top: 50%;
  left: 50%;
  background-color: transparent;
  -webkit-transform: rotate(var(--deg));
  -ms-transform: rotate(var(--deg));
  transform: rotate(var(--deg));
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.loader .face .circle:before {
  position: absolute;
  top: -.5em;
  right: -.5em;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #dd6147;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2em,0 0 4em,0 0 6em,0 0 8em,0 0 10em,0 0 0 .5em rgba(221,97,71,.1);
  box-shadow: 0 0 2em,0 0 4em,0 0 6em,0 0 8em,0 0 10em,0 0 0 .5em rgba(221,97,71,.1);
}

@-webkit-keyframes animate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes animate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.remove-test:active {
  -webkit-box-shadow: 0 0 0 2px transparent!important;
  box-shadow: 0 0 0 2px transparent!important;
}

.title-projects {
  padding: 119px 0 75px;
}

.title-projects h1 {
  font-family: Montserrat-Semibold,sans-serif;
  color: #383838;
  font-weight: 600;
  font-size: 3.875rem;
  line-height: 4.5rem;
  margin: 0 0 16px;
}

.title-projects p {
  font-family: Montserrat-Medium,sans-serif;
  font-weight: 500;
  color: #515151;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.list-projects {
  background-color: #f4f4f4;
  padding: 40px 0 0;
}

.poster-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  min-height: 350px;
  background-position-x: 92%!important;
  background-position-y: 50px!important;
}

.poster-project:not(:last-child) {
  margin: 0 0 40px;
  background-position: 900px 60px bottom!important;
}

.poster-project:nth-child(4) {
  background-size: 510px!important;
}

.poster-project:nth-child(4) .poster-project__img img {
  margin: 30px 0 0;
}

.poster-project:nth-child(odd) {
  background-position-x: 92%!important;
  background-position-y: 50px!important;
  background-size: 510px!important;
}

.poster-project:nth-child(odd) .poster-project__img img {
  margin: 30px 0 0;
}

.poster-project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 573px);
  padding: 40px 10px 40px 80px;
}

.poster-project__content h2 {
  font-family: Montserrat-Medium,sans-serif;
  font-size: 2rem;
  max-width: 368px;
  line-height: 2.5rem;
  margin: 0 0 16px;
  font-weight: 500;
}

.poster-project__content p {
  max-width: 462px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: Montserrat-Regular,sans-serif;
}

.poster-project__content a {
  max-width: 110px;
  position: relative;
  margin-top: auto;
  font-family: Montserrat-Bold,sans-serif;
  font-weight: 600;
  text-decoration: none;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.poster-project__content a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-left: 2px solid #e37d47;
  border-bottom: 2px solid #e37d47;
  top: 5px;
}

.poster-project__img {
  width: 50%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.poster-project__img img {
  max-width: 522px;
  display: block;
  width: 100%;
}

.project__build {
  margin: 0 0 144px;
  background: url(../images/projects/build.svg) no-repeat 50%;
  background-color: #f8f8f8;
  min-height: 150px;
}

.about-mixin {
  margin: 0 0 144px;
}

.about-mixin__citat {
  position: relative;
  padding-left: 50px;
  padding-top: 30px;
  color: #383838;
}

.about-mixin__citat:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 10px;
  width: 72px;
  height: 63px;
  background: #0a586c;
  background: url(../images/projects/about/decor.svg);
}

.about-mixin__citat blockquote p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: Montserrat-Semibold,sans-serif;
}

.about-mixin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1069px;
  padding: 0 10px;
  margin: 0 auto;
}

.about-mixin__container.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-mixin__container.small {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-mixin__img,
.about-mixin__text {
  width: 50%;
}

.about-mixin__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}

.about-mixin__img:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  bottom: -40px;
  z-index: -2;
  width: 156px;
  height: 156px;
  background: url(../images/projects/dots.svg);
}

.about-mixin__img.revers {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 20px 0 0;
}

.about-mixin__img.revers:before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  left: inherit;
  bottom: -40px;
  z-index: -2;
  width: 156px;
  height: 156px;
  background: url(../images/projects/dots.svg);
}

.about-mixin__text.small {
  max-width: 397px;
}

.about-mixin__text h2 {
  font-size: 2.75rem;
  line-height: 3.375rem;
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  color: #383838;
  margin: 0 0 32px;
}

.about-mixin__text p {
  font-weight: 400;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.about-mixin__text p:not(:last-child) {
  margin: 0 0 22px;
}

.features-mixin {
  margin: 0 0 150px;
}

.features-mixin__title {
  max-width: 1069px;
  padding: 0 10px;
  margin: 0 auto 32px;
  color: #383838;
  font-size: 2.75rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 3.375rem;
}

.features-mixin__title h2 {
  color: #383838;
}

.features-mixin__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -o-linear-gradient(53.05deg,rgba(227,168,74,.05) 6.87%,rgba(240,193,81,.05) 96.23%);
  background: linear-gradient(36.95deg,rgba(227,168,74,.05) 6.87%,rgba(240,193,81,.05) 96.23%);
  border-radius: 31px;
  padding: 60px 94px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-mixin__content:before {
  content: "";
  display: block;
  position: absolute;
  right: 60px;
  top: -80px;
  z-index: -2;
  width: 156px;
  height: 156px;
  background: url(../images/projects/dots.svg);
}

.features-mixin__list {
  width: 25%;
}

.features-mixin__list:not(:last-child) {
  margin: 0 0 30px;
}

.features-mixin__list h3 {
  color: #383838;
  font-size: 1.375rem;
  font-family: Montserrat-Bold,sans-serif;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 0 0 30px;
}

.features-mixin__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.features-mixin__list ul li:not(:last-child) {
  margin: 0 0 30px;
}

.features-mixin__item {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: Montserrat-Regular,sans-serif;
  padding: 0 0 0 15px;
}

.img-svg path {
  fill: #e3a84a;
}

.features-col {
  width: 25%;
}

.features-col>.features-mixin__list {
  width: 100%;
}

.kit-mixin {
  margin: 0 0 150px;
}

.kit-mixin__title {
  max-width: 1069px;
  padding: 0 10px;
  margin: 0 auto 53px;
}

.kit-mixin__title h2 {
  font-weight: 600;
  color: #383838;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 2.75rem;
  line-height: 3.375rem;
}

.kit-mixin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1069px;
  padding: 0 10px;
  margin: 0 auto;
}

.kit-mixin__block {
  width: 50%;
}

.kit-typo__title {
  font-width: 500;
  font-family: Montserrat-Medium,sans-serif;
  color: #383838;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 0 50px;
}

.kit-color {
  margin: 0 0 55px;
}

.kit-color__title {
  font-width: 500;
  font-family: Montserrat-Medium,sans-serif;
  color: #383838;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 0 50px;
}

.kit-color__item {
  text-align: center;
  max-width: 83px;
}

.kit-color__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kit-color__bg {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.kit-color__val {
  font-size: 1.125rem;
  color: #515151;
  line-height: 1.5625rem;
  margin: 0 0 10px;
}

.kit-color__name,
.kit-color__val {
  display: block;
  font-family: Montserrat-Medium,sans-serif;
  font-weight: 500;
}

.kit-color__name {
  color: #c4c4c4;
}

.kit-icon__title {
  font-width: 500;
  font-family: Montserrat-Medium,sans-serif;
  color: #383838;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 0 50px;
}

.kit-icon__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kit-icon__item:not(:last-child) {
  margin: 0 24px 0 0;
}

.benefits-mixin {
  padding: 140px 0;
  background-color: #fafafa;
  margin: 0 0 150px;
}

.benefits-mixin__container {
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.benefits-mixin__container,
.benefits-mixin__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits-mixin__item {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.benefits-mixin__item:not(:last-child) {
  margin-bottom: 34px;
}

.benefits-mixin__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.benefits-mixin__item:nth-child(2n)>.benefits-mixin__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.benefits-mixin__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

.benefits-mixin__text {
  max-width: 373px;
}

.benefits-mixin__text.big {
  max-width: 465px;
}

.benefits-mixin__text h2 {
  color: #383838;
  font-size: 2.75rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 3.375rem;
  margin: 0 0 32px;
}

.benefits-mixin__text h3 {
  color: #383838;
  font-size: 1rem;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  line-height: 1.375rem;
  margin: 0 0 32px;
}

.benefits-mixin__text p {
  max-width: 376px;
  font-size: 1rem;
  font-weight: 400;
  font-family: Montserrat-Regular,sans-serif;
  line-height: 1.375rem;
}

.benefits-mixin__text p.big {
  max-width: 465px;
}

.benefits-mixin__text p:not(:last-child) {
  margin: 0 0 20px;
}

.benefits-mixin__text ul li {
  position: relative;
  padding-left: 26px;
  font-family: Montserrat-Regular,sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefits-mixin__text ul li:not(:last-child) {
  margin: 0 0 16px;
}

.benefits-mixin__text ul li:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  background: -o-linear-gradient(53.05deg,#e3a84a 6.87%,#f0c151 96.23%);
  background: linear-gradient(36.95deg,#e3a84a 6.87%,#f0c151 96.23%);
  border-radius: 50%;
}

.benefits-mixin__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits-mixin__img img {
  max-width: 593px;
}

.result-mixin {
  margin: 0 0 150px;
}

.result-mixin__container {
  max-width: 1069px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-mixin__text {
  width: 40%;
}

.result-mixin__text h2 {
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 3.375rem;
  margin: 0 0 42px;
  color: #383838;
}

.result-mixin__text p {
  font-family: Montserrat-Medium,sans-serif;
  max-width: 335px;
  font-weight: 500;
  color: #505062;
  font-size: 1.625rem;
  line-height: 2rem;
}

.result-mixin__text p:not(:last-child) {
  margin: 0 0 22px;
}

.result-mixin__text p.small {
  font-size: 1rem;
  line-height: 1.375rem;
  max-width: 522px;
}

.result-mixin__img {
  width: 60%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.result-mixin__img.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-mixin__img img:not(:last-child) {
  margin: 0 0 44px;
}

.app-mixin {
  background-size: 100%;
  background: rgba(240,193,81,.03);
}

.app-mixin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1288px;
  min-height: 382px;
  margin: 0 auto;
  background: url(../images/projects/app/decor.svg) no-repeat 50%;
}

.app-mixin__text {
  max-width: 501px;
  text-align: center;
}

.app-mixin__text h2 {
  color: #383838;
  font-weight: 600;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 2.75rem;
  line-height: 3.375rem;
  margin: 0 0 20px;
}

.app-mixin__text p {
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0 0 20px;
}

.app-mixin__text p span {
  color: #f0c151;
  font-weight: 500;
  font-family: Montserrat-Medium,sans-serif;
}

.app-mixin__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-mixin__icon a {
  display: block;
  text-decoration: none;
}

.app-mixin__icon a:not(:first-child) {
  padding: 0 0 0 180px;
  position: relative;
}

.app-mixin__icon a:not(:first-child):before {
  content: "";
  display: block;
  left: 35%;
  top: 35%;
  position: absolute;
  width: 2px;
  height: 28px;
  background-color: #515151;
  opacity: .4;
}

.what h1 {
  font-size: 2.75rem;
  font-family: Montserrat-Semibold,sans-serif;
  color: #25224a;
  margin: 0 0 40px;
}

.what__content {
  margin: 130px auto 150px;
  max-width: 1065px;
}

.what__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 60px auto 35px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.what__text {
  margin: 0 0 84px;
}

.what__text ul {
  margin-left: 20px;
}

.what__text ul.leq {
  margin: 84px 0 0;
}

.what__text ol {
  margin: 0 0 20px 20px;
  font-family: Montserrat-Regular,sans-serif;
  line-height: 20px;
}

.what__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.what__text li:not(:last-child) {
  margin: 0 0 30px;
}

.what__text li>span {
  display: block;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-right: 10px;
}

.what__text li strong {
  font-family: Montserrat-Medium,sans-serif;
  color: #505062;
  font-size: 1.3125rem;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.what__text h3 {
  font-family: Montserrat-Medium,sans-serif;
  font-size: 1.3125rem;
  margin: 0 auto 10px;
}

.what__text h2 {
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: Montserrat-Semibold,sans-serif;
  color: #505062;
  margin: 0 0 32px;
}

.what__text p {
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.what__text p>a {
  color: #e37d47;
}

.what__text p:not(:last-child) {
  margin: 0 0 35px;
}

.what__text p strong {
  display: block;
}

.what__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 74px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.what__mob {
  display: none;
  outline: 1px solid transparent;
}

.what__col {
  width: 46%;
}

.what__col span {
  display: block;
  font-family: Montserrat-Semibold,sans-serif;
  color: #a57a2a;
  font-size: 1.25rem;
  margin: 10px 0 0 43px;
}

.what__col:not(:last-child).what__img:before {
  display: none;
}

.what__img>img {
  max-width: 800px;
  width: 100%;
}

.privacy__h3 {
  display: inline-block;
}

.privacy__ul {
  margin: 0 0 35px;
}

.privacy__ul>li {
  display: block;
  font-family: Montserrat-Regular,sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.privacy__ul>li>strong {
  display: block;
}

.knowledge-base__intro {
  padding: 119px 0 65px;
  font-family: Montserrat-Regular,sans-serif;
  background: url(../images/knowledge-base/intro.png) no-repeat;
  background-position: 85% 242%;
  background-size: 644px;
}

.knowledge-base__intro h1 {
  font-size: 3.875rem;
  line-height: 4.5rem;
  font-family: Montserrat-Medium,sans-serif;
  color: #383838;
  font-weight: 600;
  margin: 0 0 45px;
}

.knowledge-base__intro p {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: Montserrat-Medium,sans-serif;
  font-weight: 500;
  color: #515151;
  max-width: 450px;
}

.knowledge-base__content {
  padding: 67px 0 130px;
  background: #f4f4f4;
}

.knowledge-base__block:not(:last-child) {
  margin: 0 0 100px;
}

.knowledge-base__block h2 {
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.625rem;
  line-height: 2.125rem;
  font-family: Montserrat-Bold,sans-serif;
  margin: 0 0 40px;
}

.knowledge-base__block a {
  display: block;
  background: #fff;
  padding: 24px 114px 24px 45px;
  text-decoration: none;
  font-family: Montserrat-Medium,sans-serif;
  color: #25224a;
  font-size: 1.375rem;
  line-height: 1.75rem;
  border-radius: 10px;
}

.knowledge-base__block a.disabled {
  opacity: .5;
}

.knowledge-base__block a.disabled:hover {
  color: #25224a;
}

.knowledge-base__block a:hover {
  color: #cb534e;
  background: #fffbf8;
}

.knowledge-base__block a:not(:last-child) {
  margin: 0 0 30px;
}

.intro-mixin {
  background-color: #fff;
}

.intro-mixin__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1069px;
  padding: 78px 10px 79px;
}

.intro-mixin__container.absolute {
  padding: 0;
  position: relative;
}

.intro-mixin__img {
  width: 57%;
}

.intro-mixin__img.absolute {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
}

.intro-mixin__text {
  max-width: 355px;
}

.intro-mixin__text.big {
  max-width: 456px;
}

.intro-mixin__text.absolute {
  padding: 194px 0;
}

.intro-mixin__text h1 {
  line-height: 4rem;
  font-size: 3.375rem;
  font-family: Montserrat-Semibold,sans-serif;
  font-weight: 600;
  color: #383838;
}

.intro-mixin__text a {
  padding-left: 25px;
  position: relative;
  background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
  background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  font-family: Montserrat-Bold,sans-serif;
  font-weight: 600;
  font-size: .9375rem;
  margin: 0 0 44px;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.intro-mixin__text a:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-316deg);
  -ms-transform: rotate(-316deg);
  transform: rotate(-316deg);
  width: 5px;
  height: 5px;
  border-left: 2px solid #e37d47;
  border-bottom: 2px solid #e37d47;
  top: 3px;
}

.intro-mixin__mobile {
  display: none;
}

html {
  scroll-behavior: smooth;
}

* {
  color: #515151;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(36.95deg,#e3a84a 6.87%,#f0c151 96.23%);
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-moz-selection {
  background-color: #e3a84a;
  color: #fff;
}

::selection {
  background-color: #e3a84a;
  color: #fff;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.disabled {
  cursor: no-drop;
  opacity: .5;
}

a.disabled:hover {
  color: #fff;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.iti__flag {
  background-image: url(../images/base/form/flags.png);
}

.iti__country-list {
  font-family: Montserrat-Regular,sans-serif;
}

.iti__selected-flag {
  border-radius: 50% 0 0 50%;
}

.iti__selected-flag:active {
  outline: none;
}

.fancybox-button .fancybox-button--zoom {
  display: none!important;
}

#popup-feature-mobile .popup-slider-wrapper-mobile {
  margin: 45px 0 0!important;
}

@-webkit-keyframes checkedCard {
  0% {
    background-color: #fcf1ed;
  }

  25% {
    background-color: #f8e2db;
  }

  50% {
    background-color: #f0cdca;
  }

  to {
    background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  }
}

@keyframes checkedCard {
  0% {
    background-color: #fcf1ed;
  }

  25% {
    background-color: #f8e2db;
  }

  50% {
    background-color: #f0cdca;
  }

  to {
    background: -o-linear-gradient(53.05deg,#cb534e 6.87%,#e37d47 96.23%);
    background: linear-gradient(36.95deg,#cb534e 6.87%,#e37d47 96.23%);
  }
}

.estimator-version {
  display: none;
}

.estimator-version+label {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23FCF1ED" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  width: 410px;
  min-height: 460px;
}

.estimator-version+label:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23F8E2DB" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
}

.estimator-version+label:active {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23F0CDCA" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
}

.estimator-version__content {
  position: relative;
  width: 100%;
  min-height: 460px;
}

.estimator-version__content span {
  position: absolute;
  bottom: 35px;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1.25rem;
  font-family: Montserrat-Semibold,sans-serif;
  color: #e37d47;
}

.estimator-version__info {
  text-align: end;
  padding: 0 40px;
}

.estimator-version__info.mobile {
  text-align: center;
}

.estimator-version__info img {
  margin-top: -113px;
  margin-bottom: 18px;
}

.estimator-version__info img.mobile {
  display: inline-block;
  text-align: center!important;
  margin: -40px auto 33px;
}

.estimator-version__info h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #383838;
  margin: 0 0 18px;
  font-family: Montserrat-Bold,sans-serif;
}

.estimator-version__info p {
  text-align: left;
  color: #828282;
  line-height: 1.5rem;
  font-size: 1rem;
}

.estimator-version:checked+label {
  background-image: url('data:image/svg+xml;utf8,<svg width="410" height="460" viewBox="0 0 410 460" fill="%23E37D47" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20 3H390C399.389 3 407 10.6112 407 20V306.014C400.676 347.617 362.957 374.033 324.628 367.856C284.425 361.376 259.607 359.88 240.25 361.376C227.458 362.364 205.52 366.601 182.419 371.063C155.325 376.296 126.63 381.838 109.216 382.809C76.9537 384.609 38.3499 366.253 28.3122 355.893C12.0788 339.138 6.49179 317.445 3 302.777V20C3 10.6112 10.6112 3 20 3ZM0 20C0 8.9543 8.9543 0 20 0H390C401.046 0 410 8.95431 410 20V440C410 451.046 401.046 460 390 460H20C8.95431 460 0 451.046 0 440V20Z"/></svg>');
}

.estimator-version:checked+label .estimator-version__content span {
  color: #fff;
}

.e-step-version__item {
  display: none;
}

.e-step-version {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fancybox-content {
  padding: 0;
}

.fancybox-content img {
  width: 100%;
}

.input-tel-wrapper {
  position: relative;
}

.intl-code {
  display: none;
  position: absolute;
  top: 37%;
  left: 55px;
  color: grey;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Montserrat-Regular,sans-serif;
}

.block-code {
  display: block!important;
}

.form__container #phone-intl {
  padding: 21px 24px 21px 91px;
}

.cookies {
  display: none;
  background-color: #fcf7ed;
  z-index: 99;
  padding: 21px 0 31px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.cookies strong {
  display: block;
  font-family: Montserrat-Semibold,sans-serif;
  font-size: 1.375rem;
  margin: 0 0 15px;
  color: #000;
}

.cookies__close {
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  right: 21px;
  top: 22px;
}

.cookies__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookies__text {
  font-family: Montserrat-Medium,sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #515151;
}

.cookies__button {
  margin-left: 40px;
}

.cookies__button button {
  min-width: 180px;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 35px;
  border: 1px solid #cb534e;
  border-radius: 40px;
  text-align: center;
  background: transparent;
  color: #cb534e;
  font-family: Montserrat-Semibold,sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.svg-none {
  display: none!important;
}

@media only screen and (max-height:800px) and (max-width:1300px) {
  .intro__container {
    padding: 142px 10px 0;
  }

  .footer,
  .form {
    padding: 75px 0;
  }

  .product {
    padding: 75px 0;
  }

  .features__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features__text {
    max-width: 521px;
    padding: 0;
  }

  .features__img {
    margin: 0 0 30px;
  }

  .features__title {
    margin: 0;
  }

  .features__controll {
    top: 25%;
    top: 200px;
  }

  .budget {
    padding: 12px 0 75px;
  }

  .how {
    margin: 0 0 153px;
  }

  .advantage__block {
    padding: 75px 0;
  }

  .advantage {
    margin: 0 0 75px;
  }

  .benefits {
    margin: 0 0 75px;
  }

  .security {
    margin: 0 0 75px;
  }

  .plan {
    padding: 75px 0;
    margin: 0 0 75px;
  }

  .technologies {
    margin: 0 0 75px;
  }

  .banner {
    margin: 0 0 75px;
  }
}

@media only screen and (max-height:800px) and (max-width:1300px) and (max-width:552px) {
  .features__controll {
    position: absolute;
    top: 100px;
  }
}

@media screen and (max-width:1280px) {
  .advantage__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .e-main {
    padding: 130px 0 0;
  }

  .e-main__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-main__text {
    margin: 0 0 50px;
  }

  .e-main__block {
    width: 100%;
  }

  .e-main__block:after {
    display: none;
  }

  .e-main__item {
    max-width: 100%;
  }

  .estimator-step:not(:first-child) {
    margin: 75px 0 80px;
  }

  .step-left {
    width: 260px;
  }

  .version__content {
    min-height: 338px;
  }

  .version__content span {
    font-size: 1rem;
    bottom: 20px;
  }

  .version__info {
    padding: 0 30px;
  }

  .version__info img {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 7px;
  }

  .version__info img.mobile {
    width: 78%;
    margin: -77px auto -98px;
  }

  .version__info h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .version__info p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .version label {
    width: 310px;
    min-height: 360px;
    background-size: contain;
  }

  .e-three__block:after {
    display: none;
  }

  .benefits-mixin__item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:1270px) {
  .plan__decor {
    margin: -5% 0 0;
  }
}

@media screen and (max-width:1207px) {
  .estimator-version+label {
    width: 193px;
    min-height: 227px;
    background-size: contain;
  }

  .estimator-version__content {
    min-height: 75px;
    max-height: 75px;
  }

  .estimator-version__content span {
    font-size: .5625rem;
    bottom: -131px;
  }

  .estimator-version__info {
    padding: 0 19px 50px;
  }

  .estimator-version__info img {
    width: 100%;
    margin-top: -59px;
  }

  .estimator-version__info img.mobile {
    margin: -40px auto 0;
  }

  .estimator-version__info h3 {
    font-size: .6875rem;
    margin: 0 0 7px;
  }

  .estimator-version__info p {
    font-size: .5rem;
    line-height: .75rem;
  }

  .e-step-version {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width:1196px) {
  .poster-project__content {
    padding: 30px;
  }

  .poster-project {
    background-position: right 20px bottom!important;
  }
}

@media screen and (max-width:1150px) {
  .estimator-card__text {
    padding: 16px;
  }

  .estimator-card__title {
    margin: 0 0 12px;
  }

  .estimator-card__subtitle {
    font-size: .875rem;
  }

  .step-right h5 {
    font-size: 1rem;
  }

  .estimator-uniq__check>label {
    font-size: .875rem;
  }

  .estimator-uniq__left {
    width: calc(100% - 286px);
    margin-right: 20px;
  }

  .estimator-uniq__right {
    padding: 15px;
    width: 239px;
  }

  .estimator-uniq__right li {
    font-size: .875rem;
  }

  .estimator-uniq h5 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .e-two__text h2 {
    font-size: 2.125rem;
    margin: 0 0 26px;
  }

  .e-two__text p:not(:last-child) {
    margin: 0 0 20px;
  }
}

@media (max-width:992px) {
  .poster-project:nth-child(odd) {
    background-size: 410px!important;
  }

  .poster-project:nth-child(odd) .poster-project__content {
    width: calc(100% - 482px);
  }
}

@media screen and (max-width:980px) {
  .header__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .header__nav {
    display: none;
  }

  .header__contacts--button {
    padding: 13px 24px;
    max-height: 39px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__contacts--button:not(:last-child) {
    margin: 0 32px 0 0;
  }

  .header__contacts--open {
    display: block;
  }

  .intro {
    margin: 0 0 110px;
  }

  .intro__container {
    padding: 142px 10px;
  }

  .intro__img {
    width: 40%;
  }

  .intro__text {
    width: 70%;
  }

  .intro__text h1 {
    font-size: 2.375rem;
  }

  .product {
    padding: 110px 0 0;
  }

  .features {
    margin: 0;
  }

  .features .slick-dots {
    margin: 0 0 40px;
  }

  .features__title {
    margin: 0 0 30px;
  }

  .budget {
    padding: 110px 0;
  }

  .budget__main {
    margin: 0 0 35px;
  }

  .budget__title {
    margin: 0 0 50px;
  }

  .budget__title h2 {
    font-size: 2.375rem;
  }

  .budget__container {
    padding: 50px 20px;
  }

  .budget__version {
    font-size: 1.25rem;
    min-width: 179px;
  }

  .budget__button {
    width: auto;
  }

  .budget__button--text {
    font-size: .875rem;
  }

  .how {
    margin: 0 0 152px;
  }

  .how__img--text {
    text-align: start;
    font-size: 1.25rem;
  }

  .how__img--text span:after {
    right: 25px;
  }

  .how__img--graph img {
    width: 100%;
  }

  .how__text h2 {
    font-size: 2.375rem;
  }

  .advantage {
    margin: 0;
  }

  .advantage__block {
    padding: 110px 0;
  }

  .advantage__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .advantage__text h2 {
    font-size: 2.375rem;
  }

  .advantage__img img {
    width: 100%;
    max-width: auto;
    height: 100%;
  }

  .security {
    margin: 0 0 110px;
  }

  .security__title {
    font-size: 2.375rem;
    margin: 0 0 40px;
  }

  .security__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .security__item:nth-child(2) {
    display: none;
  }

  .security__block span {
    font-size: 1.125rem;
  }

  .plan {
    padding: 110px 0;
    margin: 0;
  }

  .plan__decor {
    margin: -9% 0 0;
  }

  .plan__line {
    margin: 0 0 10px;
  }

  .plan__text {
    font-size: 1rem;
  }

  .technologies {
    margin: 0 0 110px;
  }

  .technologies__title {
    font-size: 2.375rem;
  }

  .technologies__card {
    padding: 35px 22px 22px;
  }

  .technologies__other {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .technologies__other--block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .technologies__other--element {
    text-align: center;
    width: 25.33%;
  }

  .technologies__other--element:first-child,
  .technologies__other--element:nth-child(2),
  .technologies__other--element:nth-child(3) {
    margin: 0 0 26px;
  }

  .banner {
    margin: 0 0 110px;
  }

  .banner__bg {
    padding: 47px;
  }

  .banner__content h2 {
    font-size: 1.875rem;
  }

  .alternatives {
    margin: 0 0 110px;
  }

  .alternatives__item:not(:last-child) {
    margin-right: 20px;
  }

  .alternatives__item {
    padding: 20px;
  }

  .alternatives__img img {
    max-width: 80px;
    max-height: 80px;
  }

  .form {
    padding: 68px 0;
  }

  .form__title {
    margin: 0 0 40px;
  }

  .form__container {
    padding: 56px;
  }

  .form__container #phone-intl,
  .form__container #type,
  .form__container input[type=text] {
    max-width: 100%;
  }

  .form__item {
    width: 30%;
  }

  .form__item:last-child,
  .form__item:not(:last-child) {
    margin: 0 0 21px;
  }

  .form__name {
    margin: 0 0 31px;
  }

  .form__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer {
    padding: 78px 0;
  }

  .menu__bg.open {
    display: block;
  }

  .footer-new__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 89px 0 20px;
  }

  .footer-new__block:first-child {
    max-width: 45%;
  }

  .footer-new__block:nth-child(2) {
    max-width: 45%;
  }

  .footer-new__block {
    max-width: 45%;
  }

  .footer-new__block:not(:last-child) {
    margin: 0 0 67px;
  }

  .e-main {
    padding: 100px 0 0;
    margin: 0 0 40px;
  }

  .e-main__text {
    width: auto;
    margin: 0 0 24px;
  }

  .e-main__content {
    margin: 0 0 24px;
  }

  .e-main__title {
    margin: 0 0 26px;
  }

  .e-main__title h1 {
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .e-main__item {
    padding: 30px 20px;
  }

  .e-main__subtitle {
    margin: 0 0 15px;
  }

  .e-main__card h3 {
    margin: 0 0 15px;
    line-height: 2rem;
  }

  .estimator-categories button:not(:first-child),
  .estimator-uniq-categories button:not(:first-child) {
    margin: 8px 0 0 6px;
  }

  .estimator-categories button,
  .estimator-uniq-categories button {
    font-family: Montserrat-Regular,sans-serif;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #e7e7e7;
    padding: 2px 10px;
    font-size: .75rem;
  }

  .estimator-categories button.active,
  .estimator-uniq-categories button.active {
    background: #515151;
    color: #fff;
  }

  .estimator-categories {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    margin: 0 0 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
  }

  .estimator-categories-title {
    display: block;
  }

  .estimator-categories::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .estimator-categories::-webkit-scrollbar-thumb,
  .estimator-categories::-webkit-scrollbar-track {
    background: transparent;
  }

  .estimator-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .estimator-card__button {
    margin: 0 0 24px 16px;
    display: block;
  }

  .estimator-card__img {
    max-width: 200px;
  }

  .estimator-card__img img {
    width: 200px;
  }

  .estimator-card__block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .estimator-card__subtitle {
    margin: 0 0 18px;
  }

  .version__content {
    min-height: 238px;
  }

  .version__content span {
    font-size: .875rem;
    bottom: 37px;
  }

  .version__info {
    padding: 0 16px;
  }

  .version__info.mobile>img {
    width: 85%;
  }

  .version__info img {
    width: 100%;
    margin-top: -75px;
    margin-bottom: 5px;
  }

  .version__info h3 {
    font-size: .75rem;
    line-height: .75rem;
    margin: 0 0 12px;
  }

  .version__info p {
    font-size: .625rem;
    line-height: .875rem;
  }

  .version label {
    width: 193px;
    min-height: 227px;
    background-size: contain;
  }

  .estimator__color {
    margin: 0 0 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .estimator__color--item {
    width: 22%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .estimator__color--item:not(:last-child) {
    margin: 0 30px 30px 0;
  }

  .estimator-summary__block {
    width: calc(100% - 324px);
  }

  .estimator-summary__data {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
  }

  .slider__open>img {
    width: auto!important;
  }

  .e-two {
    margin: 0 0 40px;
  }

  .e-two__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .e-two__block {
    width: 100%;
  }

  .e-two__text {
    margin: 0 0 26px;
    padding: 0;
  }

  .e-two__text h2 {
    font-size: 1.625rem;
    margin: 0 0 26px;
  }

  .e-two__text p {
    max-width: 100%;
  }

  .e-two__text p:not(:last-child) {
    margin: 0 0 10px;
  }

  .e-three {
    margin: 0 0 40px;
  }

  .e-three__block {
    padding: 40px 20px;
  }

  .e-three__block h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .e-three__block p {
    margin: 0 0 26px;
  }

  .poster-project__content {
    padding: 30px;
  }

  .project__build {
    margin: 0 0 109px;
  }

  .features-mixin {
    margin: 0 0 110px;
  }

  .features-mixin__title {
    text-align: center;
  }

  .features-mixin__content {
    padding: 60px 26px;
  }

  .features-mixin__list {
    width: 50%;
  }

  .features-mixin__list:not(:last-child) {
    margin: 0 0 50px;
  }

  .features-col {
    width: 50%;
  }

  .kit-mixin {
    margin: 0 0 110px;
  }

  .kit-mixin__title h2 {
    text-align: center;
  }

  .kit-mixin__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kit-mixin__block {
    width: 100%;
  }

  .kit-typo {
    text-align: center;
    margin: 0 0 72px;
  }

  .kit-color {
    text-align: center;
    margin: 0 0 72px;
  }

  .kit-color__wrap {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .kit-icon {
    text-align: center;
  }

  .kit-icon__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .benefits-mixin__item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .benefits-mixin__text h2 {
    font-size: 2.375rem;
  }

  .benefits-mixin__img img {
    width: 100%;
    max-width: auto;
    height: 100%;
  }

  .what h1 {
    font-size: 2rem;
    margin: 0 0 30px;
  }

  .what__content {
    margin: 80px auto 100px;
  }

  .what__text {
    margin: 0 0 60px;
  }

  .what__text ul {
    margin: 0;
  }

  .what__text ul.leq {
    margin: 64px 0 0;
  }

  .what__text ol {
    margin: 0 0 20px;
  }

  .what__text li>span {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .what__text li strong {
    font-size: 1rem;
  }

  .what__text h3 {
    font-size: 1rem;
  }

  .what__text h2 {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0 0 20px;
  }

  .what__text p {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .what__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .what__mob {
    display: block;
  }

  .what__mob img {
    width: 100%;
  }

  .what__col {
    display: none;
  }

  .privacy__ul>li {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .privacy__ul {
    margin: 0 0 35px!important;
  }

  .knowledge-base__intro {
    background: url(../images/knowledge-base/intro-table.svg) no-repeat;
    padding: 119px 0 112px;
    background-position: 100% 174%;
  }

  .knowledge-base__intro h1 {
    font-size: 3.375rem;
    line-height: 4.5rem;
    margin: 0 0 43px;
  }

  .knowledge-base__intro p {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    max-width: 500px;
  }

  .knowledge-base__content {
    padding: 47px 0 69px;
  }

  .knowledge-base__block h2 {
    margin: 0 0 32px;
  }

  .knowledge-base__block a {
    padding: 24px;
  }

  .intro-mixin__container {
    padding: 117px 10px 33px;
  }

  .intro-mixin__img {
    width: 50%;
  }

  .intro-mixin__img.absolute {
    width: 67%;
  }

  .intro-mixin__text {
    width: 70%;
  }

  .intro-mixin__text.absolute {
    padding: 161px 0;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .estimator-version+label {
    width: 193px;
  }
}

@media screen and (max-width:980px) and (max-width:980px) {
  .version__info.mobile>img.mobile {
    margin: -54px auto -50px;
    width: 72%;
  }
}

@media screen and (max-width:980px) and (max-width:552px) {
  .version__info.mobile>img.mobile {
    max-width: 130px;
    top: 8px;
    right: 18px;
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }

  .poster-project__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .poster-project__content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .poster-project {
    background: none!important;
    background-color: #fff!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .poster-project h2,
  .poster-project p {
    min-width: 100%;
  }

  .poster-project p {
    margin: 0 0 24px;
  }

  .poster-project:nth-child(odd) .poster-project__content {
    width: 100%;
  }
}

@media (max-width:853px) {
  .about-mixin__img,
  .about-mixin__text {
    width: 50%;
  }

  .about-mixin__text {
    margin: 0 0 32px;
  }

  .about-mixin__img img {
    width: 100%;
  }

  .about-mixin__img:before {
    left: -69px;
  }
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width:768px) {
  .slick-arrow {
    margin: 0!important;
  }

  .intro {
    margin: 0 0 80px;
  }

  .intro__container {
    padding: 142px 10px;
  }

  .intro__text ul {
    margin: 0 0 32px;
  }

  .product {
    padding: 60px 0 0;
  }

  .features .slick-list {
    margin: 0 0 13px;
    min-height: 700px!important;
  }

  .features__title {
    font-size: 2.75rem;
    line-height: 3.375rem;
    margin: 0 0 26px;
  }

  .features__text {
    max-width: 550px;
  }

  .budget {
    padding: 127px 0;
    padding: 80px 0;
  }

  .budget__main {
    margin: 0 0 42px;
  }

  .budget__icon {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }

  .budget__title {
    margin: 0 0 60px;
  }

  .budget__title h2 {
    font-size: 2.375rem;
  }

  .budget__title span {
    font-size: 1.25rem;
  }

  .budget__container {
    padding: 44px 20px;
  }

  .budget__item--text span {
    font-size: 1.25rem;
  }

  .how {
    margin: 0 0 150px;
  }

  .how__item {
    width: calc(50% - 30px);
  }

  .how__img--text span:not(:last-child) {
    margin: 0 0 80px;
  }

  .how__img--text span:after {
    width: 60%;
  }

  .how__text h2 {
    font-size: 2.375rem;
    margin: 0 0 26px;
  }

  .advantage {
    margin: 0;
  }

  .advantage__block {
    padding: 110px 0 150px;
  }

  .advantage__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantage__item {
    width: calc(50% - 30px);
  }

  .advantage__text h2 {
    font-size: 2.75rem;
    line-height: 3.375rem;
    margin: 0 0 32px;
  }

  .benefits {
    margin: 0 0 80px;
  }

  .security {
    margin: 0 0 80px;
  }

  .security__title {
    font-size: 2.375rem;
    line-height: 3.375rem;
    margin: 0 0 26px;
  }

  .security__item {
    width: calc(50% - 30px);
  }

  .security__block:not(:last-child) {
    margin: 0 0 50px;
  }

  .plan {
    padding: 97px 0;
    margin: 0;
  }

  .plan__title {
    font-size: 2.375rem;
    line-height: 3.375rem;
    margin: 0 0 26px;
  }

  .plan__decor--desktop {
    display: none;
  }

  .plan__decor--mobile {
    display: block;
  }

  .technologies {
    margin: 0 0 80px;
  }

  .technologies__title {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
  }

  .technologies__item {
    width: calc(50% - 30px);
  }

  .technologies__item:last-child {
    margin: 0 15px;
  }

  .technologies__other--block {
    width: calc(100% - 237px);
  }

  .banner__content h2 {
    font-size: 1.375rem;
  }

  .alternatives__item {
    min-height: 350px;
  }

  .form__title {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
  }

  .form__container {
    padding: 35px;
  }

  .footer-new .mobile {
    display: block;
    margin: 70px 0 8px;
  }

  .footer-new__social {
    margin: 0 0 58px;
  }

  .footer-new__block {
    width: 100%;
  }

  .footer-new__block:not(:last-child) {
    margin: 0 0 40px;
  }

  .footer-new__email {
    display: block;
    margin: 0 0 15px;
  }

  .estimator-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .estimator-card__button {
    text-align: center;
    margin: 0 0 24px;
  }

  .estimator-card__img {
    max-width: 100%;
  }

  .estimator-card__img img {
    width: 100%;
    max-width: 100%;
  }

  .step-left h3 {
    font-size: 1.25rem;
    margin: 0;
  }

  .version {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .version__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 288px;
  }

  .version__item:first-child {
    margin: 9px auto 80px;
  }

  .version__item:last-child {
    margin: 0 auto;
  }

  .version label {
    width: 193px;
    min-height: auto;
    background-size: contain;
  }

  .estimator-uniq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .estimator-uniq__left {
    width: 100%;
    margin: 0 0 12px;
  }

  .estimator-uniq__right {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 12px;
  }

  .estimator__color--item>label {
    width: 45px;
    height: 45px;
  }

  .title-projects {
    padding: 90px 0 40px;
  }

  .title-projects h1 {
    font-size: 3.375rem;
    line-height: 4rem;
    margin: 0 0 24px;
  }

  .title-projects p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .project__build {
    margin: 0 0 109px;
  }

  .about-mixin {
    margin: 0 0 109px;
  }

  .about-mixin__container,
  .about-mixin__container.revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-mixin__img,
  .about-mixin__text {
    width: 100%;
  }

  .about-mixin__img.revers {
    margin: 0;
  }

  .about-mixin__text.small {
    max-width: 100%;
  }

  .features-mixin {
    margin: 0 0 80px;
  }

  .features-mixin__content:before {
    content: "";
    display: block;
    position: absolute;
    right: 60px;
    top: -120px;
    z-index: -2;
    width: 156px;
    height: 156px;
    background: url(../images/projects/dots.svg);
  }

  .kit-mixin {
    margin: 0 0 80px;
  }

  .benefits-mixin {
    margin: 0 0 109px;
  }

  .benefits-mixin__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-mixin__item:not(:last-child) {
    margin-bottom: 102px;
  }

  .benefits-mixin__block {
    width: calc(50% - 30px);
  }

  .benefits-mixin__text {
    max-width: 100%;
  }

  .benefits-mixin__text h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
    max-width: 100%;
  }

  .benefits-mixin__text p {
    max-width: 100%;
  }

  .result-mixin__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .result-mixin__text {
    width: 100%;
    margin: 0 0 26px;
  }

  .result-mixin__text p {
    max-width: 100%;
  }

  .result-mixin__img,
  .result-mixin__img img {
    width: 100%;
  }

  .app-mixin__icon a:not(:first-child) {
    padding: 0 0 0 90px;
  }

  .what__flex {
    margin: 40px 0 0;
  }

  .knowledge-base__intro {
    background: none;
    padding: 90px 0 30px;
  }

  .knowledge-base__intro h1 {
    font-family: Montserrat-Medium,sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0 0 23px;
  }

  .knowledge-base__intro p {
    font-family: Montserrat-Regular,sans-serif;
  }

  .knowledge-base__block:not(:last-child) {
    margin: 0 0 45px;
  }

  .knowledge-base__block a {
    font-size: 1.1875rem;
    padding: 12px 16px;
    line-height: 1.375rem;
  }

  .knowledge-base__block a:not(:last-child) {
    margin: 0 0 15px;
  }

  .intro-mixin__container {
    padding: 94px 10px 56px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .estimator__item {
    display: none;
  }

  .e-step-version__item {
    display: block;
  }
}

@media (max-width:768px) {
  .e-features-item:hover .e-features-item:after {
    opacity: 0!important;
  }
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width:552px) {
  .slick-arrow {
    background-size: 100%;
  }

  .header__contacts--button {
    display: none!important;
  }

  .intro__container {
    padding: 130px 10px 150px;
  }

  .intro__img {
    display: none;
  }

  .intro__text {
    text-align: center;
    width: 100%;
  }

  .intro__text p {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 0 16px;
  }

  .intro__text h1 {
    font-size: 1.625rem;
    margin: 0 0 16px;
  }

  .intro__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro__mobile {
    display: block;
    margin: 34px 0 45px;
  }

  .intro__mobile img {
    width: 100%;
    max-width: 300px;
  }

  .features .slick-list {
    min-height: 250px!important;
  }

  .features .slick-track {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .features__title {
    margin: 0 0 33px;
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .features__wrap {
    margin: 0 -15px;
  }

  .features__controll {
    width: 96%;
  }

  .features__btn {
    margin-left: -5px;
    height: 24px;
    width: 14px;
  }

  .features__btn.right {
    margin-right: -5px;
  }

  .features__estimator a {
    font-size: .9375rem;
    padding: 20px;
  }

  .features__img {
    width: auto;
  }

  .features__img img {
    display: block;
    width: 90%;
  }

  .features__text h3 {
    font-size: 1.375rem;
    margin: 0 0 26px;
  }

  .features__text p {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .budget__main {
    display: block;
    text-align: left;
    margin: 0 0 26px;
  }

  .budget__icon {
    display: none;
  }

  .budget__title {
    text-align: left;
    margin: 0 0 24px;
  }

  .budget__title h2 {
    font-size: 1.625rem;
  }

  .budget__title span {
    line-height: 1.75rem;
  }

  .budget__container {
    display: none;
  }

  .budget__test-img {
    display: block;
  }

  .budget__test-img img {
    width: 100%;
  }

  .budget__version {
    margin: 0;
  }

  .budget__item:not(:last-child) {
    margin: 0 0 40px;
  }

  .budget__item--desktop {
    display: none;
  }

  .budget__item--mobile {
    display: block;
    line-height: 1.75rem;
    max-width: 183px;
  }

  .budget__wrapper {
    display: none;
  }

  .how {
    margin: 0 0 123px;
  }

  .how__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .how__item {
    width: calc(100% - 30px);
  }

  .how__img--text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 185px;
  }

  .how__img--text span:not(:last-child) {
    margin: 0 0 100px;
  }

  .how__img--text span:after {
    right: -15%;
  }

  .how__img--graph {
    width: 50%;
  }

  .how__text {
    margin: 0 0 26px;
  }

  .how__text h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
  }

  .advantage__block {
    padding: 80px 0 62px;
  }

  .advantage__block:nth-child(odd)>.advantage__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .advantage__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantage__container {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }

  .advantage__item {
    width: calc(100% - 30px);
  }

  .advantage__item:not(:last-child) {
    margin-bottom: 26px;
    margin-top: 50px;
  }

  .advantage__text h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
  }

  .last {
    margin: 0 15px 0 0;
  }

  .security {
    margin: 0 0 80px;
  }

  .security__title {
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .security__item {
    width: calc(100% - 30px);
  }

  .security__col {
    margin: 0 auto 30px;
  }

  .security__block:not(:last-child) {
    margin: 0 0 30px;
  }

  .plan {
    padding: 40px 0;
  }

  .plan__title {
    margin: 0 0 33px;
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .plan__decor--desktop {
    display: none;
  }

  .plan__decor--mobile {
    display: none;
  }

  .plan__decor--small {
    display: block;
  }

  .plan__decor {
    margin: 0;
  }

  .plan__decor img {
    width: 100%;
  }

  .plan__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plan__line:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan__line,
  .plan__line:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .plan__line {
    margin: 0 0 15px;
  }

  .plan__item {
    padding: 12px 17px 10px 77px;
    max-width: 300px;
  }

  .plan__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: left;
    max-width: 132px;
  }

  .plan__number {
    left: 0;
  }

  .technologies__wrapper {
    display: none;
  }

  .technologies__item {
    width: calc(100% - 30px);
  }

  .technologies__card {
    margin: 0 10px;
    padding: 35px 22px 55px;
    min-height: 420px;
  }

  .technologies__logo img {
    width: auto;
    height: auto;
  }

  .technologies__other--title {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    margin: 0 0 15px;
  }

  .technologies__other--block {
    width: 100%;
  }

  .technologies__other--element {
    width: 45%;
  }

  .technologies__slider {
    display: block;
    margin: 0 -15px;
  }

  .banner {
    margin: 0 0 60px;
  }

  .banner__content h2 {
    line-height: 1.75rem;
  }

  .alternatives {
    margin: 0 0 80px;
  }

  .alternatives__title {
    margin: 0 0 33px;
    text-align: left;
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .alternatives__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
  }

  .alternatives__item:not(:last-child) {
    margin: 0;
    min-height: 1px;
  }

  .form {
    padding: 60px 0;
    background-color: #fff;
  }

  .form__title {
    margin: 0 0 32px;
  }

  .form__container {
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .form__container #phone-intl,
  .form__container #type,
  .form__container input[type=text] {
    padding: 14px 16px;
    font-size: .875rem;
  }

  .form__container #phone-intl {
    padding: 15px 16px 13px 55px;
  }

  .form__container h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .form__item {
    width: 46%;
  }

  .form__name {
    margin: 0 0 38px;
  }

  .form__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form__checkbox+label {
    font-size: .875rem;
  }

  .form__radio+label {
    font-size: .875rem;
  }

  .footer {
    padding: 84px 0;
    background-color: #fbfbfb;
  }

  .footer-new__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60 px 0 20px;
  }

  .footer-new__block:first-child {
    max-width: 100%;
  }

  .footer-new__block:nth-child(2) {
    max-width: 100%;
  }

  .footer-new__block {
    max-width: 100%;
  }

  .e-main__block>.slick-list {
    margin: 0 -15px;
  }

  .estimator__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    margin: 0;
    top: 0;
    left: -17px;
    padding: 16px 0 16px 30px;
    background: #fff;
    z-index: 9;
    width: 101%;
  }

  .estimator__title a {
    display: block;
  }

  .estimator__title h2 {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }

  .estimator-step:not(:first-child) {
    padding-top: 84px;
    padding-bottom: 84px;
    margin: 0;
  }

  .estimator-step {
    margin: 120px 0 50px;
  }

  .estimator-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .estimator-card {
    width: 100%;
  }

  .estimator-card:nth-child(odd) {
    margin-right: 0;
  }

  .estimator-card__button>button {
    background: transparent;
    border: 2px solid #cb534e;
    color: #cb534e;
  }

  .estimator-card:last-child {
    margin: 0 0 20px;
  }

  .estimator-card__block {
    padding: 0;
  }

  .estimator-card__text {
    padding: 16px 32px 10px;
  }

  .step-left {
    display: none;
  }

  .version__content {
    min-height: auto;
  }

  .version__content span {
    position: static;
    padding: 14px 0 16px;
    border-radius: 0 0 7px 7px;
    background: #fcf1ed;
  }

  .version__info {
    padding: 43px 20px 0;
  }

  .version__info img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    position: absolute;
    max-width: 155px;
    right: 0;
    top: -64px;
  }

  .version__info h3 {
    text-align: left;
    position: relative;
    z-index: 5;
    z-index: 9;
    margin: 0 0 20px;
  }

  .version__info p {
    position: relative;
    margin: 0 0 28px;
    z-index: 9!important;
  }

  .version label {
    width: 100%;
    background-image: none;
    -webkit-box-shadow: 0 0 0 2px #fcf1ed;
    box-shadow: 0 0 0 2px #fcf1ed;
    border-radius: 10px;
  }

  .version label:hover {
    background-image: none;
    -webkit-box-shadow: 0 0 0 2px #f8e2db;
    box-shadow: 0 0 0 2px #f8e2db;
  }

  .version label:hover>.version__content>span {
    background: #f8e2db;
  }

  .version label:active {
    background-image: none;
    -webkit-box-shadow: 0 0 0 2px #f0cdca;
    box-shadow: 0 0 0 2px #f0cdca;
  }

  .version label:active>.version__content>span {
    background: #f0cdca;
  }

  .version label.active {
    background-image: none;
    -webkit-box-shadow: 0 0 0 2px #e37d47;
    box-shadow: 0 0 0 2px #e37d47;
  }

  .version label.active:hover>.version__content>span {
    background: #f8e2db;
  }

  .estimator-next {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 0 25px;
  }

  .estimator-next>button:disabled {
    background: #119718;
  }

  .estimator-next>button {
    padding: 12px 31px;
  }

  .estimator-uniq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .estimator-uniq__check.desktop {
    display: none;
  }

  .estimator-uniq__check.mobile {
    display: block;
    position: fixed;
    bottom: 80px;
  }

  .estimator-uniq__right {
    margin: 0;
  }

  .estimator-uniq textarea {
    min-height: 117px;
    width: 100%;
    border-radius: 12px;
  }

  .estimator__color {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px;
  }

  .estimator__color--item {
    width: 25%;
    margin: 0 0 30px!important;
  }

  .estimator__color--item>label {
    width: 60px;
    height: 60px;
  }

  .estimator__color--item {
    margin: 0 15px 15px 0;
  }

  .e-project__name {
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .e-project__name input {
    border-radius: 12px;
  }

  .estimator-summary__title {
    margin: 16px 0 18px;
  }

  .estimator-summary__subtitle h2 {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }

  .estimator-summary__subtitle span {
    display: block;
  }

  .estimator-summary__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .estimator-summary__block {
    width: 100%;
  }

  .estimator-summary__data {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    left: 0;
    padding: 16px;
    width: 100%;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0;
  }

  .estimator-summary__data h4 {
    display: none;
  }

  .estimator-summary__data label {
    margin: 0 0 8px;
    font-size: .875rem;
  }

  .estimator-summary__data input {
    border-radius: 12px;
    padding: 12px;
    font-size: .875rem;
    margin: 0 0 16px;
  }

  .estimator-summary__data input::-webkit-input-placeholder {
    font-size: .875rem;
  }

  .estimator-summary__data input::-moz-placeholder {
    font-size: .875rem;
  }

  .estimator-summary__data input:-ms-input-placeholder {
    font-size: .875rem;
  }

  .estimator-summary__data input::-ms-input-placeholder {
    font-size: .875rem;
  }

  .estimator-summary__data input::placeholder {
    font-size: .875rem;
  }

  .estimator-summary__data button {
    display: block;
    padding: 12px 20px;
    max-width: 157px;
    font-size: .9375rem;
  }

  .estimator-summary__color {
    padding: 14px 16px;
    margin: 0 0 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .estimator-summary__color h3 {
    font-size: 1.1875rem;
  }

  .estimator-summary__list {
    padding: 16px;
  }

  .estimator-summary__list.uniq {
    margin: 0 0 200px;
  }

  .estimator-summary__item h4 {
    font-size: .875rem;
  }

  .estimator-summary__item li {
    font-size: .8125rem;
  }

  .estimator-final__block img {
    width: 68px;
    height: 68px;
    margin: 0 0 33px;
  }

  .estimator-final__block h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 16px;
  }

  .estimator-final__block p {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .estimator__mob-step span {
    display: block;
  }

  #step-one>.step-right {
    width: 100%;
  }

  #step-one>.step-right>h3 {
    display: none;
  }

  #step-two>.step-right {
    width: 100%;
  }

  #step-three {
    height: calc(100vh - 70px);
    position: relative;
    padding: 74px 0 0!important;
    padding: 0;
    margin: 0;
  }

  #step-three>.step-right {
    width: 100%;
  }

  #step-three>.step-right>h3 {
    font-size: 1.125rem;
    margin: 0 0 18px;
  }

  #step-four {
    height: calc(100vh - 70px);
    padding: 74px 0 0!important;
    padding: 0;
    margin: 0;
  }

  #step-four>.step-right {
    width: 100%;
  }

  #step-four>.step-right>h3 {
    font-size: 1.125rem;
    margin: 0 0 24px;
  }

  #step-four>.step-right>h5 {
    margin: 0 0 18px;
  }

  .estimator-modal {
    padding: 32px;
    max-width: 288px;
  }

  .estimator-modal p {
    margin: 0 auto 24px;
    font-size: 1rem;
    max-width: 228px;
    line-height: 1.5rem;
  }

  .estimator-summary__change {
    display: none;
  }

  .estimator-shadow.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .estimator-slider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #close-slider {
    right: 20px;
  }

  .estimation-arrow-buttons {
    bottom: 0;
  }

  .estimation-arrow-buttons>button {
    padding: 15px 90px;
    border-radius: 0;
    width: 50%;
  }

  .estimation-arrow-buttons>button:first-child {
    margin: 0 2px 0 0;
  }

  #estimator-change-step {
    display: block;
  }

  .estimator-open-change {
    display: block!important;
  }

  .estimator-slider {
    height: 100vh;
    margin: 0;
  }

  .estimator-slider-wrapper,
  .estimator-slider-wrapper-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .estimator-slider-mobile-size {
    max-width: 295px;
  }

  .estimator-hidden-step-mobile {
    display: none;
  }

  .estimator-counter {
    display: none;
  }

  .title-projects h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0 0 24px;
  }

  .poster-project {
    padding: 16px;
  }

  .poster-project:nth-child(4) .poster-project__img img {
    margin: 15px 0 0;
  }

  .poster-project:nth-child(odd) .poster-project__img img {
    margin: 15px 0 0;
  }

  .poster-project__content {
    padding: 0;
  }

  .poster-project__content h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin: 0 0 10px;
  }

  .poster-project__content a {
    font-size: .8125rem;
    margin: 0 0 15px;
  }

  .poster-project__content a:before {
    right: 15px;
  }

  .poster-project__img {
    margin: 0 0 25px;
  }

  .project__build {
    background: url(../images/projects/build-mobile.svg) no-repeat 50%;
    background-size: cover;
    background-color: #f8f8f8;
    margin: 0 0 80px;
  }

  .about-mixin {
    margin: 0 0 80px;
  }

  .about-mixin__img {
    display: block;
  }

  .about-mixin__img img {
    width: 100%;
  }

  .about-mixin__text h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
  }

  .features-mixin__title {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
    text-align: left;
  }

  .features-mixin__content:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -2;
    width: 156px;
    height: 156px;
    background: url(../images/projects/dots.svg);
  }

  .features-mixin__list {
    width: 100%;
  }

  .features-mixin__list:not(:last-child) {
    margin: 0 0 40px;
  }

  .features-col {
    width: 100%;
    margin: 0 0 40px;
  }

  .kit-mixin__title h2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }

  .kit-mixin__title {
    margin: 0 auto 26px;
  }

  .kit-typo {
    margin: 0 0 60px;
  }

  .kit-typo__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin: 0 0 40px;
  }

  .kit-typo__content img {
    width: 100%;
  }

  .kit-color {
    margin: 0 0 60px;
  }

  .kit-color__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin: 0 0 40px;
  }

  .kit-color__item {
    width: 50%;
    max-width: 100%;
  }

  .kit-color__item:nth-child(2) {
    margin: 0 0 60px;
  }

  .kit-color__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .kit-icon__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin: 0 0 40px;
  }

  .kit-icon__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kit-icon__item {
    width: 20%;
  }

  .kit-icon__item:not(:last-child) {
    margin: 0;
  }

  .kit-icon__item:nth-child(2n-1) {
    margin: 0 0 32px;
  }

  .benefits-mixin__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-mixin__item {
    padding: 0;
  }

  .benefits-mixin__item:not(:last-child) {
    margin-bottom: 26px;
  }

  .benefits-mixin__item:nth-child(2n)>.benefits-mixin__block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .benefits-mixin__block {
    width: calc(100% - 30px);
  }

  .benefits-mixin__block:not(:last-child) {
    margin-bottom: 26px;
  }

  .benefits-mixin {
    padding: 80px 0 40px!important;
    margin: 0 0 45px!important;
  }

  .result-mixin {
    margin: 0 0 80px;
  }

  .result-mixin__text h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
  }

  .result-mixin__text p {
    font-size: .875rem;
    line-height: 1.1875rem;
  }

  .app-mixin__container {
    background: url(../images/projects/app/decor-mobile.svg) no-repeat 50%;
    background-size: cover;
  }

  .app-mixin__text h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 26px;
  }

  .app-mixin__icon a:not(:first-child) {
    padding: 0 0 0 28px;
  }

  .app-mixin__icon a:not(:first-child):before {
    display: none;
  }

  .what__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .what__column:first-child {
    margin: 0 0 50px;
  }

  .intro-mixin__container {
    padding: 25px 10px 46px;
  }

  .intro-mixin__img,
  .intro-mixin__img.absolute {
    display: none;
  }

  .intro-mixin__text {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .intro-mixin__text.absolute {
    padding: 40px 0 0;
  }

  .intro-mixin__text.big {
    max-width: 100%;
  }

  .intro-mixin__text h1 {
    font-size: 1.625rem;
    line-height: 2rem;
    margin: 0 0 35px;
  }

  .intro-mixin__text a:before {
    left: 9px;
  }

  .intro-mixin__text a {
    max-width: 42px;
    margin: 70px 0 20px;
  }

  .intro-mixin__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-mixin__mobile img {
    width: 100%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intl-code {
    display: none!important;
  }

  .cookies strong {
    margin: 10px 0 15px;
  }

  .cookies__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookies__text {
    margin: 0 0 20px;
  }

  .cookies__button {
    margin: 0;
  }
}

@media (max-width:500px) {
  .iti__country-list {
    white-space: normal;
  }
}

@media screen and (max-width:320px) {
  .advantage__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-mixin__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }

  .iti__flag {
    background-image: url(../img/flags@2x.png);
  }

  .iti__flag {
    background-image: url(../images/base/form/flags@2x.png);
  }
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right));
    }
}
}