/**
* Верстка Landing'а dokercox@gmail.com
* copyright 2016 Tumanov Company.
**/
/**
* Fonts
**/
@font-face {
  font-family: 'CoreSans';
  src: url('../../fonts/CoreSansA45Regular.eot');
  src: url('../../fonts/CoreSansA45Regular.eot') format('embedded-opentype'), url('../../fonts/CoreSansA45Regular.woff2') format('woff2'), url('../../fonts/CoreSansA45Regular.woff') format('woff'), url('../../fonts/CoreSansA45Regular.ttf') format('truetype'), url('../../fonts/CoreSansA45Regular.svg#CoreSansA45Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
  font-style: normal;
  font-display: swap;
}
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: #ffee48;
  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;
}
input[type=submit] {
  outline: none;
}
@keyframes menu {
  0% {
    top: 0;
  }
  30% {
    top: -10px;
  }
  60% {
    top: 5px;
  }
  100% {
    top: -10px;
  }
}
@-moz-keyframes menu {
  0% {
    top: 0;
  }
  30% {
    top: -10px;
  }
  60% {
    top: 5px;
  }
  100% {
    top: -10px;
  }
}
@-webkit-keyframes menu {
  0% {
    top: 0;
  }
  30% {
    top: -10px;
  }
  60% {
    top: 5px;
  }
  100% {
    top: -10px;
  }
}
@keyframes anim {
  0% {
    top: 0;
  }
  30% {
    top: -10px;
  }
  60% {
    top: 5px;
  }
  100% {
    top: -10px;
  }
}
@-moz-keyframes anim {
  0% {
    top: 0;
  }
  30% {
    top: -10px;
  }
  60% {
    top: 5px;
  }
  100% {
    top: -10px;
  }
}
@-webkit-keyframes anim {
  0% {
    top: 0;
  }
  30% {
    top: -10px;
  }
  60% {
    top: 5px;
  }
  100% {
    top: -10px;
  }
}
body {
  font: 400 16px 'CoreSans';
  color: #000000;
  line-height: 1em;
  background: #c9c5b9  ;

}

