/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::marker {
display:none;
}



body.cd-overlay::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
@media only screen and (max-width: 768px) {
  body::after {
    display: none;
  }
  .pre-footer {display:none;}
    .pluses {
    /* font-size: 0px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}.pluses-item {
     width: 100%; 
    margin-right: 1.6%;
    display: inline-block;
    vertical-align: top;
    background: #47b2d2;
    padding: 40px 30px;
    margin-top: 40px;
    text-align: center;
}.pluses-item_best {
    margin-bottom:10px;
    
}._md-col-6 {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}
  .social h3 {
    color: #000;
    font-family: "GothamProBlack" !important;
    font-size: 0.8em;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
}

a {
  color: #47B2D2;
  text-decoration: none;
}


/* -------------------------------- 

Работы

-------------------------------- */

.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after {
	content: " ";
	display: table;
}
.clearfix::after, .container::after, .container-fluid::after, .row::after {
	clear: both;
}
body section.section-21 {
	padding: 30px 0px;
	overflow: hidden;
	position: relative;
}
body section.section-21 .row-custom {
	margin: 0px -3px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-6 {
	width: 50%;
}
 @media all and (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
}
 @media all and (min-width:768px) {
.col-sm-6 {
	width: 50%;
}
}
 @media all and (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
}
 @media all and (min-width:992px) {
.col-md-12 {
	width: 100%;
}
}
 @media all and (min-width:992px) {
.col-md-4 {
	width: 33.33%;
}
}
body section.section-21 .col-md-4 {
	padding: 0px 3px;
}
body section.section-21 .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
}

body section.section-21 .item a {
	opacity: 0;
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background: rgba(48, 54, 91, 0.6);
}
body section.section-21 .item .prew {
	opacity: 1;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: ;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all .3 ease;
	-o-transition: all .3 ease;
	transition: all .3 ease;
	right: 0px;
	bottom: 0px;
	background: rgba(48, 54, 91, 0.6);
}
body section.section-21 .item .prew .cont {
	position: absolute;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-family: bl;
	line-height: 1.3;
	top: 50%;
	left: 20%;
	right: 20%;
	display: inline-block;
	max-width: 320px;
}
body section.section-21 .item .hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 100em;
	border-radius: 100em;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	left: 50%;
	-webkit-transform: translate(-50%, -130%);
	-ms-transform: translate(-50%, -130%);
	transform: translate(-50%, -130%);
	width: 260px;
	height: 260px;
	background-color: #fdad0c;
	text-align: center;
}

body section.section-21 .item .hover p {
	font-size: 21px;
	color: #fff;
	flex: 0 0 100%;
	font-family: b;
	line-height: 29px;
	margin: 10px 0px;
	padding: 0px 20px;
}

body section.section-21-1 .h3 {
	text-align: center;
	font-size: 35px;
	color: #2d2828;
	margin-bottom: 10px;
}


/* -------------------------------- 

MOSEO
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.header {
	position: relative;
	z-index: 10;
	background: #fff;
}



:root {
	--swiper-theme-color:#007aff: ;
}
:root {
	--swiper-navigation-size:44px: ;
}
button, div, input, span, textarea {
	font-family: "Montserrat",sans-serif;
	outline: 0 !important;
}
.menu__top {
	padding: 14px 0;
	width: 100%;
}
button:focus, div:focus, input:focus, span:focus, textarea:focus {
	outline: 0 !important;
}
.menu__bottom {
	width: 100%;
	border-top: 2px solid rgba(0, 0, 0, .06);
	position: relative;
}
.menu__bottom::after {
	content: " ";
	position: absolute;
	bottom: 0px;
	height: 10px;
	left: 0px;
	right: 0px;
	z-index: 15;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .06);
	box-shadow: 0px 5px 6px rgba(0,0,0,0.06);
	display: block;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
*/
 @media all and (max-width:576px) {
.container {
	max-width: 540px;
}
.header .columns.logo img {
    vertical-align: middle;
    display:none;
}
h2, .title {
       font-size: 36px;
    font-family: "GothamProBlack";
    text-align: center;
       line-height: 40px;
    text-transform: uppercase;
}
}
 @media all and (max-width:576px) {
.container {
	max-width: 540px;
}
.header .columns.logo img {
    vertical-align: middle;
    display:none;
}
}
 @media all and (min-width:768px) {
.container {
	max-width: 720px;
}
  .advantages {
      display:none;
      
  }   
     
 }
 @media all and (min-width:992px) {
.container {
	max-width: 960px;
}
         .top-menu {
    display: none !important;
 
}
     
 }
 @media all and (min-width:1200px) {
.container {
	max-width: 1170px;
}
     .top-menu {
   display: none !important;
 
}
     
 }
.menu__hover {
	display: none;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 10;
	background: #fff;
	padding: 40px 0 20px;
	top: 100%;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, .06);
	box-shadow: 0px 5px 6px rgba(0,0,0,0.06);
}
.menu__hover-menu-item-5559, .menu__hover-menu-item-5563 {
	padding-bottom: 40px;
}
.menuhse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
}

