body {
	font-family: 'Rubik', sans-serif;
	background-color: #F0F2F2;
	overflow-x: hidden;
  cursor: default;
	outline: none !important;
}
a {
  text-decoration: none;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
a:active,
a:focus,
a:hover {
  outline: none !important;
}
*{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
	position: absolute;
	content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
p {
	font-size: 16px;
	line-height: 1.6;
}
/* .grecaptcha-badge {
	display: none !important;
} */
.privacy H1 {font-size:37px !important;}
.privacy H2 {font-size:30px !important;text-transform:unset !important;}
.ans p {
    margin: 17px 0;
}
.content ol, .content ul {
    line-height: 1.6;
    padding: 10px 0 10px 30px;
}
.menu-item-has-children{
	position:relative;
}
.menu-item-has-children:hover{
	cursor:pointer;
}
.menu-item-has-children:hover > a{
	color:#f0f2f2;
}
.menu-item-has-children:hover:after{
	opacity:0;
}
.menu-item-has-children:after, .menu-item-has-children:before{
	content:'';
	width:17px;
	height:11px;
	background:url(../img/menu.svg);
	position:absolute;
	right:23px;
	top:23px;
	background-size:cover;
	background-repeat:no-repeat;
}
.menu-item-has-children:before{
	background-image:url(../img/menu2.svg);
}
.sub-menu{
	position:absolute;
	display:none;
	top:61px;
  z-index: 9;
	width: 250px;
	background: #F0F2F2;
	box-shadow: 4px 4px 20px rgba(156, 152, 155, 0.2);
	border-radius: 5px;
  flex-direction: column;
	padding:14px 0;
}
ul.sub-menu li {
	padding:0;
}
ul.sub-menu li a{
  text-transform: none;
	font-family:'Rubik';
  font-weight: 500;
  display: block;
  font-size: 20px;
	padding:0 36px;
  color: #0D0D0D;
}
ul.sub-menu li a:hover{
  background: #F2BD1D;
  color: #0D0D0D;
  box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}
.menu-item-has-children:hover .sub-menu{
	display:flex;
}
.inner .er404 h1 {
    font-size: 190px;
    text-align: center;
    margin-bottom: 0;
}
.inner .er404 h3 {
    font-size: 70px;
    text-align: center;
    margin-bottom: 10px;
}
.inner .er404 a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 18px 32px;
	cursor: pointer;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #0D0D0D;
	width: 350px;
	height: 68px;
	background: #F2BD1D;
	margin:0 auto 30px;
	border-radius: 5px;
}
.inner .er404 a:hover{
	background: none;
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
	box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}
.wpcf7 form div.wpcf7-response-output {
    margin: 0;
}
.frm .wpcf7 form div.wpcf7-response-output {
    color:#fff;
}
.master24 .wpcf7 form div.wpcf7-response-output{
	margin-top:10px;
	color:#fff;
}
.opened #burger svg path{
	fill:#F2BD1D;
}
a#tg {
    background: #0088cc;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    bottom: 30px;
    right: 390px;
    margin-left: auto;
}
span.wpcf7-list-item {
	margin-left: 0;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 25px;
}
 .modal .your-phone input[type=text]{
	margin-bottom:0;
}
input[type="checkbox"] {
  opacity: 0;
  display: none;
}
span.wpcf7-list-item label{
	position: relative;
}
.wpcf7-list-item-label {
	display: block;
}
span.wpcf7-list-item .wpcf7-list-item-label{
	position: relative;
	padding-left: 30px;
  font-size: 12px;
  color: #2F2E2E;
}
span.wpcf7-list-item .wpcf7-list-item-label:before {
	left:0;
	top:0;
	width:17px;
	box-sizing:border-box;
	height:17px;
	border: 1px solid #164F73;
}
span.wpcf7-list-item input:checked + .wpcf7-list-item-label:after{
	position:absolute;
	content:'';
	left:1px;
	top:0;
	width:22px;
	height:15px;
	background-image:url(../img/agree.svg);
	background-size:contain;
	background-repeat:no-repeat;
}
/*
#tg:before, #tg:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
#tg:after {
    animation-delay: .5s;
}*/
#tg svg{
	fill:#fff;
}
.navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 999;
    width: 108%;
    left: -4%;
    top: 50%;
}
.whatsapp-button {
    width: 48px;
    height: 48px;
}
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
.navigation svg:hover {
	cursor:pointer;
}
.navigation svg:hover path{
	stroke:#F2BD1D;
}
.modal h4{
font-weight: bold;
font-size: 24px;
text-align: center;
text-transform: uppercase;
}
[data-modal=suc] .modal-content {
  padding: 55px 35px;
}
.modal .closemodal.ok{
	display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 18px 32px;
font-weight: 500;
font-size: 24px;
width: 181px;
height: 68px;
margin:55px auto 0;
/* yellow */
background: #F2BD1D;
/* yellow shadow */
box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
border-radius: 5px;
}
.modal .closemodal.ok:hover{
	background:none;
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
	/* yellow shadow */

	box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}

.masters .owl-dot span {
    width: 10px;
    height: 10px;
    background: #A1BAC9;
    display: block;
    border-radius: 50%;
    margin: 0 4px;
}
.masters .owl-dot.active span {
background: #164F73;
}

.masters .owl-dots {
    display: flex;
    justify-content: center;
}

.masters .right {min-width: 0;}
.masters .right .owl-stage{
display:flex;flex-wrap: wrap;}

.www{
    position: fixed;
    left: 50%;
    bottom: 0%;
    z-index: 8;
    width: 100%;
    transform: translateX(-50%);}
