@charset "UTF-8";
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
table,
tr,
td,
form,
input,
textarea,
p,
a,
select,
fieldset,
legend {
  padding: 0px;
  margin: 0px;
  font-family: opensans, arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
ul,
li {
  list-style: none;
}
input::placeholder {
  color: #737373;
}
.like-link,
a {
  font-size: 14px;
  line-height: 20px;
  color: #1d5095;
  text-decoration: none;
  border-bottom: 2px dotted #1d5095;
  cursor: pointer;
}
.like-link:hover,
a:hover {
  color: #00a8ff;
  border-color: #00a8ff;
}
.like-link:active,
a:active {
  color: #67cbff;
  border-color: #dfe6f1;
}
.light {
  color: #5f84b9;
  border-color: #5f84b9;
}
.grey {
  color: #a6a6a6;
}
.small-size {
  font-size: 13px;
  line-height: 18px;
}
.large-size {
  font-size: 22px;
  line-height: 28px;
}
.like-link.large-size,
a.large-size {
  border-width: 4px;
}
.align-center {
  text-align: center;
}
html,
body,
#root {
  width: 100%;
}
.clear {
  display: block;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0px;
  font-size: 0px;
}
.icon {
  display: block;
}
.so {
  background: url(../images/developer.png) no-repeat;
  width: 48px;
  height: 56px;
}
.apricode {
  background: url(../images/apricode.png) no-repeat;
  width: 67px;
  height: 57px;
  border: 0;
}
.apricode:hover {
  background-image: url(../images/apricode-hover.png);
}

.icon.portal {
  background: url('../images/icon-portal-light.png') no-repeat;
  width: 39px;
  height: 44px;
  border: 0;
  filter: grayscale(100%);
}
.icon.portal:hover {
  filter: grayscale(0);
}
.portal-link {
  border: 0;
  color: #f8f8f8;
  font-size: 12px;
}
.portal-link .icon {
  display: inline-block;
  vertical-align: top;
}
.portal-link:hover .icon {
  filter: grayscale(0);
}
.portal-link:hover p{
  color: #00a8ff !important;
}
.portal-link .text {
  vertical-align: top;
  position: relative;
  top: 10px;
  left: 10px;
}
.main-header {
  font-family: opensans, arial;
  font-weight: bold;
  color: #363636;
}
.black h2 {
  color: #1d3452;
}
.black p,
.black li,
.black ul {
  color: #151515;
}
.white p,
.white li,
.white ul,
.white a,
.white h2 {
  color: #fff;
}
ul.custom-list {
  padding-bottom: 65px;
  text-align: left;
}
.custom-list li {
  text-indent: -18px;
  font-family: opensans, arial;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 35px;
}

#assurance.full-screen.black.big-bg .caption.small h2.item-header {
  color: #fff;
}

#assurance.full-screen.black.big-bg .caption.small .custom-list li {
  color: #fff;
}

.fb-btn {
  margin-bottom: 20px;
}

#simple {
  position: relative;
  padding-bottom: 50px;
}
#simple .text-small {
  width: 600px;
}
#simple .img-container {
  position: absolute;
  top: 100px;
  right: 100px;
  bottom: 50px;
  text-align: right;
}
#simple .img-container img {
  max-width: 1000px;
  max-height: 100%;
}

#assurance {
  overflow: hidden;
}
#assurance .bg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#assurance .caption {
  position: relative;
  top: 0;
  padding: 150px 0;
}


