@charset "UTF-8";
@import url(../libs/fancybox/jquery.fancybox.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

sup {
  vertical-align: super;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

iframe {
  display: none;
}

body,
html {
  display: block;
  position: relative;
  background-color: #25150D;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #25404f;
  -webkit-backface-visibility: hidden;
  font-weight: 300;
}

strong {
  font-weight: normal;
}

b {
  font-weight: bold;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: url(../img/back_home.jpg) no-repeat top center;
  max-width: 1920px;
  min-width: 960px;
  margin: 0 auto;
}

body.lock {
  overflow: hidden;
}

.wrap {
  min-height: 100vh;
  overflow: hidden;
}

::-moz-selection {
  background: rgba(65, 180, 218, 0.2);
}

::-webkit-selection {
  background: rgba(65, 180, 218, 0.2);
}

::selection {
  background: rgba(65, 180, 218, 0.2);
}

.lock {
  overflow: hidden;
  overflow-y: scroll;
}

label {
  display: block;
}

a {
  font-family: "Roboto", sans-serif;
  color: #65b2e7;
  text-decoration: none;
  border-bottom: 1px dotted #65b2e7;
}

a:hover {
  border-bottom: 1px dotted transparent;
}

.tel {
  font-family: "Roboto", sans-serif;
  color: white;
  border-bottom: none;
}

.tel:hover {
  color: #65b2e7;
}

.br_1700, .br_1024, .br_960, .br_760, .br_mob, .span_mob {
  display: none;
}

.wrap_flex, .flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.wrapper {
  width: 1205px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.opacity_hidden {
  opacity: 0;
}

/*
h1 {
	font-family: $font-family;
	color: $bold_h;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	font-size: 34px;
	line-height: 1.529;
}
h2{
	font-family: $font-family;
	color: $black;
	font-weight: 100;
	text-align: left;
	font-size: 38px;
	line-height: 1.529;
}*/
input, button, select {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
}

h3, .sub_h3 {
  font-size: 38px;
  color: #404040;
  line-height: 1.316;
  font-weight: 100;
}

h3 span, .sub_h3 span {
  font-weight: bold;
  color: #013e83;
}

h5 {
  font-size: 22px;
  color: white;
  font-weight: normal;
}

.clear {
  clear: both;
}

.labelPhone {
  position: relative;
  display: block;
}

.labelPhone > span, .labelPhone .backmask {
  color: #2f2f2f;
  text-align: left;
  font-weight: 300;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 22px 0 22px 30px;
  font-size: 16px;
  left: 0;
  top: 0;
  pointer-events: none;
}

.labelPhone > span.hide, .labelPhone .backmask.hide {
  opacity: 0;
}

.labelPhone > span b, .labelPhone .backmask b {
  font-weight: 300;
  opacity: 0;
}

.labelPhone .tel, .labelPhone .clientPhone {
  padding-left: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #2f2f2f;
}

.labelPhone .tel:focus + span, .labelPhone .clientPhone:focus + span {
  opacity: 0.3;
}

.labelPhone .tel:focus + span.hide, .labelPhone .clientPhone:focus + span.hide {
  opacity: 0;
}

.labelPhone .backmask {
  opacity: .5;
  position: absolute;
}

.labelPhone .backmask span {
  font-weight: 300;
  opacity: .3;
  font-size: 1.2em;
}

.labelPhone .backmask.value {
  color: #2f2f2f;
  opacity: 1;
}

.clientTime {
  background: url(../img/arr.png) no-repeat center right 12px;
  background-color: #fff;
  cursor: pointer;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  font-weight: 300;
  color: #2f2f2f;
}

::-moz-placeholder {
  font-weight: 300;
  color: #2f2f2f;
}

/* Firefox 19+ */
:-moz-placeholder {
  font-weight: 300;
  color: #2f2f2f;
}

/* Firefox 18- */
:-ms-input-placeholder {
  font-weight: 300;
  color: #2f2f2f;
}

.button,
button {
  cursor: pointer;
}

.button:focus, .button:active,
button:focus,
button:active {
  outline: none;
}

.button {
  position: relative;
  display: block;
  border: none;
  outline: none;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  font-weight: 900;
  line-height: 1;
  background-color: #FFCC00;
  font-size: 16px;
  color: #000;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  -webkit-border-radius: 31px;
  border-radius: 31px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 4, 0.07)), to(rgba(255, 255, 255, 0.07)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-box-shadow: 5.5px 9.526px 21px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 5.5px 9.526px 21px 0px rgba(0, 0, 0, 0.16);
  width: 326px;
  height: 62px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.button.btn_blue {
  font-size: 14px;
  color: #122d3f;
  line-height: 0.914;
  background-color: #AAD9FA;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 4, 0.07)), to(rgba(255, 255, 255, 0.07)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 4, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
  -webkit-box-shadow: 5.5px 9.526px 21px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 5.5px 9.526px 21px 0px rgba(0, 0, 0, 0.16);
  width: 148px;
  height: 48px;
  padding: 18px 0px;
  text-transform: none;
  font-weight: normal;
}

.button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.button:active {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 5.5px 9.526px 11px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 5.5px 9.526px 11px 0px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.button:after {
  -webkit-animation: blinks ease-in-out 3s infinite;
  -moz-animation: blinks ease-in-out 3s infinite;
  animation: blinks ease-in-out 3s infinite;
  position: absolute;
  left: -80px;
  bottom: -6px;
  height: 120%;
  content: '';
  background: url(../img/blink.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 66px;
  height: 135px;
}

.button_small {
  height: 50px;
  line-height: 50px;
}

.button.disabled {
  background: #909090;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.button.disabled:hover {
  color: #fff;
  background: #909090;
}

a.button {
  text-decoration: none !important;
  border: none !important;
}

@-webkit-keyframes blinks {
  0% {
    left: 0;
  }
  30% {
    left: 500px;
  }
  100% {
    left: 500%;
  }
}

@-moz-keyframes blinks {
  0% {
    left: 0;
  }
  30% {
    left: 500px;
  }
  100% {
    left: 500%;
  }
}

@keyframes blinks {
  0% {
    left: 0;
  }
  30% {
    left: 500px;
  }
  100% {
    left: 500%;
  }
}

.checkbox {
  display: inline-block;
}

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

.checkbox input + label {
  position: relative;
  padding: 6px 6px 6px 44px;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input + label > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 36px;
  height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #d7e0e1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.checkbox input + label > span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 2px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.checkbox input:checked + label > span {
  background: #41b4da;
}

.checkbox input:checked + label > span:after {
  left: 18px;
}

.checkbox.disabled {
  opacity: .5;
  pointer-events: none;
}

input[type=text],
textarea,
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
textarea:focus,
button:focus,
.button:focus {
  outline: none;
}

.form_row {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.form_input {
  float: left;
  position: relative;
  width: 100%;
  border: 2px solid #d7e0e1;
  background-color: #d7e0e1;
  color: #25404f;
  font-size: 16px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  height: 60px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.form_input:focus {
  border: 2px solid #41b4da;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.2);
}

.form_input.error {
  border: 2px solid #bb2b2b;
  -webkit-animation: shake .5s linear;
  -moz-animation: shake .5s linear;
  animation: shake .5s linear;
}

@-webkit-keyframes shake {
  8%, 41% {
    -webkit-transform: translateX(-7px);
  }
  25%, 58% {
    -webkit-transform: translateX(7px);
  }
  75% {
    -webkit-transform: translateX(-5px);
  }
  92% {
    -webkit-transform: translateX(5px);
  }
  0%, 100% {
    -webkit-transform: translateX(0);
  }
}

.form_success {
  display: none;
}

.form_success__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.form_success p.h3 {
  text-align: center !important;
  font-size: 32px;
  margin-bottom: 10px;
}

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

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #41b4da;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  -moz-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  -webkit-box-shadow: inset 0px 0px 0px #41b4da;
  box-shadow: inset 0px 0px 0px #41b4da;
  -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  -moz-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  -moz-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@-moz-keyframes scale {
  0%, 100% {
    -moz-transform: none;
    transform: none;
  }
  50% {
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 50px #41b4da;
    box-shadow: inset 0px 0px 0px 50px #41b4da;
  }
}

@-moz-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #41b4da;
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 50px #41b4da;
    box-shadow: inset 0px 0px 0px 50px #41b4da;
  }
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  float: left;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #d7e0e1;
  background-color: #d7e0e1;
  color: #25404f;
  font-size: 16px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  padding: 0 20px 0 60px;
  height: 60px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.inputfile + label:focus {
  border: 2px solid #41b4da;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 80px 0px rgba(255, 255, 255, 0.2);
}

.inputfile + label span.icon {
  position: absolute;
  top: 50%;
  left: 16px;
  height: 30px;
  margin-top: -14px;
  font-size: 26px;
}

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */
}

/* .inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
} */
.clientPhone, .tel {
  -webkit-appearance: none;
}

.clientPhone.error, .tel.error {
  -webkit-animation: error ease-in-out .4s 3;
  -moz-animation: error ease-in-out .4s 3;
  animation: error ease-in-out .4s 3;
  border: 1px solid green;
}

.clientEmail.error {
  -webkit-animation: error ease-in-out .4s 3;
  -moz-animation: error ease-in-out .4s 3;
  animation: error ease-in-out .4s 3;
}

.clientPhone.error {
  -webkit-animation: error ease-in-out .4s 3;
  -moz-animation: error ease-in-out .4s 3;
  animation: error ease-in-out .4s 3;
}

@-webkit-keyframes error {
  0% {
    -webkit-box-shadow: inset 0px 0px 4px 0px #ff0000;
    box-shadow: inset 0px 0px 4px 0px #ff0000;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
    box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
  }
}

@-moz-keyframes error {
  0% {
    box-shadow: inset 0px 0px 4px 0px #ff0000;
  }
  100% {
    box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
  }
}

@keyframes error {
  0% {
    -webkit-box-shadow: inset 0px 0px 4px 0px #ff0000;
    box-shadow: inset 0px 0px 4px 0px #ff0000;
  }
  100% {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
    box-shadow: inset 0px 0px 4px 0px rgba(255, 0, 0, 0);
  }
}

.popup {
  display: none;
  background: transparent;
  padding: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.popup.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.popup_small {
  width: 420px;
}

.popup_big {
  width: 700px;
}

.popup_inner {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 36px 40px;
  text-align: left;
}

.block2modal, .formback_articles {
  display: none;
}

.block2modal {
  cursor: default !important;
  width: 960px;
  height: 770px;
  /**/
  background: #fff !important;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: left;
  padding: 0;
  color: #000000;
}

.block2modal .form2Blk {
  height: 150px;
  background: #e9ebf1;
  width: 100%;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.block2modal .form2Top {
  height: 620px;
  overflow: auto;
  padding: 20px;
}

.block2modalHd {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  padding-right: 25px;
}

.block2modallHd2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.block2modal .block2modalContent_top {
  max-width: 760px;
}

.block2modal .block2modalContent_top p {
  max-width: 670px;
}

.block2modal #gif_scroll {
  position: absolute;
  right: 25px;
  top: 110px;
}

.block2modalContent {
  position: relative;
}

.block2modalContent p {
  padding-bottom: 15px;
  line-height: 1.3;
  font-weight: 300;
}

.block2modalContent .div_fl {
  padding: 6px 0;
  padding-left: 62px;
  font-size: 16px;
}

.block2modalContent .div_fl .title {
  font-weight: bold;
}

.block2modalContent .div_fl_1 {
  background: url(../img/div_fl_1.png) no-repeat left center;
}

.block2modalContent .div_fl_2 {
  background: url(../img/div_fl_2.png) no-repeat left center;
  margin: 0 15px;
}

.block2modalContent .div_fl_3 {
  background: url(../img/div_fl_3.png) no-repeat left center;
}

.block2modalContent .bul_div {
  margin-bottom: 9px;
}

.block2modalContent p.title {
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.block2modalContent p.title.fz20 {
  margin-top: 7px;
}

.block2modalContent .fz20 {
  font-size: 20px;
}

.block2modalContent p.normal {
  font-weight: normal;
}

.block2modalContent p.center {
  text-align: center;
}

.block2modalContent ul {
  padding-bottom: 15px;
}

.block2modalContent ul li {
  list-style-type: none;
  padding-left: 0px;
}

.block2modalContent ul li span {
  color: #ff4800;
  font-weight: bold;
}

.block2modalContent ul li:before {
  content: '—';
  margin-right: 5px;
}

.block2modalContent .ul_modal ul {
  font-size: 18px;
  line-height: 1.889;
  text-align: left;
}

.block2modalContent .ul_modal ul.ul2 {
  margin-left: 36px;
}

.block2modalContent .ul_modal ul li {
  padding-left: 14px;
  position: relative;
}

.block2modalContent .ul_modal ul li:before {
  content: '';
  display: inline-block;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-right: 7px;
  position: absolute;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  left: 0;
}

.block2modal .politic {
  font-size: 14px;
}

.block2modal .text_pod p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}

.block2modal .tel_modal {
  font-size: 30px;
  color: #000000;
  border: none;
  font-weight: bold;
}

.block2modal .tel_modal:hover {
  opacity: 0.7;
}

.form2BlkHd {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.form2Blk.form form.orderForm {
  max-width: 900px;
  margin: 0 auto;
}

.form2Blk.form .tel {
  width: 250px;
}

.form2Blk.form .clientTime, .form2Blk.form .button {
  width: 314px;
}

.form2Blk.form .tel, .form2Blk.form .clientTime, .form2Blk.form .button {
  float: left;
  margin-right: 10px;
  height: 62px;
  font-size: 16px;
}

.form2Blk.form .button {
  text-transform: uppercase;
  margin-right: 0;
  letter-spacing: 2.4px;
}

.form2Blk.form .clientTime {
  padding-left: 30px;
  padding: 12px 0 12px 15px;
}

em {
  background: #f9fafc;
  background: -webkit-radial-gradient(center, ellipse, #f9fafc 0%, #e9f2f9 100%);
  background: -moz- oldradial-gradient(center, ellipse, #f9fafc 0%, #e9f2f9 100%);
  background: -o-radial-gradient(center, ellipse, #f9fafc 0%, #e9f2f9 100%);
  background: radial-gradient(ellipse at center, #f9fafc 0%, #e9f2f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafc', endColorstr='#e9f2f9',GradientType=1 );
  padding: 15px;
  font-weight: 400;
  display: block;
  font-style: normal;
}

.closeModalb2 {
  z-index: 20;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../img/close.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.politic a {
  color: #000;
  text-decoration: underline;
  border: none;
}

.politic a:hover {
  text-decoration: none;
}

#modal_fn .fancybox-close-small {
  right: 20px;
  top: 10px;
  background: url(../img/close.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
}

#modal_fn .fancybox-close-small svg {
  display: none;
}

#modal_fn .fancybox-close-small:hover {
  opacity: 0.5;
}

#modal_fn .closeModalb2 {
  display: none;
}

@media only screen and (max-width: 959px) {
  /********** modal ask *****/
  .fancybox-slide > * {
    position: relative;
    margin: 2vh 0 0;
  }
  .block2modal {
    width: 95%;
    height: 95vh;
  }
  .block2modal .form2Top {
    height: 95vh;
    padding: 2.63vw;
    height: 73vh;
    overflow: scroll;
  }
  .block2modal .form2Blk {
    height: 32.5vh;
    height: 22.5vh;
    padding: 2.63vw;
  }
  .form2BlkHd {
    font-size: 2.33vw;
    margin-bottom: 2.5vw;
    text-align: center;
  }
  .politic {
    font-size: 2.1vw;
  }
  .politic a {
    font-size: 2.1vw;
  }
  .block2modalHd {
    font-size: 4.6vw;
    margin-bottom: 2.13vw;
    padding-right: 2.63vw;
  }
  .block2modalHd2 {
    font-size: 3.63vw;
    font-weight: 500;
    margin-bottom: 4.34vw;
  }
  .block2modalContent > * {
    padding-bottom: 2vw;
    font-size: 3.1vw;
    line-height: 1.3;
    font-weight: 300;
  }
  .form2Blk.form .tel, .form2Blk.form .clientTime, .form2Blk.form .button {
    width: 80%;
    float: none;
    margin-right: 0;
    height: 8.04vw;
    font-size: 3vw;
    text-align: center;
    margin: 0 auto 1.7vw;
    display: block;
    padding: 1.4vw 5vw;
  }
  .form2Blk.form .clientTime {
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    padding: 1.4vw 1.4vw 1.4vw 16vw;
  }
  .form2Blk.form .labelPhone > span, .form2Blk.form .labelPhone .backmask {
    width: 80%;
    padding: 1.4vw 5vw;
    font-size: 3vw;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  /********** end modal *****/
}

@media (max-width: 768px) {
  #modal_fn .fancybox-close-small {
    /*right: 1.316vw;
			top: 1.316vw;
			background: url(../img/close.png) no-repeat center;
			background-size: contain;
			width: 4.3vw;
			height: 4.3vw;
			right: 2.3vw;*/
    top: 2.3vw;
    background: url(../img/close_mob.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 8vw;
    height: 8vw;
    opacity: 1;
    position: fixed;
    right: 4vw;
    top: 9vw;
  }
  #modal_fn .closeModalb2 {
    display: none;
  }
}

@media (max-width: 768px) {
  /*.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete {
		background: #ffffff;
	}*/
  #gif_scroll {
    display: none;
  }
  .block2modal {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
  }
  .block2modal .block2modalHd {
    font-size: 7.1vw;
    margin-bottom: 8vw;
    padding-right: 0;
    text-align: center;
    line-height: 1.2;
  }
  .block2modalContent {
    /*p{
				padding-bottom: 2vw;
			}*/
  }
  .block2modalContent > * {
    padding-bottom: 6.5vw;
    font-size: 4.73vw;
  }
  .block2modalContent .block2modalContent_top {
    padding-bottom: 0;
    max-width: 100%;
  }
  .block2modalContent .block2modalContent_top p {
    max-width: 100%;
  }
  .block2modalContent p, .block2modalContent ul {
    padding-bottom: 6.5vw;
  }
  .block2modalContent p.title.fz20 {
    font-size: 5.92vw;
    margin-bottom: 4.53vw;
    padding: 0;
    margin-top: 0;
  }
  .block2modalContent p.title {
    padding-bottom: 0;
  }
  .block2modalContent .bul_div {
    margin-bottom: 3.9vw;
    display: block;
    margin-top: 3.7vw;
    line-height: 1.15;
  }
  .block2modalContent .bul_div .div_fl {
    padding: 0.8vw;
    padding-left: 14.868vw;
    font-size: 4.73vw;
    -webkit-background-size: 12.7vw 11.84vw !important;
    background-size: 12.7vw 11.84vw !important;
  }
  .block2modalContent .bul_div .div_fl_2 {
    margin: 3.9vw 0;
  }
  .block2modalContent .ul_modal {
    display: block;
  }
  .block2modalContent .ul_modal ul {
    line-height: 1.15;
    padding-bottom: 0;
    font-size: 4.73vw;
  }
  .block2modalContent .ul_modal ul.ul2 {
    margin-left: 0;
  }
  .block2modalContent .ul_modal ul li {
    width: 100%;
    padding-left: 2.8vw;
    margin-bottom: 3.9vw;
    line-height: 1.1;
  }
  .block2modalContent .ul_modal ul li:before {
    border-width: 0.26vw;
    margin-right: 0;
    top: 1.3vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  .block2modalContent .ul_modal ul li br {
    display: none;
  }
  .block2modalContent .fz20 {
    font-size: 5.26vw;
  }
  .block2modal .form2Blk {
    height: auto;
    bottom: auto;
    padding: 8vw 1.3vw 4vw;
    position: relative;
  }
  .block2modal .form2BlkHd {
    font-size: 5.26vw;
    margin-bottom: 6.7vw;
    font-size: 5.56vw;
    margin-bottom: 4.7vw;
  }
  .block2modal .form2BlkHd br:not(.br_760) {
    display: none;
  }
  .block2modal .form2Blk.form .tel, .block2modal .form2Blk.form .clientTime {
    text-align: left;
    border-width: 0.13vw;
    border-color: #a1a1a1;
  }
  .block2modal .form2Blk.form .labelPhone > span, .block2modal .form2Blk.form .labelPhone .backmask {
    font-size: 4.73vw;
    padding: 0;
    padding-left: 25vw;
    line-height: 22.36vw;
    width: 100%;
  }
  .block2modal .form2Blk.form .tel, .block2modal .form2Blk.form .clientTime, .block2modal .form2Blk.form .button {
    font-size: 4.73vw;
    width: 100%;
    height: 22.36vw;
    -webkit-border-radius: 30vw;
    border-radius: 30vw;
  }
  .block2modal .form2Blk.form .tel {
    padding-left: 25vw;
  }
  .block2modal .form2Blk.form .clientTime {
    padding: 1.4vw 1.4vw 1.4vw 6vw;
    -webkit-background-size: 2.63vw auto;
    background-size: 2.63vw auto;
    background-position: center right 3.63vw;
  }
  .block2modal .form2Blk.form .button {
    margin-bottom: 3.158vw;
  }
  .block2modal .form2Blk.form .button:after {
    height: 205px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .block2modal .form2Blk.form .politic {
    font-size: 4.145vw;
    margin-bottom: 5.26vw;
  }
  .block2modal .form2Blk.form .politic a {
    font-size: 4.145vw;
  }
  .block2modal .form2Blk.form .checkboxmodallable {
    display: block;
    margin: 0 auto 2.1vw;
    width: 3.29vw;
    height: 3.29vw;
    top: 0;
    border-width: 0.131vw;
  }
  .block2modal .form2Blk .text_pod p {
    font-size: 4.145vw;
    color: #6c6e75;
    margin-top: 0;
  }
  .block2modal .form2Blk .tel_modal {
    font-size: 8.53vw;
    color: #000000;
    border: none;
    font-weight: bold;
  }
  .block2modal .form2Blk .tel_modal:hover {
    opacity: 1;
  }
  .block2modal .form2Top {
    height: auto;
    height: 100%;
    padding: 15vw 1.3vw 5.1vw;
    overflow: visible;
  }
  .block2modal .form2Top p.center.fz20 {
    margin-top: 0;
  }
}

#politics {
  max-width: 1000px;
}

.checkboxmodallable {
  border: 1px solid #6b6b6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  background: url(../img/checkboxgreen.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom;
  cursor: pointer;
  display: inline-block;
  top: 2px;
  position: relative;
  z-index: 50;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.checkboxmodallable.active {
  width: 13px;
  height: 13px;
  background: url(../img/checkboxgreen.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top;
}

.checkboxmodallable.white {
  background: url(../img/checkboxgreen1.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom;
  border: 1px solid #fff;
}

.checkboxmodallable.white.active {
  background: url(../img/checkboxgreen1.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top;
}

#modal_callback {
  padding: 5vw;
}

#modal_callback form {
  text-align: center;
}

#modal_callback .form {
  text-align: center;
}

#modal_callback .form .block2modalHd {
  font-size: 3.7vw;
  font-weight: normal;
}

#modal_callback .form .block2modalHd2 {
  font-weight: 300;
}

#modal_callback .form .block2modalHd2 .tel_modal {
  border: none;
  font-weight: bold;
  font-size: 4.3vw;
  color: #000000;
}

#modal_callback .form .labelPhone > span, #modal_callback .form .labelPhone .backmask {
  font-size: 3.73vw;
  padding: 2.4vw 0 2vw 3vw;
  height: 9vw;
}

#modal_callback .form .tel, #modal_callback .form .clientTime, #modal_callback .form .button {
  width: 100%;
  height: 9vw;
  font-size: 3.73vw;
  -webkit-border-radius: 30vw;
  border-radius: 30vw;
  outline: none;
  padding: 2vw 0 2vw 3vw;
  margin-bottom: 1.3vw;
  border-width: 0.2vw;
}

#modal_callback .form .button {
  display: block;
  margin: 0 auto 2.63vw;
  font-weight: bold;
}

header {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: white;
  line-height: 1.063;
  background-color: transparent;
  font-weight: 300;
  padding: 15px 0;
  padding: 11px 0 12px;
}

header .header.fixed {
  position: fixed;
  top: 0;
  background: #130401;
  width: 100%;
  padding: 3vw 0;
  z-index: 99;
}

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

header .wrapper > div {
  text-align: right;
}

header .geo_loc {
  font-size: 16px;
  -webkit-transform: translateX(34px);
  -moz-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}

header .geo_loc .city {
  font-weight: normal;
  margin-top: 3px;
}

header .geo_loc .other_reg {
  font-size: 14px;
  margin-top: 4px;
}

header .telephone .tel {
  font-size: 19px;
  font-weight: bold;
}

header .telephone p {
  margin-top: 3px;
}

header ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header ul li {
  line-height: 16px;
  padding: 7px 0;
}

header ul li.li_1 {
  padding-left: 51px;
  background: url(../img/img_bul_1.png) no-repeat;
  background-position: left center;
}

header ul li.li_2 {
  padding-left: 50px;
  background: url(../img/img_bul_2.png) no-repeat;
  background-position: left center;
  margin: 0 37px;
}

header ul li.li_3 {
  padding-left: 56px;
  background: url(../img/img_bul_3.png) no-repeat;
  background-position: left center;
}

footer {
  background: transparent;
  padding: 17px 0 0;
  font-size: 20px;
  color: white;
  position: relative;
  z-index: 5;
}

footer .div_right {
  color: white;
  line-height: 1.2;
  text-align: left;
  background: url(../img/logo.png) no-repeat center left;
  padding-left: 63px;
  font-weight: normal;
}

footer .itog_19 {
  color: white;
  text-align: left;
  margin-right: 20px;
  margin-left: 13px;
}

footer .itog_19 .summ {
  font-size: 32px;
  font-weight: bold;
}

.wrapper_znak {
  position: relative;
  z-index: 4;
}

.znak {
  position: absolute;
  bottom: -160px;
  right: 248px;
  bottom: -230px;
  bottom: -242px;
  right: 204px;
  overflow: hidden;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
  width: 441px;
  height: 438px;
  bottom: -302px;
  right: 242px;
}

.znak img {
  display: block;
  -webkit-transform: rotate(-38deg);
  -moz-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  position: absolute;
  bottom: 70px;
  right: 10px;
}

.other_reg {
  position: relative;
  z-index: 1000;
}

.changeRegion {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.72);
  overflow: hidden;
  height: 0;
  color: #000;
  position: absolute;
  width: 270px;
  text-align: center;
  top: 4px;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  right: 0;
}

.changeRegion:before {
  width: 10px;
  height: 10px;
  left: 130px;
  top: -5px;
  background: #fff;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.changeRegion b {
  display: block;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.changeRegion p {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.changeRegion .btncolor {
  float: none;
  padding: 10px 0;
  margin-right: 12px;
  width: 85px;
  height: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  vertical-align: middle;
  -webkit-box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.13);
  margin-top: 0;
  margin-bottom: 0;
}

.changeRegion.show {
  pointer-events: all;
  opacity: 1;
  height: auto;
  overflow: visible;
  padding: 18px 0;
}

.changeRegionMobile {
  display: none;
}

.choise {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 300;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}

.choise:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.allCitys {
  width: 970px;
  height: 560px;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  opacity: 0;
  left: -5000px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  padding: 20px 30px;
}

.allCitysBack {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: -5000px;
  opacity: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.65);
}

.allCitys.show {
  left: 50%;
  opacity: 1;
}

.allCitysBack.show {
  left: 0;
  opacity: 1;
}

.contCt {
  width: 100%;
}

.contCt .column {
  float: left;
  margin-left: 20px;
}

.contCt .column:nth-of-type(1) {
  width: 182px;
  margin-left: 0px;
}

.contCt .column:nth-of-type(2) {
  width: 163px;
}

.contCt .column:nth-of-type(3) {
  width: 164px;
}

.contCt .column:nth-of-type(4) {
  width: 156px;
}

.contCt .column:nth-of-type(5) {
  width: 134px;
}

.allCitysHd {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.allCitysHd b {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.closeCitys {
  z-index: 20;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/close.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.contCt b {
  cursor: pointer;
  display: block;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 14px;
}

.contCt b.red {
  font-weight: 700;
  color: #ef3024;
  line-height: 1;
  text-decoration: none;
}

.contCt b.red span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
}

.contCt b span {
  text-decoration: underline;
}

.contCt b span:hover {
  text-decoration: none;
  background: #eceef7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 3px 2px 0px;
}

@media only screen and (max-width: 1023px) {
  .changeRegion .btncolor {
    display: inline-block;
  }
}

@media only screen and (max-width: 992px) {
  .allCitys.show {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .contCt .column:nth-of-type(1), .contCt .column:nth-of-type(2), .contCt .column:nth-of-type(3), .contCt .column:nth-of-type(4), .contCt .column:nth-of-type(5) {
    width: 250px;
    height: 460px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 850px) {
  .contCt .column:nth-of-type(1), .contCt .column:nth-of-type(2), .contCt .column:nth-of-type(3), .contCt .column:nth-of-type(4), .contCt .column:nth-of-type(5) {
    width: 220px;
  }
}

@media only screen and (max-width: 768px) {
  .other_reg .changeRegion.show {
    display: none;
  }
  .changeRegion.changeRegionMobile {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    position: fixed;
    z-index: 500;
    left: 50%;
    top: 16vw;
    padding: 5vw 0;
    font-size: 4vw;
    width: 80vw;
  }
  .changeRegion.changeRegionMobile:before {
    content: '';
    display: block;
    width: 5vw;
    height: 5vw;
    left: 4vw;
    top: -2vw;
    right: auto;
  }
  .changeRegion p {
    font-size: 5vw;
  }
  .changeRegion .btncolor {
    width: 15vw;
    padding: 2.3vw 0;
    font-size: 4.3vw;
    height: auto;
  }
  .closeCitys2.show {
    z-index: 1100;
    position: fixed;
    display: block;
    right: 20px;
    top: 10px;
    background: url(../img/close.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .allCitys .closeCitys {
    display: none;
  }
  .allCitysHd b {
    font-size: 20px;
  }
  .allCitys {
    padding: 40px 10px;
  }
  .changeRegion:before {
    display: none;
  }
  .allCitys {
    padding: 40px 10px;
  }
  .contCt .column {
    border-bottom: none !important;
    margin-left: 0px;
  }
  .contCt b {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contCt .column:nth-of-type(1), .contCt .column:nth-of-type(2), .contCt .column:nth-of-type(3), .contCt .column:nth-of-type(4), .contCt .column:nth-of-type(5) {
    width: 100%;
    margin-bottom: 0;
    height: auto;
  }
  .scrolldown {
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 1100;
    width: 100px;
    height: 100px;
    top: 270px;
    right: 30px;
    content: '';
    background: url(../img/scrollshow.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .scrolldown.show {
    opacity: 1;
  }
}

.form {
  color: #000000;
}

.form .tel, .form .clientTime {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 20px 0 20px 30px;
  line-height: 1;
  text-align: left;
  background-color: white;
  margin-bottom: 10px;
  border-width: 1px;
  border-color: #a1a1a1;
  border-style: solid;
}

.form .tel, .form .clientTime, .form .button {
  width: 326px;
  height: 60px;
  font-size: 16px;
  -webkit-border-radius: 31px;
  border-radius: 31px;
  outline: none;
}

.form .button {
  display: block;
}

.title_form {
  font-size: 22px;
  color: black;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}

.title_form b {
  display: block;
}

.important {
  font-size: 18px;
  color: #ff4e00;
  color: #ff4e00;
  line-height: 1.222;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 16px;
}

.content_text_right {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fafafa;
  -webkit-box-shadow: 3.178px 6.237px 9px 0px rgba(44, 23, 5, 0.34);
  box-shadow: 3.178px 6.237px 9px 0px rgba(44, 23, 5, 0.34);
  width: 408px;
  height: 483px;
  padding: 17px 18px;
  position: relative;
  z-index: 2;
  margin-left: 10px;
}

.content_text_right .form {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fafafa;
  -webkit-box-shadow: 2.27px 4.455px 18px 0px rgba(70, 70, 70, 0.28);
  box-shadow: 2.27px 4.455px 18px 0px rgba(70, 70, 70, 0.28);
  height: 100%;
  text-align: center;
  padding: 22px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_text_right .form form {
  width: 326px;
  margin: 0 auto;
}

.content_text_right .form .tel_form {
  margin-top: 15px;
}

.content_text_right .form .tel_form a {
  text-decoration: none;
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 26px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.content_text_right .form .tel_form a:hover {
  opacity: 0.7;
}

.content_text_right .form .politic {
  font-size: 13px;
  margin: 0 -15px 10px;
}

.content_text_left {
  border-width: 1px;
  border-color: white;
  border-style: dashed;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 788px;
  height: 407px;
  padding: 18px 0 32px 25px;
  padding: 23px 0 24px 18px;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.content_text_left .title {
  font-size: 26px;
  margin-bottom: 30px;
}

.content_text_left .title span {
  color: #ffcc00;
  font-weight: bold;
}

.content_text_left .text {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 20px;
}

.content_text_left ul {
  font-size: 18px;
  line-height: 1.889;
  text-align: left;
}

.content_text_left ul.ul2 {
  margin-left: 36px;
}

.content_text_left ul li {
  padding-left: 14px;
  position: relative;
}

.content_text_left ul li:before {
  content: '';
  display: inline-block;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-right: 7px;
  position: absolute;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  left: 0;
}

.content {
  margin-top: 13px;
  color: #ffffff;
}

h1, h2 {
  font-size: 44px;
  font-family: "Open Sans", serif;
  color: white;
  font-weight: bold;
  line-height: 1.318;
  text-align: center;
}

h1 span, h2 span {
  color: #ffcc00;
}

h2 {
  font-size: 40px;
}

.sub_h1 {
  font-size: 22px;
  color: white;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 27px;
  margin-bottom: 40px;
}

.info {
  margin-left: 13px;
  margin-top: -29px;
  z-index: 5;
  position: relative;
}

.info div {
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
  color: white;
  line-height: 1.25;
  text-align: left;
  vertical-align: top;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.page-template-thanks {
  overflow: hidden;
}

.page-template-thanks h1 {
  font-size: 55px;
  margin-top: 27px;
}

.page-template-thanks .sub_h1 {
  font-size: 28px;
  font-size: 33px;
  margin-top: 25px;
  margin-bottom: 32px;
  font-weight: 900;
}

.page-template-thanks .content_text {
  text-align: center;
  font-size: 25px;
  line-height: 1.33;
  line-height: 1.8;
}

.page-template-thanks .content_text .text span {
  color: #ffcc00;
  font-weight: bold;
}

.page-template-thanks .content_text .text p {
  background-color: rgba(8, 8, 8, 0.902);
  padding: 0 23px;
  display: inline-block;
}

.page-template-thanks .content_text .ss_s {
  margin-top: 26px;
}

.page-template-thanks .content_text .ss_s a {
  border: none;
  padding: 14px 23px;
  font-size: 18px;
  background-color: rgba(8, 8, 8, 0.902);
  text-decoration: underline;
  color: #65b2e7;
}

.page-template-thanks .content_text .ss_s a:hover {
  text-decoration: none;
}

.page-template-thanks footer {
  position: absolute;
  bottom: 78px;
  width: 100%;
}

.page-template-thanks footer .div_right {
  margin: 0 auto;
  width: 349px;
}

.page-template-thanks footer .znak {
  bottom: -223px;
  right: 98px;
}

.oferta {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #929292;
  line-height: 1;
  /* position: absolute; */
  font-weight: 300;
  margin-left: 13px;
  margin-top: 19px;
  margin-top: 260px;
  margin-bottom: 20px;
  /* height: 52px; */
}

@font-face {
  font-family: 'icomoon';
  src: url("../libs/icomoon/fonts/icomoon.eot?49e29p");
  src: url("../libs/icomoon/fonts/icomoon.eot?49e29p#iefix") format("embedded-opentype"), url("../libs/icomoon/fonts/icomoon.ttf?49e29p") format("truetype"), url("../libs/icomoon/fonts/icomoon.woff?49e29p") format("woff"), url("../libs/icomoon/fonts/icomoon.svg?49e29p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-arrow:before {
  content: "\e917";
}

.icon-clock:before {
  content: "\e914";
}

.icon-label:before {
  content: "\e913";
}

.icon-move:before {
  content: "\e912";
}

.icon-phone:before {
  content: "\e900";
}

.icon-phone-outline:before {
  content: "\e901";
}

.icon-circle:before {
  content: "\e902";
}

.icon-cross:before {
  content: "\e903";
}

.icon-waves:before {
  content: "\e904";
}

.icon-briefcase:before {
  content: "\e905";
}

.icon-checkmark:before {
  content: "\e906";
}

.icon-tea-pot:before {
  content: "\e907";
}

.icon-toilet:before {
  content: "\e908";
}

.icon-window:before {
  content: "\e909";
}

.icon-hammer:before {
  content: "\e90a";
}

.icon-light:before {
  content: "\e90b";
}

.icon-rat:before {
  content: "\e90c";
}

.icon-safety:before {
  content: "\e90d";
}

.icon-spray:before {
  content: "\e90e";
}

.icon-ml:before {
  content: "\e90f";
}

.icon-download:before {
  content: "\e916";
}

.icon-clip:before {
  content: "\e915";
}

.icon-paperclip:before {
  content: "\e915";
}

.icon-attachment:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e918";
}

.icon-instagram:before {
  content: "\e910";
}

.icon-vk:before {
  content: "\e911";
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1290px) and (min-width: 1150px) {
  body {
    background: url(../img/back_1024.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (max-width: 1150px) {
  body {
    background: url(../img/back_1024.jpg) no-repeat center top;
  }
}

@media only screen and (max-width: 1150px) and (min-height: 766px) {
  body {
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media only screen and (max-width: 1290px) {
  .br_1024 {
    display: block;
  }
  .wrapper {
    width: 960px;
  }
  header {
    padding: 12px 0 16px;
  }
  header .geo_loc {
    font-size: 14px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header .telephone .tel {
    font-size: 18px;
  }
  header .telephone p {
    margin-top: 3px;
  }
  header ul li {
    max-width: 181px;
    padding: 0;
  }
  header ul li br {
    display: none;
  }
  header ul li.li_2 {
    margin: 0 12px 0 21px;
  }
  .content {
    margin-top: 2px;
  }
  h1, h2 {
    font-size: 32px;
  }
  .sub_h1 {
    font-size: 19px;
    color: white;
    margin-top: 6px;
    margin-bottom: 15px;
    margin-bottom: 30px;
  }
  .content_text {
    position: relative;
  }
  .content_text_left {
    width: 788px;
    padding: 10px 0 18px 15px;
    height: 291px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    margin-top: 9px;
  }
  .content_text_left .title {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .content_text_left .text {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .content_text_left ul {
    line-height: 1.562;
    font-size: 16px;
  }
  .content_text_left ul.ul2 {
    margin-left: 12px;
  }
  .content_text_left ul li {
    padding-left: 10px;
  }
  .content_text_left ul li:before {
    border-width: 1px;
    margin-right: 4px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .content_text_right {
    height: 382px;
    width: 317px;
    padding: 5px 5px;
    position: absolute;
    right: 0;
    z-index: 6;
  }
  .content_text_right .form {
    padding: 18px 7px 0;
    padding: 7px 7px 0;
  }
  .content_text_right .form form {
    width: 284px;
  }
  .content_text_right .form form .tel, .content_text_right .form form .clientTime {
    font-size: 15px;
    padding-left: 17px;
    margin-bottom: 3px;
  }
  .content_text_right .form .tel, .content_text_right .form .clientTime, .content_text_right .form .button {
    width: 100%;
    height: 57px;
  }
  .content_text_right .form .clientTime {
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
    background-position: center right 4px;
  }
  .content_text_right .form .labelPhone > span, .content_text_right .form .labelPhone .backmask {
    font-size: 15px;
    padding-left: 17px;
  }
  .content_text_right .form .politic {
    font-size: 11px;
    margin: 0 -14px 10px;
  }
  .title_form {
    font-size: 21px;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .important {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 8px;
  }
  .info {
    margin-left: 0;
    margin-top: 19px;
  }
  .info img {
    width: 40px;
    height: 42px;
  }
  .info div {
    display: inline-block;
    margin-left: 2px;
    font-size: 18px;
    line-height: 1.11;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .znak {
    bottom: -70px;
    right: 235px;
    right: 278px;
    /*bottom: -110px;
		right: 268px;*/
    bottom: -124px;
    right: 258px;
    /* 	bottom: -175px;
		right: 178px; */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    overflow: hidden;
    width: 238px;
    height: 237px;
  }
  .znak img {
    width: 238px;
    height: 237px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    left: 46px;
    bottom: auto;
    right: auto;
  }
  .wrapper_znak {
    position: relative;
    z-index: 6;
  }
  footer {
    font-size: 16px;
    padding: 20px 0 0;
  }
  footer .div_right {
    padding-left: 57px;
  }
  footer .itog_19 {
    margin-right: 10px;
    margin-left: 0;
    font-size: 18px;
  }
  footer .itog_19 .summ {
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
  }
  footer .button.btn_blue {
    width: 141px;
    height: 41px;
    padding: 15px 0px;
  }
  .oferta {
    line-height: 1.1;
    margin-left: 0;
    margin-top: 85px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .page-template-thanks h1 {
    font-size: 44px;
  }
  .page-template-thanks footer .div_right {
    width: 289px;
  }
  .page-template-thanks footer .znak {
    bottom: -163px;
    right: 158px;
  }
  .page-template-thanks .oferta {
    margin: 20px auto;
  }
}

/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 959px) and (min-width: 768px) {
  html {
    background: url(../img/mob_back.jpg);
  }
  body {
    min-width: 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .oferta {
    margin-top: 185px;
  }
  .wrapper {
    width: 90%;
  }
  header .wrapper ul.wrap_flex {
    display: none;
  }
  header .wrapper .geo_loc {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
  }
  .content_text_right {
    top: 39px;
    position: relative;
    width: 437px;
  }
  .content_text_right .form .title_form {
    font-size: 19px;
  }
  .content_text_right .form .sub_title {
    font-size: 15px;
  }
  .content_text_right .form .politic a {
    font-size: inherit;
  }
  .content_text_left {
    height: auto;
    width: 788px;
    padding-right: 30px;
    margin-right: -50px;
  }
  .content_text_left .wrap_flex {
    display: block;
  }
  .content_text_left .wrap_flex .ul2 {
    margin-left: 0;
  }
  .znak {
    bottom: -194px;
    bottom: -214px;
    right: 198px;
  }
  .page-template-thanks footer .znak {
    bottom: -183px;
    right: 58px;
  }
  .page-template-thanks .oferta {
    margin: 20px auto;
    text-align: center;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  a.tel:hover {
    color: #ffffff;
  }
  .br_760 {
    display: block;
  }
  html {
    background: url(../img/mob_back.jpg);
  }
  body {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    background: url(../img/back_768.jpg) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .wrapper {
    width: 95%;
  }
  .hidden_mob {
    display: none;
  }
  a {
    border-bottom: 0.4vw dotted;
  }
  header {
    padding: 2.237vw 0 0;
    font-size: 4.145vw;
    height: 15vw;
  }
  header .geo_loc {
    font-size: 4.145vw;
    text-align: left !important;
  }
  header .geo_loc .city {
    margin-top: 0;
  }
  header .geo_loc .other_reg {
    font-size: 4.145vw;
    margin-top: 0;
    margin-top: 0.2vw;
  }
  header .telephone .tel {
    font-size: 4.73vw;
    line-height: 1;
  }
  header .telephone p {
    margin-top: 0.2vw;
    line-height: 1;
  }
  .content {
    margin-top: 5.2vw;
    margin-top: 1.2vw;
  }
  h1 {
    font-size: 9.3vw;
    line-height: 1.26;
  }
  h1 + h1 {
    margin-top: 2vw;
  }
  h2 {
    margin-top: 2vw;
    font-size: 9.3vw;
    line-height: 1.26;
  }
  .sub_h1 {
    font-size: 5.26vw;
    margin-top: 5.8vw;
    line-height: 1.2;
    margin-bottom: 11vw;
  }
  .ul_li ul {
    font-size: 4.145vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 7.6vw;
  }
  .ul_li ul li {
    width: 44%;
    padding-top: 8.4vw;
  }
  .ul_li ul li br {
    display: none;
  }
  .ul_li ul li.li_1 {
    background: url(../img/img_bul_1.png) no-repeat;
    background-position: top center;
  }
  .ul_li ul li.li_2 {
    background: url(../img/img_bul_2.png) no-repeat;
    background-position: top center;
  }
  .ul_li ul li.li_3 {
    background: url(../img/img_bul_3.png) no-repeat;
    background-position: top center;
    margin: 0 auto;
    margin-top: 4vw;
    padding-top: 9.7vw;
  }
  .ul_li ul li.li_1, .ul_li ul li.li_2, .ul_li ul li.li_3 {
    -webkit-background-size: auto 9vw;
    background-size: auto 9vw;
  }
  .content_text {
    position: relative;
  }
  .content_text_left {
    width: 100%;
    padding: 3.6vw 3.158vw 1.26vw;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
    -webkit-border-radius: 1.316vw;
    border-radius: 1.316vw;
    border-width: 0.2vw;
  }
  .content_text_left .title {
    font-size: 6.48vw;
    margin-bottom: 5.8vw;
    text-align: center;
    line-height: 1.32;
  }
  .content_text_left .title br {
    display: none;
  }
  .content_text_left .text {
    margin-bottom: 5.1vw;
    font-size: 5.92vw;
    text-align: center;
    line-height: 1.32;
  }
  .content_text_left .wrap_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0.6vw;
  }
  .content_text_left ul {
    line-height: 1.15;
    font-size: 4.73vw;
  }
  .content_text_left ul.ul2 {
    margin-left: 0;
  }
  .content_text_left ul li {
    width: 100%;
    padding-left: 2.8vw;
    margin-bottom: 4.3vw;
  }
  .content_text_left ul li:before {
    border-width: 0.26vw;
    margin-right: 0;
    top: 2vw;
    width: 1.2vw;
    height: 1.2vw;
  }
  .content_text_right {
    display: none;
  }
  .info {
    margin-left: 0;
    margin-top: 8.9vw;
    text-align: center;
    margin-bottom: 10.65vw;
  }
  .info img {
    width: 13.947vw;
    height: 14.74vw;
  }
  .info div {
    display: block;
    text-align: center;
    margin-left: 0;
    font-size: 5.92vw;
    line-height: 1.3;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .info div br:not(.br_760) {
    display: none;
  }
  .info div .tel {
    font-weight: bold;
    white-space: nowrap;
  }
  .znak {
    bottom: 43vw;
    right: -27vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    height: auto;
    z-index: 5;
  }
  .znak img {
    width: 63.55vw;
    height: 63.158vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
  }
  .wrapper_znak {
    position: relative;
    z-index: 6;
  }
  footer {
    font-size: 5.26vw;
    padding: 0;
    padding-bottom: 0;
  }
  footer .wrap_flex {
    display: block;
  }
  footer .div_right {
    padding-left: 14.76vw;
    -webkit-background-size: 12.76vw auto;
    background-size: 12.76vw auto;
    width: 82.26vw;
    line-height: 1.12;
    margin: 0 auto;
    font-size: 4.73vw;
    margin-bottom: 8vw;
    /*br:not(.br_760){
				display: none;
			}*/
  }
  footer .itog_19 {
    margin-right: 0;
    margin-left: 0;
    font-size: 5.26vw;
    text-align: center;
  }
  footer .itog_19 .summ {
    font-size: 8.55vw;
  }
  footer .text_limit {
    text-align: center;
    margin-top: 6.9vw;
    margin-bottom: 9.1vw;
    color: #ffcc00;
    line-height: 1.45;
  }
  footer .text_limit span {
    font-weight: bold;
  }
  footer .button.btn_blue {
    width: 57.5vw;
    height: 16.71vw;
    font-size: 4.73vw;
    -webkit-border-radius: 50vw;
    border-radius: 50vw;
    margin: 0 auto;
    font-weight: normal;
    padding: 6.4vw 0;
    font-size: 4.33vw;
    margin-bottom: 8vw;
  }
  .fix_btn .button {
    font-size: 5.26vw;
    color: #000000;
    width: 95%;
    height: 18.42vw;
    position: fixed;
    z-index: 9;
    bottom: 3.25vw;
    -webkit-border-radius: 10vw;
    border-radius: 10vw;
    left: 2.5vw;
    letter-spacing: 0.8vw;
    padding: 0;
    line-height: 18.42vw;
  }
  .oferta {
    font-size: 4.145vw;
    max-width: 100%;
    width: 100%;
    margin-top: 5.26vw;
    padding-bottom: 27.576vw;
    text-align: center;
  }
  .page-template-thanks h1 {
    font-size: 9.3vw;
    margin-top: 4vw;
  }
  .page-template-thanks .sub_h1 {
    font-size: 5vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-weight: normal;
  }
  .page-template-thanks .content_text {
    text-align: center;
    font-size: 4.73vw;
    line-height: 1.33;
  }
  .page-template-thanks .content_text br {
    display: none;
  }
  .page-template-thanks .content_text .text_wrap {
    background-color: rgba(8, 8, 8, 0.702);
    padding: 2vw 0;
  }
  .page-template-thanks .content_text .text {
    display: inline;
  }
  .page-template-thanks .content_text .text span {
    color: #ffcc00;
    font-weight: bold;
    display: block;
    margin-top: 2vw;
  }
  .page-template-thanks .content_text .text p {
    padding: 0;
    display: inline;
    background: none;
  }
  .page-template-thanks .content_text .ss_s {
    margin-top: 5vw;
  }
  .page-template-thanks .content_text .ss_s a {
    border: none;
    font-size: 4.73vw;
    padding: 2.2vw 3.2vw;
    text-decoration: underline;
    background-color: rgba(8, 8, 8, 0.702);
    color: #65b2e7;
  }
  .page-template-thanks .content_text .ss_s a:hover {
    text-decoration: none;
  }
  .page-template-thanks footer {
    bottom: 0;
    bottom: 5vw;
    width: 100%;
    padding-top: 14vw;
    padding-bottom: 0;
  }
  .page-template-thanks footer .div_right {
    width: 100%;
    font-size: 4.33vw;
  }
  .page-template-thanks footer .znak {
    bottom: -10vw;
    right: -10vw;
  }
  .page-template-thanks footer .znak img {
    width: 33.55vw;
    height: 33.158vw;
  }
  .page-template-thanks .oferta {
    font-size: 3.145vw;
    margin-top: 6.26vw;
    padding-bottom: 0vw;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .page-template-thanks footer {
    position: relative;
    padding-top: 14vw;
    padding-bottom: 7vw;
  }
}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  .hidden_desc {
    display: none;
  }
}

/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1600px) and (min-height: 944px) {
  body {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media only screen and (min-width: 1290px) and (max-height: 865px) {
  /*.wrap{
		padding-bottom: 23px;
	}
	h1 {
		font-size: 4vh;
	}
	.sub_h1 {
		font-size: 2.4vh;
		margin-bottom: 1.9vh;
	}
	.content_text_left {    
		height: 50vh;
		min-height: 373px;
		.title {
			font-size: 3.2vh;
			margin-bottom: 2vh;
		}
		.text{
			// font-size: 2.2vh;
		}
	}
	.content_text_right {
		height: 59vh;
		min-height: 473px;
	}
	body{
		padding-bottom: 23px;
	}
	h1 {
		font-size: 30px;
	}
	.sub_h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.content_text_left {    
		// height: 50vh;
		min-height: 373px;
		.title {
			font-size: 24px;
			margin-bottom: 15px;
		}
		.text{
			// font-size: 2.2vh;
		}
	}
	.content_text_right {
		// height: 59vh;
		min-height: 473px;
	}*/
}
