@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700&display=swap&subset=cyrillic');

body{
  font-family: 'Open Sans', sans-serif;
  padding:0px;
  margin:0px;
  font-size:18px;
}

h1, h2, h3, .hte{
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
}

h1 {
  font-size: 64px;
  text-align: center;
}

h2{
  font-size:48px;
  text-align:center;
}

h3{
  font-size: 36px;
  line-height: 48px;
}
.center{
  text-align:center;
}
p, table * {
    color: #788593;
}
.in_head, .content_in, .custom.content, .item-page > *{
  max-width:1410px;
  margin:0px auto;
}

.flex:not(.moduletable){
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.flex:not(.moduletable) > *{
  flex:1 1 auto;
  width:50%;
  min-width: 200px;
}
.moduletable.padd{
  padding:50px 0px;
}
.moduletable.gray{
  background-color:#f2f1f0;
}
.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.in_head .custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
  	font-family: 'Montserrat', sans-serif;
  	margin-top: 40px;
}
.in_head .custom ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items:center
}
.in_head .custom ul li{
  margin: 0px 15px;
  position:relative;
  z-index: 2;
}
.in_head .custom ul li a{
  color:#fff;
  text-decoration: none;
  padding: 10px;
}
.in_head .custom > ul > li:hover > a:not(.btn){
  background: rgba(104, 104, 104, 0.74);
}
.custom.top_ban.content {
  padding-top: 140px;
  color:#fff;
  min-height:300px;
}
.itemid-101 .custom.top_ban.content {
  min-height:calc(100vh - 140px);
}
.custom.top_ban.content .btn {
    margin-top: 150px;
    padding: 8px 0px;
    min-width: 330px;
}
.custom.top_ban.content p{
  max-width:1050px;
  margin:0px auto;
  font-size: 22px;
  line-height: 36px;
  color:#fff;
}
.moduletable.top_ban {
  background-image: url(/images/bg_top.jpg);
  background-size: cover;
  background-position: center;
}
.moduletable.bgimg, footer.bgimg{
  background-image: url(/images/bg_top.jpg);
  background-size: cover;
  background-position: center;
}

.in_head .custom > div{
  text-align: right;
}
.in_head .custom p, footer p {
  line-height: 27px;
}
.in_head .custom p a, footer a:not(.btn) {
  text-decoration: none;
  color: #fff;
  line-height:32px;
}
.btn {
  	font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 22px;
    margin-left: 20px;
    border: 0px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}
.blue {
  color: #fff;
  background: #0092DC;
}
.lightblue, .item-page{
  background: #E6F4FB;
}
.custom.preim > img {
  width: 35%;
  max-height: 300px;
  object-fit: contain;
}
.custom.preim > div {
  width: 65%;
}
.custom.preim > * > .flex > img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.custom.preim > * > .flex > div {
  width: calc(100% - 85px);
  padding-left: 20px;
}
.custom.preim > * > .flex {
  align-items: flex-start;
  padding-left: 11px;
}
.custom.preim > * > .flex h3 {
  margin-top: 0px;
}

.custom.flex.service {
  justify-content: space-between;
  align-items: flex-start;
}
.custom.flex.service > * {
  width: 100%;
  flex: 0;
  padding-bottom: 30px;
}
.custom.flex.service > div p, .custom.flex.service2 > div p {
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
  font-size:24px;
  font-weight:bold;
  line-height:30px;
  color:#000;
}
.custom.flex.service a, .custom.flex.service2 a{
  font-family: 'Montserrat', sans-serif;
  text-decoration-line: underline;
  color: #0092DC;
  font-size: 18px;
  line-height: 22px;
}