@media (max-width: 1232px) {
  .custom-list li {
    padding-bottom: 15px;
  }
}
.custom-list li::before {
  content: "• ";
  color: #d7ac00;
}
.left {
  float: left;
}
.full-screen {
  position: relative;
  width: 100%;
  margin-bottom: 64px;
}
.full-screen img {
  width: 100%;
}
.full-screen .button a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 66px;
  border: 2px #d7ac00 solid;
  border-radius: 5px;
  display: inline-block;
  background: #d7ac00;
}
.full-screen .button a:hover {
  background: #194581;
  border: 2px solid #194581;
}
.full-screen .button a:active {
  background: #163c6f;
  border: 2px solid #163c6f;
  color: #fff;
}
.content img {
  max-width: 100%;
}
.arrow .round {
  display: block;
  height: 72px;
  width: 72px;
  background-image: url("../images/arrow-blue.png");
  border: none;
  margin: 0 auto;
  margin-bottom: 88px;
}
.arrow .round:hover {
  background-image: url("../images/arrow-blue-hover.png");
}
.arrow .round:active {
  background-image: url("../images/arrow-blue-active.png");
}
.item {
  background: #f8f8f8;
}
.two-item .content {
  position: relative;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
p.price {
  font-family: opensans, arial;
  font-weight: bold;
  color: #d9bf43;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 60px;
}
p.price.old {
  position: relative;
  display: inline-block;
}
p.price.old:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -5%;
  display: block;
  width: 110%;
  height: 4px;
  background: #3869ad;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
p.price.new {
  font-size: 34px;
  line-height: 34px;
}
.inner-form .row,
#request-form-container .row,
#request-form-container .field {
  position: relative;
  margin-bottom: 8px;
}
.inner-form .row input,
.inner-form .row select,
#request-form-container .row input,
#request-form-container .row select,
#request-form-container .field input,
#request-form-container .field select {
  width: 100%;
  height: 33px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 33px;
  outline: none;
}
.inner-form .row label,
#request-form-container .row label,
#request-form-container p {
  font-size: 14px;
}
.row.file {
  margin-bottom: 35px;
}
input#file {
  display: none;
}
select {
  position: relative;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*
  background-image:
    linear-gradient(45deg, transparent 50%, #767676 50%),
    linear-gradient(135deg, #767676 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 14px,
    calc(100% - 15px) 14px;
  background-size:
    5px 5px,
    6px 6px;
  background-repeat: no-repeat;
  */
  background: url(../images/select-arrow.png) no-repeat 97% center;
}
#licence {
  position: absolute;
  top: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.row.licence {
  margin-bottom: 35px;
}
.licence label {
  display: inline-block;
  margin-left: 25px;
}

#bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.popup {
  display: none;
  position: fixed;
  top: 120px;
  left: 50%;
  width: 848px;
  max-height: 70%;
  background: #fff;
  margin-left: -424px;
  overflow: auto;
}
.popup .popup-header {
  font-family: opensans, arial;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  padding-bottom: 70px;
}
.popup .caption {
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.popup-body {
  margin-bottom: 60px;
}
.popup-close {
  position: absolute;
  top: 59px;
  right: 57px;
  background: url("../images/close-popup.png") no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.popup-close:hover {
  background: url("../images/close-popup-hover.png") no-repeat;
}
.popup-close:active {
  background: url("../images/close-popup-active.png") no-repeat;
}
.popup-content {
  padding: 134px 104px 104px 104px;
  -webkit-box-shadow: 0 0 40px #969696;
  -moz-box-shadow: 0 0 40px #969696;
  -ms-box-shadow: 0 0 40px #969696;
  -o-box-shadow: 0 0 40px #969696;
  box-shadow: 0 0 40px #969696;
}
.popup-form .row,
#recall-form-container .field_phone {
  position: relative;
  margin-bottom: 60px;
}
.popup-form .row input,
#recall-form-container .row input {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  font-size: 14px;
  line-height: 60px;
  outline: none;
}
.popup-form .row input:focus,
#recall-form-container .row input:focus {
  border-color: #ededed !important;
}
.popup-form .row::before,
#recall-form-container .field_phone:before {
  position: absolute;
  width: 10px;
  height: 25px;
  top: 0;
  left: -20px;
  content: "";
  font-family: opensans, arial;
  font-weight: bold;
  color: #737373;
  line-height: 60px;
}
#recall-form-container .field_phone.error:before {
  content: "! ";
}
.popup-form .button input,
.api-form .buttons input,
.api-form .buttons button {
  padding: 20px 89px;
  outline: none;
  cursor: pointer;
}

.inner-form .button input,
.popup-form .button input,
#request-form-container .buttons input,
#request-form-container .buttons button,
#recall-form-container .buttons input,
.std-button {
  width: auto !important;
  height: auto;
  margin: 0 auto;
  background: #1d5095;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 66px;
  border: 2px #1d5095 solid;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  outline: none;
}

.std-button {
  display: inline-block;
  text-align: center;
}