.menuhs > li > ul > li .new, .menuhs > li > ul > li > a {
	color: #0077ce;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: normal;
}
.menuhs > li > ul > li > a {
	line-height: 16px;
	font-weight: 400;
	color: #737679;
	position: relative;
}
.menuhs > li > ul > li > a, .menuhs > li > ul > li > a::after, .menuhse-l {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menuhse-l {
	color: #8d9198;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: normal;
}
.menuha-i__txt div {
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: normal;
	color: #222a36;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.menuha-i__txt div, .menuha-i__txt span, .menuha-l {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menuha-l, .menuht {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menuht {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -15px;
}
.btn-flat, .btn-sflat {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.fa-arline-long::after {
	/*-webkit-mask: url(../images/fa/arline-long.svg) no-repeat 100% 50%/cover;
	mask: url(../images/fa/arline-long.svg) no-repeat 100% 50%/cover; */
	width: 28px;
	height: 12px;
}
.btn-flat .fa, .btn-flat span {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.btn-flat span {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.19px;
	text-transform: uppercase;
	color: #169cfd;
}
.fa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fa::after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background-color: rgba(224,224,255,.4);
}
.btn-flat .fa {
	margin-left: 10px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 28px;
}
.btn-flat .fa::after {
	width: 18px;
	background-color: #169cfd;
}
.btn-flat .fa::after, .btn-sflat .fa, .btn-sflat .fa::after, .btn-sflat span {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menuht-i {
	position: relative;
	padding: 0 15px;
	width: calc(100%/5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menuht-i__img {
	position: relative;
	margin-bottom: 16px;
}
ol, ul {
	list-style: none;
}
.menuhs, .menuhs > li > ul > li, .menuht-i__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menuht-i__img span {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: normal;
	z-index: 50;
}
.menuhs > li > a, .menuht-i__img span, .menuht-i__img::after {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menuht-i__img::after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: " ";
	display: block;
	z-index: 15;
	background: rgba(34,42,54,.6);
	border-radius: 20px;
}
.menuht-i__txt div {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: normal;
	color: #737679;
}
.menuhs > li > a, .menuht-i__txt span {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: normal;
	color: #222a36;
}
.menuht-i__img img {
	z-index: 10;
	border-radius: 20px;
	width: 100%;
}
.menuhs {
	margin: 0 -15px;
}
.menuhs > li {
	width: calc(100%/4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.menuhs > li > a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #737679;
}
.menuhs > li > ul {
	margin: 22px 0 0;
}
.menuhs > li > ul > li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menuhs > li > ul > li:not(:last-child) {
	margin-bottom: 16px;
}
.menuhs > li > ul > li > a::after {
	content: " ";
	left: 0px;
	width: 16px;
	height: 16px;
	-webkit-mask: url(../images/fa/arw.svg) no-repeat 50% 50%/contain;
	mask: url(../images/fa/arw.svg) no-repeat 50% 50%/contain;
	background-color: #0077ce;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
	top: 0px;
}
.menu__hover-title {
	margin-bottom: 26px;
	color: #737679;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: normal;
}
.menuha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menuha-i {
	width: calc(100%/4 - 10px);
	margin-bottom: 20px;
}
:nth-child(1).menuha-i, :nth-child(5).menuha-i, :nth-child(9).menuha-i {
	width: calc(100%/4 + 30px);
}
.menuha-l {
	color: #222a36;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menuha-i__icon {
	width: 40px;
	height: 40px;
	border: 1px solid #b2bdcf;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menuha-i__txt {
	padding-left: 20px;
}
.menuha-i__txt span {
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: normal;
	color: #737679;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0px;
	margin-left: 0px;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.col-auto {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.relative {
	position: relative;
}
/* @media all and (min-width:992px) */
.order-lg-1 {
	-ms-flex-order: 1;
	order: 1;
}
/* @media all and (min-width:1200px) */
.order-xl-2 {
	-ms-flex-order: 2;
	order: 2;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0px;
	padding-left: 0px;
}
.d-none {
	display: none !important;
}
.mainmenu, .mainmenu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mainmenu ul, .mainmenu ul li {
	padding: 0;
	margin: 0;
}
.contacts-tab .contacts-title__data span:not(:last-child), .mainmenu ul li:not(:last-child) {
	margin-right: 20px;
}
.mainmenu ul li a {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #737679;
	display: inline-block;
	padding: 19px 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.mainmenu ul li a:hover, .mainmenu ul li a.active, .mainmenu ul li.current-menu-item > a {
	color: #222a36;
	border-bottom-color: #0077ce;
}
.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-logo__text {
	padding-left: 12px;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.15em;
	letter-spacing: 0.63px;
	text-transform: uppercase;
	color: #000;
}
.order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	/*width: 100%; */
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/* @media all and (min-width:992px) */
.col-lg-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
/* @media all and (min-width:992px) */
.order-lg-4 {
	-ms-flex-order: 4;
	order: 4;
}
/* @media all and (min-width:1200px) */
.col-xl {
	-ms-flex-preferred-size: 0px;
	flex-basis: 0px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.soc, .soc a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.soc a {
	width: 35px;
	height: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.soc a:not(:last-child) {
	margin-right: 8px;
}
.fa-adress::after, .fa-instagram::after {
	width: 14px;
	height: 20px;
	/*-webkit-mask: url(../images/fa/adress.svg) no-repeat 50% 50%/contain;
	mask: url(../images/fa/adress.svg) no-repeat 50% 50%/contain; */
	background-color: #fff;
}
.fa-instagram::after {
	width: 20px;
	/*-webkit-mask: url(../images/fa/instagram.svg) no-repeat 50% 50%/contain;
	mask: url(../images/fa/instagram.svg) no-repeat 50% 50%/contain */
}
.fa-youtube::after {
	width: 20px;
	height: 20px;
	/*-webkit-mask: url(../images/fa/youtube.svg) no-repeat 50% 50%/contain;
	mask: url(../images/fa/youtube.svg) no-repeat 50% 50%/contain; */
}
.fa-facebook::after {
	width: 0px;
	height: 0px;
	/*-webkit-mask: url(../images/fa/facebook.svg) no-repeat 50% 50%/contain;
	mask: url(../images/fa/facebook.svg) no-repeat 50% 50%/contain; */
	background-color: #141029;
}
.fa-ok::after, .fa-vk::after {
	width: 24px;
	height: 14px;
	/*-webkit-mask: url(../images/fa/vk.svg) no-repeat 50% 50%/contain;
	mask: url(../images/fa/vk.svg) no-repeat 50% 50%/contain; */
	background-color: #141029;
}
.soc a .fa::after {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: #737679;
}
.fa-twitter::after, .fa-youtube::after {
	width: 17px;
	height: 14px;
	/*-webkit-mask: url(../images/fa/twitter.svg) no-repeat 50% 50%/contain;
	mask: url(../images/fa/twitter.svg) no-repeat 50% 50%/contain; */
	background-color: #fff;
}
.header-contacts, .header-contacts__callme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header-contacts__icon, .header-phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-contacts__icon {
	border: 1px solid #b2bdcf;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-right: 16px;
}
.header-contacts__callme {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.53px;
	color: #737679;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-contacts__callme span:first-child {
	text-decoration: underline;
}
.header-contacts__callme span:last-child {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.16px;
	text-decoration: none;
	font-weight: 400;
}
.fa-phone::after {
-webkit-mask: url(../webstudio/images/fa/phone-call.svg) no-repeat 50% 50%/contain !important;
	mask: url(../webstudio/images/fa/phone-call.svg) no-repeat 50% 50%/contain;
	width: 16px;
	height: 16px;
}
.fa-email::after {
	width: 18px;
	height: 14px;
	-webkit-mask: url(../webstudio/images/fa/email.svg) no-repeat 50% 50%/contain;
	mask: url(../webstudio/images/fa/email.svg) no-repeat 50% 50%/contain;
	background-color: #fff;
}
.header-contacts__icon .fa::after {
	background: #0077ce;
}
.header-phones {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header-phones a {
	color: #737679;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.19px;
	margin-bottom: 0px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.header-phones span, .htop-phone span {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.16px;
	color: #737679;
}
.header-phones__phone a, .htop-phone a {
	font-size: 18px;
	line-height: 22px;
}

-------------------------------- */


@media only screen and (min-width: 1024px) {
  header {
   /* height: 240px;
    line-height: 240px; */
  }
  header h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
  }
}

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 0em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    /*margin: 4em auto; */
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;
}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 5%;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #bbbbc7;
}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    font-family: "GothamProBlack" !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #6c7d8e;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}