.custom.flex.service .btn {
  padding: 7px 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.custom.content.actii .flex > img {
  max-width: 475px;
  object-fit: cover;
}
.title.hte {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 5px;
}
.description.hte {
  font-size: 24px;
}
.sl_act_mess {
  padding-left: 70px;
}
.moduletable.bgimg.rassr {
    background-image: url(/images/rassr.jpg);
}
.moduletable.bgimg.rassr ul{
  list-style:none;
  padding:0px;
}
.custom.prices.content .flex:before{
  content:'';
  background:url(/images/ic_ok.png);
  display:block;
  width:61px;
  height:60px;
  margin-right:20px;
}
.custom.prices.content .flex p {
  max-width: 385px;
  min-width: 70px;
}
.custom.prices.content .flex {
  justify-content: flex-start;
  margin: 40px 0px;
}
.custom.preim.what > img {
    max-height: 500px;
}
.what h2 {
    margin-bottom: 0px;
    padding-top: 50px;
}
.custom.flex.how > * {
  width: calc(20% - 20px);
  margin: 10px;
}
.custom.flex.how {
  align-items: flex-start;
}
.example_block .element-itemname {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
.example_block_item .flex {
  align-items: flex-start;
}
.example_block_item:nth-child(even) .flex {
    flex-direction: row-reverse;
}
.example_block_item:nth-child(even) .flex .element-itemname, .example_block_item:nth-child(2n) .flex .element-textarea{
  padding-left:25px;
}
.example_block_item:nth-child(odd) .flex .element-itemname, .example_block_item:nth-child(2n) .flex .element-textarea{
  padding-right:25px;
}
.rev_container {
  position: relative;
}
.rev_container > div > div{
  display:none;
  max-width: 600px;
  margin: 0px auto;
  min-height: 400px;
  text-align:center;
}
.rev_container .owl-carousel .owl-item img{
  display:inline-block;
  width:auto;
}
.rev_container > div > div iframe {
    width: 100%;
    height: 400px;
}
.rev_container > div > div:first-child{
  display:block;
}
.m_names {
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  line-height: 55px;
  margin:0px;
}
.m_names span {
  margin-left: 20px;
  cursor: pointer;
  text-decoration: underline;
}
.m_names span:first-child{
  display: none;
}
footer {
  background-color:#0073AD;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
}
footer .flex:not(.moduletable) > * {
    width: 30%;
}
footer img {
    max-width: 295px;
}
footer .flex {
    align-items: flex-start !important;
}
footer .moduletable.padd {
    padding: 30px 0px;
}
footer p{
  color:#fff;
}
form {
    background: #fff;
    padding: 20px;
    margin: 30px 0px;
    box-shadow: 0px 0px 20px #999;
  	position: relative;
  	width:calc(100% - 40px);
}
form input {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border: 0px;
  padding: 7px 15px;
  border-bottom: 1px #585c5c solid;
  margin: 15px 0px;
  width: 50%;
}
form .flex_block > .g-recaptcha {
    border-radius: 17px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 280px;
    height: 75px;
    transform: scale(0.8);
    max-width: 280px;
}
form .btn {
    padding: 10px 30px;
    margin-left: 0px;
    margin-top: 20px;
}
form input[type="radio"] {
    display: none;
}
form input[type="radio"]+label{
  display:block;
}
form input[type="radio"]+label:before{
  display:inline-block;
  content:'';
  width:11px;
  height:11px;
  border:1px #000 solid;
  vertical-align:middle;
  border-radius:50%;
  margin-right: 10px;
  margin-top: -3px;
}
form input[type="radio"]:checked+label:before{
  width:13px;
  height:13px;
  border:0px;
  background-color:#ff6f1d;
}
.moduletable.bgimg.rassr ul li {
  line-height: 37px;
}
.moduletable.bgimg.rassr ul li:before{
  content:'';
  width: 15px;
  height:4px;
  display:inline-block;
  background-color: #ff6f1d;
  vertical-align: middle;
  margin-right:10px
}
.custom.top_ban.content > p {
    text-align: center;
    font-size: 24px;
    margin: 0px;
}
.custom.flex.service2 > * {
    width: 16.66666%;
    text-align: center;
}
.custom.breadcrumb ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  opacity:0.5;
}
.custom.breadcrumb ul > li {
  display: inline-block;
}
.custom.breadcrumb ul > li * {
  color: #fff;
  text-decoration: none;
  font-family: Montserrat;
}
.custom.service2 {
    padding: 200px 0px;
  align-items: flex-start;
}
.item-page {
  padding: 50px 0px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table td {
  padding: 11px 25px;
}
table tr:nth-child(odd) {
  background: #f5f9fb;
}
table tr:first-child {
  background: #0092dc;
}
table tr:first-child * {
  color: #fff;
}
.itemid-101 .item-page{
  display:none;
}
ul.sigFreeClassic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.sigFreeClear {
  display: none;
}
ul.sigFreeClassic li.sigFreeThumb {
  float: none;
  margin: 10px;
}
ul.sigFreeClassic li.sigFreeThumb img {
    object-fit: contain;
    object-position: center;
}
.in_head .custom ul .nav-child.unstyled.small {
    display: none;
}
/*.custom.stat h5:nth-child(odd) {
  background: #f0faff;
}*/
.custom.stat h5 {
  margin: 0px;
  /*padding: 15px;
  font-size: 20px;*/
}
.custom.stat h5 a {
  color: #0092DC;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.custom.stat {
  max-width: 400px;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 155px;
  padding-top: 0px;
  margin-top: -100px;
}
.custom.stat h5 a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 72px;
}
.item-page a, .item-page ul, .item-page li, .item-page h2, .item-page h3 {
    color: #788593;
}
.item-page h2, .item-page h3:not(.big) {
    font-size: 20px;
    text-align: left;
    margin-top: 25px;
}
.in_head .custom > ul li:hover .nav-child.unstyled.small{
  display: block;
}
.in_head .custom ul .nav-child.unstyled.small {
  position: absolute;
  top: calc(100% + 10px);
  right: 0px;
  width: max-content;
  padding: 20px 20px;
  background: rgba(104, 104, 104, 0.74);
}
.in_head .custom ul .nav-child.unstyled.small li {
  display: block;
  margin: 0px;
}
.in_head .custom ul .nav-child.unstyled.small li a {
  padding: 5px 0px;
  display: block;
}
.in_head .custom ul .nav-child.unstyled.small li a:hover {
  text-decoration: underline;
}
.in_head .btn {
    padding: 13px 20px !important;
}
.sigFreeImg {
    max-height: 240px;
}
.itemid-106 .sigFreeImg {
    max-height: unset;
}
.custom.flex.service > div {
    flex: 1 1 auto;
    width: calc(25% - 40px);
    margin: 20px;
  	min-width: 250px;
}
.custom.flex.service > div img {
    max-width: 100%;
  	border-radius: 10px;
}


.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(20, 31, 72, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
  	visibility:hidden;
  	opacity:0;
  	transition:0.5s ease;
  	padding: 0px !important;
  	font-family: 'Montserrat', sans-serif;
  max-width: 100vw !important;
}
.overlay.opened{
  	visibility:visible !important;
  	opacity:1;
}
.custom.pop_form {
    max-width: 660px;
    padding: 70px;
    position: relative;
    width: 100%;
}

.custom.pop_form form input[type="tel"], .custom.pop_form form input[type="text"] {
    display: block;
    background: transparent;
    border: 0px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px #121a3e solid;
    min-width: 250px;
    width: 55%;
    padding: 5px 0px;
    margin: 10px 0px;
}
.over_close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
  	cursor:pointer;
  	pointer-events:none;
}
.over_close:hover{
  	transform:scale(1.1)
}
.overlay.opened .over_close {
  	pointer-events:all;
}

