﻿/**
* Fonts
**/
@font-face {
  font-family: 'CoreSans';
  src: url('../fonts/CoreSansA35Light.eot');
  src: url('../fonts/CoreSansA35Light.eot') format('embedded-opentype'), url('../fonts/CoreSansA35Light.woff2') format('woff2'), url('../fonts/CoreSansA35Light.woff') format('woff'), url('../fonts/CoreSansA35Light.ttf') format('truetype'), url('../fonts/CoreSansA35Light.svg#CoreSansA35Light') format('svg');
  font-weight: 400;
}
@font-face {
  font-family: 'CoreSans';
  src: url('../fonts/CoreSansA55Medium.eot');
  src: url('../fonts/CoreSansA55Medium.eot') format('embedded-opentype'), url('../fonts/CoreSansA55Medium.woff2') format('woff2'), url('../fonts/CoreSansA55Medium.woff') format('woff'), url('../fonts/CoreSansA55Medium.ttf') format('truetype'), url('../fonts/CoreSansA55Medium.svg#CoreSansA55Medium') format('svg');
  font-weight: 500;
}
@font-face {
  font-family: 'CoreSans';
  src: url('../fonts/CoreSansA65Bold.eot');
  src: url('../fonts/CoreSansA65Bold.eot') format('embedded-opentype'), url('../fonts/CoreSansA65Bold.woff2') format('woff2'), url('../fonts/CoreSansA65Bold.woff') format('woff'), url('../fonts/CoreSansA65Bold.ttf') format('truetype'), url('../fonts/CoreSansA65Bold.svg#CoreSansA65Bold') format('svg');
  font-weight: 700;
}
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;
}
html::selection,
body::selection,
div::selection,
span::selection,
applet::selection,
object::selection,
iframe::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
blockquote::selection,
pre::selection,
a::selection,
abbr::selection,
acronym::selection,
address::selection,
big::selection,
cite::selection,
code::selection,
del::selection,
dfn::selection,
em::selection,
img::selection,
ins::selection,
kbd::selection,
q::selection,
s::selection,
samp::selection,
small::selection,
strike::selection,
strong::selection,
sub::selection,
sup::selection,
tt::selection,
var::selection,
b::selection,
u::selection,
i::selection,
center::selection,
dl::selection,
dt::selection,
dd::selection,
ol::selection,
ul::selection,
li::selection,
fieldset::selection,
form::selection,
label::selection,
legend::selection,
table::selection,
caption::selection,
tbody::selection,
tfoot::selection,
thead::selection,
tr::selection,
th::selection,
td::selection,
article::selection,
aside::selection,
canvas::selection,
details::selection,
embed::selection,
figure::selection,
figcaption::selection,
footer::selection,
header::selection,
hgroup::selection,
menu::selection,
nav::selection,
output::selection,
ruby::selection,
section::selection,
summary::selection,
time::selection,
mark::selection,
audio::selection,
video::selection {
  background: #5bbbfd;
  color: #fff;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none;
  cursor: default;
}
input {
  box-shadow: none;
}
input,
button,
a,
textarea {
  cursor: pointer;
}
.error {
  border: 1px solid #d30000 !important;
}
body {
  line-height: 1em;
  font: 16px 'CoreSans';
  color: #212121;
}
* {
  font: 16px 'CoreSans';
  color: #212121;
}
section,
header,
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.clrfix {
  clear: both;
}
.clrfix:before,
.clrfix:after {
  display: table;
  content: '';
}
.b-center {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}
a {
  cursor: pointer;
}
.btn-callback {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  transition: 0.5s all;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  border-bottom: 2px solid #e57d21;
  background-color: #ff9d00;
}
.btn-callback:hover {
  color: #ff9d00;
  border: 1px solid #ff9d00;
  border-bottom: 2px solid #ff9d00;
  background: transparent;
}
.caption {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .caption {
    font-size: 22px;
    line-height: 30px;
  }
}
.sub-caption {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #5bbbfd;
}
.line-both:after,
.line-both:before {
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  width: 1000px;
  height: 1px;
  margin-right: 22px;
  content: '';
  background-color: #ffffff;
}
.line-both:before {
  left: 100%;
  margin-left: 22px;
}
/** Основные стили сайта **/
header {
  position: fixed;
  z-index: 10;
  padding: 35px 0 0 0;
  transition: 0.4s all;
}
header .logo {
  float: left;
  width: 180px;
}
header .logo h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #5bbbfd;
}

header .logo img {
  width: 180px;
}