div#wapp a {
    right: 327px!important;
}
a#toTop {
	cursor:pointer;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    bottom: 170px;
    right:-100px;
    margin-left: auto;
	position:absolute;
	display:none;
}
@media (max-width:1600px){
	a#tg {
    right: 450px;
}
	div#wapp a {
    right: 387px!important;
}
}
a#toTop:before, a#toTop:after{
	content:'';
	background-image:url(../img/top_arrow.svg);
	background-size:cover;
	background-repeat:no-repeat;
    width: 50px;
    height: 50px;
	position:absolute;
	left: 7px;
    top: 7px;
}


a#toTop:hover:after{
	opacity:1;
}

a#toTop:hover:before{
	opacity:0;
}
a#toTop:after{
	background-image:url(../img/top_arrow2.svg);
	opacity:0;
	left:0;
	top:0;
	width:72px;
	height:72px;
}


@media (max-width:1600px){
	a#toTop{
		right:0;
	}
}
@media (max-width:800px){
	div#wapp a {
    right: 257px!important;
}
}
.star {
	color: #F2BD1D;
	margin: 0 12px 0 0;
}
.wrapper{
	max-width: 1460px;
	padding-left:15px;
	padding-right: 15px;
	margin: 0 auto;
}
.top h1 {
	font-weight: bold;
	font-size: 80px;
	margin: 0 0 50px 0;
}
.inner h1{
	font-weight: bold;
	font-size: 60px;
	margin-top: 50px;
	margin-bottom:40px;
}
.content{
	padding-bottom:50px;
    flex: 1;
    width: 100%;
}
body.page{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    align-content: flex-start;
    width: 100%;
}
h2 {
	font-weight: bold;
	font-size: 44px;
	text-transform: uppercase;
	padding-left: 30px;
	position: relative;
}
h2:before{
	width:5px;
	background: #F2BD1D;
	border-radius: 5px;
	height: 100%;
	left: 0;
	top: 0;
}
.top {
	position: relative;
	background: url(../img/intro.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.top:before{
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(89.72deg, #F0F2F2 60.71%, rgba(240, 242, 242, 0.452055) 81.62%, rgba(240, 242, 242, 0) 97.82%);
}
.intro-flex {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 0 130px 0;
}
.intro-content {
	width: 60%;
}
.main-form {
	position: relative;
	width: 35%;
	background: rgba(22, 79, 115, 0.95);
	padding: 30px 75px;
	border: 2px solid #164F73;
	border-radius: 5px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.main-form:hover {
	box-shadow: 6px 6px 12px rgba(0,0,0,0.2);
}
.main-form span.wpcf7-list-item input:checked + .wpcf7-list-item-label:after{
	top:-3px;
	left:3px;
}
.main-form span.wpcf7-list-item input + .wpcf7-list-item-label:before{
  top: -3px;
}
.main-form h3{
	text-align: center;
	color:#F0F2F2;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	margin-bottom: 32px;
}
.main-form form{
	display: flex;
	flex-direction: column;
}
.main-form input[type="text"] {
	width: 100%;
	height: 53px;
	margin-bottom: 28px;
	border: 2px solid #F0F2F2;
	box-sizing: border-box;
	background: none;
	border-radius: 5px;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #F0F2F2;
	padding-left: 20px;
}
.main-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.6);
}
.main-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.6);
}
.main-form input::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(255, 255, 255, 0.6);
}
.main-form input::placeholder { /* Most modern browsers support this now. */
	color: rgba(255, 255, 255, 0.6);
}
.main-form input[type="submit"]{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 18px 32px;
	cursor: pointer;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #0D0D0D;
	width: 100%;
	height: 68px;
	background: #F2BD1D;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.frm span.wpcf7-list-item .wpcf7-list-item-label{
font-weight: normal;
font-size: 12px;
/* white */
color: #F0F2F2;
}
.frm span.wpcf7-list-item .wpcf7-list-item-label:before{
width: 21px;
height: 21px;
border: 2px solid #F0F2F2;
box-sizing: border-box;
border-radius: 5px;
}
.main-form .your-phone  input[type="text"]{
	margin-bottom:0;
}
.frm span.wpcf7-list-item{
	margin:20px 0 30px;
}
.main-form input[type="submit"]:hover{
	background: none;
	color: #F0F2F2;
	border: 2px solid #F2BD1D;
	box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}
