/* Бургер меню - начало*/

.hidden-menu {
  display: block;
  position: fixed;
  list-style:none;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 290px;
  background-color: #FFFFFF;
  height: 100%;
  top: 0;
  right: -100%;
  transition: all .3s;
  z-index: 2;
  overflow-y:auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.hidden-menu-ticker {
  display: none;
}
.chemenu {
	display: flex;
    justify-content: end;
	padding-right: 10px;
}
.btn-menu {
  display:block;
  cursor: pointer;
  transition: left .23s;
  z-index: 3;
  width: 34px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.btn-menu span {
  display: block;
  height: 2px;
  background-color: #C3A067;
  margin: 6px 0 0;
  transition: .3s;
  position: relative;
}
.btn-menu span.first {
  margin-top: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu {
  left: 160px;
}

.hidden-menu-ticker:checked ~ .hidden-menu {
  right: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.first {
	top: 50%;
    transform: rotate(-45deg);
}

.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.third {
	top: -40%;
    transform: rotate(45deg);
}
.mainlis {
	margin: 0;
}
.mainlis-container {
	display: flex;
}
/* .cviz-form-wrp {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration:none;
  color:white;
} */

/* .snextop {
	margin-top:10px;
} */
/* .snexbot {
	margin-top:10px;
	margin-bottom:10px;
} */

.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}

.core-menu li a {
  display: inline-block;
  padding: 0.8em;
	font-size: 16px;
}

.core-menu li a:hover {
  background:#fff;
	color: #ff0000;
  color:white;
	
}

.toggle {
  padding:20px;
/*position:absolute;
  right:0;
  width:10%;
  top: 0;
  padding: 20px; */
}

.toggle:before {
  content:"\f107";
  font:normal normal normal 16px/1 FontAwesome;
}
/* li span.toggle2 {
position:absolute;
  right:0;
  width:10%;
  top: 0;
  padding: 20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
} */

.dropdown {
  width:94% !important;
  position:absolute;
  background:#fff;
  text-align:left;
  display:none;
  border-radius: 10px;
  padding:0;
}

.dropdown_first {
  background: #F2F2F2;
}

.dropdown_two {
  background: #e0e0e0;
}

.dropdown li {
  display: block;
  }

.dropdown li a {
  display:block;
	color: #000;
}

.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 16px/1 "Montserrat";
  text-transform:uppercase;
}
.snextopa, .toggle, .mainlis a {
	color: #000000 !important;
	background: transparent !important;
}
.snextopa {
  display: flex;
  justify-content: space-between;
}
 .core-menu { 
	 padding: 0;
}

@media (max-width:1023px) {
/*   .main-menu {
    height:50px;
  } */

/*   .container-menu {
    width:100%;
  } */
/*   .navigation {
    float:left;
    display:block;
    width:100%;
  } */
  .core-menu {
    float:right;
    width:100%;
    margin:auto;
    display:none;
	font-weight:600;
	font-family: 'Montserrat';
	font-size:18px;
  }
  
  .core-menu li {
    width:100%;
    display:block;
  }
  .core-menu li a{
    display:inline-block;
	text-align:left;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
  }
/* 
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:0;
  margin-right:25px;
  background:#fff;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:23px;
  }
  .burger-3 {
  top:31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
.burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  } */
  .dropdown {
    width:100%;
    text-align:left;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 0px;
	  background-color: #fff;
}

/* 	.snextopa:hover + .dropdown, .dropdown:hover {
	display: block;
}	 */
/* 	.snextopa2:hover + .dropdown2, .dropdown2:hover {
	display: block;
}	 */
/* 	.toggle2.snextopa:active + .dropdown2 {
	display: block;
} */
/* .snextopa:hover, .snextopa:hover .toggle, .snextopa:hover a, .dropdown li a:hover {
	background-color: #fff !important;
	color: #ff0000 !important;
} */
}
/* .text-accent:hover {
	background-color: #fff !important;
	color: #ff0000 !important;	
} */
.open-list {
	display: block;
}
.mainlis a.text-accent, .snextopa .toggle.text-accent {
	color: #ff0000 !important;	
}

/* Бургер-меню конец------------------------------------------------------------------------- */

/* .hidden-menu {
  display: block;
  position: fixed;
  list-style:none;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 250px;
  background-color: #292929;
  height: 100%;
  top: 0;
  left: -250px;
  transition: left .2s;
  z-index: 2;
  overflow-y:auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.hidden-menu-ticker {
  display: none;
}

.btn-menu {
	display:block;
  color: #fff;
  background-color: rgb(224, 35, 46);
  padding: 7px;
  border-radius:3px;
  cursor: pointer;
  transition: left .23s;
  z-index: 3;
  width: 25px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.btn-menu span {
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 5px 0 0;
  transition: all .1s linear .23s;
  position: relative;
}
.btn-menu span.first {
  margin-top: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu {
  left: 160px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
  left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 8px;
  
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -8px;    
}

.cviz-form-wrp {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  text-decoration:none;
  color:white;
}


.snextop{
	margin-top:10px;
}
.snexbot{
	margin-top:10px;
	margin-bottom:10px;
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}
.core-menu li a {
  display:inline-block;
  padding:1em;
}
.core-menu li a:hover {
  background:#c29f6b;
  color:white;
	
}
li span.toggle {
  padding-left:1em;
}
.toggle:before {
  content:"\f107";
  font:normal normal normal 16px/1 FontAwesome;
}
.dropdown {
  position:absolute;
  width:230px;
  background:#584c41;
  text-align:left;
  display:none;
}
.dropdown li {
  display:block;
  }
.dropdown li a {
  display:block;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#7b6a5b;
  text-align:left;
  display:none;
  right:-100%;
  top:0;
}
.dropdown2 li {
  display:block;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  width:10%;
  margin-top:-33px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 16px/1 "Montserrat";
  text-transform:uppercase;
}

@media (max-width:720px) {
  .main-menu {
    height:50px;
  }
  .container-menu {
    width:100%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
  .core-menu {
    float:right;
    width:100%;
    margin:auto;
    display:none;
	font-weight:600;
	font-family: 'Montserrat';
	font-size:18px;
  }
  
  .core-menu li {
    width:100%;
    display:block;
  }
  .core-menu li a{
    display:block;
    margin:auto;
	text-align:left;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
  }
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:0;
  margin-right:25px;
  background:#fff;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:23px;
  }
  .burger-3 {
  top:31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
    text-align:left;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 0px;
}
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #1d1d1f;
	font-family: 'Montserrat';
	max-width: 100%;
	box-sizing: border-box;
}
body .wrapper {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 60px;
}
body img {
	max-width: 100%;
	max-height: 100%;
}

@media all and (max-width: 768px){
	.partners {
		border-radius: 4px;
		background-color: rgb(255, 255, 255);
		margin-bottom: 28px;
		margin-top: 6px;
	}
	.partners .wrap-in {
		display: flex;
		align-items: flex-start;
		padding: 5px 10px 5px 16px;
		font-size: 0;
	}
	.partners .wrap-in .title {
		font-size: 12px;
		color: #333333;
		text-transform: uppercase;
		margin-right: 10px;
		padding-top: 15px;
	}
	.partners .wrap-in .list {
		max-width: 600px;
		overflow-x: scroll;
	}
	.partners .wrap-in .list a {
		display: inline-block;
		font-size: 0;
	}

	.catalog-button a {
		border-radius: 4px;
		background-color: rgb(224, 35, 46);
		color: #fff;
		text-decoration: none;
		font-weight: 400;
		text-transform: uppercase;
		display: block;
		padding: 25px 0 20px 0;
		text-align: center;
		margin-bottom: 25px;
		font-size: 17px;
	}

	.catalog-block .image {
		margin-bottom: 30px;
	}
	.catalog-block {
		margin-bottom: 45px;
	}
	.catalog-block .cat-text {
		color: rgb(111, 111, 111);
		text-align: center;
		font-size: 14px;
	}

	.cviz-form-wrap {
		padding: 44px 15px 70px 15px;
		background: #292929;
		border-top: 1px solid #383838;
	}

	.cviz-form-wrap > .title {
		font-weight: 600;
		color: #d5d5d5;
		font-size: 23px;
		text-align: center;
		margin-bottom: 50px;
	}
	.cviz-form-wrap .cviz-more {
		margin-bottom: 40px;
	}
	.cviz-form-wrap .cviz-more a {
		border-radius: 4px;
		background-color: rgb(224, 35, 46);
		color: #fff;
		text-decoration: none;
		font-weight: 400;
		text-transform: uppercase;
		display: block;
		padding: 25px 10px 26px 10px;
		text-align: center;
		margin-bottom: 25px;
		font-size: 17px;
	}

	.cviz-form-wrap .cviz-form  .top_progres {
		font-size: 18px;
		color: #898989;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.cviz-form-wrap .cviz-form .title-form {
		font-weight: 600;
		color: #c3a067;
		font-size: 24px;
		margin-bottom: 30px;
	}
	.cviz-form-wrap .cviz-form .wrap-field {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label {
		display: flex;
		align-items: center;
		width: 33.33%;
		margin-bottom: 25px;
	}
	.fs-radio__label + br {
		display: none;
	}
	.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label input[type="radio"] {
		margin-right: 10px;
		border-radius: 2px !important;
		display: none;
	}
	.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label input[type="checkbox"] {
		margin-right: 10px;
		border-radius: 2px !important;
		display: none;
	}
	.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label .wpcf7-list-item-label {
		font-size: 18px;
		color: #d5d5d5;
		font-weight: 400;
	}
	span.wpcf7-list-item {
		display: flex;
		margin-left: 0;
		align-items: center;
	}
	.cviz-form-wrap .cviz-form .button-form-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 25px;
		border-radius: 4px;
		overflow: hidden;
	}
	.cviz-form-wrap .cviz-form .button-form-wrap button,
	.cviz-form-wrap .cviz-form .button-form-wrap button:hover,
	.cviz-form-wrap .cviz-form .button-form-wrap button:focus {
		border: none;
		outline: none;
	}
	.cviz-form-wrap .cviz-form .button-form-wrap button{
		flex-basis: 49.7%;
		max-width: 49.7%;
		width: 100%;
		font-size: 15px;
		padding: 1.4em 0;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	.cviz-form-wrap .cviz-form .button-form-wrap button.js-btn--disabled{
		opacity: 0.5;
		pointer-events: none;
	}
	.cviz-form-wrap .cviz-form .button-form-wrap button.skip{
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
	.cviz-form-wrap .cviz-form .button-form-wrap button.skip,
	.cviz-form-wrap .cviz-form .button-form-wrap button.prev{
		color: rgb(224,35,46);
		border-color: rgb(255,255,255);
		background-color: rgb(255,255,255);
		text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
	}
	.cviz-form-wrap .cviz-form .button-form-wrap button.next{
		background-color: rgb(224, 35, 46);
		color: #fff;
	}

	.rev_slider_wrapper{
		position: relative;
		height: auto !important;
		padding-top: 89% !important;
	}
	.rev_slider_wrapper>.rev_slider{
		top: 0;
		position: absolute !important;
	}
	.tabs-block>.rev_slider_wrapper{
		padding-top: 0 !important;
		height: 500px !important;
		height: 70vh !important;
	}
	.tabs-block>.rev_slider_wrapper>.rev_slider{
		position: relative !important;
	}


	.tabs-wrap .tabs-block .wrap-top {
		display: flex;
		padding: 20px 15px;
		overflow: hidden;
		border-top: 1px solid #3b3a39;
	}
	.tabs-wrap .tabs-block .wrap-top .text-tab {
		font-weight: 600;
		color: #c3a067;
		font-size: 24px;
		position: relative;
		display: block;
		width: 100%;
		padding-right: 25px;
	}
	.tabs-wrap .tabs-block{
		background: #1d1d1f;
	}
	.tabs-wrap .tabs-block .wrap-top .text-tab:before {
		content: '';
		position: absolute;
		display: inline-block;
		width: 22px;
		height: 12px;
		background: url('../img/arrow.png') 50% 50% / contain no-repeat;
		top: 50%;
		margin-top: -6px;
		right: 0;
		transition: ease 0.3s all;
	}
	.tabs-wrap .tabs-block .wrap-top.active .text-tab:before {
		/*transform: translateY(500px);*/
	}
	.tabs-wrap .tabs-block .tab-in-text .image {
		width: 100%;
		margin-bottom: 20px;
	}
	.tabs-wrap .tabs-block .text-tabs {
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
		flex-direction: column;
	}
	.tabs-wrap .tabs-block .text-tabs .title {
		font-weight: 600;
		color: #c3a067;
		font-size: 24px;
		margin-bottom: 30px;
		order: 1;
		margin-top: 20px;
	}
	.tabs-wrap .tabs-block .text-tabs .text {
		font-size: 14px;
		font-weight: 400;
		color: #d5d5d5;
		margin-bottom: 20px;
		order: 2;
	}
	.tabs-wrap .tabs-block .text-tabs .text ul{
		padding: 0;
		margin: 0;
		font-size: 0;
		list-style: none;
	}
	.tabs-wrap .tabs-block .text-tabs .text ul li{
		position: relative;
		padding-left: 45px;
		display: block;
		font-size: 20px;
		margin-bottom: 2px;
		flex-basis: 50%;
		max-width: 50%;
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.tabs-wrap .tabs-block .text-tabs .text ul li:before{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -14px;
		width: 28px;
		height: 28px;
		background: url(/wp-content/uploads/2020/08/accept-icon1.png) no-repeat center center /auto;
		border-radius: 250px;
	}
	.tabs-wrap .tabs-block .text-tabs .text p {
		margin-bottom: 20px;
	}
	.tabs-wrap .tabs-block .text-tabs .more {
		order: 3;
	}
	.tabs-wrap .tabs-block .text-tabs .more a {
		border-radius: 4px;
		background-color: rgb(224, 35, 46);
		color: #fff;
		text-decoration: none;
		font-weight: 400;
		text-transform: uppercase;
		display: block;
		padding: 25px 0 26px 0;
		text-align: center;
		margin-bottom: 16px;
		font-size: 17px;
	}
	.tabs-wrap .tabs-block .text-tabs .arrbg {
		order: 4;
		width: 30px;
		height: 16px;
		margin: 0 auto 16px;
		background: url('../img/arrow-t.png') 50% 50% / contain no-repeat;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

	}
	.tabs-wrap .tabs-block .tab-in-text {
		display: none;
	}
	.map-block {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.map-block .title {
		font-weight: 600;
		color: #c3a067;
		font-size: 24px;
		padding-bottom: 45px;
		position: relative;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/*header-top*/
	.header-top{
		display: flex;
		justify-content: space-between;
		padding: 15px;
		background: #000;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9999999;
	}
	.header-top .logo-left{
		height: 30px;
		margin-top:2px;
	}
	.calback_link{
		display:block;
		font-size: 12px;
		padding: 7px 13px 7px 13px;
		color: #fff;
		text-decoration: none;
		border-style: solid;
		border-width: 1px;
		border-color: rgb(224, 35, 46);
		border-radius: 6px;
		background-color: rgb(224, 35, 46);
	}
	/*/header-top*/


	/*header-bottom*/
	.header-bottom{
		padding: 34px 0;
		display: flex;
		justify-content: center;
	}
	.logo-main-link{
		font-size: 0;
	}
	.header-inner{
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: center;
		width: 100%;
		max-width: 200px;

	}
	/*/header-bottom*/



	/*/map*/

	/*info-block*/

	.info-block{
		color: #c3a067;
		display: flex;
	/*padding-bottom: 30px/*;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	padding: 11px 15px 32px;
}
.block-inner{
	padding-right: 55px;
}
.info-title{
	color: #cfcfcf;
	font-weight: bold;
}

.mail-link, .phones-link{
	color: #c3a067;
	text-decoration: none;
}

/*/info-block*/

/*footer-inner*/

.footer-inner{
	display: flex;
	justify-content: space-around;
	background: #000;
	padding: 50px 10px;
}
.bottom-slogan{
	color: #c3a067;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
}
.socials-inner{
	display: flex;
	justify-content: space-around;
	padding: 15px 5px;
	flex-wrap: wrap;
}
.socials-title{
	color: #cfcfcf;
	font-weight: bold;
}
.socials-inner .socials-link {
	display: inline-block;
	border-radius: 250px;
	width: 37px;
	height: 37px;
	font-size: 0;
}



.block-inner .address-text {
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
}
.mail-link, .phones-link {
	font-size: 14px;
}
.info-title {
	margin-bottom: 9px;
}
/*/footer-inner*/
}




@media (min-width: 640px) and (max-width: 768px){
	.cviz-form-wrap > .title{
		line-height: 34px;
		letter-spacing: -0.3px;
	}
}

@media all and (max-width: 640px) {
	.block-inner.email {
		padding-right: 0;
	}
	.block-inner {
		padding-right: 50px;
		margin-top: 15px;
	}
	.info-block {
		flex-wrap: wrap;
	}
	.partners .wrap-in .title {
		min-width: 110px;
		padding-top: 16px;
	}
	.partners .wrap-in .list a img {
		max-width: none;
	}
	.info-title {
		font-size: 16px;
	}
	.socials-title {
		font-size: 16px;
	}
}

@media all and (max-width: 590px) {
	.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label {
		width: 50%;
	}
	.map-block iframe {
		height: 300px !important;
	}
}


@media all and (max-width: 480px) {
	.logo-bottom{
		margin: 0 auto;
	}
	.catalog-button a,
	.cviz-form-wrap .cviz-more a,
	.tabs-wrap .tabs-block .text-tabs .more a  {
		font-size: 15px;
	}
	.cviz-form-wrap .cviz-form .button-form-wrap button{
		font-size: 13px;
	}
	.catalog-block .cat-text {
		font-size: 13px;
	}
	.cviz-form-wrap > .title,
	.cviz-form-wrap .cviz-form .title-form,
	.tabs-wrap .tabs-block .wrap-top .text-tab,
	.tabs-wrap .tabs-block .text-tabs .title,
	.map-block .title   {
		font-size: 20px;
	}
	.catalog-block .cat-text,
	.tabs-wrap .tabs-block .text-tabs .text {
		font-size: 13px;
	}
	.cviz-form-wrap .cviz-form .top_progres,
	.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label .wpcf7-list-item-label {
		font-size: 16px;
	}
	.footer-inner {
		flex-direction: column-reverse;
	}

	.logo-bottom,
	.socials-title {
		text-align: center;
	}
	.footer-inner {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.socials {
		padding-top: 40px;
		padding-bottom: 40px;
		background: #1d1d1f;
	}

	.socials-inner {
		display: flex;
		justify-content: center;
	}
	.socials-inner .socials-link {
		margin: 0 5px;
	}
	.socials-inner {
		padding-bottom: 0px;
	}
	.footer-inner {
		padding-bottom: 0;
	}
	.logo-bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.wpcf7 .cviz-form {
	display: none;
}

.wpcf7 .cviz-form.is-current-cviz {
	display: block;
}

.cviz-form-done input[type=email],
.cviz-form-done input[type=tel],
.cviz-form-done input[type=text] {
	height: 50px;
	padding: 0 15px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.cviz-form-done input[type=checkbox] {
	margin-right: 5px;
}
.cviz-form-done input[type=checkbox]+span{
	color: #fff;
}
.cviz-form-done .wpcf7-acceptance input[type=checkbox]{
	visibility: visible;
}

.cviz-form-done .wpcf7-form-control-wrap {
	margin-bottom: 25px;
	display: block;
	width: 100%;
}

.btn-submit-cviz {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: rgb(224, 35, 46);
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 25px 10px 26px 10px;
	text-align: center;
	margin-bottom: 25px;
	font-size: 15px;
	border: none;
	width: 100%;
}

.wpcf7-not-valid-tip {
	color: rgb(224, 35, 46);
	margin-top: 5px;
}

.wpcf7-response-output {
	color: #fff;
}


.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label .wpcf7-list-item-label {
	word-break: break-word;
	padding-left: 20px;
}


.cviz-form-wrap span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	border-radius: 50%;
	display: block;
	position: absolute;

}

.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label.fs-radio__label--checkbox span.wpcf7-list-item-label::before,
.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label.fs-radio__label--checkbox span.wpcf7-list-item-label::after {
	border-radius: 0;
}

.cviz-form-wrap span.wpcf7-list-item-label::before {
	width: 12px;
	height: 12px;
	background-color: #fff;
	top: 4px;
	left: 0;
}

.cviz-form-wrap .fs-radio__label.fs-radio__label--checkbox span.wpcf7-list-item-label::before {
	top: 5px;
}

.cviz-form-wrap span.wpcf7-list-item-label::after {
	width: 6px;
	height: 6px;
	background-color: rgb(224, 35, 46);
	top: 7px;
	left: 3px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}

.cviz-form-wrap .fs-radio__label.fs-radio__label--checkbox span.wpcf7-list-item-label::after {
	width: 6px;
	height: 3px;
	background: none;
	top: 8px;
	left: 2px;
	border-left: 2px solid rgb(224, 35, 46);
	border-bottom: 2px solid rgb(224, 35, 46);
	transform: rotate(-63deg);
}

.cviz-form-wrap .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label::after {
	opacity: 1;
	visibility: visible;
}

.cviz-form-wrap .wpcf7-list-item input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
	opacity: 1;
	visibility: visible;
}

.partners .wrap-in .title { margin-right: 8px; }
.btn-submit-cviz {padding: 16px 10px 16px 10px;}
.cviz-form-wrap .cviz-form .wrap-field .fs-radio__label { padding-right: 2px;
	padding-left: 2px;
	box-sizing: border-box; }
	.logo-bottom{
		width: 100%;
		max-width: 180px;
	}


	.pum-container [type="submit"] {
		color: rgb(255,255,255) !important;
		border-color: rgb(224,35,46) !important;
		background: rgb(224,35,46) !important;
		border-radius: 0.25em;
		padding: 0.27em 1.105em 0.42em;
		font-size: 19px;
		display: block;
		border: none;
		cursor: pointer;
		transition: all 0.15s linear;
	}

	.pum-container [type="submit"][disabled],
	.pum-container [type="submit"].disabled {
		opacity: 0.25;
	}

	.pum-container [type="submit"]:hover {
		color: rgb(224,35,46);
		border-color: rgb(255,255,255);
		background-color: rgb(255,255,255);
		text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
	}

	.pum-theme-475 .pum-content, .pum-theme-enterprise-blue .pum-content {
		font-size: 14px;
		color: #999999;
		font-family: inherit;
		font-weight: 400;
	}

	.pum-container a {
		color: #ff2a13;
		text-decoration: none;
	}

	.pum-container a:hover {
		color: #d80f0f;
	}

	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		display: inline-block;
		height: 2.65em;
		margin-bottom: 9px;
		border: 1px solid #0d0d0d;
		padding: 0 .65em;
		font-size: 13px;
		line-height: normal;
		color: #555;
/*		background-color: #242424;*/
		border-radius: 4px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		width: 100%;
	}

	.pum-container label {
		display: block;
		margin-bottom: 2px;
		font-size: 12px;
		line-height: 1.7;
	}

	.pum-container span.wpcf7-list-item {
		display: inline-block;
	}

	.marquee {
		background: transparent;
	}

	.marquee__list {
		display: flex;
		align-items: center;
	}

	.marquee__list a {
		height: 45px;
	}

	.marquee__list a img {
		max-width: 100%;
		height: auto;
	}

	.splide__list {
		margin: 0 auto !important;
	}

	.splide__slide {
		height: 350px;
	}

	.splide__slide img{
		width: 100%;
		object-fit: cover;
	}
	.splide--fade>.splide__track>.splide__list{
		margin: 0 !important;
	}
	@media (max-width: 480px) {
		.splide__slide {
			height: 245px;
		}
		.tabs-wrap .tabs-block .text-tabs .text ul li{
			max-width: 100%;
			font-size: 14px;
		}
		.tabs-wrap .tabs-block .text-tabs .text ul li:before{
			width: 24px;
			height: 24px;
			margin-top: -12px;
		}
		.tabs-wrap .tabs-block .wrap-top{
			padding: 23px 15px;
		}
	}
	.splide--fade>.splide__track>.splide__list>.splide__slide.is-active,
	.splide--fade>.splide__track>.splide__list{
		display: flex;
		width: 100%;
	}
	.splide__arrow{
		margin-top: -1em;
	}

	.catalog-list-text {
		position: relative;
	}

	.catalog-list-text i {
		font-size: 10px;
		color: #333;
		font-weight: 800;
		font-style: normal;
		text-align: center;
		line-height: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		margin-left: 5px;
		background-color: rgba(255, 255, 255, .5);
	}

	.catalog-popup-text {
		color: #fff;
		font-size: 14px;
		line-height: 1.2;
		position: absolute;
		top: 45px;
		left: 35px;
		background-color: rgba(0, 0, 0, .8);
		padding: 30px 15px;
		width: 240px;
		border-radius: 5px;
		z-index: 1;
		cursor: pointer;
		display: none;
	}

	.catalog-popup-text > i {
		font-style: normal;
		cursor: pointer;
	}

	.catalog-popup-text:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 7.5px 8px 7.5px;
		border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
		position: absolute;
		z-index: 1;
		top: -8px;
		left: 20px;
	}


	.catalog-popup-text h1,
	.catalog-popup-text h2,
	.catalog-popup-text h3,
	.catalog-popup-text h4,
	.catalog-popup-text h5,
	.catalog-popup-text h6 {
		font-size: 16px;
		color: #c3a067;
		font-weight: 600;
		margin-bottom: 15px;
	}

	.catalog-popup-text i {
		font-size: 40px;
		color: #fff;
		font-weight: 100;
		line-height: 1;
		position: absolute;
		top: 0px;
		right: 15px;
	}

	.catalog-popup-text p:last-child {
		margin-bottom: 0 !important;
	}
	@media (max-width: 480px){
		.socials ,
		.logo-bottom{
			padding-top: 20px;
			padding-bottom: 20px;
		}
	}
@media (max-width: 1920px){
		#footer a,  #footer .footer-adress {
			font-size: 20px;
		}
		#footer .footer-icon a {
			font-size: 35px;
		}
	}
	@media (max-width: 768px){
		.info-block{
			padding: 9px 15px 15px;
		}
		#footer a,  #footer .footer-adress  {
			font-size: 16px;
		}
		#footer .footer-icon a {
			font-size: 35px;
		}
	}

	.pum-theme-475 .pum-container, .pum-theme-enterprise-blue .pum-container{
		background: rgba( 0, 0, 0, 1 ) !important;
	}
	.pum-theme-475 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close{
		background: url(../img/closess_s.png) 50% 50% no-repeat !important;
		background-size: 15px !important;
	}
	.pum-container [type="submit"][disabled],
	.pum-container [type="submit"].disabled{
		opacity: 1;
	} */