strong {
  font-weight: 500;
}
section,
header,
footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.b-center {
  max-width: 1000px;
  min-width: 280px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
strong {
  font-weight: 500;
}
a {
  cursor: pointer;
    text-decoration: none;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.btn-callback {
  display: inline-block;
  width: 180px;
  font-size: 16px;
  font-weight: 700;
  color: #010c11;
  text-transform: uppercase;
  text-align: center;
  background: #ffee48;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  border: 1px solid transparent;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}
.btn-callback:hover {
  background: none;
  border-color: #ffee48;
  color: #ffee48;
}
.mobi-but {
    display: none;
    width: 160px;
    position: fixed;
    bottom: 20px;
    height:auto;
    text-align: center;
    background: #ffd600;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}
@media only screen and (max-width: 640px) {
    .mobi-but {
        display: block;
    }
}
.mobi-but:focus {
    background: #ffd600;
}
.mobi-but i {
    margin-right: 10px;
}
.recall {
    right: 10px;
    padding: 5px;
    color: #000;
}
.recall:hover:after {
    z-index: -1
}
.recall:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 30px;
    background: linear-gradient(135deg, transparent 40px, rgba(255, 255, 255, 0.4) 60px, transparent 65px) no-repeat;
    background-position: -100px 0px;
    transform-origin: center;
    border-radius: 30px;
    animation-name: but;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier( .2, .2, .3, .4);
    animation-iteration-count: infinite;
}
.recall:focus {
    outline: none;
}
@keyframes but {
    from {background-position: -100px 0px;}
    to {background-position: 500px 0px;}
}
.recall span {
    font-weight: bold;
    color: #0d0db1
}
.rewrite {
    left: 10px;
    padding: 13px;
}
.captions {
  cursor: default;
}
.captions:hover .caption:after {
  width: 200px;
  margin-left: -100px;
}
.caption {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .caption {
    font-size: 28px;
    line-height: 32px;
  }
}
.caption span {
  color: #ffee48;
}
.caption:after {
  content: "";
  width: 144px;
  height: 3px;
  background: #ffee48;
  margin-left: -72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.sub-caption {
  font-size: 18px;
  font-weight: 400;
  color: #09171D;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .sub-caption {
    font-size: 18px;
    line-height: 22px;
  }
}
.top-hide-menu {
  display: none;
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.top-hide-menu ul {
  display: block;
  float: left;
  width: 100%;
  overflow: visible;
  text-align: center;
}
.top-hide-menu ul li {
  display: inline-block;
  margin-right: 2.5%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 950px) {
  .top-hide-menu ul li {
    margin-right: 10px;
  }
}
.top-hide-menu ul li:last-child {
  margin-right: 0;
}
.top-hide-menu ul li:hover a {
  color: #ffee48;
}
.top-hide-menu ul li:hover a:after {
  width: 100%;
  margin-left: -50%;
  opacity: 1;
}
.top-hide-menu ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #c9c5b9;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.top-hide-menu ul li a:after {
  content: "";
  width: 40%;
  height: 3px;
  background: #ffee48;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -20%;
  opacity: 0;
  -webkit-transition: all 0.7s 0s;
  transition: all 0.7s 0s;
}
.top-line {
  position: fixed;
  width: 100%;
  background: #09171d;
  z-index: -1;
  border-bottom: 1px solid white;
  padding-bottom: 13px;
  display: none;
}
.top-line .main__top {
  width: 100%;
  overflow: visible;
  overflow: hidden;
}
.main__top nav {

}
.top-line .main__top .main__top-menu-toggle {
  display: none;
  width: 110px;
  float: left;
  margin-top: 41px;
  margin-left: 10px;
}
.top-line .main__top .main__top-menu-toggle a:hover i,
.top-line .main__top .main__top-menu-toggle a.selected i {
  color: #ffee48;
}
.top-line .main__top .main__top-menu-toggle a:hover span,
.top-line .main__top .main__top-menu-toggle a.selected span {
  color: #ffee48;
}
.top-line .main__top .main__top-menu-toggle a i {
  font-size: 28px;
  color: #fff;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.top-line .main__top .main__top-menu-toggle a span {
  display: none;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -9px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
@media only screen and (max-width: 400px) {
  .top-line .main__top .main__top-menu-toggle a span {
    opacity: 0;
  }
}
@media only screen and (max-width: 910px) {
  .top-line .main__top .main__top-menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .top-line .main__top .main__top-menu-toggle {
    width: 40px;
  }
}
.top-line .main__top ul {
  display: block;
  float: left;
  width: 76%;
  margin-top: 18px;
  overflow: visible;
}
@media only screen and (max-width: 910px) {
  .top-line .main__top ul {
    display: none;
  }
}
.top-line .main__top ul li {
  display: inline-block;
  margin-right: 2.5%;
}
@media only screen and (max-width: 950px) {
  .top-line .main__top ul li {
    margin-right: 10px;
  }
}
.top-line .main__top ul li:last-child {
  margin-right: 0;
}
.top-line .main__top ul li:hover a {
  color: #ffee48;
}
.top-line .main__top ul li:hover a:after {
  width: 100%;
  margin-left: -50%;
  opacity: 1;
}
.top-line .main__top ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.top-line .main__top ul li a.selected {
  color: #ffee48;
}
.top-line .main__top ul li a.selected:after {
  width: 100%;
  margin-left: -50%;
  opacity: 1;
}
.top-line .main__top ul li a:after {
  content: "";
  width: 40%;
  height: 3px;
  background: #ffee48;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -20%;
  opacity: 0;
  -webkit-transition: all 0.7s 0s;
  transition: all 0.7s 0s;
}
.top-line .main__top .main__contacts {
  float: right;
  width: 200px;
  margin-top: 18px;
  cursor: default;
}
@media only screen and (max-width: 910px) {
  .top-line .main__top .main__contacts {
    width: 400px;
  }
}
@media only screen and (max-width: 550px) {
  .top-line .main__top .main__contacts {
    width: 190px;
  }
}
.top-line .main__top .main__contacts a {
  top: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 910px) {
  .top-line .main__top .main__contacts a {
    display: inline-block;
    margin-right: 15px;
    top: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .top-line .main__top .main__contacts a {
    display: inline-block;
    margin-right: 15px;
    top: 10px;
  }
}
.top-line .main__top .main__contacts .btn-callback {
  width: 190px;
}
.main {
	height:666px;
    background: url('../images/body-bg.webp') center/cover no-repeat;
}
.main .main__top {
height:500 px;
  width: 100%;
  overflow: visible;
  overflow: hidden;
}
.main .main__top .main__top-menu-toggle {

     position: absolute;
    width: 10%;
    float: right;
    margin-top: 35px;
    margin-left: 105%;
}
.main .main__top .main__top-menu-toggle a:hover i,
.main .main__top .main__top-menu-toggle a.selected i {
  color: #ffee48;
}
.main .main__top .main__top-menu-toggle a:hover span,
.main .main__top .main__top-menu-toggle a.selected span {
  color: #ffee48;
}
.main .main__top .main__top-menu-toggle a i {
  font-size: 28px;
  color: #fff;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.main .main__top .main__top-menu-toggle a span {
 display: none;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}
@media only screen and (max-width: 400px) {
  .main .main__top .main__top-menu-toggle a span {
    opacity: 0;
  }
}
@media only screen and (max-width: 910px) {
  .main .main__top .main__top-menu-toggle {
    margin-left: 4%;
    display: block;
    float: left;
    width: 60px;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 400px) {
  .main .main__top .main__top-menu-toggle {
    width: 40px;
    right: 5%;
  }
}
.top-line .b-center .main__top .main__contacts i {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 0px;
    left: -10px;
}
.top-menu {
    background: rgba(76, 135, 185, 0.6);
    padding: 25px 0
}
.navigation {
    display: block;
    width: 100%;
}
.nav-bar {
    display: none
}
.navigation ul {
    display: flex;
    justify-content: space-between;
    padding: 0px
}
.navigation li {
    text-align: center;
}
.logo {
    text-transform: uppercase;
    color: #ffee48;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px
}
.navigation a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
/*    margin: 0 10px;*/
/*    text-align: center*/
}

.cntr{
	margin-left:6px;
}
.main .main__middle {
    width: 50%;
    margin: 80px 0 20px;
}
.main .main__caption {
	text-align: center;
    padding: 20px 0;
    background: rgba(81, 149, 210, 0.6);
}
.main__tel {
    background: rgba(81, 149, 210, 0.6);
    display: block;
    text-align: center;
    font-size: 34px;
    color: #ffee48;
    line-height: normal;
    font-weight: 600;
    width: 40%;
/*    margin: 20px auto 0;*/
    padding: 10px 0;
    position: absolute;
    top: -15%;
    right: 0
}
.main .main__middle h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  line-height: 72px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    #main-page {
        padding-top: 50px
    }
    .top-menu {
    background: rgba(76, 135, 185, 0.9);
    padding: 15px 0;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 9;
        top: 0
}
.nav-bar {
    display: block;
}
    .nav-control {
		width: 30px;
		height: 24px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		position: relative;
		z-index: 1;
		margin-left: 0px
	}
	.nav-control span {
		width: 100%;
		border-radius: 15px;
		height: 4px;
		background: #ffee48;
		transition: all linear .2s;
	}
	.nav-control.op span:nth-of-type(2) {
	/*    display: none;*/
		opacity: 0;
	}
	.nav-control.op span:nth-child(1) {
		transform: translateY(7px) translateX(0px) rotate(45deg) ;
	}
	.nav-control.op span:nth-child(3) {
		transform: translateY(-13px) rotate(-45deg) ;
	}
.main {
    height: auto;
    padding: 0 0 50px;
}
.main .main__middle h1 {
    font-size: 43px;
    line-height: 47px;
}
    .navigation {
        position: absolute;
        width: 100%;
         background: rgba(76, 135, 185, 1);
        left: 0;
        top: 39px;
        z-index: 9;
        display: none
    }
.navigation ul {
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}
.navigation a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
    margin: 7px;
    display: block
}
    .main .main__middle {
    width: 100%;
    margin: 60px 0 20px;
}
.main .main__caption {
	text-align: center;
    padding: 20px 0;
}
.main__tel {
    font-size: 20px;
    color: #ffee48;
    line-height: normal;
    font-weight: 600;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 0;
    position: static;
}
}
@media only screen and (max-width: 620px) {
  .main .main__middle h1 {
   font-size: 37px;
    line-height: 48px;
    margin-top: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .main .main__middle h1 {
        font-size: 45px;
    line-height: 40px;
  }
}
.main .main__middle h1 br {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .main .main__middle h1 br {
    display: none;
  }
}
.main .main__middle h1:after {
  content: "";
  width: 144px;
  height: 3px;
  background: #ffee48;
  margin-left: -72px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.main .main__middle h1 span {
  color: #ffee48;
}
.main .main__middle p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
}
@media only screen and (max-width: 480px) {
  .main .main__middle p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .main .main__middle p br {
    display: none;
  }
}
.main .main__middle .btn-callback {
  display: inline-block;
  margin: 50px 0 80px;
  background: none;
  border-color: #ffee48;
  color: #ffee48;
}
@media only screen and (max-width: 480px) {
  .main .main__middle .btn-callback {
    margin-bottom: 50px;
  }
}
.main .main__middle .btn-callback:hover {
  background: #ffee48;
  color: #010c11;
}
.main .main__middle .icon-mouse {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-bottom: 90px;
}
@media only screen and (max-width: 480px) {
  .main .main__middle .icon-mouse {
    margin-bottom: 50px;
  }
}
.advantages {
  width: 100%;
  padding: 0 0 80px 0;
  background: #c9c5b9;
}
@media only screen and (max-width: 480px) {
  .advantages {
    padding-bottom: 0px;
  }
}
.advantages .b-center {
  border-top: 1px solid #ffee48;
  padding-top: 80px;
}
@media only screen and (max-width: 480px) {
  .advantages .b-center {
    padding-top: 50px;
  }
}
.advantages.animate ul li {
  opacity: 1;
}
.advantages.animate ul li.x1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.advantages.animate ul li.x2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.advantages.animate ul li.x3 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.advantages ul {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 480px) {
  .advantages ul {
    margin-top: 30px;
  }
}
.advantages ul li {
  display: inline-block;
  width: 265px;
  margin-right: 9%;
  margin: 30px 90px 0px 0;
  vertical-align: top;
  cursor: default;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .advantages ul li {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 960px) {
  .advantages ul li {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 920px) {
  .advantages ul li {
    width: 27%;
  }
}
@media only screen and (max-width: 740px) {
  .advantages ul li {
    width: 95%;
    margin: 0px 0 40px 0;
  }
}
.advantages ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 740px) {
  .advantages ul li:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.advantages ul li:hover em {
  background: #ffee48;
  border-color: #ffee48;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  -webkit-animation: menu 0.5s 1;
  animation: menu 0.5s 1;
}
.advantages ul li:hover em i {
  color: #09171d;
}
.advantages ul li em {
  display: block;
  width: 80px;
  height: 80px;
  border: 3px solid #ffee48;
  margin: 0 auto;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  position: relative;
}
.advantages ul li em i {
  font-size: 32px;
  color: #ffee48;
  position: relative;
  top: 32px;
}
.advantages ul li h3 {
  font-size: 18px;
  color: #09171D;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
  line-height: 22px;
}
@media only screen and (max-width: 740px) {
  .advantages ul li h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.advantages ul li h3 br {
  display: none;
}
@media only screen and (max-width: 920px) {
  .advantages ul li h3 br {
    display: block;
  }
}
@media only screen and (max-width: 740px) {
  .advantages ul li h3 br {
    display: none;
  }
}
.advantages ul li p {
  font-size: 14px;
  color: #09171D;
  line-height: 17px;
}
@media only screen and (max-width: 740px) {
  .advantages ul li p {
    font-size: 18px;
    line-height: 22px;
  }
}
.catalog {
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 480px) {
  .catalog {
    padding: 50px 0 10px 0;
  }
}
.catalog .b-center {
  border-top: 1px solid #FFEE48;
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  .catalog .b-center {
    padding-top: 50px;
  }
}



.catalog.animate ul li {
  opacity: 1;
}
.catalog.animate ul li.x1 {
  -webkit-transition: all 0.8s 0.3s;
  transition: all 0.8s 0.3s;
  left: 0;
}
.catalog.animate ul li.x2 {
  -webkit-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
  right: 0;
}
.catalog.animate ul li.x3 {
  -webkit-transition: all 0.8s 1.3s;
  transition: all 0.8s 1.3s;
  left: 0;
}
.catalog.animate ul li.x4 {
  -webkit-transition: all 0.6s 1.6s;
  transition: all 0.6s 1.6s;
  right: 0;
}
.catalog.animate ul li.x5 {
  -webkit-transition: all 0.8s 2.3s;
  transition: all 0.8s 2.3s;
  left: 0;
}
.catalog.animate ul li.x6 {
  -webkit-transition: all 0.6s 2.6s;
  transition: all 0.6s 2.6s;
  right: 0;
}
.catalog ul {
  overflow: hidden;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .catalog ul {
    margin-top: 40px;
  }
}
.catalog ul li {
  display: inline-block;
  width: 43.5%;
  margin-right: 2%;
  padding: 2.5%;
  background: rgba(138, 137, 131, 0.54);
  margin-bottom: 2.5%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.8s 0s;
  transition: all 0.8s 0s;
  opacity: 0;
  position: relative;
}
.catalog ul li.x1,
.catalog ul li.x3,
.catalog ul li.x5 {
  left: -80px;
}
.catalog ul li.x2,
.catalog ul li.x4,
.catalog ul li.x6 {
  right: -80px;
}



.catalog ul li  em { margin: 0 auto;}
.catalog ul li  i {
	font-size: 32px;
    color: #ffee48;
    position: relative;
    top: 1px;}

@media only screen and (max-width: 760px) {
  .catalog ul li {
    padding: 25px;
    width: 500px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 620px) {
  .catalog ul li {
    width: 85%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 390px) {
  .catalog ul li {
    padding: 25px 15px;
  }
}
.catalog ul li:nth-child(2n) {
  margin-right: 0;
}
.catalog ul li em {
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .catalog ul li em {
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog ul li em {
    width: 80px;
    text-align: left;
  }
}
@media only screen and (max-width: 390px) {
  .catalog ul li em {
    width: 50px;
    margin-right: 10px;
  }
}
.catalog ul li em img {
  max-width: 100%;
}
.catalog ul li .description {
 margin: 0 auto;
    width: 100%;
    color: #FFEE48;
    font-size: larger;
    line-height: 20px;
    text-align: center;
}
.description h2 a {
    color: #FFEE48;
}
@media only screen and (max-width: 760px) {
  .catalog ul li .description {
    margin: 0 auto;
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .catalog ul li .description {
    width: 65%;
  }
}
@media only screen and (max-width: 390px) {
  .catalog ul li .description {
    width: 74%;
  }
}
.catalog ul li .description h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
}
@media only screen and (max-width: 940px) {
  .catalog ul li .description h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
.catalog ul li .description span {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #cae7ef;
  margin-bottom: 20px;
}
@media only screen and (max-width: 940px) {
  .catalog ul li .description span {
    font-size: 14px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 940px) {
  .catalog ul li .description span br {
    display: none;
  }
}
.catalog ul li .description p {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
    text-align: center;
}
@media only screen and (max-width: 940px) {
  .catalog ul li .description p {
    font-size: 19px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 390px) {
  .catalog ul li .description p {
    font-size: 19px;
    line-height: 16px;
  }
}
.catalog ul li .description p i {
  position: absolute;
  top: 0;
  left: 38px;
  font-size: 16px;
  color: #147994;
}
@media only screen and (max-width: 940px) {
  .catalog ul li .description p i {
	left: 24px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog ul li .description p i {
    font-size: 16px;
	left: 1px;
  }
}
@media only screen and (max-width: 390px) {
  .catalog ul li .description p i {
    font-size: 16px;
	left: 1px;
  }
}
.catalog ul li .description .btn-callback {
  margin-top: 15px;
}
.catalog ul .last-li {
  background: none;
  border: 1px solid #243037;
}
.catalog ul .catalog__consultation {
  text-align: center;
  padding: 6.1%;
}
@media only screen and (max-width: 768px) {
  .catalog ul .catalog__consultation {
    padding: 7.3%;
  }
}
@media only screen and (max-width: 7px) {
  .catalog ul .catalog__consultation {
    padding: 7.3%;
  }
}
.catalog ul .catalog__consultation h3 {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .catalog ul .catalog__consultation h3 {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
  }
}
.catalog ul .catalog__consultation h3 span {
  color: #ffee48;
}
.catalog ul .catalog__consultation .btn-callback {
  width: 290px;
  margin-top: 30px;
  background: #ffee48;
}
@media only screen and (max-width: 480px) {
  .catalog ul .catalog__consultation .btn-callback {
    width: 200px;
  }
}
.catalog ul .catalog__consultation .btn-callback:hover {
  border-color: #ffee48;
  color: #ffee48;
  background: none;
}
.catalog .catalog__bottom {
  font-size: 16px;
  font-weight: 400;
  color: #09171D;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .catalog .catalog__bottom {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1020px) {
  .catalog .catalog__bottom br {
    display: none;
  }
}
.rent {
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 480px) {
  .rent {
    padding: 50px 0;
  }
}
.rent .b-center {
  border-top: 1px solid #152228;
  padding-top: 80px;
}
@media only screen and (max-width: 480px) {
  .rent .b-center {
    padding-top: 50px;
  }
}
.rent .rent__item {
  width: 48.5%;
  margin-top: 60px;
}
@media only screen and (max-width: 760px) {
  .rent .rent__item {
    width: 90%;
    display: block;
    float: none;
    margin: 45px auto 0;
  }
}
.rent .rent__item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .rent .rent__item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rent .rent__item table {
  cursor: default;
  width: 100%;
}
.rent .rent__item table thead {
  background: #ffee48;
  color: #09171d;
}
.rent .rent__item table thead td {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 0;
  line-height: 17px;
  border-right: 1px solid #09171d;
}
@media only screen and (max-width: 480px) {
  .rent .rent__item table thead td {
    font-size: 14px;
    padding: 10px 0;
    line-height: 17px;
  }
}
.rent .rent__item table thead td span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .rent .rent__item table thead td span {
    display: none;
  }
}
.rent .rent__item table thead td em {
  display: none;
}
@media only screen and (max-width: 768px) {
  .rent .rent__item table thead td em {
    display: block;
  }
}
.rent .rent__item table thead td:last-child {
  border-right: none;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.rent .rent__item table thead td:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.rent .rent__item table tbody {
  color: #fff;
}
.rent .rent__item table tbody tr:hover td {
  color: #09171d;
  background: #ffee48;
}
.rent .rent__item table tbody tr:first-child td {
  padding: 4px 0;
  border-bottom: none;
  background: #09171d;
}
.rent .rent__item table tbody tr:nth-child(2) td:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
}
.rent .rent__item table tbody tr:nth-child(2) td:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
.rent .rent__item table tbody tr td {
  border-right: 1px solid #29353b;
  border-bottom: 1px solid #29353b;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 16px 0;
  background: #09171D;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
@media only screen and (max-width: 480px) {
  .rent .rent__item table tbody tr td {
    font-size: 11px;
    padding: 10px 0;
  }
}
.rent .rent__item table tbody tr td:last-child {
  border-right: none;
}
.rent .rent__item table tbody tr:last-child td {
  border-bottom: none;
}
.rent .rent__item table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
}
.rent .rent__item table tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.rent .rent__item p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 17px;
  margin-top: 25px;
}
@media only screen and (max-width: 1020px) {
  .rent .rent__item p br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .rent .rent__item p {
    text-align: center;
  }
}
.baloons {
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 900px) {
  .baloons {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 480px) {
  .baloons {
    padding-bottom: 25px;
  }
}
.baloons .b-center {
  min-height: 460px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .baloons .b-center {
    min-height: 200px;
  }
}
.baloons .b-center:after {
  content: "";
  width: 369px;
  height: 460px;
  background: url('../images/girl-img.jpg') 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: -70px;
}
@media only screen and (max-width: 1020px) {
  .baloons .b-center:after {
    left: -120px;
  }
}
@media only screen and (max-width: 970px) {
  .baloons .b-center:after {
    left: -180px;
  }
}
@media only screen and (max-width: 900px) {
  .baloons .b-center:after {
    display: none;
  }
}
.baloons .baloons__item {
  width: 650px;
  margin-top: 35px;
}
@media only screen and (max-width: 900px) {
  .baloons .baloons__item {
    float: none;
    width: 100%;
  }
}
.baloons .baloons__item h3 {
  font-size: 30px;
  font-weight: 700;
  color: #09171d;
  text-transform: uppercase;
  line-height: 36px;
  margin: 65px 0;
}
@media only screen and (max-width: 900px) {
  .baloons .baloons__item h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 760px) {
  .baloons .baloons__item h3 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .baloons .baloons__item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.baloons .baloons__item ul {
  overflow: hidden;
  text-align: center;
}
.baloons .baloons__item ul li {
  float: left;
  width: 205px;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (max-width: 900px) {
  .baloons .baloons__item ul li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 760px) {
  .baloons .baloons__item ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.baloons .baloons__item ul li:last-child {
  margin-right: 0;
}
.baloons .baloons__item ul li:first-child {
  width: 165px;
}
@media only screen and (max-width: 760px) {
  .baloons .baloons__item ul li:first-child {
    width: 100%;
  }
}
.baloons .baloons__item ul li p {
  font-size: 14px;
  font-weight: 700;
  color: #09171d;
  margin-top: 20px;
}
.delivery {
  background: url('../images/delivery-bg.jpg') 50% 0 no-repeat;
  padding: 80px 0;
}
@media only screen and (max-width: 480px) {
  .delivery {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1020px) {
  .delivery .sub-caption br {
    display: none;
  }
}
.delivery.animate .delivery__item {
  opacity: 1;
}
.delivery.animate .delivery__item.x1 {
  -webkit-transition: all 0.6s 0.2s;
  transition: all 0.6s 0.2s;
  right: 0;
}
.delivery.animate .delivery__item.x2 {
  -webkit-transition: all 1.3s 0.5s;
  transition: all 1.3s 0.5s;
  right: 0;
}
.delivery .delivery__item {
  width: 100%;
  margin-top: 55px;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  position: relative;
  right: -80px;
}
.delivery .delivery__item em {
  display: block;
  float: left;
  width: 197px;
  overflow: hidden;
  -webkit-border-radius: 197px;
  -moz-border-radius: 197px;
  border-radius: 197px;
  margin-right: 23px;
}
@media only screen and (max-width: 760px) {
  .delivery .delivery__item em {
    float: none;
    margin: 0 auto;
  }
}
.delivery .delivery__item em img {
  max-width: 100%;
}
.delivery .delivery__item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  left: -55px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 780px) {
  .delivery .delivery__item h3 {
    margin-top: 10px;
    padding: 0;
    left: 0;
  }
}
@media only screen and (max-width: 760px) {
  .delivery .delivery__item h3 {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .delivery .delivery__item h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.delivery .delivery__item h3 span {
  background: #000;
  padding: 10px 25px;
}
@media only screen and (max-width: 780px) {
  .delivery .delivery__item h3 span {
    background: none;
    padding: 0;
  }
}
.delivery .delivery__item .delivery__item-content {
  float: left;
  width: 77%;
}
@media only screen and (max-width: 1020px) {
  .delivery .delivery__item .delivery__item-content {
    width: 70%;
  }
}
@media only screen and (max-width: 780px) {
  .delivery .delivery__item .delivery__item-content {
    width: 69%;
  }
}
@media only screen and (max-width: 760px) {
  .delivery .delivery__item .delivery__item-content {
    width: 100%;
    text-align: center;
  }
}
.delivery .delivery__item .delivery__item-content p {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .delivery .delivery__item .delivery__item-content p {
    font-size: 16px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 1020px) {
  .delivery .delivery__item .delivery__item-content p br {
    display: none;
  }
}
.delivery .delivery__item .delivery__item-content p strong {
  font-weight: 700;
}
.delivery .delivery__item .delivery__item-content a {
  font-size: 16px;
  color: #ffee48;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .delivery .delivery__item .delivery__item-content a {
    font-size: 12px;
    line-height: 13px;
  }
}
.delivery .delivery__item .delivery__item-content a:hover {
  color: #ffee48;
  text-decoration: none;
}

.baner {
    margin-bottom: 30px;
    padding-top: 40px;
    border-top: 1px solid #FFEE48;
}
.baner-cont {
    width: 85%;
    margin: 0 auto;
    background: url(../images/reason-bg.jpg) center/cover no-repeat;
    padding: 40px 0;
    border: 3px solid #fff;
}
.baner-bl {
    padding-left: 0px;
    width: 50%;
    text-align: center;
}
.baner-bl p {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    background: #ffd600;
    line-height: normal;
    margin-bottom: 20px;
}
.baner-bl a {
    display: inline-block;
    padding: 5px 25px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
}
@media only screen and (max-width: 640px) {
    .baner {
    margin-bottom: 10px;
    padding-top: 20px;
}
.baner-cont {
    width: 95%;
    margin: 0 auto;
    background: url(../images/reason-bg.jpg) center/cover no-repeat;
    padding: 40px 0;
}
.baner-bl {
    padding-left: 0px;
    width: auto;
    text-align: center;
}
.baner-bl p {
    font-size: 25px;
    padding: 5px 25px;
    margin-bottom: 20px;
}
.baner-bl a {
    padding: 5px 25px;
    font-size: 26px;
}
}
.usefull {
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 480px) {
  .usefull {
    padding: 50px 0 90px 0;
  }
}
@media only screen and (max-width: 1020px) {
  .usefull .sub-caption br {
    display: none;
  }
}
.usefull .b-center {
  border-top: 1px solid #FFEE48;
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .usefull .b-center {
    padding-top: 50px;
  }
}
.usefull .usefull__content {
  width: 100%;
  margin-top: 65px;
}
@media only screen and (max-width: 480px) {
  .usefull .usefull__content {
    margin-top: 50px;
  }
}
.usefull .usefull__content em {
 display: none;
    /* float: left; */
    width: 50.5%;
    /* margin-right: 39px; */
    margin: 0 auto;
}
@media only screen and (max-width: 950px) {
  .usefull .usefull__content em {
	  display: none;
    width: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .usefull .usefull__content em {
	 display: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.usefull .usefull__content em img {
  max-width: 100%;
}
.usefull .usefull__content .usefull__content-text {
    float: right;
    width: 100%;
    padding: 2.5%;
    border: 1px solid #09171D;
    color: #09171D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .usefull .usefull__content .usefull__content-text {
    width: 95%;
    float: none;
  }
}
.usefull .usefull__content .usefull__content-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffee48;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .usefull .usefull__content .usefull__content-text h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.usefull .usefull__content .usefull__content-text img
{
width: 100%;
    border: 3px solid #ffee48;
}
}
.usefull .usefull__content .usefull__content-text .rightimg img
{
border: 3px solid #ffee48;
}

.usefull .usefull__content .usefull__content-text p {
  font-size: 16px;
  color: #09171d;
  line-height: 19px;
}
@media only screen and (max-width: 480px) {
  .usefull .usefull__content .usefull__content-text p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1020px) {
  .usefull .usefull__content .usefull__content-text p br {
    display: none;
  }
}
.usefull .usefull__content .usefull__content-text r {
  font-size: 16px;
  color: #09171d;
  line-height: 19px;
}
@media only screen and (max-width: 480px) {
  .usefull .usefull__content .usefull__content-text r {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1020px) {
  .usefull .usefull__content .usefull__content-text r br {
    display: none;
  }
}
.helium {
	height: 3px;
  position: relative;
  background: #C9C5B9;
  overflow: visible;
  padding-top: -20px;
   padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .helium {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 480px) {
  .helium {
    padding-bottom: 50px;
  }
}
.helium .b-center {
  min-height: 387px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .helium .b-center {
    min-height: 200px;
  }
}
.helium .b-center:after {
  content: "";
  width: 333px;
  height: 512px;
/*  background: url('../images/helium-img.png') 0 0 no-repeat;*/
  position: absolute;
  top: -125px;
  left: -70px;
}
@media only screen and (max-width: 1020px) {
  .helium .b-center:after {
    left: -120px;
  }
}
@media only screen and (max-width: 970px) {
  .helium .b-center:after {
    left: -180px;
  }
}
@media only screen and (max-width: 900px) {
  .helium .b-center:after {
    display: none;
  }
}
.helium .baloons__item {
  width: 650px;
  margin-top: 1px;
}
@media only screen and (max-width: 900px) {
  .helium .baloons__item {
    float: none;
    width: 100%;
  }
}
.helium .baloons__item h3 {
  font-size: 30px;
  font-weight: 700;
  color: #09171d;
  text-transform: uppercase;
  line-height: 36px;
  margin: 0px 0 40px 0;
}
.helium .baloons__item h3 span {
  color: #ffee48;
}
@media only screen and (max-width: 900px) {
  .helium .baloons__item h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 760px) {
  .helium .baloons__item h3 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 480px) {
  .helium .baloons__item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.helium .baloons__item .btn-callback {
  width: 290px;
  background: #ffee48;
}
@media only screen and (max-width: 900px) {
  .helium .baloons__item .btn-callback {
    display: block;
    margin: 0 auto;
  }
}
.helium .baloons__item .btn-callback:hover {
  border-color: #ffee48;
  background: none;
  color: #ffee48;
}
.reviews {
  background: url('../images/reviews-bg.jpg') 50% 0 no-repeat;
  padding: 80px 0 0 0;
  min-height: 768px;
}
@media only screen and (max-width: 1020px) {
  .reviews .sub-caption br {
    display: none;
  }
}
.reviews .slider {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 480px) {
  .reviews .slider .owl-controls .owl-pagination .owl-page {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .reviews .slider .owl-controls .owl-buttons div {
    top: 15%;
  }
}
@media only screen and (max-width: 380px) {
  .reviews .slider .owl-controls .owl-buttons div {
    display: none;
  }
}
.reviews .slider .slider__images {
  width: 100%;
}
.reviews .slider .slider__images em {
  display: block;
  width: 195px;
  height: 195px;
  overflow: hidden;
  -webkit-border-radius: 195px;
  -moz-border-radius: 195px;
  border-radius: 195px;
  margin: 0 auto 0;
}
.reviews .slider .slider__images em img {
  max-width: 100%;
}
.reviews .slider .slider__content {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.reviews .slider .slider__content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffee48;
  margin: 15px 0;
  line-height: 22px;
  text-transform: uppercase;
}
.reviews .slider .slider__content span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}
.reviews .slider .slider__content span:last-child {
  margin-right: 0;
}
.reviews .slider .slider__content span i {
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 12px;
  color: #ffee48;
}
.reviews .slider .slider__content p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  line-height: 19px;
  margin: 0 auto;
  width: 800px;
}
@media only screen and (max-width: 960px) {
  .reviews .slider .slider__content p {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .reviews .slider .slider__content p {
    font-size: 14px;
    line-height: 16px;
  }
}
.reviews .partners {
  background: #c9c5b9;
  padding: 80px 0 50px 0;
  border-top: 1px solid #465156;
  border-bottom: 1px solid #465156;
  margin-top: 80px;
}
.reviews .partners ul {
  text-align: center;
  margin-top: 55px;
}
.reviews .partners ul li {
  display: inline-block;
  margin-right: 6.5%;
  width: 19.5%;
  margin-bottom: 30px;
}
.reviews .partners ul li img {
  max-width: 100%;
}
@media only screen and (max-width: 760px) {
  .reviews .partners ul li {
    width: 45%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .reviews .partners ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.reviews .partners ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 760px) {
  .reviews .partners ul li:first-child {
    width: 45%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .reviews .partners ul li:first-child {
    width: 100%;
  }
}
.contacts {
  background: #c9c5b9;
}
@media only screen and (max-width: 760px) {
  .contacts {
    padding: 45px 0;
  }
}
.contacts .b-center {
  padding: 0 10px;
}
.contacts .contacts__left {
  background: #ffee48;
  padding: 20px 0 10px 0;
  text-align: center;
  width: 385px;
}
@media only screen and (max-width: 950px) {
  .contacts .contacts__left {
    width: 44%;
  }
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__left {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 620px) {
  .contacts .contacts__left {
    width: 100%;
  }
}
.contacts .contacts__left em {
  display: block;
  width: 62px;
  margin: 0 auto;
}
.contacts .contacts__left em img {
  max-width: 100%;
}
.contacts .contacts__left p {
  font-size: 22px;
  color: #09171D;
  line-height: 26px;
  margin-top: 15px;
}
.contact-but {
    background: #ff3131;
    color: #fff;
    padding: 10px;
    display: block;
    width: 200px;
    margin: 10px auto;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .contacts .contacts__left p {
    font-size: 18px;
    line-height: 22px;
  }
}
.contacts .contacts__left span {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #09171D;
  margin-top: 5px;
  line-height: 18px;
}
.contacts .contacts__left span.last {
  margin-top: 10px;
}
.contacts .contacts__left .contacts__phones {
  font-size: 22px;
  font-weight: 400;
  color: #09171D;
  margin-bottom: 10px;
}
.contacts .contacts__left .contacts__phones i {
  display: inline-block;
  font-size: 16px;
  color: #495f68;
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .contacts .contacts__left .contacts__phones i {
    top: 0px;
  }
}
.contacts .contacts__left .contacts__phones span {
  display: inline-block;
  font-size: 22px;
  color: #09171D;
}
@media only screen and (max-width: 480px) {
  .contacts .contacts__left .contacts__phones span {
    font-size: 18px;
    line-height: 22px;
  }
}
.contacts .contacts__right {
  width: 615px;
  margin-top: 1px;
}
@media only screen and (max-width: 950px) {
  .contacts .contacts__right {
    width: 54%;
  }
}
@media only screen and (max-width: 800px) {
  .contacts .contacts__right {
    width: 54.5%;
  }
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__right {
    width: 90%;
    margin: 0 auto;
    float: none;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 620px) {
  .contacts .contacts__right {
    width: 100%;
  }
}
.uslug-item p {
    margin: 0 !important;
/*    text-align: left;*/
    padding-left: 0px
}
.uslug-item p a {
    text-align: right;
    font-size: 15px;
    color: #000
}
.uslug-item .inst a {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
}
.uslug-item .inst img {
    width: 100px;
    margin-left: 15px;
}
#cities {
    display: block;
    padding: 30px;
    text-align: center
}
#cities ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cities li {
    width: 20%;
    padding: 10px;
}
#cities li a {
  font-size: 15px;
  font-weight: 700;
  color: #393939;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.more-cities {
    font-size: 16px;
    font-weight: 700;
    color: #393939;
    margin: 10px;
    cursor: pointer;
}
/** Нижняя строка копирайта и разработчиков **/
.footer__bottom {
  padding: 30px 0;
  background: #09171d;
}
.footer__bottom span {
  font-size: 15px;
  color: #495f68;
  display: block;
  float: left;
/*  width: 40%;*/
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .footer__bottom span {
    width: 38%;
  }
}
@media only screen and (max-width: 680px) {
  .footer__bottom span {
    width: 100%;
    text-align: center;
  }
    .footer__bottom .flex-b {
        flex-direction: column;
        padding-bottom: 40px
    }
}
.footer__bottom a {
  font-size: 15px;
  color: #495f68;
  text-decoration: underline;
  margin-top: 15px;
  display: block;
  float: left;
}
@media only screen and (max-width: 680px) {
  .footer__bottom a {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.footer__bottom a.logo {
  float: right;
  margin-top: 0;
}
@media only screen and (max-width: 680px) {
  .footer__bottom a.logo {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
.footer__bottom a:hover {
  text-decoration: none;
}
/** Политика конфеденциальности **/
.politicsbody {
  max-width: 960px;
  min-width: 280px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
    height: 100vh;
    overflow-y: scroll;
}
.politicsbody h2 {
  width: 100%;
  font: 700 22px 'CoreSans';
  color: #000000;
  text-transform: uppercase;
  background: #ffee48;
  text-align: center;
  padding: 15px 0;
}
.politicsbody h3 {
  font-size: 14px;
  font-weight: 700;
  color: #3f3f3f;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  padding: 20px 0;
}
.politicsbody p {
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  margin-bottom: 20px;
  padding: 0 30px;
  line-height: 17px;
  float: left;
}
.politicsbody p span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.politicsbody .closepolitics {
  float: left;
  width: 100%;
  padding: 30px 0;
  position: relative;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  background: url('../images/icons-sprite.html') no-repeat;
}
.icon-menu {
  width: 31px;
  height: 24px;
  background-position: 0px -37px;
}
.icon-key {
  width: 16px;
  height: 16px;
  background-position: 0 0;
}
.icon-time {
  width: 8px;
  height: 8px;
  background-position: -17px 0;
}
.icon-main__adv {
  width: 65px;
  height: 65px;
}
.icon-main__adv.icon-1 {
  background-position: 0px -95px;
}
.icon-main__adv.icon-2 {
  background-position: -65px -95px;
}
.icon-main__adv.icon-3 {
  background-position: -130px -95px;
}
.icon-main__adv.icon-4 {
  background-position: -195px -95px;
}
.icon-main__adv.icon-5 {
  background-position: -260px -95px;
}
.icon-additional {
  width: 97px;
  height: 97px;
}
.icon-additional.icon-1 {
  background-position: 0 -169px;
}
.icon-additional.icon-2 {
  background-position: -97px -169px;
}
.icon-additional.icon-3 {
  background-position: -195px -169px;
}
.icon-how-connect {
  width: 65px;
  height: 65px;
}
.icon-how-connect.icon-1 {
  background-position: 0 -276px;
}
.icon-how-connect.icon-2 {
  background-position: -65px -276px;
}
.icon-how-connect.icon-3 {
  background-position: -130px -276px;
}
.icon-about {
  width: 65px;
  height: 65px;
}
.icon-about.icon-1 {
  background-position: -325px -95px;
}
.icon-about.icon-2 {
  background-position: -390px -95px;
}
.icon-about.icon-3 {
  background-position: -455px -95px;
}
.icon-about.icon-4 {
  background-position: -520px -95px;
}
.icon-about.icon-5 {
  background-position: -585px -95px;
}
.icon-top-menu {
  width: 65px;
  height: 65px;
}
.icon-top-menu.icon-1 {
  background-position: 0px -468px;
}
.icon-top-menu.icon-2 {
  background-position: -65px -468px;
}
.icon-top-menu.icon-3 {
  background-position: -130px -468px;
}
.icon-top-menu.icon-4 {
  background-position: -195px -468px;
}
.icon-top-menu.icon-5 {
  background-position: -260px -468px;
}
/**
* Forms
**/
.form {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.form h3 {
  font-size: 24px;
  font-weight: 700;
  color: #363636;
  text-transform: uppercase;
  line-height: 28px;
}
.form p {
  margin: 2% 0 2.3%;
}
.form input[type="text"],
.form textarea,
.form input[type="email"] {
  font: 300 18px 'CoreSans';
  color: #262626;
  padding: 11px 0 11px 15px;
  border: 1px solid #262626;
  outline: none;
  background: #fff;
}
.form input[type="text"]::-moz-placeholder,
.form textarea::-moz-placeholder,
.form input[type="email"]::-moz-placeholder {
  color: #262626;
  opacity: 1;
}
.form input[type="text"]:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input[type="email"]:-ms-input-placeholder {
  color: #262626;
}
.form input[type="text"]::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form input[type="email"]::-webkit-input-placeholder {
  color: #262626;
}
.form input[type="text"]:focus,
.form textarea:focus,
.form input[type="email"]:focus {
  color: #ff3131;
  background: #fff;
  border-color: #ff3131;
}
.form input[type="text"]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder,
.form input[type="email"]:focus::-moz-placeholder {
  color: #ff3131;
  opacity: 1;
}
.form input[type="text"]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder,
.form input[type="email"]:focus:-ms-input-placeholder {
  color: #ff3131;
}
.form input[type="text"]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder,
.form input[type="email"]:focus::-webkit-input-placeholder {
  color: #ff3131;
}
.form input[type="submit"] {
  width: 190px;
  padding: 10px 0;
  font: 400 16px 'CoreSans';
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
.form input[type="submit"]:hover {
  background: #ff3131;
  color: #df4265;
  border-color: #ff3131;
}
.form--action {
  padding: 60px 0;
  border: 1px solid #363636;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 760px) {
  .form--action {
    padding: 20px 0;
  }
}
.form--action input[type="text"] {
  width: 225px;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 400 16px 'CoreSans';
  color: #898989;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  margin-top: 0;
}
.form--action input[type="text"]::-moz-placeholder {
  color: #898989;
  opacity: 1;
}
.form--action input[type="text"]:-ms-input-placeholder {
  color: #898989;
}
.form--action input[type="text"]::-webkit-input-placeholder {
  color: #898989;
}
@media only screen and (max-width: 800px) {
  .form--action input[type="text"] {
    width: 200px;
  }
}
@media only screen and (max-width: 760px) {
  .form--action input[type="text"] {
    width: 90%;
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .form--action input[type="text"] {
    width: 80%;
  }
}
.form--action input[type="text"]:focus {
  color: #cf8901;
  border-color: #cf8901;
}
.form--action input[type="text"]:focus::-moz-placeholder {
  color: #cf8901;
  opacity: 1;
}
.form--action input[type="text"]:focus:-ms-input-placeholder {
  color: #cf8901;
}
.form--action input[type="text"]:focus::-webkit-input-placeholder {
  color: #cf8901;
}
.form--action input[type="submit"] {
  background: none;
  border: 1px solid #363636;
  color: #363636;
  padding: 11px 0;
  width: 185px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
@media only screen and (max-width: 760px) {
  .form--action input[type="submit"] {
    margin-top: 10px;
  }
}
.form--action input[type="submit"]:hover {
  background: #cf8901;
  border-color: #cf8901;
  color: #fff;
}
/** Стили формы вопроса <<--- **/
.form--question {
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .form--question {
    text-align: center;
  }
}
.form--question input[type="text"],
.form--question textarea {
  border-color: #fff;
  background: none;
  font-size: 16px;
  color: #898989;
  width: 44%;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  padding: 13px 0 13px 15px;
  border-color: #cccccc;
  background: #fff;
}
.form--question input[type="text"]::-moz-placeholder,
.form--question textarea::-moz-placeholder {
  color: #898989;
  opacity: 1;
}
.form--question input[type="text"]:-ms-input-placeholder,
.form--question textarea:-ms-input-placeholder {
  color: #898989;
}
.form--question input[type="text"]::-webkit-input-placeholder,
.form--question textarea::-webkit-input-placeholder {
  color: #898989;
}
@media only screen and (max-width: 800px) {
  .form--question input[type="text"],
  .form--question textarea {
    width: 43.3%;
  }
}
@media only screen and (max-width: 760px) {
  .form--question input[type="text"],
  .form--question textarea {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .form--question input[type="text"],
  .form--question textarea {
    margin-left: 0;
    width: 94.8%;
  }
}
.form--question input[type="text"]:focus,
.form--question textarea:focus {
  border-color: #ffee48;
  color: #ffee48;
}
.form--question input[type="text"]:focus::-moz-placeholder,
.form--question textarea:focus::-moz-placeholder {
  color: #ffee48;
  opacity: 1;
}
.form--question input[type="text"]:focus:-ms-input-placeholder,
.form--question textarea:focus:-ms-input-placeholder {
  color: #ffee48;
}
.form--question input[type="text"]:focus::-webkit-input-placeholder,
.form--question textarea:focus::-webkit-input-placeholder {
  color: #ffee48;
}
.form--question input[type="text"] {
  margin-left: 11px;
}
@media only screen and (max-width: 450px) {
  .form--question input[type="text"] {
    margin-left: 0;
  }
}
.form--question input[type="text"]:first-child {
  margin-left: 0;
}
.form--question textarea {
  min-width: 94.2%;
  max-width: 94.2%;
  height: 90px;
  margin-right: 0;
}
.form--question input[type="submit"] {
  width: 154px;
  background: #ffee48;
  font-size: 14px;
  color: #363636;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 0;
}
@media only screen and (max-width: 768px) {
  .form--question input[type="submit"] {
    width: 145px;
  }
}
@media only screen and (max-width: 760px) {
  .form--question input[type="submit"] {
    width: 200px;
  }
}
.form--question input[type="submit"]:hover {
  color: #ffee48;
  background: none;
  border-color: #ffee48;
}
.form--callback {
  width: 260px;
  padding: 30px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.form--callback h3 {
  font-weight: 500;
  font-size: 20px;
}
.form--callback input[type="text"] {
  width: 90%;
  margin-right: 0;
  padding: 13px 0 13px 15px;
  border-color: #898989;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form--callback input[type="text"]:focus {
  border-color: #ff3131;
  color: #ff3131;
}
.form--callback input[type="text"]:focus::-moz-placeholder {
  color: #ff3131;
  opacity: 1;
}
.form--callback input[type="text"]:focus:-ms-input-placeholder {
  color: #ff3131;
}
.form--callback input[type="text"]:focus::-webkit-input-placeholder {
  color: #ff3131;
}
.form--callback input[type="submit"] {
  width: 140px;
  background: #ffee48;
  color: #363636;
  padding: 13px 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form--callback input[type="submit"]:hover {
  background: none;
  border: 1px solid #ffee48;
  color: #ffee48;
}
/* *
 * Modals
 **/
.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: black;
}
.modal-wrap .order {
  position: fixed;
  top: 25%;
  left: 47.5%;
  margin-left: -50px;
  right: 0;
}
.modal-wrap .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  right: 5px;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  color: #000;
}
.modal2 {
  position: fixed;
  top: 25%;
  left: 50%;
  width: 260px;
  height: 140px;
  background: #ffffff url('../images/call-icon.png') no-repeat 50% 45%;
  padding: 30px;
  text-align: center;
  margin-left: -160px;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  color: #181616;
}
.modal2 h3 {
  margin-top: -15px;
  font: 700 24px 'CoreSans';
  color: #181616;
  padding-bottom: 100px;
}
#backGround {
  display: none;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.60;
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
/**
* Reveal Modals
**/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  visibility: hidden;
  top: 200px;
  left: 0%;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 999;
}
.reveal-modal .close-reveal-modal {
  font-size: 26px;
  position: absolute;
  top: 3px;
  right: 4px;
  color: #000;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
}
.reveal-politics {
  visibility: hidden;
  top: -450px;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 999;
}
.reveal-politics .close-reveal-modal {
  position: absolute;
  top: 0px;
  left: 35%;
  display: block;
  width: 280px;
  text-align: center;
  padding: 10px 0;
  background: #835391;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*=============================== Contacts block ===================
.contacts {
  min-height: 500px;
}
.contacts .contacts__left {
  float: left;
  width: 58.32%;
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__left {
    width: 100%;
    min-height: 260px;
    padding-top: 40px;
  }
}
.contacts .contacts__left #map_canvas {
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__left #map_canvas {
    position: relative;
    height: 290px;
  }
}
.contacts .contacts__left .contacts__item {
  position: relative;
  width: 235px;
  padding: 25px 30px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: right;
  margin-right: 30px;
  margin-top: 80px;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .contacts .contacts__left .contacts__item {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .contacts .contacts__left .contacts__item {
    float: left;
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__left .contacts__item {
    width: 43%;
    display: inline-block;
  }
}
@media only screen and (max-width: 620px) {
  .contacts .contacts__left .contacts__item {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}
.contacts .contacts__left .contacts__item.contacts__item-con {
  margin-right: 50px;
}
@media only screen and (max-width: 1100px) {
  .contacts .contacts__left .contacts__item.contacts__item-con {
    margin-top: 30px;
    margin-left: 30px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts .contacts__left .contacts__item.contacts__item-con {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__left .contacts__item.contacts__item-con {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .contacts .contacts__left .contacts__item.contacts__item-add {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .contacts .contacts__left .contacts__item.contacts__item-add {
    margin-top: 0;
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__left .contacts__item.contacts__item-add {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.contacts .contacts__left .contacts__item h3 {
  font: 26px 'FuturaBook';
  color: #000000;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 20px;
}
.contacts .contacts__left .contacts__item h3 i {
  font-size: 20px;
  color: #26a08f;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.contacts .contacts__left .contacts__item p {
  font-size: 16px;
  color: #000000;
  line-height: 19px;
}
.contacts .contacts__right {
  width: 41.6%;
  float: right;
  min-height: 500px;
  background: url('../images/contacts-bg.jpg') no-repeat;
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__right {
    width: 100%;
  }
}
.contacts .contacts__right .form--action {
  background: none;
  padding: 0;
  width: 300px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .contacts .contacts__right .form--action {
    width: 260px;
  }
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__right .form--action {
    width: 100%;
  }
}
.contacts .contacts__right .form--action h3 br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .contacts .contacts__right .form--action h3 br {
    display: block;
  }
}
.contacts .contacts__right .contacts__right-inner {
  margin-top: 90px;
  margin-left: 50px;
}
@media only screen and (max-width: 1020px) {
  .contacts .contacts__right .contacts__right-inner {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts .contacts__right .contacts__right-inner {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 760px) {
  .contacts .contacts__right .contacts__right-inner {
    margin: 70px auto 0;
    float: none;
    width: 100%;
  }
} */
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 0px 10px 0px 0; /* Отступы вокруг картинки */
   }
@media only screen and (max-width: 768px){
	.leftimg {
		    width: 100%;
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
	}
}

@media only screen and (max-width: 950px){
	.leftimg {
	width: 100%;
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
}
.rightimg  {
    float: right; /* Выравнивание по правому краю  */
    margin: 0px 0 0px 7px; /* Отступы вокруг картинки */
   }
   @media only screen and (max-width: 768px){
	.rightimg  {
    float: right; /* Выравнивание по правому краю  */
    margin: 0px 0 0px 7px; /* Отступы вокруг картинки */
   }
}

@media only screen and (max-width: 950px){
	.rightimg  {
    float: right; /* Выравнивание по правому краю  */
    margin: 0px 0 0px 7px; /* Отступы вокруг картинки */
   }
}
.contacts .contacts__left .contacts__phones a{
  text-decoration:none;
  font-size: 22px;
  font-weight: 400;
  color: #09171D;
  margin-bottom: 10px;
}

.vid {
	top: 23px;
    width: 100%;
    height: 583px;
}
@media only screen and (max-width: 480px){
	.vid {
	top: 23px;
    width: 100%;
    height: 583px;
}
}
#map_canvas {
    height: 625px;
}
.caption-mod {
    color: #000 !important;
    font-size: 17px !important;
    margin-bottom: 10px !important;
}
.video {
	position:relative;
	    max-width: 1000px;
    min-width: 280px;
	margin: 0 auto;
	padding: 0 10px;
}

.blockvid{ font-family: PFDinBold;
    font-size: 30px;
    color: #000000;
    text-align: center;
    background: #ffdb2e;
    text-transform: uppercase;
    max-width: 1000px;
    margin: 0 auto 0px;
    height: auto;
    padding: 0 0 0 0;
    line-height: 40px;
}

#slider{
	padding: 20px 0px 40px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.slide {
    width: 47.5%;
}
#slider .item {
    padding: 0 0px
}
#carousel-slider .item img {
    height: 320px;
    width: 100%;
}
#slider h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#slider .headline {
    margin-bottom: 30px;
}
#slider .carousel-control.right, #slider .carousel-control.left{
	top:45%;
	font-size: 30px;
    background: none;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
#carousel-slider {
    padding: 0 20px;
}
#otzyv {

}
#otzyv .otz-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 316px;
    margin-top: 0px;
    border: 2px solid #c3a300;
}
#otzyv .item img {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    height: auto;
}
#otzyv .text-otzyv {
    font-size: 14px;
    padding-right: 0px;
}
#otzyv .text-otzyv span {
    display: block;
    margin: 10px 0;
}
#otzyv .text-otzyv span:nth-of-type(1) {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
}
#otzyv .text-otzyv span:nth-of-type(2) {
    font-size: 14px;
    font-style: normal;
}
#otzyv .left, #otzyv .right {
	top:45%;
	font-size: 30px;
}
#otzyv .carousel-control.right {
    right: 0px;
}
.review-but {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap
}
.review-but .btn-callback.but {
    width: 320px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0
}
#rewiev textarea {
    width: 90%;
    height: 150px;
    border-radius: 5px;
    resize: vertical;
    margin-top: 15px
}

#price-text {
    text-transform: uppercase;text-align: center;line-height: 21px;margin-bottom: 15px;
}
.license {
    float: right;
    width: 250px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 15px;
    border: 2px solid #ffee48
}

.license img {
    margin-top: 15px;
    border: none !important;
    box-shadow: none
}
#scroll-to {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#scroll-to img {
    width: 50px;
}
.oplata {
    padding: 30px 0;
}
.oplata-bl {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.oplata-it {
    width: 25%;
    text-align: center;
}
.oplata-it p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}




.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.rewiev-bl {
    flex-wrap: wrap;
    font-size: 14px;
    align-items: flex-start
}
.rewiev-it {
    width: 48.5%;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #b2b2b2
}
.rewiev_row-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}
.rewiev_head {
    margin-bottom: 10px
}
.rewiev_head-us {
    font-weight: bold;
    font-size: 16px
}
.rewiev_head-us span {
    font-weight: normal;
    text-decoration: underline
}
.rate {
    text-align: right;
}
.star {
    display: block;
    background: url(../images/icon/star.svg);
    height: 14px;
}
.rate .date {
    font-size: 14px;
    padding-right: 5px;
    margin-top: 5px;
    display: block
}

.rewiev-info {
    padding: 10px;
    background: #fafafa;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.rewiev-info p {
    width: 30%;
    display: flex;
    justify-content: space-between;
    margin-right: 3%;
    flex-wrap: wrap;
    margin-bottom: 10px
}
.rewiev-info p span {
    font-weight: bold
}
.rewiev-info .name {
    max-width: 90%;
    font-size: 13px
}
.rewiev_progr {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    border-radius: 5px;
}
.rewiev_row {
    margin-bottom: 10px
}
.rewiev_row-asn {
    padding: 5px;
    background: #fafafa;
    margin-bottom: 10px
}
.rewiev_img {
    max-width: 100%;
    width: 100%
}
















@media only screen and (max-width:768px) {
    .oplata-bl {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
        flex-wrap: wrap;
}
.oplata-it {
    width: auto;
    text-align: center;
    margin-bottom: 25px;
}
.oplata-it p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
}
    #map_canvas {
    height: 290px;
}
#slider{
	padding: 20px 0px 20px;
    flex-wrap: wrap;
}
    .slide {
    width: 100%;
}
#slider .item {
    padding: 0 0px
}
#carousel-slider .item img {
    height: 250px;
    width: 100%;
}
#slider {
	margin: 10px auto 10px;
}
#slider h3 {
    margin-bottom: 20px;
}
#slider .headline {
    margin-bottom: 30px;
}
.carousel-control.right, .carousel-control.left {
  background-image: none;
  opacity: 1;
    width: 5%;
}
#carousel-slider {
    padding: 0 20px;
}
#otzyv {
    border: none;
    margin: 20px 0 0;
}
#otzyv .otz-block {
    padding: 10px;
    height: auto;
    margin-top: 0px;
    flex-wrap: wrap;
    text-align: center;
}
#otzyv .item img {
    width: auto;
    height: auto;
    margin: 0 auto 20px;
}
    .license {
    float: none;
    width: 90%;
        display: block;
}

.license img {
    margin-top: 15px;
}
    #scroll-to {
    position: fixed;
    bottom: 70px;
    right: 10px;
}
    #scroll-to img {
        width: 40px;
    }
}

.block {
    padding: 40px 0
}
.headtitle {
    font-size: 24px;
    font-weight: 700;
    color: #ffee48;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.price-table_title {
    background: #fdfbe7;
    width: 46%;
    text-align: center;
    padding: 10px;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}
.price-table table {
    width: 100%;
}
.price-table td {
    padding: 10px 0
}
.price-table td:last-child {
    text-align: right;
    font-weight: 600;
    font-size: 20px
}
.price-table td:first-child {
    font-size: 20px;
    line-height: normal;
    font-weight: 600
}
.price-table td:first-child span {
    font-size: 16px;
    font-weight: normal
}


.payment {
    align-items: stretch;
    margin: 40px 0;
    flex-wrap: wrap
}
.payment-it {
    width: 24%;
    background: #fff;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.17);
    border-radius: 7px;
    margin: 20px 0;
    flex-direction: column
}
.payment-it img {
    max-width: 70%;
    max-height: 88%
}
.payment-it p {
    margin: 10px 0 -20px;
    font-weight: bold;
}
.payment-mod .payment-it {
    width: 22%;
}
.payment-mod .payment-it img {
    max-width: 90%
}

.tehnik {
    margin: 30px 0 40px
}
.tehnik .but {
    width: 300px
}
.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tehnik-bl {
    align-items: flex-start;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 30px
}
.tehnik-text {
    font-size: 15px;
    line-height: 140%;
    margin-top: -20px
}
.tehnik-bl img {
    margin-right: 30px;
    flex-shrink: 0
}

.tehnik-bl strong, .tehnik-bl b {
    font-weight: bold
}

.tehnik-table {
    background: #fdfbe7;
    width: 100%;
    table-layout : fixed;
    margin: 30px 0
}
.tehnik-table th {
    vertical-align: middle;
    padding: 8px 12px;
    border: 1px solid;
    font-weight: bold;
    text-align: left;
    font-size: 14px
}
.tehnik-table td {
    padding: 12px;
    border: 1px solid;
    font-size: 14px
}

.tehnik-table td b {
    font-weight: bold
}
.pay-block {
    align-items: flex-start;
}
.pay-block_opl {
    width: 47%;
    flex-shrink: 0;
}
.pay-block_opl .oplata-bl {
    flex-wrap: wrap
}
.pay-block_opl .oplata-it {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-shrink: 0
}
.pay-block_opl .oplata-it p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px
}
.pay-block_opl .oplata-it img {
    max-width: 40%
}
.pay-block_form {
    background: url(../images/serv.jpg) left/cover;
    padding: 25px 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: 15px
}

.pay-block_form form {
    width: 57%;
    display: block
}
.pay-block_form .input {
    width: 100%;
}
.input {
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    border-radius: none;
    outline: none;
    color: #000;
    background: #fdfbe7;
    margin-bottom: 20px;
    width: auto;
    box-sizing: border-box
}
textarea.input {
    resize: none;
    height: 130px;
    font-family: 'CoreSans';
}
.btn-callback.but {
    border-radius: 0;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    cursor: pointer
}
.btn-callback.but:hover {
    background: #ffee48;
    color: #000
}

.managers {
    margin: 40px 0 20px;
    align-items: flex-start
}
.manager-it {
    width: 31%;
    text-align: center;
    margin-bottom: 30px
}
.manager-it img {
    height: 200px;
    margin-bottom: -2px
}
.manager-it b {
    font-size: 16px;
    font-weight: bold;
}
.manager-it a {
    display: block;
    margin: 10px 0;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.manager-it div {
    background: #fdfbe7;
    font-size: 14px;
    padding: 20px 0 10px
}

.contact-main {
    align-items: stretch
}
.contact-main a {
    color: #000
}
.contact-main h4 {
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 18px
}
.contact-main_text div {
    margin-bottom: 20px;
    font-size: 15px
}
.contact-main_map {
    width: 65%;
    flex-shrink: 0;
    margin-bottom: 30px;
    background: #eee;
    margin-left: 20px
}

.catalog-bl {
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: stretch;
}
.catalog-it {
    width: 49%;
    align-items: stretch;
    border-radius: 10px;
    border: 1px solid #666460;
    overflow: hidden;
    background: #a7a49c;
    margin-bottom: 20px
}
.catalog-it img {
    width: 50%;
    flex-shrink: 0;
}
.catalog-it h2 {
    margin: 0 0 10px
}
.catalog-it h2 a {
    color: #ffee48;
    font-weight: bold;
    font-size: 18px
}
.catalog-it>div {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.catalog-it p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 4px
}
.catalog-it .btn-callback {
    width: 100%;
    font-weight: normal;
    padding: 8px 0
}

.online {
    margin: 20px auto 50px;
}
.online form {
    margin: 40px auto;
}
.online form .but {
    background: #5dd901;
    width: 320px;
}
.fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fields .input {
    width: 48.5%
}
.map .input {
    width: 100%
}
.map {
    height: 420px;
    overflow: hidden;
    margin-bottom: 20px
}
#map-select {
    height: 100%
}
.compare-bl {
    align-items: stretch;
    margin-bottom: 30px
}
.compare-it {
    width: 48%;
    align-items: stretch;
    padding: 10px;
    background: #fdfbe7;
    box-sizing: border-box;
    margin: 15px 0
}
.compare-it img {
    width: 45%;
    flex-shrink: 0;
    margin-right: 15px
}
.compare-it>div {
    width: 100%
}
.compare-it h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px
}
.compare-it p {
    font-size: 14px
}
.compare-it b {
    font-weight: bold
}

.item-box {
    align-items: flex-start;
    margin: 30px 0;
    justify-content: space-around
}
.item-box_item {
    background: #fdfbe7;
    margin-bottom: 20px;
    text-align: center;
    padding: 14px 10px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .2s;
    width: 30%;
}
.item-slide {
    flex-direction: column;
}
.show-inf {
    margin-top: 10px;
    display: none;
    width: 100%;
    text-align: left
}

.form-callback {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fdb02a;
    padding: 15px 0;
    color: #fff;
    display: none
}
.select-t {
    background: #d68f12;
    width: 80px;
    height: 45px;
    margin: 0 5px;
    justify-content: center;
    cursor: pointer;
    position: relative
}
.select-t span {
    font-weight: 500;
    font-size: 30px;
    margin-right: 5px
}
.set-time-text {
    margin-right: 15px;
    text-align: right;
}
.set-time-text p {
    margin-bottom: 5px;
}
.set-time-text span {
    color: #000;
    font-weight: 600;
    position: relative;
    margin-right: 10px
}
.set-time-text span img {
    margin-right: 5px
}
.select-day-cont {
    position: relative
}
.select-day {
    cursor: pointer
}
.selec-day_list {
    position: absolute;
    bottom: 100%;
    background: #fff;
    color: #000;
    text-align: left;
    left: 0;
    border: 2px solid #ffa200;
    width: 100%;
    display: none;
    box-sizing: border-box
}
.select-t:hover .selec-day_list,
.select-day-cont:hover .selec-day_list {
    display: block
}
.selec-day_list p {
    margin: 0;
    padding: 5px 10px
}
.selec-day_list p:hover {
    background: #cccccc;
    cursor: pointer
}
.form-callback .input {
    margin: 0 15px 0 0;
    color: #000
}
.form-callback .but {
    border-radius: 0;
    background: #d68f12;
    height: 47px
}
.close-call {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.extr {
    width: auto;
    position: fixed;
    top: 50%;
    right: 30px;
    background: #9dd301;
    text-align: center;
    padding: 20px 40px;
    border-radius: 10px;
    z-index: 99;
    display: none
}
.extr>img {
    position: absolute;
    z-index: 9;
    bottom: 100%;
    left: 10px;
}
.extr .but {
    margin-top: 20px
}
.extr-close {
    position: absolute;
    top: -40px;
    cursor: pointer;
    right: 0px;
    z-index: 99;
}
.extr p {
    text-transform: uppercase;
    font-size: 18px;
}

.vacations {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    position: relative;
}

.vacations h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold
}

@media only screen and (max-width: 760px) {
.headtitle {
    font-size: 18px;
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .price-table {
        padding: 0 5px
    }
.price-table_title {
    width: 46%;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}
.price-table td {
    padding: 8px 0
}
.price-table td:last-child {
    white-space: nowrap;
    font-size: 15px
}
.price-table td:first-child {
    font-size: 15px;
    line-height: normal;
    font-weight: 600
}
.price-table td:first-child span {
    font-size: 14px;
    font-weight: normal
}


.payment {
    align-items: stretch;
    margin: 20px 10px;
    flex-wrap: wrap
}
.payment-it {
    width: 49%;
    padding: 10px;
    margin: 10px 0;
    flex-direction: column;
    box-sizing: border-box
}
.payment-it img {
    max-width: 70%;
    max-height: 70%
}
.payment-it p {
    margin: 5px 0 -10px;
    font-weight: bold;
    text-align: center;
    font-size: 15px
}
.payment-mod .payment-it {
    width: 22%;
}
.payment-mod .payment-it img {
    max-width: 90%
}
    .tehnik-cont {
        padding: 0 5px
    }
.tehnik {
    margin: 20px 0 30px
}
.title {
    font-size: 18px;
}
.tehnik-bl {
    align-items: flex-start;
    font-size: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap
}
.tehnik-text {
    font-size: 15px;
    line-height: 140%;
    margin-top: 0px
}
.tehnik-bl img {
    margin: 0 0 10px;
    flex-shrink: 0;
    width: 100% !important
}
    .tehnik-bl .tehnik-img {
        width: 45% !important;
        margin-right: 2%
    }
    .tehnik-table-cont {
        overflow-x: scroll
    }
.tehnik-table {
    width: 100%;
    table-layout: auto;
    margin: 20px 0;
}
.tehnik-table th {
    padding: 5px 3px;
    font-size: 13px
}
.tehnik-table td {
    padding: 3px;
    font-size: 12px
}
.pay-block {
    align-items: flex-start;
    flex-wrap: wrap
}
.pay-block_opl {
    width: 100%;
    flex-shrink: 0;
}
.pay-block_opl .oplata-bl {
    flex-wrap: wrap
}
.pay-block_opl .oplata-it img {
    max-width: 45%
}
.pay-block_form {
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../images/serv.jpg) left/cover;
    padding: 15px;
    margin-left: 0px
}

.pay-block_form form {
    width: 100%;
}
.managers {
    margin: 20px 0 20px;
    flex-wrap: wrap;
    justify-content: center
}
.manager-it {
    width: 95%;
    margin-bottom: 20px
}
.contact-main {
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 10px
}
.contact-main_map {
    width: 100%;
    height: 320px;
    margin-left: 0px
}

.catalog-bl {
    margin-top: 30px;
    flex-wrap: wrap;
    align-items: stretch;
}
.catalog-it {
    width: 100%;
    margin-bottom: 20px;
    align-items: flex-start
}
.catalog-it img {
    width: 50%;
    flex-shrink: 0;
}
.catalog-it h2 {
    margin: 5px 0;

}
.catalog-it h2 a {;
    font-size: 16px
}
.catalog-it>div {
    padding: 0px 5px 5px;
}

.online {
    margin: 20px auto 0px;
}
.online form {
    margin: 40px auto;
}

.fields .input {
    width: 100%
}
.map .input {
    width: 100%
}
.map {
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px
}
.compare-bl {
    flex-wrap: wrap;
    align-items: flex-start;
}
.compare-it {
    width: 100%;
    align-items: flex-start;
}
.item-box {
    align-items: flex-start;
    margin: 20px 0;
    justify-content: space-between
}
.item-box_item {
    padding: 10px 5px;
    width: 48%;
    box-sizing: border-box;
    font-size: 14px
}
.item-slide {
    flex-direction: column;
}
.show-inf {
    margin-top: 10px;
    display: none;
    width: 100%;
    text-align: left
}
    .rewiev-bl {
    flex-wrap: wrap;
        justify-content: center
}
.rewiev-it {
    width: 95%;
    margin-top: 30px
}
.rewiev_row-title {
    font-size: 18px;
}

.rewiev-info p {
    width: 47%;
    display: flex;
    justify-content: space-between;
    margin-right: 3%;
    flex-wrap: wrap
}
.rewiev-info p span {
    font-weight: bold
}
    .vacations {
    width: 85%;
    margin: 0 auto;
    padding: 15px;
}
}

.error {
    width: 100%;
    height: 100vh;
    text-align: center;
    background: url(../images/not-found.jpg) center/cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #000
}
.error>div {
    margin-bottom: 9%
}
.error h4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px
}
.error p {
    font-weight: bold;
    font-size: 20px
}
.error .but {
    margin: 0 auto;
    background: #4ddd22;
    color: #fff
}



/*modal*/
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog {
    width: 430px;
    margin: 70px auto 0;
}
.city .modal-dialog {
    width: 50%
}
.city ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.city li {
    width: 22%;
    display: inline-block;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 10px;
    text-align: center;
    border-bottom: 1px solid #f86818
}
.modal h4 {
    font-size: 25px;
    margin: 20px auto 20px;
    font-weight: bold;
    color: #181818;
}
.modal input {
    width: 250px;
    margin: 10px auto 20px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #1192c4;
}
.modal .but{
    display: block;
    width: 250px;
    height: 50px;
    margin: 0 auto 20px;
}
.modal p {
    font-size: 18px;
}
#ext .text-center>p {
    margin-top: 25px;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

#popup .modal-dialog  {
   width: 700px;
    margin-top: 60px
}
#popup .modal-body {
    padding: 60px;
    background: url(../images/modal-bg.jpg) center/cover
}
#popup h3 {
    font-size: 22px;
    //display: flex;
    //align-items: center;
    margin: 0 0 30px;
    //text-align: left;
}
#popup h3 img {
    margin-right: 20px;
    width: 60px;
    position: relative;
    display:none;
}
#popup h3+p>a {
    font-size: 50px;
    color: #2cd945;
    padding-bottom: 20px;
    font-weight: 600;
    position: relative;
}