header {
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 4px 4px 12px rgba(125, 125, 125, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
header.shrink {
	background: rgba(255, 255, 255, 1);

}
@media (max-width:1400px){
	header{
		background:#fff;
	}
	.top{
		background-size:94%;

    background-position-y: 170px;
	}
}
@media (max-width:1360px){
.top {
    background-size: cover;

    background-position-y: 0;
}
}

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

header

-------------------------------- */
.top-header {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	align-items: center;
}
header .call-item {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 22px;
	color: #0D0D0D;
	cursor: pointer;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.call-item:hover{
	color: #164f73;
}
header .call-item::before {
	content: "";
	position: relative;
	margin-right: 12px;
	width: 30px;
	height: 30px;
	background: url(../img/Phone.svg) no-repeat center center;
	background-size: contain;
}
header .call-item:after {
	content: "Круглосуточно";
	position: absolute;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
  bottom: -20px;
	right: 0;
}
.logo {
	position: relative;
	width: 140px;
}
.logo img {
	position: relative;
	width: 100%;
	display: block;
}
header .call-item img, header .address img {
	margin-right: 12px;
	width: 30px;
}
header .call-item a {
	display: block;
	font-style: normal;
	color: #0D0D0D;
}
header .call-item a:first-child{
	letter-spacing: 0.6px;
    margin-bottom: 7px;
}
header .call-item a:hover{
	color:#164F73;
}
header .worktime {
	text-align: right;
	font-weight: 500;
	font-size: 18px;
}
header .worktime span {
	font-size: 14px;
}
header .worktime a {
	display: block;
	color: #0D0D0D;
}
header .worktime a:hover{
	color: #164f73;
}
header .address {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
}
nav {
	background: #F2BD1D;
	box-shadow: 4px 4px 20px rgba(14, 49, 71, 0.2);
	padding: 15px 0;
}
nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
nav ul li{
	padding: 0 50px;
}
nav ul li a {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #0D0D0D;
}
nav ul li a:hover{
	color: #F0F2F2;
}
.advantages {
  display: flex;
  flex-wrap: wrap;
}
.adv span{
	font-family: Roboto;
	font-weight: 500;
	font-size: 20px;
	padding-left: 18px;
}
.adv {
  display: flex;
  align-items: center;
	flex:0 0 50%;
	margin-bottom: 36px;
}
.services {
	background: #164F73;
	color: #F0F2F2;
	padding-top: 100px;
	padding-bottom: 88px;
}
.services h2{
	color: #F0F2F2;
	margin-bottom: 45px;
}
.services li {
  font-size: 16px;
  color: #F0F2F2;
}
.services ul {
	padding: 10px 0;
}
.masters_desc {
	padding-top: 20px;
}
.cards {
	display: flex;
	padding-top: 48px;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.card {
	position: relative;
	width: 31.333%;
	margin: 1%;
	background: #000;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.card:hover {
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2);
}
.card-txt {
	position: relative;
	color: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.card .card-desc {
	font-size: 16px;
}
.card-title {
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	margin: 0 0 15px 0;
}
.card .btn-solid {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 32px;
	height: 64px;
	margin: 0;
	font-size: 18px;
	color: #0D0D0D;
	background: #F2BD1D;
	box-shadow: 4px 4px 10px rgba(12, 11, 11, 0.1);
	border-radius: 5px;
	border: 2px solid #F2BD1D;
	will-change: transform;
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.card:hover .btn-solid {
	transform: translateX(0%);
	opacity: 1;
}
.card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.35;
}
.card-price {
	font-weight: 700;
	font-size: 20px;
	color: #f2bd1d;
	display: block;
	margin: 20px 0;
}
.masters_desc-title {
	position: relative;
	font-size: 28px;
	font-weight: 700;
}
.masters {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: #e1ecf3;
}
.masters-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.masters .left {
	margin-right: 120px;
  width: 35%;
}
.masters h2 {
	margin-bottom: 40px;
}
.masters h2 + p {
	margin: 10px 0;
}
.masters .right {
	flex: 0 0 auto;
	width: 50%;
	position: relative;
}
.masters_desc li {
	position: relative;
	line-height: 1.6;
	margin: 10px 0;
	padding: 0 0 0 30px;
	display: flex;
	align-items: center;
}
.masters_desc li:before {
	background: #f2bd1d;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
}
.masters_desc p {
	margin: 15px 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal {
	display: none;
}
.modal .close{
	position: absolute;
	right: 20px;
	top: 20px;
  padding: 5px;
	cursor:pointer;
}
.modal .overlay{
	position:absolute;
  background: rgba(0, 0, 0, 0.69);
	left:0;
	top:0;
	z-index:100000000000;
	width:100%;
	height:100%;
}
.modal-content{
	background:#fff;
	position:relative;
	z-index:1000000000000;
	max-width:540px;
	width:100%;
	padding:55px 70px;
	margin:10px;
  border-radius: 5px;
	text-align:center;
}
.modal .close svg {
    fill: #000;
}
.modal .close svg:hover{
	fill:#F2BD1D;
}
.modal form{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.modal input[type="text"] {
	background: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
	border: 2px solid #164F73;
	box-sizing: border-box;
	border-radius: 5px;
	height: 50px;
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	padding-left: 15px;
}
.modal[data-modal="m2"] input[type=text]{
	margin-bottom:14px;
}
.modal textarea{
background: #FFFFFF;
margin-bottom:44px;
	width:100%;
border: 2px solid #164F73;
box-sizing: border-box;
border-radius: 5px;
	height:150px;
font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 14px;
	padding-top:5px;
	padding-left:15px;
}
.modal input::-webkit-input-placeholder,
.modal textarea::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
color: #000;
}
.modal input:-ms-input-placeholder,
.modal textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
color: #000;
}
.modal input::-ms-input-placeholder,
.modal textarea::-ms-input-placeholder{ /* Microsoft Edge */
color: #000;
}
.modal input::placeholder, .modal textarea::placeholder {
	color: #000;
}
span.wpcf7-form-control.wpcf7-starrating.starrating {
    display: block;
    margin-bottom: 10px;
}
span.star-rating-control{
	display:block;
}
.modal input[type=submit]:hover{
background: #fff;
border: 2px solid #F2BD1D;
box-sizing: border-box;
box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}
.wpcf7-not-valid-tip{
	display:none !important;
}
.whatsapp-button:before, .whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.whatsapp-button:after {
    animation-delay: .5s;
}
.modal input[type=submit]{
    margin: 0 auto;
	display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 18px 32px;
cursor:pointer;
font-family: Rubik;
font-style: normal;
font-weight: 500;
font-size: 24px;
width: 350px;
height: 68px;
background: #F2BD1D;
box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
border-radius: 5px;
border: 2px solid transparent;
-webkit-transition: 0.25s ease-out;
transition: 0.25s ease-out;
}
.modal h3{
	margin-bottom:45px;
font-weight: bold;
font-size: 24px;
color: #0D0D0D;
}
@media (max-width:500px){
	.modal .close{
		right:10px;
		top:10px;
		z-index:99;
	}
	.modal-content {
    	padding: 30px 20px;
	}
	.modal button{
		width:auto;
		font-size:16px;
	}
	.modal input{
		margin-bottom:20px;
	}
}
.ms {
    align-items: flex-end;
    position: relative;
    display: flex;
    margin: 25px;
}
.ms .bg {
    height: 241px;background: #F0F2F2;
	width: 100%;
	z-index: -1;
	position: absolute;
	bottom: 0;left:0;
	box-shadow: 4px 4px 20px rgba(156, 152, 155, 0.2);
}
.ms-info {
  height: 240px;
  margin-top: auto;
}
.ms-info p {
	padding-top:30px;
  font-weight: normal;
  font-size: 18px;
}
.right .owl-carousel .owl-item img {
    display: inline;
    width: auto;
    max-width: 345px;
    max-height: 300px;
}
.ms-info h3{
	padding-top:40px;
font-weight: 500;
font-size: 24px;
	margin-bottom:10px;
}
.ms > img {
    max-width: 344px;
}
.prices {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
.reviews {
	position: relative;
	padding: 100px 0;
	background: #e1ecf3;
	overflow: hidden;
}
.reviews h2{
	margin-bottom: 60px;
}
.revs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review {
	margin-bottom: 32px;
	flex: 0 0 48.5%;
	background: #F0F2F2;
	box-shadow: 6px 6px 12px rgba(156, 152, 155, 0.2);
	border-radius: 5px;
	padding: 48px;
	display: none;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.review:hover {
	box-shadow: 6px 6px 12px rgba(156, 152, 155, 0.4);
}
.review:nth-child(1),
.review:nth-child(2),
.review:nth-child(3),
.review:nth-child(4),
.review.open{
	display: block;
}
.reviews .btn-1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 18px 32px;
	width: 409px;
	height: 64px;
	font-weight: 500;
	font-size: 24px;
	color: #0D0D0D;
	background: #F2BD1D;
	margin-right: 20px;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.reviews .btn-1:hover{
	background: #F0F2F2;
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
	box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}
.reviews .btn-2 {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 18px 32px;
	font-weight: 500;
	font-size: 24px;
	color: #0D0D0D;
	width: 409px;
	height: 64px;
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
	filter: drop-shadow(4px 4px 10px rgba(118, 101, 26, 0.2));
	border-radius: 5px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.reviews .btn-2:hover{
	background: rgba(242, 189, 29, 0.4);
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
}
.reviews .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}
.review-name{
font-weight: 500;
font-size: 24px;
color: #0D0D0D;
}
.review-text p {
  margin: 10px 0;
}
.review .stars {
	padding: 10px 0 10px;
}
.prices h3 {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	padding-left: 10px;
	margin-bottom: 24px;
}
table {
	border-collapse: inherit;
    border-spacing: 0;
    vertical-align: inherit;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
	width: 100%;
	margin-bottom: 32px;
}
table tr:nth-child(even) {
	background: rgba(211, 232, 245, 0.5);
}
table tr:nth-child(odd) {
	background: rgba(22, 79, 115, 0.2);
}
table tr {
	font-size: 18px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
table tr:hover {
  opacity: 0.75;
}
table td:first-child {
	padding: 20px 30px;
}
table td:last-child {
	text-align: right;
	padding: 20px 30px;
  min-width: 150px;
}
.prices h2{
	margin-bottom: 60px;
}
.prices-desc{
	padding-top: 15px;
}
.prices-desc p {
	margin: 20px 0;
}
.docs {
	background: url(../img/modern-door-handle.jpg), #164F73;
	box-shadow: 4px 4px 20px rgba(156, 152, 155, 0.2);
	padding-top: 60px;
}
.docs h2 {
	color:#F0F2F2;
	max-width: 750px;
}
.docs h2 + p {
	color: #F0F2F2;
  padding-left: 30px;
	margin-top: 40px;
}
.docs-list {
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
}
.doc-list__item {
	flex: 0 0 50%;
	padding-left: 95px;
	position: relative;
	margin-bottom: 70px;
}
.doc-list__item:nth-child(3),
.doc-list__item:nth-child(4){
	margin-bottom: 0;
}
.doc-title{
	font-weight: bold;
	font-size: 24px;
	color: #F0F2F2;
	text-transform: uppercase;
}
.doc-list__item p {
	font-size: 16px;
	color: #F0F2F2;
}
.doc-list__item:before{
	width: 50px;
	height: 50px;
	background: url(../img/check.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.master24 {
	background: #164F73;
	padding: 60px 0;
}
.master24 h2{
	color:#F0F2F2;
	margin-bottom: 40px;
}
.master24 h2+p {
	padding-left: 30px;
	max-width: 60%;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 60px;
	color: #A1BAC9;
}
.master24 .wpcf7-form-control-wrap {
	width: 31.333%;
	margin: 0 1%;
}
.master24 input[type="text"] {
	height: 68px;
	background: #FFF;
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0 30px;
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	width: 100%;
}
.master24 input[type="submit"] {
	margin: 0 1%;
	cursor: pointer;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #0D0D0D;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 18px 32px;
	width: 31.333%;
	height: 68px;
	background: #F2BD1D;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.master24 input[type="submit"]:hover{
	color: #F0F2F2;
	background: none;
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
	box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}
.master24 form p {
  flex-wrap: wrap;
  display: flex;
	margin: 0 -1%;
  justify-content: space-between;
}
.wpcf7 form.sent div.wpcf7-response-output{
	display:none;
}
.master24 p.agree {
font-weight: normal;
font-size: 18px;
margin-top: 24px;
color: #F0F2F2;
}
.faq {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}
.faq h2 {
	margin:0 0 70px 0;
}
.faq .item {
	background: #F0F2F2;
	box-shadow: 4px 4px 12px rgba(156, 152, 155, 0.2);
	border-radius: 5px;
	padding: 25px 40px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.faq .item:last-of-type {
	margin-bottom: 0px;
}
.faq .item:hover {
	box-shadow: 4px 4px 12px rgba(156, 152, 155, 0.4);
}
.faq .que {
	position: relative;
	display: flex;
	align-items: center;
  font-weight: 500;
	font-size: 24px;
	color: #164F73;
	padding: 0 50px 0 0;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.que:after {
	width: 25px;
	height: 25px;
  right: 0;
	background: url(../img/cross.svg) no-repeat center center;
	background-size: contain;
	will-change: transform;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.faq .item.open .que:after {
	transform: rotate(45deg);
}
.faq .ans {
	display: none;
	font-size: 18px;
	color: #0D0D0D;
	margin-top: 36px;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.faq .item:hover .que {
	color:#0D0D0D;
}
.faq .item.open .ans {
	display: block;
}
.faqs {
    max-width: 1100px;
}
.map {
	background: #e1ecf3;
	padding: 100px 0;
}
.map h2 {
	margin-bottom: 60px;
}
.maps {
	display: flex;
	align-items: flex-start;
}
.maps img {
    max-width: 100%;
    height: auto;
    display: block;
}
.mwp {
    max-width: 731px;
    margin-right: 80px;
	box-shadow: 4px 4px 20px rgb(156 152 155 / 20%);
}
.locs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    max-width: 410px;
    padding-top: 30px;
}
.locs span{
	flex:0 0 50%;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	padding-left: 27px;
	color: #000000;
	margin-bottom: 20px;
	position: relative;
}
.locs span:before{
	content:'';
	width: 19px;
	height:23px;
	left:0;
	top:0;
	position: absolute;
}
.locs span.locs-1:before{
	background: url(../img/sub.png);
	background-size: contain;
    background-repeat: no-repeat;
}
.locs span.locs-2:before{
	background: url(../img/Subtract.svg);
}
.no-risks {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.no-risks .next{
    position: absolute;
    top: 47%;
    right: -5px;
	z-index:55;
}
.no-risks .prev {
    position: absolute;
    top: 47%;
    left: -5px;
	z-index:55;
}
.no-risks h2 {
	margin-bottom: 115px;
}
.risk {
    width: 364px;
    height: 422px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	margin:0 10px;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	position:relative;
	color: #F0F2F2;
}
.risk:after {
	content:'';
	position:absolute;
	width:100px;
	height:100px;
	background:url(../img/yes_icon.svg);
	top:-15px;
	right:-15px;
}
.risk:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(../img/no_icon.svg);
	bottom: -15px;
	left: -15px;
}
.risks {
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}
.risk1{
	background-image: url(../img/risk1.jpg);
}
.risk2{
	background-image: url(../img/risk2.jpg);
}
.risk3{
	background-image :url(../img/risk3.jpg);
}

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

fixed

-------------------------------- */
.whatsapp-fixed {
	position: fixed;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 140px;
	right: 46px;
	z-index: 10;
}
.whatsapp-fixed img {
  width: 100%;
	position: relative;
	display: block;
	z-index: 1;
	border-radius: 50%;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
}
.whatsapp-fixed:before {
  width: 100%;
	height: 100%;
  background: #00B132;
  border: 0;
  border-radius: 50%;
  will-change: transform;
  -webkit-animation: scale 2.5s linear infinite;
  animation: scale 2.5s linear infinite;
}
.telega-fixed {
	position: fixed;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 220px;
	right: 46px;
	z-index: 10;
}
.telega-fixed img {
  width: 100%;
	position: relative;
	display: block;
	z-index: 1;
	border-radius: 50%;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
}
.telega-fixed:before {
	width: 100%;
	height: 100%;
  background: #37AEE2;
  border: 0;
  border-radius: 50%;
  will-change: transform;
  -webkit-animation: scale 2.5s linear infinite;
  animation: scale 2.5s linear infinite;
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
	opacity: 0;
  }
}
@-webkit-keyframes scale {
   0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
	opacity: 0;
  }
}
footer{
	background: #164F73;
	padding-top: 24px;
	padding-bottom: 24px;
}
footer .wrapper {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
footer p{
	color:#F0F2F2;
}
footer .left a{
	display: flex;
	align-items: center;
}
footer .left a span {
	color:#F0F2F2;
	border-bottom: 2px dashed;
	margin-left: 8px;
	box-sizing: border-box;
}
footer .left a:hover span {
	border-color: #164F73;
}
footer .center {
	text-align: center;
}
.privacy {
	font-size: 18px;
	text-align: center;
	color: #F0F2F2;
}
.privacy:hover {
	color: #f2bd1d;
}
footer .center p {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #F0F2F2;
}
footer .right a:not(.email) {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 8px;
	display: block;
	color: #F2BD1D;
	position: relative;
}
.right .email {
	font-size: 18px;
	color: #F0F2F2;
	padding-top: 4px;
  display: block;
	margin-bottom: 24px;
}
.right .email:hover {
	color: #f2bd1d;
}
.right .footer-title {
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #F0F2F2;
	margin-bottom: 18px;
}
footer a.btn {
	margin: 40px 0;
	padding: 18px 32px;
	width: 400px;
	height: 68px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #0D0D0D;
	background: #F2BD1D;
	border: 2px solid transparent;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
footer .left > img {
    margin-bottom: 24px;
}
footer .left a{
	margin-top: 18px;
}
footer .left a img{
  width: 49px;
}
footer a.btn:hover{
	border: 2px solid #F2BD1D;
	box-sizing: border-box;
	background: none;
	color:#fff;
	box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}
@media (max-width: 1100px){
header .call-item a, header .call-item {
	font-size: 19px;
}
header .address,
header .worktime, header .call-item::after	{
	font-size: 14px;
	}
	.risks {
		justify-content: space-around;
	}
	.risk {
		margin-bottom:30px;
	}
	.risk3 {
		margin-bottom:0;
	}
	.maps {
		flex-wrap: wrap;
	}
	.docs-list {
		padding-left: 0;
	}
	.cards:after {
		content:'';
		display:block;
		flex: 0 0 32%;
	}
	footer a.btn {
    width: 100%;
	}
	footer .center {
		padding: 0 10px;
	}
	.maps img {
		margin-right: 10px;
	}
}

@media (max-width:970px){
	.services {
		padding-top: 50px;
	}
	.main-form {
		position: relative;
		right: 0;
		bottom: 0;
		border-radius: 0;
    max-width: none;
		background: #164F73;
	}
	.main-form form {
    margin: 0 auto;
    max-width: 340px;
}
}

@media (max-width: 900px){
	.navigation {
		width: calc(100% + 30px);
		left: -15px;
		overflow: hidden;
	}
	.navigation .next{
		margin-right:-10px;
	}
	footer .right a:not(.email) {
		font-size: 20px;
	}
	header .address{
		display:none;
	}
	nav ul li {
		padding: 0 20px;
	}
	.masters{
		flex-wrap:wrap;
		padding-bottom:50px;
	}
	.masters .left{
		flex: 0 0 100%;
		margin-right:0;
	}

}

span.wpcf7-spinner{
	display:none;
}
@media (max-width: 768px){
	footer .center p {
		font-size: 19px;
	}
	footer a.btn {
		padding: 18px;
		font-size: 19px;
	}
	.master24 form p {
    justify-content: center;
}
}

@media (max-width:767px){
	.doc-list__item, .doc-list__item:nth-child(3) {
		flex: 0 0 100%;
		margin-bottom: 24px;
	}

}

.mob-worktime {
	display: none;
}

@media (min-width:641px){
	.mob{
		display: none !important;
	}
}

@media (max-width:640px){
	.modal .closemodal.ok {
    font-size: 16px;
    height: 50px;
    margin-top: 20px;
}
	.inner .er404 h1 {
    font-size: 144px;
	}
	.inner .er404 a{
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
	}
	.inner .er404 h3{
		font-size:20px;
	}
	.navigation .prev,
	.navigation .next{
    	transform: scale(0.5);
	}
	.navigation .prev{
		margin-left:-22px;
	}
	.navigation .next{
		margin-right:-25px;
	}
	.ms .bg {
    box-shadow: 4px 4px 5px rgb(156 152 155 / 10%);
}
	.navigation {
    width: 340px;
    left: -10px;
    top: 53px;
    overflow: hidden;
}
	.masters .owl-dots{
		padding-top:6px;
	}
	.masters .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 2px;
}
	.ms{
		margin:5px;
	}
	div#wapp a {

    right: 340px!important;
    bottom: 100px !important;
}
	a#tg {
    right: 330px;
    bottom: 20px;
}
	header {
		background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.56) 100%);
	}
	.desk{
		display: none !important;
	}
	.ms > img {
        max-width: 150px !important;
   		max-height: 130px !important;
		height:auto;
	}

	.ms .bg, .ms-info {
    height:105px;
	}

	.ms-info .stars img{
		width:6px !important;
	}
	.ms-info {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.ms-info h3{
		padding-top:0;
		margin-bottom: 0;
		font-weight: 500;
		font-size: 15px;
		text-transform: uppercase;
	}
	.masters h2 {
 	   margin-bottom: 24px;
	}
	.ms-info p {
	padding-top: 9px;
	font-size: 14px;
}
	.risk {
		width: 256px;
		height: 296px;
		font-weight: 500;
		font-size: 15px;
		text-transform: uppercase;
		margin: 20px auto;
	}
	.risk:before, .risk:after{
		width:50px;
		height:50px;
		background-size:50px 50px;
	}
	.no-risks h2 {
    margin-bottom: 25px;
	}
	.no-risks {
		padding-bottom: 10px;
	}
	footer .right p.mob {
		font-weight: 500;
		font-size: 18px;
		margin-top: 24px;
		color: #F2BD1D;
	}
	.modal input[type=submit] {
    width: 100%;
    height: 58px;
    font-size: 17px;
}
	.modal h4 {
    font-weight: bold;
    font-size: 17px;
    padding: 0 30px;
	}
	.reviews .btn-1, .reviews .btn-2 {
	margin: 0 0 20px 0;
	padding: 18px 32px;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}
	.reviews .btns{
		padding-top: 16px;
    flex-direction: column;
	}
	.map.wrapper{
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 30px;
		max-width: none;
	}
	.map img{
		max-width: 100%;
		height: auto;
		display: block;
    margin-right: 0;
	}.mwp {
    margin-right: 0;
	}
	.map h2{
		max-width: 320px;
		padding-left: 10px;
		padding-right: 10px;
		margin:  0 auto 25px;
	}
	.locs span {
	font-size: 14px;
	margin-bottom: 13px;
}
	.review .stars{
		padding: 10px 0 15px;
	}
a#toTop {
    right: -70px;
}
	.mob{
		display: block;
	}
	a.mob.mob-privacy {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	color: #F0F2F2;
	margin-top: 4px;
	border-bottom: 1px dashed;
}
	.reviews{
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.reviews h2{
		margin-bottom: 32px;
	}
	.review{
		flex: 0 0 100%;
		padding: 20px;
		margin-bottom: 16px;
	}
	.review-name{
		font-weight: 500;
		font-size: 15px;
		text-transform: uppercase;
	}
	.review-text{
font-weight: normal;
font-size: 12px;
	}
	.main-form{
		padding-top: 25px;
		margin-top: 40px;
		padding-bottom: 35px;
	}
	.main-form input[type="text"] {
	height: 55px;
	margin-bottom: 24px;
	font-size: 14px;
	width: 100%;
}
	.main-form h3{
		font-weight: 500;
		font-size: 24px;
	}
	.main-form form{
		margin: 0 auto;
		max-width: 340px;
		padding-left: 10px;
		padding-right: 10px;
	}
	nav{
		display: none;
		   position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: 71px;
    width: 100%;
    max-width: 320px;
    transform: translateX(-50%);
    width: 181px;
    background: #F0F2F2;
    box-shadow: 4px 4px 20px rgb(156 152 155 / 20%);
	}
	.opened nav{
		display:block;
	}
	nav ul{
		display:flex;
		flex-direction:column;
	}
	nav .wrapper{
		padding:0;
	}

	nav ul li{
		padding:0;
	}
	nav ul li a{
		padding:0 12px;
   		display: block;
    font-family: 'Rubik';
		font-weight: 500;
		font-size: 15px;
		text-align: right;
		text-transform: uppercase;
	}
	nav ul li a:hover{
background: #F2BD1D;
box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
color: #0D0D0D;
	}
	.top:before{
		display: none;
	}
	.mob-worktime{
		display: block;
		font-weight: 500;
		font-size: 12px;
		text-align: center;
	}
	header .call-item a, header .call-item {
		font-size: 17px;
		margin-bottom: 4px;
	}
	header .call-item a:nth-child(2){
		display:none;
	}
	header .address, header .worktime, .call-item img {
		display: none;
	}
	footer{
		padding-top: 28px;
	}
	footer .center p {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
	footer a.btn{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 18px 32px;
		width: 244px;
		height: 55px;
		font-weight: 500;
		font-size: 15px;
		margin: 16px auto 40px;
		text-transform: uppercase;
	}
	footer .center .privacy, footer .left > img, footer .left p{
		display: none;
	}
	footer .wrapper{
		flex-wrap: wrap;
	}
	footer .center {
		flex:1;
		padding: 0;
		order:-1;
	}
	footer .right{
		order: 0;
		display: flex;
		justify-content: space-between;
	}
	footer .right div{
		flex: 0 0 50%;
	}
	footer .right .footer-title {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}
footer .right a:not(.email) {
margin-bottom: 4px;
font-weight: bold;
font-size: 24px;
}
footer p {
font-size: 18px;
}
	footer .left a {
		margin-top: 18px;
		justify-content: center;
	}
	footer .right .email{
		padding-top: 16px;
		font-weight: normal;
		font-size: 18px;
	}
	footer .left{
		order:1;
		text-align: center;
		width: 100%;
	}
	footer .left a img {
		width: 25px;
	}
	footer .left a span{
		margin-right: 5px;
		font-weight: normal;
		font-size: 12px;
		border-bottom: 1px dashed;
	}
	.master24{
		padding: 32px 0;
	}
	.master24 h2{
		margin-bottom: 24px;
	}
	.master24 h2 + p{
		font-weight: normal;
		font-size: 12px;
		padding-left: 0;
		margin-bottom: 24px;
	}
	.master24 form p{
		flex-wrap: wrap;
	}
	.master24 input[type="text"] {
		padding-left: 16px;
	}
	.master24 .wpcf7-form-control-wrap{
		width:100%;
	}
	.master24 input[type="submit"]{
		font-weight: 500;
		font-size: 15px;
		padding: 18px 32px;
		width: 100%;
		height: 54px;
		text-transform: uppercase;
	}
	.master24 p.agree{
		font-size: 12px;
	}
	.faq h2{
		margin: 32px 0 24px;
	}
	.faq .item {
	padding: 20px;
	margin-bottom: 16px;
}
	.faqs {
		padding-bottom: 16px;
	}
	.faq .que{
		font-weight: 500;
		font-size: 15px;
		text-transform: uppercase;
	}
	.faq .item:after {
		background-size: contain;
		content: '';
		position: absolute;
		width: 34px;
		height: 34px;
		right: 7px;
		top: 16px;
	}
	.faq .item.open:after {
		content: '';
		transform: rotate(45deg);
	}
	.faq .ans{
		font-weight: normal;
		font-size: 12px;
		margin-top: 12px;
	}
	.top h1{
		font-weight: bold;
		font-size: 40px;
		text-align: center;
	}
	.advantages{
		margin-top: 35px;
	}
	.adv{
		margin-bottom: 24px;
	}
	.adv span{
		font-family: 'Rubik';
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		padding-left: 8px;
	}
	.adv img{
		width: 22px;
		height:22px;
	}
	.prices h3 {
	margin: 0 auto;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 0;
	margin-bottom: 15px;
}
	header .call-item {
		text-align: center;
	}
	.prices-desc{
		padding-top: 8px;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.prices-desc p{
		margin-top: 0;
	}
	.prices h2 {
		margin: 0 auto 32px;
	}
	table {
	margin-bottom: 25px;
}
	.services{
		background: #F0F2F2;
		padding-top: 32px;
		padding-bottom: 0;
	}
	.services h2{
		color: #0D0D0D;
		margin-bottom: 0;
	}
	.services h2 + p{
		display: none;
	}
	.services .masters_desc p, .services .masters_desc li {
		color: #0d0d0d;
	}
	h2:before {
		width: 4px;
	}
	.docs{
		padding-top: 30px;
	}
	.docs-list {
		padding: 30px 0 35px;
	}
	.docs h2 + p{
		display: none;
	}
	.doc-list__item{
		padding-left: 38px;
	}
	.doc-title{
		font-size: 15px;
	}
	.doc-list__item p br{
		display: none;
	}
	.doc-list__item:before {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	section.wrapper.prices {
		max-width: 100%;
		padding: 0;
	}
	table td:last-child{
		width: 33.33%;
		min-width: auto;
	}
	table td:first-child{
		width: 66.66%;
	}
	table td {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	background: none !important;
}
	tbody {
		display: block;
	}
	table tr {
		display: block;
		width: 100%;
	}
	table tr:nth-child(odd) {
		background: #A1BAC9;
	}
	table tr:nth-child(even){
		background: rgba(211, 232, 245, 0.5);
	}
}

@media (max-width: 530px){
	a#tg{
    right: 270px;
	}
	div#wapp a {
    right: 280px!important;
	}
header .call-item::before {
	display: none;
}
}
@media (max-width:450px){
	a#toTop {
    right: 0px;
}
}

.er404 {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: #e1ecf3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.er404 h1 {
	font-size: 220px;
	line-height: 1;
	color: #164f7336;
}
.er404 h3 {
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 32px;
	cursor: pointer;
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #0D0D0D;
	width: 100%;
	height: 68px;
	background: #F2BD1D;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}
.btn:hover {
	background: transparent;
	border: 2px solid #F2BD1D;
	box-shadow: 4px 4px 10px rgba(118, 101, 26, 0.2);
}

@media (max-width: 1600px){
.wrapper {
	max-width: 100%;
	padding: 0 50px;
}
.top-header {
	padding: 15px 50px;
}
.logo {
	width: 110px;
}
nav {
	padding: 10px 0;
}
nav ul li a {
	font-size: 14px;
}
header .call-item::after {
	font-size: 12px;
	bottom: -12px;
}
.intro-flex {
	padding: 0 0 50px 0;
}
.top h1 {
	font-size: 60px;
	margin: 0 0 40px 0;
}
.adv span {
	font-size: 16px;
}
.main-form h3 {
	font-size: 24px;
}
.main-form input[type="submit"], .reviews .btn-1, .reviews .btn-2, .master24 input[type="submit"], footer a.btn, .modal input[type="submit"] {
	font-size: 18px;
}
.services, .masters, .prices, .reviews, .no-risks, .faq, .map {
	padding: 70px 0;
}
.card .btn-solid {
	height: 55px;
	font-size: 16px;
}
.no-risks h2 {
	margin-bottom: 70px;
}


}

@media (max-width: 1400px){
.main-form {
	padding: 30px 55px;
}
h2 {
	font-size: 36px;
}
.masters .left {
	width: 45%;
}
.master24 h2 + p {
	font-size: 20px;
	margin-bottom: 40px;
}
.privacy {
	font-size: 14px;
}



}

@media (max-width: 1200px){
.card {
	width: 48%;
}
.card .btn-solid {
	transform: translateX(0%);
	opacity: 1;
}
.masters-flex {
	flex-direction: column;
}
.masters .left {
	width: 100%;
	margin: 0;
}
.masters .right {
	width: 100%;
}
.mwp {
	max-width: 100%;
	margin: 0 0 40px 0;
	box-shadow: 4px 4px 20px rgb(156 152 155 / 20%);
}
.locs {
	max-width: 100%;
	padding-top: 0;
}
footer .wrapper {
	flex-direction: column;
}
footer .left {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px 0;
	text-align: center;
}
footer {
	padding: 40px 0;
}
footer .center {
	padding: 0;
	margin: 0 0 40px 0;
}
footer a.btn {
	margin: 20px 0;
}
footer .right {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.main-form {
	width: 40%;
	padding: 30px 45px;
}






}

@media (max-width: 991px){
.intro-flex {
	height: auto;
	align-items: flex-start;
	padding: 150px 0 40px 0;
	min-height: 100vh;
	flex-direction: column;
}
.doc-list__item {
	flex: 0 0 auto;
	padding-left: 55px;
	margin-bottom: 40px;
	width: 100%;
}
.doc-list__item:nth-child(3) {
	margin-bottom: 40px;
}
.doc-list__item:nth-child(4) {
	margin-bottom: 0px;
}
.doc-list__item::before {
	width: 35px;
	height: 35px;
}
.review {
	flex: 0 0 100%;
	padding: 40px;
}
.master24 form p {
	margin: 0;
	flex-direction: column;
}
.master24 .wpcf7-form-control-wrap {
	width: 100%;
	margin: 0 0 20px 0;
}
.master24 input[type="submit"] {
	margin: 0;
	width: 100%;
}
.faq .que {
	font-size: 18px;
}
.intro-content {
	width: 100%;
}
.main-form {
	width: 60%;
}



}

@media (max-width: 767px){
.wrapper {
	padding: 0 15px;
}
.top-header {
	padding: 15px;
}
.top h1 {
	font-size: 42px;
	margin: 0 0 20px 0;
}
.services, .masters, .prices, .reviews, .no-risks, .faq, .map {
	padding: 40px 0;
}
h2 {
	font-size: 28px;
}
.services h2 {
	margin-bottom: 30px;
}
.card-txt {
	padding: 30px;
}
.masters_desc-title {
	font-size: 24px;
}
.faq h2 {
	margin: 0 0 40px 0;
}
.whatsapp-fixed, .telega-fixed {
	width: 45px;
	height: 45px;
	right: 15px;
}
.whatsapp-fixed {
	bottom: 120px;
}
.telega-fixed {
	bottom: 185px;
}
.main-form {
	width: 100%;
}
.er404 h1 {
	font-size: 120px;
}
.er404 h3 {
	font-size: 18px;
}
.btn {
	padding: 0 20px;
	font-size: 16px;
}
.lpt-widget-btn_position-right .lpt-widget-btn {
	right: 8px !important;
}






}

@media (max-width: 480px){
.main-form {
	padding: 30px 20px;
}
h2 {
	font-size: 24px;
	line-height: 1.4;
	padding-left: 20px;
}
.cards {
	margin: 0;
	padding-top: 20px;
}
.card {
	width: 100%;
}
.main-form {
	background: #164F73D6;
	border: 0;
}
.masters .right {
	margin: 30px 0 0 0;
}
table td:first-child {
	padding: 20px 15px;
}
table td:last-child {
	padding: 20px 15px;
}
.review {
	padding: 30px 15px;
}
.main-form input[type="submit"], .reviews .btn-1, .reviews .btn-2, .master24 input[type="submit"], footer a.btn, .modal input[type="submit"] {
	font-size: 14px;
	text-transform: uppercase;
}
.no-risks h2 {
	margin-bottom: 30px;
}
.master24 h2 + p {
	max-width: 100%;
	font-size: 18px;
}
.faq .que {
	font-size: 16px;
}
.grecaptcha-badge {
	display: none !important;
}
.top {
	background: url(../img/bg-mob.jpg) no-repeat center center;
	background-size: cover;
}







}