.inner-form .button input:hover,
.popup-form .button input:hover,
.api-form .buttons input:hover,
.api-form .buttons button:hover,
.std-button:hover {
  border-color: #194581 !important;
  color: #fff !important;
  background: #194581 !important;
}

.inner-form .button input:active,
.popup-form .button input:active,
.api-form .buttons input:active,
.api-form .buttons button:active,
.std-button:active {
  border-color: #163c6f !important;
  color: #fff !important;
  background: #163c6f !important;
}

.inner-form .button input.disabled,
.popup-form .button input.disabled,
.api-form .buttons input.disabled,
.api-form .buttons button.disabled {
  border-color: #ccc !important;
  color: #ccc !important;
}

.api-form .buttons .fb-btn input[name="demo_site"] {
  /*background: #194581 !important;
  border: #194581 !important;*/
  background: #23AFA4 !important;
  border-color: #23AFA4 !important;
}
.api-form .buttons .fb-btn input[name="demo_site"]:hover {
  background: #169e94 !important;
  border-color: #169e94 !important;
}
.api-form .buttons .fb-btn input[name="demo_site"]:active {
  background: #068a80 !important;
  border-color: #068a80 !important;
}

.std-button.green {
  background-color: #21B1A2;
  border-color: #21B1A2;
}

.std-button.green:hover {
  background-color: #21B1A2;
  border-color: #21B1A2;
}

.std-button.green:active {
  background-color: #21B1A2;
  border-color: #21B1A2;
}

/* API FORM */
.api-form {
  padding: 32px 91px 48px 78px;
}

.api-form fieldset {
  border: 0;
}
.api-form .cpt-field,
.api-form legend,
.api-form label,
.api-form .errorSummary,
.api-form .form-caption {
  display: none;
}

.api-form fieldset .field.type-checkbox label {
  display: block;
  padding-left: 36px;
}

.api-form .row input.error,
.api-form .field.error input,
.api-form .field.error select {
  border-color: #f15f5f;
  -webkit-box-shadow: inset 1px 1px 2px #b43737;
  -moz-box-shadow: inset 1px 1px 2px #b43737;
  -ms-box-shadow: inset 1px 1px 2px #b43737;
  -o-box-shadow: inset 1px 1px 2px #b43737;
  box-shadow: inset 1px 1px 2px #b43737;
}
.api-form .errorMessage {
  font-size: 14px;
  color: #f15f5f;
}
.api-form .errors-list {
  margin-bottom: 30px;
}
.api-form .errors-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #f15f5f;
}
.api-form p.message,
.api-form .messages-list li {
  color: #20b323;
  text-align: center;
}
.api-form .quick-error {
  display: none;
}
.api-form .buttons {
  text-align: center;
}
.api-form .fb-btn {
  display: inline-block;
  margin: 0 10px 20px 10px;
}
.api-form .fb-btn input {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.api-form .payment-info p {
  font-size: 12px;
  line-height: 20px;
}

/* REQUEST FORM */

#request-form-container {
  min-height: 96px;
  padding-bottom: 16px;
}

#request-form-container .kladr-area,
#request-form-container .kladr-city,
#request-form-container .kladr-country {
  display: none;
}

#request-form-container .row.field_code {
  margin-top: 16px;
}

#request-form-container .row.field_file label,
#request-form-container .row.field_file #FormModel_file {
  display: inline-block;
  line-height: 20px;
}
#request-form-container .row.field_file #FormModel_file {
  max-width: 260px;
  background: none;
  border: none;
  box-shadow: none;
}
#request-form-container .field_file .label-link {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #2d66b2;
  border-bottom: 1px dashed;
  cursor: pointer;
}
#request-form-container .field_file input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#request-form-container .field_file .value-container {
  padding-top: 5px;
  font-size: 14px;
}
#request-form-container .field_file .value-container .value {
  vertical-align: middle;
}
#request-form-container .field_file .value-container button.remove {
  background: none;
  border: 0;
  font-size: 22px;
  font-family: verdana;
  color: #d60000;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