#popup .head-p {
    font-size: 26px;
    margin: 15px 0 20px;
    font-weight: bold
}
#popup  .opros {
    width: 220px;
    background: #fff;
    color: #2cd945;
    border: 1px solid #2cd945;
    background: #fff;
    padding: 8px 0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block !important;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 60px;
}
.opros-red {
    color: #d92c2c !important;
    border: 1px solid #d92c2c !important;
}
.opros-red:hover {
    color: #fff !important;
    background: #d92c2c !important;
}
#popup  .opros.opros-ne-dozv {
    width: 464px
}
#popup  .opros:hover {
    background: #2cd945;
    color: #fff;
}
.opros:focus {
    background: #fff;
    color: #3bac00;
}

.modal-body div {text-align:center}

#popup .but-opros {
    background: #3bac00;
    border: none;
    height: 50px;
    width: 200px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px
}
.opros-block, .opros-form {
    padding: 0px 0 0;
    display: none;
}
#popup .complaint {
    display: block;
    font-size: 18px;
    width: 464px;
    text-align: center;
}
#popup .opros-block p {
    text-align: left;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold
}
.get-opros {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.complaint-block {
    display: none
}
.complaint-block textarea {
    display: block;
    margin-bottom: 10px;
    width: 80%;
    resize: none;
    padding: 5px 10px;
    height: 100px;
}


.radio-opros {
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
}

.radio-opros + label {
    cursor: pointer;
    margin-bottom: 25px
}

.radio-opros:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio-opros + label {
    position: relative;
    display: flex;
    align-items: center;
    color: #565555;
    font-size: 20px;
    font-weight: normal;
    padding-top: 0px;
    margin-bottom: 15px
}

.radio-opros:not(checked) + label:before {
    content: '';
    position: relaative;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: #FFF;
    border: 1px solid #f82008;
    margin-right:10px;
}

.radio-opros:checked + label:before {
    background: #ff0000;
    box-shadow: 0px 0px 5px 0px #afafaf, inset 0px 0px 0px 5px #fff
}



.form-callback {
    position: fixed;
    font-size: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #33e04c;
    padding: 15px 0;
    color: #fff;
    display: none
}
.select-t {
    background: #ffa300;
    width: 80px;
    height: 45px;
    margin: 0 5px;
    justify-content: center;
    cursor: pointer;
    position: relative
}
.select-t span {
    font-weight: 500;
    font-size: 30px;
    margin-right: 5px
}
.set-time-text {
    margin-right: 15px;
    text-align: right;
}
.set-time-text p {
    margin-bottom: 5px;
}
.set-time-text span {
    color: #000;
    font-weight: 600;
    position: relative;
    margin-right: 10px
}
.set-time-text span img {
    margin-right: 5px
}
.select-day-cont {
    position: relative
}
.select-day {
    cursor: pointer
}
.selec-day_list {
    position: absolute;
    bottom: 100%;
    background: #fff;
    color: #000;
    text-align: left;
    left: 0;
    border: 2px solid #ffa200;
    width: 100%;
    display: none
}
.select-t:hover .selec-day_list,
.select-day-cont:hover .selec-day_list {
    display: block
}
.selec-day_list p {
    margin: 0;
    padding: 5px 10px
}
.selec-day_list p:hover {
    background: #cccccc;
    cursor: pointer
}
.form-callback .input {
    margin: 0 15px 0 0;
    color: #000;
    height: 47px
}
.form-callback .but {
    border-radius: 0;
    background: #ffa300;
    height: 47px
}
.close-call {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}
.set-date {
    height: 45px;
    font-size: 18px;
}



.but-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
}
.but-block p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}
.but-block>div {
    width: 60%;
}
.but-block .but {
    width: 320px;
    margin-bottom: 20px
}
.but-block .but+p {
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.but-block span {
    color: red;
    font-size: 30px;
    font-weight: bold;
}



.pagination {
  padding: 30px 0;
}
.pagination__link {
  color: #000;
}
.pagination__title {
  display: block;
  margin-bottom: 5px;
}
.pagination__main {
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
}
.pagination__items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  .form-callback > .b-center > .flex-a {
    flex-direction: column;
  }
  .form-callback > .b-center > .flex-a > .set-time {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 800px) {
  #popup .modal-dialog {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  #popup .opros.opros-ne-dozv {
    max-width: 100%;
    margin-right: 0;
  }
  #popup .opros-da {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  #popup .opros-net {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  #popup .complaint {
    max-width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  body, html {
    overflow-x: hidden;
  }

  #popup .modal-dialog {
    padding: 10px;
    box-sizing: border-box;
  }
  #popup h3+p>a {
    font-size: 20px;
  }

  #popup .modal-body {
    padding: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .form-callback > .b-center > .flex-a > .set-time {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-callback > .b-center > .flex-a > .set-time > .set-time-text {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
  }
  .form-callback > .b-center > .flex-a > .set-time > .select-t {
    width: calc(50% - 5px);
    margin: 0;
  }

  .form-callback > .b-center > .flex-a > .send-form {
    flex-direction: column;
  }
  .form-callback > .b-center > .flex-a > .send-form > input {
    margin-right: 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .pagination {
    font-size: 12px;
  }
}