.wpcf7-form-control.wpcf7-acceptance {
  height: unset !important;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label{
  cursor: pointer;

  display: flex;
  align-items: flex-start;
  gap: 10px;

  line-height: 1.4;
}

.wpcf7-form .form__text {
  font-weight: 400;
  margin: 0 !important;
}

.wpcf7-form .form__text a {
  transition: opacity .23s ease-in-out;
}

.wpcf7-form .form__text a:hover {
  opacity: 0.7;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
	cursor: pointer;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: unset;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;

  margin: 0 !important;

  transform: translate(-50%, -50%);
  z-index: 20;
}

.wpcf7-form .wpcf7-spinner ~ .wpcf7-spinner {
  display: none;
}

.wpcf7-form .wpcf7-form-control + .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}

/* Fix elementor header menu */
@media (min-width: 1024px) {
  #main-menu .main-menu__col--geo,
  #main-menu .main-menu__col--callback {
    width: unset;
  }

  #main-menu .main-menu__col--mobile-menu {
    display: none;
  }

  #main-menu .main-menu__col--menu {
    width: 69.5%;
  }
}

@media (max-width: 1024px) {
  #main-menu .main-menu__col--logo {
    width: 25%;
    max-width: 150px;
  }

  #main-menu .main-menu__col--callback {
    padding-left: 5px;
  }

  #main-menu .main-menu__col--callback,
  #main-menu .main-menu__col--mobile-menu {
    width: 34%;
  }

  #main-menu .main-menu__col--callback .elementor-widget-button {
    width: unset;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #main-menu .main-menu__col--logo {
    width: 29%;
    max-width: 120px;
  }

  #main-menu .main-menu__col--callback {
    min-width: 124px;
  }
}