#request-form-container .field_file .value-container button.remove:hover {
  color: #f77575;
}
#request-form-container .field_file .value-container button.remove:active {
  color: #ffc5c5;
}
#request-form-container .field_agreement,
#request-form-container .field_agreement_order {
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px;
}
#request-form-container .field-create-site_agreement_policy {
  margin: 16px 0;
}
#request-form-container .field.type-checkbox {
  position: relative;
}
#request-form-container .field.type-custom_html {
  position: relative;
  margin-bottom: 25px;
}
#request-form-container .field_agreement label,
#request-form-container .field_agreement_order label,
#request-form-container .field.type-custom_html {
  display: inline-block;
  /*margin-left: 35px;*/
}
#request-form-container .field_agreement label a,
#request-form-container .field_agreement_order label a,
#request-form-container .field.type-custom_html a {
  display: inline-block;
  color: #2d66b2;
  border-bottom: 1px dashed;
  cursor: pointer;
  text-decoration: none;
}
#request-form-container .field_agreement input,
#request-form-container .field_agreement_order input,
#request-form-container .field.type-checkbox input {
  position: absolute;
  top: 5px;
  width: 25px !important;
  height: 25px !important;
}
#request-form-container .field_agreement .errorMessage,
#request-form-container .field_agreement_order .errorMessage {
  display: none;
}

/* RECALL FORM */

#recall-form-container .row input.error {
  border-color: #f8f8f8;
  box-shadow: none;
}

/* HEADER */

.header {
  padding: 32px 0px;
  border-bottom: 2px solid #1d5095;
}

.header .menu-btn {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 48px;
  height: 32px;
  outline: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.header .menu-btn .icon {
  display: block;
  width: 16px;
  margin: 0 auto;
  border-top: 2px solid #255699;
  border-bottom: 2px solid #255699;
}
.header .menu-btn .icon .stick {
  display: block;
  height: 2px;
  background: #255699;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.header .menu-btn .icon:hover {
  border-color: #09abff;
}
.header .menu-btn .icon:hover .stick {
  background: #09abff;
}
.header .menu-btn .icon:active {
  border-color: #6ccdff;
}
.header .menu-btn .icon:active .stick {
  background: #6ccdff;
}

.header.opened .menu-btn .icon {
  height: 16px;
  border: 0;
  background: url(../images/close-popup.png) no-repeat;
  background-size: contain;
}
.header.opened .menu-btn .icon .stick {
  display: none;
}
.header.opened .menu-btn:hover .icon {
  background-image: url(../images/close-popup-hover.png);
}
.header.opened .menu-btn:active .icon {
  background-image: url(../images/close-popup-active.png);
}

.func-literacy-ads {
  background: #1d5095;
  color: #fff;
}
.func-literacy-ads .limited {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.func-literacy-ads .limited p,
.func-literacy-ads .limited a {
  font-family: opensans, arial;
  font-size: 16px;
  color: #fff;
  padding: 16px 0px;
}
.func-literacy-ads .limited p {
  font-weight: bold;
}
.func-literacy-ads .limited a {
  text-transform: uppercase;
  border: none;
  padding: 16px 18px;
}
  .func-literacy-ads .limited a:hover {
    text-decoration: underline;
  }
.arrow-button {
  position: relative;
}
  .arrow-button::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/arrow-right_16x16.svg);
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 16.5px;
    right: 0px;
  }

.fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: -500px;
  background: #fff;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.fixed-top.visible {
  display: block;
  top: 0;

  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.fixed-top .header {
  padding: 10px 0 20px 0;
}
.fixed-top .item-menu {
  margin-top: 10px;
}

/* all.css */