.over_close span {
    display: block;
    width: 100%;
    height: 3px;
    background: #121a3e;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: rotate(45deg);
}
.over_close span:first-child {
    transform: rotate(-45deg);
}
.social {
    border-top: 1px #fff solid;
    max-width: 167px;
}
.social > a{
  display: inline-block;
  background:url(/images/soc_ico.svg);
  width:35px;
  height:35px;
  background-size:cover;
  margin-right:0px;
  filter: invert(1);
}
.social > a.soc_vk {
    background-position: 27%;
}
.social > a.soc_inst {
    background-position: -74%;
}
.social > a.soc_youtube {
    background-position: -49%;
}
.social > a.soc_ok {
    background-position: -24%;
}
.site.com_content{
    background-size: cover;
    background-position: center;
}
.itemid-103 .moduletable.top_ban,.itemid-104 .moduletable.top_ban,.itemid-105 .moduletable.top_ban,.itemid-107 .moduletable.top_ban,.itemid-114 .moduletable.top_ban,.itemid-110 .moduletable.top_ban,.itemid-111 .moduletable.top_ban,.itemid-119 .moduletable.top_ban,.itemid-120 .moduletable.top_ban, .itemid-103 .item-page,.itemid-104 .item-page,.itemid-105 .item-page,.itemid-107 .item-page,.itemid-114 .item-page,.itemid-110 .item-page,.itemid-111 .item-page,.itemid-119 .item-page,.itemid-120 .item-page, .itemid-133 .moduletable.top_ban, .itemid-133 .item-page{
  background:none;
}
.site.com_content.itemid-103 {
    background-image: url(/images/bg_usl.jpg);
}
.itemid-103 h1 {
  display: none;
}
.itemid-103 .custom.top_ban.content {
  min-height: unset;
}