header .logo p {
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}
header .header-right {
  float: right;
  width: 340px;
  transition: 0.4s all;
}
header .header-right .header-right-phone {
  float: left;
  padding: 2px 0 0 0;
}
header .header-right .header-right-phone p {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #5bbbfd;
}
header .header-right .header-right-phone span {
  font-size: 13px;
  color: #ffffff;
}
header .header-right .header-right-menubtn {
  float: right;
  padding: 2px 0 0 0;
  transition: 0.4s all;
}
header .header-right .header-right-menubtn i {
  font-size: 16px;
  float: left;
  cursor: pointer;
  color: #5bbbfd;
}
header .header-right .header-right-menubtn p {
  display: inline-block;
  padding: 0 0 0 11px;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (max-width: 650px) {
  header .logo {
    display: none;
  }
  header .header-right {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  header .header-right .header-right-phone p {
    font-size: 21px;
  }
  header .header-right .header-right-phone span {
    font-size: 12px;
  }
}
.menu-overflow {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}
.menu-overflow .menu-small-size {
  float: right;
  width: 300px;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
}
.menu-overflow .menu-small-size .menu__head {
  padding: 21px 0;
  border-bottom: 1px solid white;
}
.menu-overflow .menu-small-size .menu__head span {
  padding-left: 25px;
  text-transform: uppercase;
  color: #ffffff;
}
.menu-overflow .menu-small-size .menu__head .close-small-menu {
  font-size: 44px;
  line-height: 44px;
  position: relative;
  top: -12px;
  float: right;
  margin-right: 25px;
  color: #ffffff;
}
.menu-overflow .menu-small-size ul {
  overflow: hidden;
  margin-top: 15px;
}
.menu-overflow .menu-small-size ul li {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-top: 10px;
}
.menu-overflow .menu-small-size ul li a {
  font-weight: 300;
  padding-left: 25px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
.menu-overflow .menu-small-size ul li a:hover {
  color: #5bbbfd;
}
.main {
  padding: 178px 0 185px 0;
  background: url('../images/main-bg.jpg') center 0 no-repeat;
}
.main .b-center {
  position: static;
}
.main .main-left {
  margin: 0 320px 0 0;
}
.main .main-left h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  padding: 27px 0 28px 0;
  color: #ffffff;
}
.main .main-left h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 294px;
  height: 1px;
  content: '';
  opacity: 0.5;
  background-color: #ffffff;
}
.main .main-left p {
  font-size: 18px;
  line-height: 22px;
  padding: 30px 0 0 0;
  color: #ffffff;
}
.main .main-left a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 159px;
  margin: 42px 0 0 0;
  padding: 13px 0;
  transition: 0.5s all;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #5bbbfd;
}
.main .main-left a:hover {
  color: #212121;
  border: 1px solid transparent;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .main .main-left h1 br {
    display: none;
  }
}
.main .main-right {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 300px;
  padding: 25px 30px 20px;
  background-color: #ffffff;
}
.main .main-right p {
  font-size: 14px;
  text-align: center;
  color: #7a7e7f;
}
.main .main-right h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #5bbbfd;
}
.main .main-right form {
  margin: 25px 0 0 0;
}
.main .main-right form input[type='text'],
.main .main-right form textarea,
.main .main-right form input[type='tel'] {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.main .main-right form input[type='text']::-moz-placeholder,
.main .main-right form textarea::-moz-placeholder,
.main .main-right form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.main .main-right form input[type='text']:-ms-input-placeholder,
.main .main-right form textarea:-ms-input-placeholder,
.main .main-right form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.main .main-right form input[type='text']::-webkit-input-placeholder,
.main .main-right form textarea::-webkit-input-placeholder,
.main .main-right form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.main .main-right form input[type='text']:focus,
.main .main-right form textarea:focus,
.main .main-right form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.main .main-right form input[type='text']:focus::-moz-placeholder,
.main .main-right form textarea:focus::-moz-placeholder,
.main .main-right form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.main .main-right form input[type='text']:focus:-ms-input-placeholder,
.main .main-right form textarea:focus:-ms-input-placeholder,
.main .main-right form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.main .main-right form input[type='text']:focus::-webkit-input-placeholder,
.main .main-right form textarea:focus::-webkit-input-placeholder,
.main .main-right form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.main .main-right form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.main .main-right form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.main .main-right form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.main .main-right form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.main .main-right form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}
.main .mousedown {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 20px;
  height: 68px;
  margin-left: -10px;
  background: url('../images/mousedown.png') center 0 no-repeat;
}
@media screen and (max-width: 1000px) {
  .main {
    padding: 165px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .main {
    background: url('../images/main-bg-tablet.jpg') center 0 no-repeat;
  }
  .main .mousedown {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .main {
    padding: 100px 0 120px 0;
  }
  .main .main-left {
    width: 100%;
    margin: 0;
  }
  .main .main-left h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0 15px 0;
    text-align: center;
  }
  .main .main-left h1:after {
    left: 50%;
    margin-left: -147px;
  }
  .main .main-left p {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 0 0 0;
    text-align: center;
  }
  .main .main-left a {
    margin: 25px auto 20px;
  }
  .main .main-right {
    float: none;
    margin: 0 auto;
  }
}
.tasks {
  overflow: visible;
  padding: 0 0 85px 0;
}
.tasks .first-list {
  font-size: 1px;
  position: relative;
  top: -52px;
  text-align: justify;
}
.tasks .first-list:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.tasks .first-list li {
  display: inline-block;
  width: 230px;
  text-align: center;
  vertical-align: top;
}
.tasks .first-list li em {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.2s all;
  border-radius: 50%;
  background-color: #5bbbfd;
}
.tasks .first-list li em img {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.tasks .first-list li em div {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.tasks .first-list li h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 27px 0 8px 0;
}
.tasks .first-list li p {
  font-size: 16px;
}
.tasks .first-list li:hover em {
  transform: scale(1.1);
}
.tasks .sub-caption {
  padding: 40px 0 10px 0;
}
.tasks .caption {
  padding: 0 0 60px 0;
}
.tasks .last-list {
  font-size: 1px;
  position: relative;
  padding: 0 0 65px 0;
  text-align: justify;
}
.tasks .last-list:after {
  display: inline-block;
  width: 100%;
  content: '';
}
.tasks .last-list li {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 120px;
  text-align: center;
}
.tasks .last-list li.ui-state-active em {
  background: #ff9d00;
  background-color: #ff9d00;
}
.tasks .last-list li em {
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s all;
  border-radius: 50%;
  background-color: #5bbbfd;
}
.tasks .last-list li em img {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.tasks .last-list li em div {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.tasks .last-list li:hover em {
  background: #ff9d00;
  transform: scale(1.1);
}
.tasks .last-list li p {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0 0 0;
  text-transform: uppercase;
  color: #252a3a;
}
.tasks .last-list li a {
  text-decoration: none;
}
.tasks .last-list .last-list-line {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 50%;
  width: 90%;
  height: 1px;
  margin-left: -45%;
  background-color: #5bbbfd;
}
.tasks .tasks-tabs-block {
  overflow: hidden;
}
.tasks .tasks-left {
  float: left;
}
.tasks .tasks-right {
  margin: 0 0 0 390px;
}
.tasks .tasks-right h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 10px 0;
}
.tasks .tasks-right p {
  padding: 8px 0;
}
.tasks .tasks-right p.list {
  padding: 2px 0;
}
.tasks .tasks-right p.list i {
  fotn-size: 14px;
  margin-right: 5px;
}
.tasks .tasks-right a {
  font-size: 14px;
  display: inline-block;
  width: 159px;
  margin: 20px 0 0 0;
  padding: 13px 0;
}
.tasks .tasks-right .tasks-right-price {
  display: inline-block;
  margin: 0 0 0 24px;
}
.tasks .tasks-right .tasks-right-price i {
  font-size: 16px;
  display: inline-block;
}
.tasks .tasks-right .tasks-right-price p {
  display: inline-block;
}
.tasks .tasks-right .tasks-right-price p b {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .tasks {
    padding: 0 0 50px 0;
  }
  .tasks .caption br {
    display: none;
  }
  .tasks .sub-caption {
    padding: 20px 0 10px;
  }
  .tasks .first-list {
    top: 0;
    max-width: 600px;
    margin: 60px auto 0;
    text-align: center;
  }
  .tasks .first-list li {
    margin: 0 0 30px 0;
  }
  .tasks .first-list li h3 {
    padding: 15px 0 8px 0;
  }
}
@media screen and (max-width: 800px) {
  .tasks .last-list {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  .tasks .last-list li {
    margin: 0 0 30px 0;
  }
  .tasks .last-list .last-list-line {
    display: none;
  }
  .tasks .tasks-left {
    float: none;
  }
  .tasks .tasks-left img {
    display: block;
    margin: 0 auto 30px;
    max-width: 400px;
    height: auto;
    width: 100%;
  }
  .tasks .tasks-right {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .tasks .caption {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 420px) {
  .tasks .last-list {
    max-width: 265px;
  }
  .tasks .tasks-right .tasks-right-price {
    display: block;
    margin: 0;
  }
}
.advantages {
  padding: 50px 0 70px 0;
  background: url('../images/advantages-bg.jpg') center 0 no-repeat;
}
.advantages .sub-caption {
  padding-bottom: 10px;
}
.advantages .about__figuren {
  margin: 25px 0 0 0;
  text-align: center;
  font-size: 1px;
}
.advantages .about__figuren li {
  display: inline-block;
  width: 25%;
  margin-right: 4%;
  text-align: center;
  vertical-align: top;
}
.advantages .about__figuren li:last-child {
  margin-right: 0;
}
.advantages .about__figuren li i {
  font-size: 90px;
  font-weight: 300;
  line-height: 105px;
  color: #5bbbfd;
}
.advantages .about__figuren li span {
  font-size: 16px;
  font-weight: 700;
}
.advantages .about__figuren li p {
  font-size: 18px;
  color: #212121;
}
@media screen and (max-width: 940px) {
  .advantages {
    padding: 60px 0 30px;
    background: url('../images/advantages-bg-tablet.jpg') center 0 no-repeat;
  }
  .advantages ul {
    text-align: center;
  }
  .advantages ul li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .advantages ul li h3 {
    padding: 15px 0 10px 0;
  }
  
  .advantages .about__figuren li i {
  font-size: 60px;
  font-weight: 200;
  line-height: 75px;
  color: #5bbbfd;
}
}

@media screen and (max-width: 700px) {
.advantages .about__figuren li {
  display: block;
  max-width: 460px;
  width: auto;
  margin: 0 auto 0px;
  text-align: center;
}

.advantages .about__figuren li:last-child {
  margin: 0 auto 0px;
}

.advantages .about__figuren li i {
  font-size: 40px;
  font-weight: 150;
  line-height: 50px;
  color: #5bbbfd;
}

.advantages .about__figuren li span {
  font-size: 14px;
  font-weight: 600;
}
}

.partner {
  padding: 65px 0 0 0;
}
.partner .sub-caption {
  padding-bottom: 10px;
}
.partner .partner__slider {
  margin-top: 30px;
  padding-bottom: 30px;
}
.partner .partner__slider .swiper-wrapper .swiper-slide {
  width: 200px;
  height: 99px;
  text-align: center;
  overflow: hidden;
}
.partner .partner__slider .swiper-wrapper .swiper-slide img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 400px) {
  .partner .partner__slider .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
}
.partner .partner__slider .swiper-scrollbar {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.partner .partner__slider .swiper-scrollbar .swiper-scrollbar-drag {
  top: -2px;
  height: 5px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #e6e6e6;
}
.garant {
  padding: 82px 0 55px 0;
  background: url('../images/garant-bg.jpg') center 0 no-repeat;
}
.garant .garant-left {
  float: left;
  overflow: hidden;
  width: 670px;
}
.garant .garant-left h2 {
  line-height: 30px;
  padding: 0 0 37px 0;
  text-align: left;
  color: #ffffff;
}
.garant .garant-left ul li {
  display: inline-block;
  float: right;
  width: 340px;
  margin: 0 0 50px 0;
  vertical-align: top;
}
.garant .garant-left ul li:first-child em img {
  width: 50px;
  height: auto;
}
.garant .garant-left ul li:nth-child(odd) {
  float: left;
  width: 300px;
}
.garant .garant-left ul li em {
  display: block;
  float: left;
  width: 79px;
  height: 79px;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: 0.2s all;
  text-align: center;
  border-radius: 50%;
  background-color: #5bbbfd;
}
.garant .garant-left ul li em img {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.garant .garant-left ul li em div {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.garant .garant-left ul li h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.garant .garant-left ul li p {
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  color: #ffffff;
}
.garant .garant-left ul li:hover em {
  transform: scale(1.1);
}
.garant .garant-right {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 300px;
  padding: 25px 25px 20px;
  background-color: #ffffff;
}
.garant .garant-right p {
  font-size: 14px;
  text-align: center;
  color: #7a7e7f;
}
.garant .garant-right h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.garant .garant-right form {
  margin: 25px 0 0 0;
}
.garant .garant-right form input[type='text'],
.garant .garant-right form textarea,
.garant .garant-right form input[type='tel'] {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.garant .garant-right form input[type='text']::-moz-placeholder,
.garant .garant-right form textarea::-moz-placeholder,
.garant .garant-right form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.garant .garant-right form input[type='text']:-ms-input-placeholder,
.garant .garant-right form textarea:-ms-input-placeholder,
.garant .garant-right form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.garant .garant-right form input[type='text']::-webkit-input-placeholder,
.garant .garant-right form textarea::-webkit-input-placeholder,
.garant .garant-right form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.garant .garant-right form input[type='text']:focus,
.garant .garant-right form textarea:focus,
.garant .garant-right form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.garant .garant-right form input[type='text']:focus::-moz-placeholder,
.garant .garant-right form textarea:focus::-moz-placeholder,
.garant .garant-right form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.garant .garant-right form input[type='text']:focus:-ms-input-placeholder,
.garant .garant-right form textarea:focus:-ms-input-placeholder,
.garant .garant-right form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.garant .garant-right form input[type='text']:focus::-webkit-input-placeholder,
.garant .garant-right form textarea:focus::-webkit-input-placeholder,
.garant .garant-right form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.garant .garant-right form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.garant .garant-right form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.garant .garant-right form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.garant .garant-right form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.garant .garant-right form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .garant {
    padding: 60px 0 120px;
    background: url('../images/garant-bg-tablet.jpg') center 0 no-repeat;
  }
  .garant .garant-left {
    float: none;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
  .garant .garant-left h2 {
    text-align: center;
  }
  .garant .garant-left ul li {
    width: 340px !important;
  }
  .garant .garant-right {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .garant {
    background: url('../images/main-bg-mobile.jpg') center 0 no-repeat;
  }
  .garant .garant-left ul li {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  .garant .garant-left ul li em {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .garant .garant-left ul li h3 {
    padding: 10px 0 5px 0;
    text-align: center;
  }
  .garant .garant-left ul li p {
    text-align: center;
  }
  .garant .garant-right {
    margin: 30px auto 0;
  }
}
.calculation {
  padding: 0px 0 70px;
}
.calculation .b-center {
  padding: 0 0 0 10px;
}
.calculation .sub-caption {
  padding: 0 0 10px 0;
}
.calculation .caption {
  padding: 0 0 65px 0;
}
.calculation .caption span {
  font-size: 24px;
  line-height: 28px;
  display: block;
}
@media screen and (max-width: 600px) {
  .calculation .caption span {
    font-size: 18px;
  }
}
.calculation .calculation-left {
  float: left;
  width: 100%;
  max-width: 580px;
  padding: 60px 0 0 0;
}
.calculation .calculation-left .calculation-left-countblock {
  overflow: hidden;
  padding: 10px 0 18px;
}
.calculation .calculation-left .calculation-left-countblock .object {
  font-size: 16px;
  font-weight: 700;
  float: left;
  width: 155px;
  text-transform: uppercase;
}
.calculation .calculation-left .calculation-left-countblock .slider {
  position: relative;
  z-index: 1;
  float: left;
  width: 301px;
  height: 10px;
  margin: 6px 0 0 0;
  cursor: pointer;
  border-radius: 15px;
  background-color: #e6e6e6;
}
.calculation .calculation-left .calculation-left-countblock .slider:after {
  position: absolute;
  bottom: -34px;
  left: -4px;
  width: 313px;
  height: 35px;
  content: '';
  background: url('../images/calculation-sub-slider.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.calculation .calculation-left .calculation-left-countblock .slider .ui-slider-range {
  position: absolute;
  z-index: 2;
  display: block;
  height: 100%;
  padding-right: 5px;
  cursor: pointer;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #5bbbfd;
  background-image: linear-gradient(to top, #33bfb7 0%, #2fc19f 100%);
}
.calculation .calculation-left .calculation-left-countblock .slider span {
  position: absolute;
  z-index: 3;
  top: -5px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-left: -0.6em;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #5bbbfd;
}
.calculation .calculation-left .calculation-left-countblock .count {
  font-size: 18px;
  float: right;
  box-sizing: border-box;
  width: 78px;
  margin: -10px 0 0 0;
  padding: 10px 0;
  text-align: center;
  color: #7a7e7f;
  border: 1px solid #dbdfe3;
  background-color: #ffffff;
}
.calculation .calculation-left .calculation-left-presence {
  margin: 20px 0 0 0;
}
.calculation .calculation-left .calculation-left-presence p {
  font-weight: 700;
  float: left;
  width: 260px;
  padding: 6px 0 0 0;
  text-transform: uppercase;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block {
  overflow: hidden;
  margin: 0 0 4px;
  padding: 3px 0;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block label {
  position: relative;
  float: left;
  width: 47px;
  height: 25px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 100px;
  background: #e6e6e6;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block label div {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 19px;
  height: 19px;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 50%;
  background: #ffffff;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block input {
  display: none;
}
.calculation .calculation-left .calculation-left-presence .checkbox-block input:checked + label {
  background-color: #e5e5e5;
  background-image: linear-gradient(to top, #33bfb7 0%, #2fc19f 100%);
}
.calculation .calculation-left .calculation-left-presence .checkbox-block input:checked + label div {
  left: 25px;
}
.calculation .calculation-left .calculation-left-totalbenefit {
  font-size: 20px;
  margin: 38px 0 0 0;
}
.calculation .calculation-left .calculation-left-totalbenefit b {
  font-size: 30px;
  font-weight: 700;
}
.calculation .calculation-right {
  position: relative;
  float: right;
  width: 307px;
  padding: 30px 0 105px 50px;
  background-color: #33c0b4;
}
.calculation .calculation-right:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 2000px;
  height: 100%;
  content: '';
  background-color: #33c0b4;
}
.calculation .calculation-right p {
  font-size: 16px;
  color: #ffffff;
}
.calculation .calculation-right p i {
  font-size: 16px;
  margin: 0 10px 0 0;
  color: #ffffff;
}
.calculation .calculation-right p b {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.calculation .calculation-right p:last-of-type {
  font-weight: 700;
}
.calculation .calculation-right .calculation-right-form {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 300px;
  margin: 25px 0 0 0;
  padding: 25px 30px 20px;
  background-color: #ffffff;
}
.calculation .calculation-right .calculation-right-form p {
  font-size: 16px;
  text-align: center;
  color: #7a7e7f;
}
.calculation .calculation-right .calculation-right-form p:first-of-type {
  font-weight: 700;
  line-height: 17px;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #ff9e00;
}
.calculation .calculation-right .calculation-right-form h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 20px 0;
  text-align: center;
  color: #5bbbfd;
}
.calculation .calculation-right .calculation-right-form input[type='text'],
.calculation .calculation-right .calculation-right-form textarea,
.calculation .calculation-right .calculation-right-form input[type='tel'] {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.calculation .calculation-right .calculation-right-form input[type='text']::-moz-placeholder,
.calculation .calculation-right .calculation-right-form textarea::-moz-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.calculation .calculation-right .calculation-right-form input[type='text']:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.calculation .calculation-right .calculation-right-form input[type='text']::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus,
.calculation .calculation-right .calculation-right-form textarea:focus,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus::-moz-placeholder,
.calculation .calculation-right .calculation-right-form textarea:focus::-moz-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea:focus:-ms-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form textarea:focus::-webkit-input-placeholder,
.calculation .calculation-right .calculation-right-form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.calculation .calculation-right .calculation-right-form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.calculation .calculation-right .calculation-right-form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.calculation .calculation-right .calculation-right-form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.calculation .calculation-right .calculation-right-form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.calculation .calculation-right .calculation-right-form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 970px) {
  .calculation {
    padding: 60px 0 0;
  }
  .calculation .b-center {
    padding: 0 10px;
  }
  .calculation .caption {
    padding: 0 0 30px 0;
  }
  .calculation .calculation-left {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .calculation .calculation-left .calculation-left-countblock {
    margin: 0;
  }
  .calculation .calculation-left .calculation-left-countblock .object {
    display: block;
    float: none;
    width: auto;
    padding: 0 0 15px 0;
    text-align: center;
  }
  .calculation .calculation-left .calculation-left-countblock .slider {
    float: none;
    width: 280px;
    margin: 0 auto;
  }
  .calculation .calculation-left .calculation-left-countblock .slider:after {
    width: 292px;
  }
  .calculation .calculation-left .calculation-left-countblock .count {
    float: none;
    margin: 50px auto 0;
  }
  .calculation .calculation-left .calculation-left-presence {
    width: 300px;
    margin: 20px auto 0;
    text-align: left;
  }
  .calculation .calculation-left .calculation-left-presence p {
    width: 250px;
  }
  .calculation .calculation-left .calculation-left-totalbenefit {
    margin: 0;
    padding: 20px 0 30px;
    text-align: center;
  }
  .calculation .calculation-right {
    float: none;
    width: 100%;
    margin-left: -10px;
    padding: 30px 10px 120px;
    text-align: center;
  }
  .calculation .calculation-right:after {
    display: none;
  }
  .calculation .calculation-right p b {
    font-size: 20px;
  }
  .calculation .calculation-right .calculation-right-form {
    float: none;
    margin: 15px auto 0;
    border-right: 1px solid #33c0b4;
    border-left: 1px solid #33c0b4;
  }
}
.sale {
  padding: 75px 0 85px;
  background: url('../images/sale-bg.jpg') center 0 no-repeat;
}
.sale .caption {
  padding: 0 0 60px 0;
  color: #ffffff;
}
.sale .sale-left {
  float: left;
  box-sizing: border-box;
  width: 47%;
  min-height: 350px;
  padding: 35px 3.5%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sale .sale-left h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.sale .sale-left ul li {
  font-size: 16px;
  overflow: hidden;
  margin: 0 0 6px 0;
  color: #ffffff;
}
.sale .sale-left ul li i {
  font-size: 16px;
  position: relative;
  top: 2px;
  float: left;
  margin: 0 12px 0 0;
  color: #5bbbfd;
}
.sale .sale-left ul li p {
  overflow: hidden;
  margin: 0 0 0 28px;
  color: #ffffff;
}
.sale .sale-right {
  float: right;
  box-sizing: border-box;
  width: 47%;
  min-height: 350px;
  padding: 35px 3.5%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.sale .sale-right h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.sale .sale-right p {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.sale .sale-right .sale-right-box {
  padding: 15px 0 20px;
}
.sale .sale-right .sale-right-box em {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 79px;
  height: 79px;
  padding: 18px 0 0 0;
  text-align: center;
  border-radius: 50%;
  background-color: #5bbbfd;
}
.sale .sale-right .sale-right-box p {
  padding: 3px 0 3px 105px;
}
.sale .sale-right .sale-right-box p span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 970px) {
  .sale {
    padding: 60px 0;
    background: url('../images/sale-bg-tablet.jpg') center 0 no-repeat;
  }
  .sale .caption {
    padding: 0 0 30px 0;
  }
  .sale .sale-left {
    float: none;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto 20px;
  }
  .sale .sale-left h3 {
    text-align: center;
  }
  .sale .sale-right {
    float: none;
    width: 100%;
    max-width: 520px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sale .sale-right .sale-right-box {
    width: 300px;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .sale .sale-right .sale-right-box p {
    padding: 5px 0 3px 90px;
  }
  .sale .sale-right .sale-right-box p span {
    font-size: 20px;
  }
}
.review {
  padding: 85px 0 90px 0;
}
.review .caption {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.review .review-list .review-list-block {
  float: left;
  box-sizing: border-box;
  width: 490px;
  padding: 45px 45px 27px 0;
  background-color: #3b4155;
}
.review .review-list .review-list-block.dark {
  background-color: #252939;
}
.review .review-list .review-list-block .review-list-block-left {
  float: left;
  width: 200px;
  text-align: center;
}
.review .review-list .review-list-block .review-list-block-left img {
  margin: 0 0 20px 0;
}
.review .review-list .review-list-block .review-list-block-right {
  margin: 0 0 0 200px;
}
.review .review-list .review-list-block .review-list-block-right h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.review .review-list .review-list-block .review-list-block-right h3:last-of-type {
  padding: 0 0 10px 0;
  font-size: 14px;
}
.review .review-list .review-list-block .review-list-block-right p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 5px 0;
}
.review .review-list .review-list-block .review-list-block-right p:last-of-type {
  padding: 5px 0 25px 0;
}
.review .review-list .review-list-block .review-list-block-right p b {
  color: #fff;
  font-weight: 700;
}
.review .review-list .review-list-block .review-list-block-right ul li {
  overflow: hidden;
  margin: 0 0 17px 0;
}
.review .review-list .review-list-block .review-list-block-right ul li i {
  font-size: 16px;
  float: left;
  color: #5bbbfd;
}
.review .review-list .review-list-block .review-list-block-right ul li p {
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  margin: 0 0 0 27px;
  padding: 0 !important;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .review {
    padding: 60px 0 0 0;
  }
  .review .caption {
    padding: 0 0 25px 0;
  }
  .review .review-list .review-list-block {
    width: 110%;
    margin: 0 0 0 -10px;
  }
}
@media screen and (max-width: 470px) {
  .review .review-list .review-list-block {
    padding: 45px 0 27px;
  }
  .review .review-list .review-list-block.dark {
    background-color: #3b4155;
  }
  .review .review-list .review-list-block:nth-child(even) {
    background-color: #252939;
  }
  .review .review-list .review-list-block .review-list-block-left {
    float: none;
    width: 100%;
  }
  .review .review-list .review-list-block .review-list-block-left img {
    display: block;
    margin: 0 auto 20px;
  }
  .review .review-list .review-list-block .review-list-block-right {
    margin: 0;
  }
  .review .review-list .review-list-block .review-list-block-right h3 {
    padding: 10px 0 20px;
    text-align: center;
  }
  .review .review-list .review-list-block .review-list-block-right ul {
    max-width: 350px;
    margin: 0 auto;
    padding: 0 20px 0 10px;
  }
}
.contact {
  padding: 100px 0 120px;
  text-align: center;
  background: url('../images/contact-bg.jpg') center 0 no-repeat;
}
.contact h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  color: #5bbbfd;
}
.contact h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 0 40px 0;
  text-transform: uppercase;
  color: #ffffff;
}
.contact p {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5bbbfd;
}
.contact p br {
  display: none;
}
.contact p:last-of-type {
  font-size: 24px;
}
.contact span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  padding: 23px 0 0 0;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .contact h2 br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .contact {
    background: url('../images/contact-bg-mobile.jpg') center 0 no-repeat;
  }
  .contact p {
    padding: 0 0 10px;
  }
  .contact p br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 60px 0;
  }
  .contact h3 {
    font-size: 18px;
  }
  .contact h2 {
    font-size: 26px;
  }
  .contact p {
    font-size: 20px;
  }
  .contact span {
    font-size: 14px;
  }
}
.map {
  position: relative;
}
.map #map_canvas {
  width: 100%;
  height: 500px;
}
.map .b-center {
  overflow: visible;
}
.map .b-center .map-form {
  position: absolute;
  z-index: 2;
  top: 57px;
  right: 0;
  background: #fff;
  padding: 25px 27px;
  box-sizing: border-box;
  width: 300px;
}
.map .b-center .map-form h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.map .b-center .map-form h3 span {
  font-size: 22px;
}
.map .b-center .map-form form {
  margin: 25px 0 0 0;
}
.map .b-center .map-form form input[type='text'],
.map .b-center .map-form form textarea,
.map .b-center .map-form form input[type='tel'] {
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 0 15px;
  color: #cdcdcd;
  border: 1px solid #dbdfe3;
  outline: none;
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.map .b-center .map-form form input[type='text']::-moz-placeholder,
.map .b-center .map-form form textarea::-moz-placeholder,
.map .b-center .map-form form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.map .b-center .map-form form input[type='text']:-ms-input-placeholder,
.map .b-center .map-form form textarea:-ms-input-placeholder,
.map .b-center .map-form form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.map .b-center .map-form form input[type='text']::-webkit-input-placeholder,
.map .b-center .map-form form textarea::-webkit-input-placeholder,
.map .b-center .map-form form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.map .b-center .map-form form input[type='text']:focus,
.map .b-center .map-form form textarea:focus,
.map .b-center .map-form form input[type='tel']:focus {
  color: #000000;
  border-color: #000000;
}
.map .b-center .map-form form input[type='text']:focus::-moz-placeholder,
.map .b-center .map-form form textarea:focus::-moz-placeholder,
.map .b-center .map-form form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.map .b-center .map-form form input[type='text']:focus:-ms-input-placeholder,
.map .b-center .map-form form textarea:focus:-ms-input-placeholder,
.map .b-center .map-form form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.map .b-center .map-form form input[type='text']:focus::-webkit-input-placeholder,
.map .b-center .map-form form textarea:focus::-webkit-input-placeholder,
.map .b-center .map-form form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.map .b-center .map-form form input[type='text'] {
  background-image: url('../images/input-name-after-focus.png');
}
.map .b-center .map-form form input[type='text']:focus {
  background-image: url('../images/input-name-after.png');
}
.map .b-center .map-form form input[type='tel'] {
  background-image: url('../images/input-phone-after-focus.png');
}
.map .b-center .map-form form input[type='tel']:focus {
  background-image: url('../images/input-phone-after.png');
}
.map .b-center .map-form form input[type='submit'] {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
}
.map .b-center .map-form form textarea {
  height: 82px;
  resize: none;
  padding: 7px 30px 0 15px;
  background-position: 94% 10px;
  background-image: url('../images/textarea-bg.png');
}
.map .b-center .map-form form textarea:focus {
  background-image: url('../images/textarea-bg-focus.png');
}
@media screen and (max-width: 1000px) {
  .map .b-center .map-form {
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .map .b-center {
    background: #252a3a;
    padding: 60px 0 120px;
  }
  .map .b-center .map-form {
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0;
  }
}
footer {
  overflow: hidden;
  padding: 18px 0 27px 0;
}
footer .b-center {
  font-size: 0;
  text-align: justify;
}
footer .b-center:after {
  display: inline-block;
  width: 100%;
  content: '';
}
footer .copyright {
  font-size: 14px;
  display: inline-block;
  padding: 18px 0 0 0;
  vertical-align: top;
  color: #737373;
}
@media screen and (max-width: 800px) {
  footer .copyright {
    display: block;
    text-align: center;
  }
}
footer .politics {
  font-size: 14px;
  display: inline-block;
  padding: 18px 0 0 0;
  vertical-align: top;
  text-decoration: underline;
  color: #737373;
}
footer .politics:hover {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  footer .politics {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
footer img {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  footer img {
    display: block;
    margin: 20px auto 0;
  }
}
/** Политика конфеденциальности **/
.politicsbody {
  position: relative;
  overflow: hidden;
  min-width: 280px;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.politicsbody h2 {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  background: #afafaf;
  font: 22px 'CoreSans';
  color: #ffffff;
}
.politicsbody h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
}
.politicsbody p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  float: left;
  margin-bottom: 20px;
  padding: 0 30px;
  color: #3f3f3f;
}
.politicsbody p span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
.politicsbody .closepolitics {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0;
}
/**
* Forms
**/
.form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.form h3 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0c9ba4;
}
.form input[type='text'],
.form textarea,
.form input[type='email'],
.form input[type='tel'] {
  font-size: 16px;
  width: 249px;
  height: 40px;
  padding: 0 15px;
  color: #cdcdcd;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #DBDFE3;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.form input[type='text']::-moz-placeholder,
.form textarea::-moz-placeholder,
.form input[type='email']::-moz-placeholder,
.form input[type='tel']::-moz-placeholder {
  color: #7a7e7f;
  opacity: 1;
}
.form input[type='text']:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input[type='email']:-ms-input-placeholder,
.form input[type='tel']:-ms-input-placeholder {
  color: #7a7e7f;
}
.form input[type='text']::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form input[type='email']::-webkit-input-placeholder,
.form input[type='tel']::-webkit-input-placeholder {
  color: #7a7e7f;
}
.form input[type='text']:focus,
.form textarea:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus {
  color: #000;
  border-color: #000;
}
.form input[type='text']:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder,
.form input[type='email']:focus::-moz-placeholder,
.form input[type='tel']:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.form input[type='text']:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder,
.form input[type='email']:focus:-ms-input-placeholder,
.form input[type='tel']:focus:-ms-input-placeholder {
  color: #000000;
}
.form input[type='text']:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form input[type='email']:focus::-webkit-input-placeholder,
.form input[type='tel']:focus::-webkit-input-placeholder {
  color: #000000;
}
.form textarea {
  height: 100px;
  resize: none;
  padding: 11px 15px;
  color: #cdcdcd;
}
.form input[type='submit'] {
  width: 249px;
}
.form--callback {
  width: 300px;
  padding: 30px 0;
  text-align: center;
  background: #ffffff;
}
.form--callback h3 {
  font-size: 22px;
  font-weight: 700;
  color: #5bbbfd;
}
.form--callback form {
  padding: 20px 0 0 0;
}
.form--callback input[type='text'],
.form--callback input[type='tel'] {
  margin-bottom: 9px;
}
.form--callback input[type='submit'] {
  margin-top: 10px;
}
/**
* Reveal Modals
**/
#overlay {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.reveal-modal {
  position: fixed;
  z-index: 20;
  top: 20%;
  left: 0;
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-left: 0;
  opacity: 0;
}
.reveal-modal .modal_close {
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
.reveal-politics {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  opacity: 0;
}
.reveal-politics .politicsbody {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.reveal-politics .politicsbody .modal_close {
  font-size: 32px;
  font-weight: 300;
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
#modal-video {
  position: fixed;
  z-index: 102;
  top: 15%;
  left: 0;
  height: 1px;
  display: none;
  width: 100%;
  opacity: 0;
}
#modal-video .modal-video__body {
  position: relative;
  min-width: 280px;
  max-width: 800px;
  margin: 0 auto;
}
#modal-video .modal-video__body .modal_close {
  font-size: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  color: #ffffff;
}
#modal-video .modal-video__body .video_block {
  width: 90%;
  margin: 0 auto;
}
#successfull .successfull-body {
  font-size: 22px;
  position: relative;
  box-sizing: border-box;
  width: 400px;
  height: 200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  color: #000000;
  border-radius: 10px;
  background-color: #ffffff;
}
#successfull .successfull-body h3 {
  font-size: 30px;
}