.limited {
  max-width: 1232px;
  margin: 0 auto;
}
.right {
  float: right;
}
.right a,
.right span {
  margin: 10px 32px 0 0;
}
.right .last {
  margin: 10px 0 0 0;
}
.main-header {
  margin: 10px 0px 0 60px;
}
.item-menu {
  margin-top: 32px;
  text-align: justify;
}
.item-menu li {
  display: inline-block;
}
.item-menu li.justify-helper {
  width: 100%;
  height: 1px;
  line-height: 0;
  font-size: 0;
}
.full-screen .caption {
  display: block;
  position: absolute;
  margin-left: -570px;
  left: 50%;
  top: 83px;
  width: 1140px;
  text-align: center;
}
.full-screen.big-bg .caption {
  top: 120px;
  width: 640px;
  margin-left: -320px;
  text-align: left;
}
.full-screen .caption p {
  margin-bottom: 24px;
}
.full-screen.big-bg .caption p {
  margin-bottom: 50px;
}
.full-screen .caption p {
  font-family: opensans, arial;
  font-weight: bold;
  font-size: 46px;
  line-height: 64px;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.full-screen .caption .caption-note {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
}
.full-screen .image {
  position: relative;
  margin: 0px auto;
  margin-top: -210px;
  width: 45%;
  max-width: 824px;
}
.full-screen.big-bg .image {
  margin-top: -278px;
  width: 60%;
}

.item {
  margin-bottom: 48px;
}
.item .content {
  padding: 48px 96px 0 96px;
}
.content.other {
  padding: 96px 48px 0 96px;
}

.content.yellow {
  background: url("../images/yellow-bg.png") 100% 100%;
  background-size: cover;
  padding: 144px 0 130px 296px;
}
.with-image {
  position: relative;
  overflow: hidden;
}
.with-image .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 59px 0px 0px 0px;
}
.with-image .item-header {
  padding-top: 39px;
}
.item .text-bigest {
  width: 600px;
}
.item .text-big {
  width: 496px;
  margin-right: 100px;
}
.item .text-small {
  width: 335px;
}
.item-header {
  font-family: opensans, arial;
  font-weight: bold;
  font-size: 58px;
  line-height: 72px;
  text-transform: uppercase;
  padding-bottom: 60px;
  padding-top: 96px;
}
.item .text-bigest .item-header {
  padding-top: 0;
}
.item .text-small .item-header {
  padding-top: 0;
  line-height: 45px;
}
.two-item {
  margin-bottom: 48px;
}
.two-item .content {
  width: 592px;
  margin-right: 48px;
}
.two-item .second {
  margin-right: 0px;
}
.two-item ul {
  position: absolute;
  top: 0;
  margin-top: 110px;
  margin-left: 96px;
  max-width: 400px;
  margin-right: 30px;
}
.form {
  width: 640px;
  margin: 0 auto;
  margin-bottom: 160px;
}
.form .info {
  padding-bottom: 48px;
}
.form .note {
  margin-bottom: 10px;
  font-size: 14px;
  color: #888;
}
.inner-form {
  padding: 32px 91px 48px 78px;
}
.limited-reviews {
  overflow: hidden;
}
.reviews {
  width: 640px;
  margin: 0 auto;
}
.reviews .list-rails {
  position: relative;
  display: flex;
  flex-direction: row;
  left: 0;
  transition: left 0.3s ease;
  white-space: nowrap;
}
.reviews .plate-container {
  margin: 46px 110px 60px 0;
  display: flex;
  flex-direction: column;
  width: 530px;
}
.reviews .plate-container .info {
  padding-left: 107px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
.reviews .plate-container .info::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url('../images/arrows-blue-review.png');
  width: 64px;
  height: 54px;
}
.reviews .plate-container span {
  display: inline-block;
  font-family: montserrat;
}
.reviews .plate-container .plate-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #18191F;
}
.reviews .plate-container .plate-position {
  font-size: 14px;
  line-height: 24px;
  color: #474A57;
}
.reviews .plate-container .plate-date {
  font-size: 14px;
  line-height: 24px;
  color: #828993;
}
.reviews .plate-container .plate-review {
  font-size: 18px;
  line-height: 32px;
  color: #18191F;
  margin-bottom: 36px;
  white-space: normal;
  /* word-break: break-all; */
}
.reviews .list-item-container {
  position: relative;
  display: none;
}
.reviews .list-item-container .button-prev {
  right: 150px;
  bottom: 0;
}
.reviews .list-item-container .button-next {
  right: 100px;
  bottom: 0;
}
.reviews .list-item-container .button-prev,
.reviews .list-item-container .button-next {
  position: absolute;
  background: none;
  border: none;
  display: inline-block;
  margin-left: 40px;
  cursor: pointer;
}
.reviews .list-item-container .button-next .button-icon {
  transform: rotate(180deg);
}
.reviews .list-item-container .button-icon {
  width: 8px;
  height: 12.5px;
  background-image: url(../images/arrow-plain.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}
.footer {
  background: #3a4655;
  margin-bottom: 0px;
  padding-bottom: 150px;
}

.footer h2,
.footer.black p,
.footer.black p a {
  color: #fff;
}

.footer.black p a {
  border-bottom: 2px dotted #fff;
}

.footer .left {
  width: 468px;
}
.footer .left.address {
  margin-right: 48px;
}
.footer p {
  padding-bottom: 20px;
}
.footer p.big-padding {
  padding-bottom: 54px;
}
.footer .sign {
  color: #737373;
  line-height: 30px;
}
.footer .inline {
  display: inline-block;
}

.pay_systems {
  background: url("../images/logo4h.png") no-repeat left;
  height: 48px;
  margin-bottom: 24px;
}

/* POPUP WIDGET */

.popup-widget {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10;
}

.popup-widget .widget-content {
    position: relative;
    top: 10%;
    width: 420px;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.popup-widget .widget-header {
    margin-bottom: 20px;
}

.popup-widget .widget-header p {
    font-size: 24px;
}

.popup-widget .widget-header.warning p {
    color: #d13c0f;
}

.popup-widget .widget-body {
    margin-bottom: 40px;
}

.popup-widget .widget-body p {
    margin-bottom: 10px;
}

.popup-widget .widget-body strong {
    color: #d13c0f;
    font-size: 16px;
    font-weight: bold;
}

.popup-widget .widget-body.error {
    font-weight: bold;
    color: #d13c0f;
}

.popup-widget .widget-body.message {
    font-weight: bold;
    color: #72bb00;
}

.popup-widget .widget-buttons button, .popup-widget .widget-buttons a {
    display: inline-block;
    height: 56px;
    line-height: 52px;
    padding: 0 20px;
    border: 2px solid #1facb1;
    color: #1facb1;
    background: none;
    text-transform: lowercase;
    text-decoration: none;

    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}

.popup-widget .widget-buttons button:hover, .popup-widget .widget-buttons a:hover {
     color: #fff;
     background: #10969b;
     border-color: #10969b;
}

.popup-widget .widget-buttons button:active, .popup-widget .widget-buttons a:active {
     color: #fff;
     background: #0e8186;
     border-color: #0e8186;
}

.popup-widget .widget-buttons a {
    line-height: 56px;
}

.popup-widget  .js-button-close.close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
    z-index: 2;
}
.popup-widget .js-button-close.close::before, .popup-widget .js-button-close.close::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #1facb1;
    transition: all 200ms ease-in-out;
    top: 50%;
}
.popup-widget .js-button-close.close::before {
     transform: rotate(45deg);
 }