.site.com_content.itemid-105 {
    background-image: url(/images/bg_price.jpg);
}
.site.com_content.itemid-107, .site.com_content.itemid-104 {
    background-image: url(/images/bg_about.jpg);
}
.site.com_content.itemid-120 {
    background-image: url(/images/bg_mas.jpg);
}
.site.com_content.itemid-119 {
    background-image: url(/images/bg_cuh.jpg);
  	background-attachment: fixed;
}
.site.com_content.itemid-114 {
    background-image: url(/images/bg_hot.jpg);
  	background-attachment: fixed;
}
.site.com_content.itemid-110,.site.com_content.itemid-111, .site.com_content.itemid-133{
    background-image: url(/images/bg_top.jpg);
}
.flex.service_a * {
  color: #fff;
}
.flex.service_a > *:first-child {
  opacity: 0.5;
}
.flex.service_a {
  margin-top: -100px;
  margin-bottom: 100px;
}
.flex.service_a > *:last-child {
  display: flex;
  justify-content: center;
}
.flex.service_a .btn {
  min-width: 200px;
  text-align: center;
}
.flex.price_f > div > div {
  background: rgba(230, 245, 252, 0.65);
  border-radius: 10px;
  height: calc(100% - 80px);
}
.flex.price_f {
  align-items: unset;
  margin-top: -100px;
}
.flex.price_f table tr {
  background: transparent;
}
.flex.price_f table tr td, .flex.price_f table tr td a {
  color: #000;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.flex.price_f table tr td {
  padding: 15px 25px;
}
.flex.price_f table tr td:last-child {
  width: 105px;
}
.flex.price_f > div {
  margin: 30px;
  width: calc(50% - 60px);
  min-width: 340px;
}
.flex.price_f > div h3 a {
  color: #fff;
  text-decoration: none;
}
.custom.flex.service2 a {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 48px;
    text-decoration: none;
}
.site.com_content.itemid-119 h3 {
    color: #fff;
}
.site.com_content.itemid-119 #content {
    margin-top: -100px;
}
.site.com_content.itemid-119 table{
  background:#E6F4FB;
  pointer-events:none;
}
.tablecont {
    overflow: hidden;
    max-height: 500px;
    position: relative;
    pointer-events:none;
  	transition:0.5s ease;
}
.tablecont:after{
  content:'\21D3';
  position:absolute;
  bottom:0px;
  left:0px;
  display:block;
  text-align:center;
  background:#0092dc;
  color:#fff;
  font-size:25px;
  line-height:40px;
  width:100%;
  cursor:pointer;
  pointer-events:all;
}
.tablecont.openedbl{
  max-height:3000px;
}
#menu_opener, #menu_opener+label{
  display:none;
}
#menu_opener+label {

    height: 60px;
    width: 64px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#menu_opener+label > span {
    display: block;
	border-radius: 4px;
    width: 100%;
    height: 4px;
    background: #fff;
    margin: 10px auto;
  	transition:0.3s ease;
  	transform-origin: left;
}
.custom.flex.service2 > * img {
    display: block;
    margin: 0px auto;
  }
.moduletable.content.padd.gall .jbimage {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width: 100%;
    height: unset;
}
div[itemprop="articleBody"], .custom.vibor div p {
    text-align: justify;
}
.fancybox-caption__body {
    display: none !important;
}

@media(max-width:1410px){
  body > *, #content > * {
    padding-left: 15px;
    padding-right: 15px;
    max-width:calc(100vw - 30px);
  }
  #content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }
  .flex {
    justify-content: center !important;
  }
}
@media(max-width:964px){
  #menu_opener+label{
    display: flex;
    position: relative;
	z-index: 11;
    margin-top: -20px;
  }
  #menu_opener+label+ul{
    visibility:hidden;
    opacity:0;
    display: none;
    position: fixed !important;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    flex-wrap: wrap;
    pointer-events:none;
    transition:0.3s ease;
  }
  #menu_opener:checked+label+ul {
    display:flex;
    pointer-events:all;
    opacity:1;
    visibility:visible;
  }
  #menu_opener:checked+label {
    position: fixed;
	right: 15px;
  }
  #menu_opener + label + ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
  #menu_opener:checked+label > span:first-child {
    transform: rotate(45deg) translateX(7px) translateY(-3px);
    opacity: 1;
  }

  #menu_opener:checked+label > span:last-child {
    transform: rotate(-45deg) translateX(5px) translateY(5px);
    opacity: 1;
  }

  #menu_opener:checked+label > span {
    opacity: 0;
  }
  .in_head .custom ul .nav-child.unstyled.small{
    display:none !important;
  }
  .custom.flex.service > div {
    text-align: center;
  }
  .flex:not(.moduletable) > *{
    margin-top:30px;
  }
}
@media(max-width:640px){
  h1 {
    font-size: 50px;
    word-wrap: break-word;
  }
  .itemid-101 .custom.top_ban.content {
    min-height: 1000px;
  }
  .custom.top_ban.content .btn {
    min-width: 150px;
  }
  .tablecont{
    overflow-x:auto;
    pointer-events:all;
  }
  .tablecont.openedbl{
    max-height:10000px;
  }
  .footer {
    text-align: center;
  }
  .social {
    margin: 0px auto;
  }
  body {
    background-attachment: fixed;
  }
  .custom.service2 {
    padding-top: 0px;
  }
}