@media (max-width: 576px) {
	#main-menu .main-menu__col--mobile-menu {
		width: 24%;
	}
}

#main-menu .geo-btn {
  position: relative;
  top: -5px;
}

/* Popup */
html.fixed {
  overflow: hidden;
}
html.fixed body {
  overflow: hidden;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
  transition: all 0.3s;
}
.popup__body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem 2rem;
}
.popup__content {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 1em 1.5em;
  border-radius: 8px;
  background-color: #fff;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.3s;
}
.popup__content p {
  margin: 0;
  margin-bottom: 1rem;
}
.popup__content *:last-child {
  margin-bottom: 0;
}

.popup__title {
  margin: 0;
  margin-bottom: 0.5em;

  font-size: 1.5rem;
}

.popup__title--sm {
  font-size: 1.3rem;
}

.popup__header:not(:last-child) {
  margin-bottom: 20px;
}

.popup__close,
button.popup__close,
.elementor-kit-6 button.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 0;
  color: red;
  background-color: transparent;
  border: 0;
  transition: opacity .23s ease-in-out;
}

.popup__close:hover {
  opacity: 0.75;
}

.popup__close::before, .popup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  border-radius: 8px;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.popup.active {
  pointer-events: all;
  -webkit-animation: fadeIn 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeIn 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.popup.active .popup__content {
  -webkit-animation: blowUpContent 0.2s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: blowUpContent 0.2s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.popup.active.out {
  opacity: 1;
  -webkit-animation: fadeOut 0.2s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeOut 0.2s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.popup.active.out .popup__content {
  -webkit-animation: blowDownContent 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: blowDownContent 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blowUpContent {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes blowUpContent {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes blowDownContent {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes blowDownContent {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

@media (max-width: 768px) {
  .popup__title {
    font-size: 1.3rem;
  }

  .popup__title--sm {
    font-size: 1.1rem;
  }

  .popup__content {
    padding-inline: 25px;
  }
}

.cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 20px;
}

.city-link,
a.city-link,
.elementor-kit-6 a.city-link,
.elementor-kit-6 button.city-link {
  display: block;
  padding: 7px 13px;
  text-align: center;
  background: red;
  color: white;
  border-radius: 8px;
  border: 0;
  font-size: 1rem;
  line-height: 1.35;
  transition: background .23s ease-in-out;
}

.city-link:hover,
a.city-link:hover,
.elementor-kit-6 a.city-link:hover,
.elementor-kit-6 button.city-link:hover  {
  background-color: #e30000;
}

.city-link--outline,
a.city-link--outline,
.elementor-kit-6 a.city-link--outline,
.elementor-kit-6 button.city-link--outline {
  background-color: #fff;
  color: red;
  border: 1px solid red;
  transition: opacity .23s;
}

.city-link--outline:hover,
a.city-link--outline:hover,
.elementor-kit-6 a.city-link--outline:hover,
.elementor-kit-6 button.city-link--outline:hover {
  background-color: #fff;
  opacity: 0.75;
}

/* c-dialog */
.c-dialog {
  position: absolute;
  left: 50%;
  bottom: -10px;

  width: 100vw;
  max-width: 220px;
  padding: 10px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  border-radius: 10px;
  background-color: #fff;

  box-shadow: 2px 2px 6px 0px rgba(34, 60, 80, 0.11);
  transform: translate(-50%, 100%);
}

.c-dialog__title {
  font-weight: 400;
  font-size: 16px;
}

.c-dialog__title b {
  color: red;
  font-weight: inherit;
}

.c-dialog__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.c-dialog__actions .city-link {
  padding-block: 4px !important;
}

.c-dialog._active {
  -webkit-animation: fadeIn 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: fadeIn 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.c-dialog._close {
  -webkit-animation: fadeOut 0.2s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: fadeOut 0.2s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}


span.wpcf7-not-valid-tip {
  color: var(--e-global-color-text, #282828);
  animation: slideTipDown .23s ease-in-out forwards;
}

input.wpcf7-not-valid {
  border-color: #9b9b9b !important;
}

@keyframes slideTipDown {
  0% {
    opacity: 0;
    max-height: 0px;
  }

  100% {
    opacity: 1;
    max-height: 120px;
  }
}

@keyframes errorShake {
  0%, 100% {
    transform: translateX(0);
  }

  20%, 60% {
    transform: translateX(3px);
  }

  40%, 80% {
    transform: translateX(-3px);
  }
}

.wpcf7-form.invalid .wpcf7-acceptance input[type=checkbox]:not(:checked),
.wpcf7-form.unaccepted .wpcf7-acceptance input[type=checkbox]:not(:checked) {
  animation: errorShake 0.5s ease-in-out forwards;
}