.popup-widget .js-button-close.close::after {
     transform: rotate(-45deg);
 }
.popup-widget .js-button-close.close:hover {
    cursor: pointer;
}
.popup-widget .js-button-close.close:hover::before,
.popup-widget .js-button-close.close:hover::after {
    background: #10969b;
    transition: all 200ms ease-in-out;
}
.popup-widget .js-button-close.close:active::before,
.popup-widget .js-button-close.close:active::after {
    background: #0e8186;
    transition: all 200ms ease-in-out;
}

/* TEXT */
.text-16 {
  font-size: 16px;
}

/* JS LOADING */

.js-loading {
  position: relative;
}
.js-loading-veil {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loading-spinner.gif) no-repeat center center rgba(255,255,255,0.5);
}

/* SIZES */

@media screen and (max-width: 1820px) {
 .full-screen .image {
    margin-top: -170px;
  }
}

@media screen and (max-width: 1680px) {
  .full-screen .caption p {
    font-size: 30px;
    line-height: 40px;
  }
  .full-screen .image {
    margin-top: -150px;
  }
  .full-screen.big-bg .caption {
    top: 80px;
  }
  .full-screen.big-bg .image {
    margin-top: -180px;
  }

  #assurance .caption {
    padding: 0;
  }
}

@media screen and (max-width: 752px) {
  .full-screen .caption p {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1400px) {
  .full-screen .image {
    margin-top: -80px;
  }
  .full-screen.big-bg .caption {
    top: 50px;
  }
  .full-screen.big-bg .caption p {
    margin-bottom: 30px;
  }
  .full-screen.big-bg .custom-list li {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .full-screen .caption p {
    margin-bottom: 30px;
  }
  .full-screen .image {
    margin-top: -60px;
  }
  .limited {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .content.advantage .left {
    margin-right: 0;
  }
  .content.advantage .img-container {
    margin-left: 550px;
  }
  .two-item .content {
    width: 49%;
    float: left;
    margin: 0;
  }
  .two-item .content.second {
    float: right;
  }
  .content.wide .img-container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 650px;
  }
  .item.with-image .bg-image {
    width: 100%;
  }
  .item.with-image .content {
    padding: 0;
  }
  .item .text-small {
    width: 300px;
  }
  .content.other {
    position: relative;
  }
  .content.other .img-container {
    margin-left: 330px;
  }
  .content.other ul.custom-list {
    padding-bottom: 0;
  }
  .full-screen.big-bg .image {
    margin-top: -80px;
  }

  .counters {
    margin-top: 30px;
    text-align: right;
  }
}
@media screen and (max-width: 1140px) {
  .full-screen .caption {
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
  }
  .full-screen .image {
    margin-top: -50px;
    width: 60%;
  }
  .full-screen .img-container {
    position: relative;
    height: 370px;
    width: 100%;
    overflow: hidden;
  }
  .full-screen .img-container img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    margin-left: -550px;
  }
  .item .content {
    padding: 30px 50px 0 50px;
  }
  .content.advantage .text-big {
    width: 400px;
  }
  .content.advantage .img-container {
    margin-left: 450px;
  }
  .item-header {
    font-size: 43px;
    line-height: 55px;
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .two-item ul {
    margin-top: 100px;
    margin-left: 60px;
  }
  .content.wide .img-container {
    margin-right: 570px;
  }
  .content.wide .text-big {
    width: 430px;
  }
  .custom-list li {
    font-size: 18px;
    /*padding-bottom: 8px;*/
  }
  .full-screen.big-bg .caption {
    left: 50%;
  }
  .full-screen.big-bg .custom-list li {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .content.yellow {
    padding: 80px 0;
  }
  .content.yellow .text-bigest {
    width: 640px;
    margin: 0 auto;
  }
  #simple .img-container {
    top: 50px;
  }
  #simple .text-small {
    width: auto;
  }
  #simple .content {
    padding-right: 400px;
  }
}

@media screen and (max-width: 920px) {
  .two-item ul {
    margin-top: 60px;
  }
  #simple .img-container {
    top: auto;
    right: 50px;
  }
  #simple .img-container img {
    width: 200px;
  }
  #simple .content {
    padding-right: 300px;
  }
}

@media screen and (max-width: 800px) {
  .content.advantage .text-big {
    width: 300px;
  }
  .content.advantage .img-container {
    margin-left: 340px;
  }
  .item-header {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .two-item ul {
    margin-top: 30px;
    margin-left: 40px;
  }
  .two-item ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .item.with-image .content {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 50px 220px 50px;
  }
  .item.with-image .bg-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .item.with-image .bg-image {
    width: auto;
    height: 100%;
  }
  .content.wide .text-big {
    width: 100%;
    margin: 0;
  }
  .content.wide .img-container {
    width: 260px;
    margin: 0;
  }
  .content.other .img-container {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 320px;
    margin-left: 0;
  }
  .full-screen.big-bg {
    margin-bottom: 150px;
  }
  .full-screen.big-bg .bg-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .full-screen.big-bg .bg-container img {
    width: auto;
    min-height: 100%;
  }
  .full-screen.big-bg .caption {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 50px 50px 100px 50px;
    margin: 0;
  }
  .full-screen.big-bg .custom-list {
    padding-bottom: 0;
  }
  .full-screen.big-bg .image {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .content.yellow .text-bigest,
  .form {
    width: auto;
    margin: 0 30px;
  }
  .form {
    margin: 0 20px;
  }
  .footer .content {
    padding: 30px;
  }
  .footer .left {
    width: auto;
    float: none;
  }
  .footer .left.address {
    margin-right: 0;
  }
  .popup {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
  .popup-content {
    padding: 64px 44px 64px 44px;
  }
  .popup-close {
    top: 27px;
    right: 27px;
  }
  #assurance .caption {
    padding: 50px 50px 100px 50px;
  }
}
@media screen and (max-width: 680px) {
  .content.advantage .text-big {
    width: 100%;
    margin-bottom: 40px;
  }
  .content.advantage .img-container {
    margin: 0;
  }
  .two-item ul {
    margin-top: 30px;
    margin-left: 30px;
  }
  .two-item ul li {
    font-size: 14px;
  }
  .inner-form,
  .api-form {
    padding: 30px;
  }
  .footer p {
    padding-bottom: 0;
  }
  #simple .content {
    padding-right: 30px;
    padding-bottom: 270px;
  }
  #simple .text-small {
    padding-bottom: 0;
  }
  #simple .img-container {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 580px) {
  .full-screen .caption {
    width: 320px;
    left: 50%;
    margin-left: -160px;
  }
  .full-screen .caption p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .full-screen .caption .std-button {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .two-item .content {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .two-item ul {
    margin-top: 100px;
    margin-left: 70px;
  }
  .two-item ul li {
    font-size: 22px;
    line-height: 30px;
  }
  .item .text-small {
    width: 100%;
    float: none;
  }
  .content.other .text-small {
    padding-bottom: 180px;
  }
  .content.other .img-container {
    left: auto;
    width: 225px;
  }
  .header .right {
    display: none;
  }
  .header .limited {
    margin-left: 50px;
  }
  .header a {
    border: 0;
  }
  .header a span {
    border-bottom: 2px dotted;
  }

  .main-header {
    width: 158px;
    font-size: 10px;
    line-height: 14px;
    margin: 1px 0 0 50px;
  }
  .item-menu {
    display: none;
    margin-top: 10px;
  }
  .header.opened .item-menu {
    display: block;
  }
  .item-menu li {
    display: block;
  }
  .item-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
  }
  .header .menu-btn {
    display: block;
  }
  .fixed-top .header {
    padding: 20px 0;
  }
  .fixed-top .header .menu-btn {
    top: 20px;
  }
  .so {
    width: 39px;
    height: 44px;
    background-size: contain;
  }

  .popup-widget {
      padding: 0 24px;
      box-sizing: border-box;
  }

  .popup-widget .widget-content {
      width: 100%;
      padding: 48px 48px 24px 24px;
      box-sizing: border-box;
  }
  .popup-widget .widget-body p{
      font-size: 14px;
  }    
}

@media screen and (max-width: 500px) {
  .two-item ul {
    margin-top: 40px;
  }

  .two-item ul li {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 425px) {
  html,
  body,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  li,
  table,
  tr,
  td,
  form,
  input,
  textarea,
  p,
  a,
  select,
  fieldset,
  legend {
    line-height: 30px;
  }
  .limited {
    margin-left: 16px;
    margin-right: 16px;
  }
  .full-screen .image {
    width: 90%;
  }
  .item-header,
  p.price,
  p.price.new {
    font-size: 22px;
    line-height: 24px;
  }
  p.price.old:after {
    height: 2px;
  }
  .item .content {
    padding-right: 32px;
    padding-left: 32px;
  }
  .two-item ul {
    margin: 60px 32px 0 32px;
  }
  .two-item ul li,
  .custom-list li,
  .full-screen.big-bg .custom-list li {
    font-size: 16px;
    line-height: 30px;
    text-indent: -13px;
  }
  ul.custom-list {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .custom-list li {
    padding-bottom: 15px;
  }
  .two-item ul li {
    line-height: 24px;
  }
  .item.with-image .content {
    padding-right: 32px;
    padding-left: 32px;
  }
  .item.with-image .content.wide {
    padding-top: 20px;
  }
  .item.with-image .content.wide .item-header {
    padding-bottom: 40px;
  }
  .item .content.other {
    padding-top: 50px;
  }
  .full-screen.big-bg .image {
    width: 90%;
  }
  p.price::after {
    margin-left: 8px;
  }
  .content.yellow .text-bigest {
    margin: 0;
  }
  .inner-form,
  #request-form-container {
    margin-right: -32px;
    margin-left: -32px;
    padding: 32px 16px;
  }
  .inner-form .row label,
  .inner-form .row label a,
  #request-form-container .row label,
  #request-form-container .row label a {
    line-height: 22px;
  }
  .footer p.inline {
    display: block;
  }
  .footer p.big-padding,
  .footer p.sign {
    padding-bottom: 36px;
  }
  .std-button {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 360px) {
  .two-item ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  .full-screen .caption {
    width: 300px;
    margin-left: -150px;
  }

  .two-item ul {
    margin-right: 10px;
    margin-left: 20px;
  }

  .two-item ul li {
    padding-bottom: 10px;
    line-height: 20px;
  }
}
