/* cuprum-regular - latin_cyrillic */
@font-face {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/cuprum-v11-latin_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local('Cuprum Regular'), local('Cuprum-Regular'),
        url('fonts/cuprum-v11-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/cuprum-v11-latin_cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/cuprum-v11-latin_cyrillic-regular.svg#Cuprum') format('svg');
    /* Legacy iOS */

    font-display: swap;
}

/* cuprum-italic - latin_cyrillic */
@font-face {
    font-family: 'Cuprum';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/cuprum-v11-latin_cyrillic-italic.eot');
    /* IE9 Compat Modes */
    src: local('Cuprum Italic'), local('Cuprum-Italic'),
        url('fonts/cuprum-v11-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/cuprum-v11-latin_cyrillic-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-italic.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/cuprum-v11-latin_cyrillic-italic.svg#Cuprum') format('svg');
    /* Legacy iOS */

    font-display: swap;
}

/* cuprum-700italic - latin_cyrillic */
@font-face {
    font-family: 'Cuprum';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/cuprum-v11-latin_cyrillic-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Cuprum Bold Italic'), local('Cuprum-BoldItalic'),
        url('fonts/cuprum-v11-latin_cyrillic-700italic.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/cuprum-v11-latin_cyrillic-700italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-700italic.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-700italic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/cuprum-v11-latin_cyrillic-700italic.svg#Cuprum') format('svg');
    /* Legacy iOS */

    font-display: swap;
}

/* cuprum-700 - latin_cyrillic */
@font-face {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/cuprum-v11-latin_cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local('Cuprum Bold'), local('Cuprum-Bold'),
        url('fonts/cuprum-v11-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/cuprum-v11-latin_cyrillic-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-700.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/cuprum-v11-latin_cyrillic-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/cuprum-v11-latin_cyrillic-700.svg#Cuprum') format('svg');
    /* Legacy iOS */

    font-display: swap;
}

body {
    font-family: 'Cuprum', sans-serif;
    color: #555C70;
}



.docs-send_popup-checkbox {
	position: relative;
	margin-bottom: 0;
	margin-top: 0px
}

.docs-send_popup-checkbox-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.docs-send_popup-checkbox-input:checked+.docs-send_popup-checkbox-text:before {
	background-color: #689f1a;
	border-color: transparent
}

.docs-send_popup-checkbox-input:checked+.docs-send_popup-checkbox-text:after {
	opacity: 1
}

.docs-send_popup-checkbox-text {
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	padding-left: 35px;
	display: block
}

.docs-send_popup-checkbox-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border: solid 1px rgba(120, 120, 120, .5)
}

.docs-send_popup-checkbox-text::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 6px;
	width: 10px;
	height: 7px;
	background: url(../img/check.svg) center/contain no-repeat;
	opacity: 0
}



form button:disabled {
    background-color: rgba(120, 120, 120, .7);
	background-image:unset;
    cursor: auto;
}

form button:disabled:hover {
    background-color: rgba(120, 120, 120, .7);
	background-image:unset;
    cursor: auto;
}


.docs-send_popup-checkbox {
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	display:table;
}

.seven .docs-send_popup-checkbox {
	margin-top:10px;
	margin-bottom:0;
}

.seven .docs-send_popup-checkbox-text {
	color:#fff;
}

.seven .docs-send_popup-checkbox-text::before {

    border: solid 1px #fff;
}


@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}




* {
    outline: none!Important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

.logo-ico {
	width:60px;
	margin-right:10px;
}

.logot {
        display: block;
        text-align: center;
		text-transform:uppercase;
		color: rgb(22, 91, 162);
		font-size:27px;
		line-height:32px;
		font-weight:bold;
	}

.error {
    border-color: red!important
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block
}

.onlymob {
    display: none
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}



/* Non-responsive overrides for Bootstrap 3
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */


/* Reset the container */

.map {
    position: relative;
    width: 100%;
    height: 480px;
}

.map__mask {
    top: 0;
    bottom: 0;
}

.map__address {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    min-width: 491px;
    max-width: 800px;
    margin: auto;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    background: #63D860;
}








section {
	padding:60px 0;
}


.n_1-list {
	display:flex;
	flex-wrap:wrap;
}

.n_1-img {
    margin:auto;
	margin-bottom:20px;
	width:133px;
	height:133px;
	 background-image: url(../img/adbg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:flex;
	justify-content:center;
	align-items:center;
	
	
}

.n_1-img img{
	display:block;
	margin:auto;
}

.n_1-txt {
	font-weight: 500;
font-size: 16px;
line-height: 120%;
text-align: center;
color: #555E53;
}

.n_1-item {
	width:20%;
}

.features_wrap {
	display:flex;
	margin-bottom:30px;
}

.features_left {
	width: calc(100% - 381px);
	padding-right:80px;
}
.discount-badge {
	background-image: url(../img/star.svg);
  background-size: contain;
}
.features_video {
	width:381px;
	height:265px;
	border-radius: 10px;

background: rgb(143, 140, 140);
}

.video-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.features_video img{ width:100%; height:100%; border-radius:10px; border: 3px solid rgba(217, 216, 215, 1)}
.g-list li {
	display:flex;
	align-items:center;
	color: rgb(51, 51, 51);
font-family: Cuprum;
font-size: 24px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0%;
text-align: left;
margin-bottom:30px;
}

.g-list li:last-child {
margin-bottom:0;
}
.toggle-btn {
	display:flex;
	align-items:center;
	
}

#selectedMaterial:before {
	content:'';
	width:23px;
	height:23px;
	position:relative;
	display:block;
	margin-right:10px;
	background-size: contain;
    background-image: url(../img/circle-check.svg);
}
.toggle-btn span {
	width:23px;
	height:23px;
	display:flex;
	margin-right:12px;
    background-image: url(../img/circle.svg);
}
.toggle-group .active span {
	background-size: contain;
    background-image: url(../img/circle-check.svg);
}


.g-list span:first-child {
	display:block;
	width: 47px;
    height: 47px;
    background-image: url(../img/gal.svg);
}
.g-list-price span:first-child {
	display:block;
	width: 38px;
    height: 38px;
	background-repeat:no-repeat;
	background-size:contain;
    background-image: url(../img/check-icon.svg);
}
.g-list span:last-child {
	width: calc(100% - 47px);
	padding-left:25px;
}


.note {
	box-sizing: border-box;
border: 3px solid rgb(255, 255, 255);
border-radius: 10px;

background: rgb(239, 255, 204);
padding:13px 26px;
color: rgb(85, 94, 83);
font-family: Cuprum;
font-size: 24px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0%;
text-align: left;
}

.note H3{
	color: rgb(0, 0, 0);
font-family: Cuprum;
font-size: 32px;
font-weight: 700;
line-height: 42px;
letter-spacing: 0%;
text-align: left;
margin-top:0;
margin-bottom:10px;
}


.n_2 {

}

.n_2-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.n_2-img {
	height:86px;
	margin-bottom:25px;
	position:relative;
	
}

.n_2-img img{
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.n_2-title {
font-weight: bold;
font-size: 21px;
line-height: 25px;
text-align: center;
text-transform: uppercase;
margin-bottom:15px;
}


.n_2-txt {
	font-weight: 500;
font-size: 17px;
line-height: 120%;
text-align: center;
color: #555E53;
}

.n_2-item {
	width:31%;
}



.n_3 {
	
}


.n_3-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.n_3-img {
	/*height:95px;*/
	margin-bottom:20px;
}

.n_3-img img{
	display:block;
	margin:auto;
}

.n_3-txt {
	font-weight: 500;
font-size: 16px;
line-height: 120%;
text-align: center;
color: #555E53;
}

.n_3-item {
	width:31%;
	margin-bottom:30px;
}



.n_4 {
	background: #F7F7F7;
}

.n_4-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.n_4-img {
	/*height:95px;*/
	margin-bottom:20px;
}

.n_4-number{
	display:block;
	margin:auto;
	background: linear-gradient(214.18deg, #0ED1DD -20.91%, #9BDD0E 79.78%);
	width:86px;
	height:86px;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.n_4-number span{
	color:#fff;
	font-weight: 500;
	font-size: 37px;
}

.n_4-txt {
	width: calc(100% - 86px);
	padding-left:20px;
}

.n_4-title {
	font-weight: 900;
	font-size: 20px;
	line-height: 120%;
	color: #282F27;
}

.n_4-text {
	
}

.n_4-item {
	width:30%;
	display:flex;
	margin-bottom:30px;
}







.n_5-list {

}



.n_5-check{
	display:block;
	margin:auto;
	background: #7FB92D;
	width:70px;
	height:70px;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.n_4-number img{
	
}

.n_5-txt {
	width: calc(100% - 86px);
	padding-left:20px;
	font-size:24px;
}




.n_5-item {
	width:100%;
	display:flex;
	margin-bottom:35px;
	align-items:center;
}

.n_5-item:last-child {
	margin-bottom:0;

}

.n_6 {
	background: #F7F7F7;
}

.n_6-notice {
	text-align:center;
	font-size:30px;
}
.faq {
	background: #F7F7F7;
}


ul.b__schedule-days {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: stretch;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


 ul.b__schedule-days > li{
    width:33.33%;
}


 ul.b__schedule-days > li li{
    text-align:left;
}

 ul.b__schedule-days > li ul{
    margin-bottom:20px;
}

.gborder {
	display: flex;
    flex: 1;
    position: relative;
    padding: 2px;
	height:100%;
	
}

 ul.b__schedule-days li:nth-child(2) .gborder{
padding-right:0;
padding-left:0;
}

.gborder>* {
    position: relative;
    z-index: 2;
	
	
}

.gborder:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(214.18deg, #0ED1DD -20.91%, #9BDD0E 79.78%);
    z-index: 1;
}

.b__schedule-day {
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

.b__schedule-day-title {
    font-size: 1.875rem;
    line-height: 1em;
    font-weight: 500;
    color: #4b94a3;
    letter-spacing: -.025em;
    margin-bottom: 2.5rem;
}

.b__schedule-day-title span {
    color: #302e40;
}

.b__schedule-day-theory, .b__schedule-day-practice, .blading .b__schedule-day-final{
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 2 rem;
}

.b__schedule-day-theory span:first-child, .b__schedule-day-practice span:first-child{
	text-transform: uppercase;
    font-weight: 700;
	color: #63D860;
	display:block;
	margin-bottom:15px;
	font-size:24px;
}

.b__schedule-day-theory p, .b__schedule-day-practice p, .b__schedule-day-final p {
    margin: 0;
	text-align:left;
    font-size: 16px;
    line-height: 24px;
	margin-bottom:5px;
	
}

.b__schedule-day-theory p:last-child, .b__schedule-day-practice p:last-child, .b__schedule-day-final p:last-child {
	
}



.form-h3 {
	font-size: 38px;
    color: #fff;
    font-weight: 900;
	margin-bottom:15px;
}

.accordion-item {
    margin-bottom: 30px;
}

.accordion {
    font-weight: 500;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
}

.accordion-content {
    padding-top: 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
    line-height: 1.5;
    font-size: 1.225em;
    border-top: 2px dashed #9BDD0E;
}

.accordion-item .accordion span {
    font-weight: 900;
    font-size: 36px;
    cursor: pointer;
    color: #9BDD0E;
    display: inline-block;
    margin-right: 4px;
}






@media (max-width: 769px) {
.n_1-item {
    width: 100%;
	margin-bottom:30px;
}

.n_1-item:last-child {
	margin-bottom:0;
}

.n_1-img {
    height: unset;
    margin-bottom: 25px;
}

.n_3-item {
	width: 100%;
	margin-bottom: 25px;
}

.n_2-item {
   width: 100%;
   margin-bottom: 25px;
}

ul.b__schedule-days > li {
    width: 100%;
	margin-bottom:30px;
}

ul.b__schedule-days li:nth-child(2) .gborder {
    padding-right: 2px;
    padding-left: 2px;
}

.n_4-item {
    width: 100%;
 
}

.n_5-item {
	flex-wrap:wrap;
}

.n_5-txt {
    font-size: 20px;

}

.map__address {

    
    min-width: unset;
    margin: auto;
    padding: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height:20px;
	bottom: 20px;

}


}









/* Always float the navbar header */

.navbar-header {
    float: left;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}



/* Undo the collapsing navbar */

.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

.navbar-form {
    float: left;
    border: none;
    margin: 7px 15px;
    padding: 0 15px;
}

.navbar-form .form-control {
    width: auto;
}


/* Always apply the floated nav */

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav > li > a {
    padding: 15px;
}


/* Redeclare since we override the float above */

.navbar-nav.navbar-right {
    float: right;
}


/* Undo custom dropdowns */

.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

.expa {
	width:280px;
	border: 1px solid #0063B8;
	box-sizing: border-box;
	border-radius: 6px;
	display:flex;
	
	align-items:center;
	padding:7px 7px 5px 7px;
	margin-right:25px;
}

.expa span{
	display:block;
	font-size: 16px;
	line-height: 120%;
	text-align: left;
	color: #555C70;
	padding-left:12px;
}

.expa img{

}


.head_information {
   
}

.icon-phone {
	margin-right: 5px;
   
}
.topphone {
    color: #2457AA!important;
    text-decoration: none!important;
    font-weight: bold;
	font-size: 45px;
	line-height: 1;
     display: inline-block;
	 position:relative;
}

.topphone:before {
    content: '';
    vertical-align: middle;
    width: 55px;
    height: 29px;
    display: inline-block;
    background-image: url(../img/phone.svg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	top:0;
	bottom:0;
	left:-65px;
	margin:auto;
}




.head_information span {
    display: block;
    font-size: 16px;
	line-height:1.2;
    color: #555C70;
	margin-bottom:5px;
	text-align:right;
}
.head_information span img {
   
}



.recall {
    display: table;
    text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #538709;
	padding: 5px 7px;
	border-radius: 4px;
	border: 1px solid #538709;
}
.recall img {
    margin-right: 5px;
	
}
.recall:hover {
    text-decoration: none;
	background:#538709;
	color: #fff;
}

header {
   
}
h1 {
    font-size: 35px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.34;
    font-weight: bold;
    margin-bottom: 22px;
    margin-top: 155px;
}
.one {
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding-bottom: 100px;
    background-size: cover;
}
.what_get {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.what_get li {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
}
.what_get li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/whatget.png);
    width: 28px;
    height: 15px;
    margin-right: 8px;
}
.topform_wrp {
    background-color: #fff;
    height: auto;
    margin-top: 98px;
    padding: 35px;
    position: relative;
    text-align: center;
    padding-top: 26px;
}
.topform_wrp::before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: #0064b3;
    opacity: .8;
    width: 2500px;
    left: -2500px;
    z-index: 0;
    top: 0;
}
label.error {
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
}
.overplaska {
    position: relative;
    z-index: 100;
}
.formt {
    text-align: center;
    font-size: 24px;
    display: block;
    margin: 0 0 34px;
    font-weight: 400;
}

.formstylized strong {
  text-align: center;
  font-size: 24px;
  display: block;
  margin: 0 0 25px;
  font-weight: 400;
}
.input-group {
  width: 100%;
  padding: 0 15px;
}
.input-group input {
  width: 100%;
  height: 40px;
  background: #F8F8F8;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  margin: 0 0 10px;
  font-size: 16px;
  color: #808080;
  padding: 0 55px;
    padding-right: 10px;
}
input[type=text].user-inp,
input[type=tel].user-inp,
input[type=email].user-inp {
  background: #f8f8f8 url(../img/user-inp.png) 13px center no-repeat;
}
input[type=text].tel-inp,
input[type=tel].tel-inp,
input[type=email].tel-inp {
  background: #f8f8f8 url(../img/tel-inp.png) 13px center no-repeat;
}

input[type=text].sfera-inp,
input[type=tel].sfera-inp,
input[type=email].sfera-inp {
  background: #f8f8f8 url(../img/sfera_inp.png) 13px center no-repeat;
}

input[type=text].email-inp,
input[type=tel].email-inp,
input[type=email].email-inp {
  background: #f8f8f8 url(../img/mail_inp.png) 13px center no-repeat;
}

.sub-form-text {
    text-align: center;
    font-size: 14px;
    color: #808080;
    margin-bottom: 0;
    margin-top: 10px;
}
.sendform {
    background: none;
    border: none;
    font-size: 25px;
    color: #000;
    font-weight: bold;
  border-radius: 10px;
  background-image: -moz-linear-gradient( -90deg, rgb(255,205,38) 0%, rgb(204,156,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,205,38) 0%, rgb(204,156,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,205,38) 0%, rgb(204,156,0) 100%);
  box-shadow: 0px 5px 0px 0px rgba(230, 184, 34, 0.004);
  width: 100%;
  height: 65px;
    padding-top: 5px;
    border-bottom: 5px solid #e6b822;
}
.sendform:hover {
    border-bottom-width: 0px
}
* {
    max-height: 9999999px;
}
h2 {
    font-size: 38px;
    color: #000000;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}
h2::after {
    display: block;
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 40px;
	background: #7FB92D;
	border-radius: 100px;
	width: 162px;
	height: 7px;

}
.two {
    padding-top: 65px;
    padding-bottom: 65px;
}
.step_wrp {
   position: relative;
    border: 1px solid #d9d8d7;
    padding-top: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    margin-top: 40px;
}
.step_wrp:hover {
    top: -5px
}
.withafter:hover::after {
    bottom: -75px;
}
.step_wrp > span {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
  border-radius: 50%;
  background-color: rgb(22, 91, 162);
  width: 74px;
    line-height: 74px;
    position: absolute;
    left: calc(50% - 37px);
    top: -37px;
  height: 74px;

}
.step_head {
    border-bottom: 1px solid #d9d8d7;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1.3;
    min-height: 75px;
}
.step_foot {
    padding-bottom: 14px;
}
.step_foot span {
    display: block;
    text-align: center;
  font-size: 18px;
  color: rgb(77, 77, 77);
    padding-top: 20px;
    min-height: 92px;
  line-height: 1.111;
  text-shadow: 0px 1px 9px rgba(255, 205, 38, 1);

}
.more {
    font-size: 18px;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: none;
    border: none;
  border-radius: 5px;
  background-color: rgb(255, 205, 38);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(230, 184, 34, 0.004);
  box-shadow: 0px 5px 0px 0px rgba(230, 184, 34, 0.004);
  width: 145px;
  height: 36px;
    border-bottom: 4px solid #e6b822;
}
.more:hover {
    border-bottom-width: 0px;
}
.under3_text {
    margin-bottom: 0;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.2;
    margin-top: 12px;
    font-style: italic;
}
.under3_text span {
    color: #b80606;
}
.withafter::after {
    content: '';
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../img/skobka.jpg);
    width: 240px;
    height: 50px;
    position: absolute;
    left: calc(50% + 4px);
    bottom: -70px;
}
.three {
    background-color: #f2f2f2;
    padding-top: 65px;
    padding-bottom: 65px;
}
.fancy_video {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 252px;
}
.fancy_video img {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: calc(50% - 52px);
    top: calc(50% - 52px);
}
.fancy_video:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}
.vide_descript {
    font-size: 18px;
    color: #000000;
    line-height: 1.45;
}
.citat {
    position: relative;
    background-color: #dce3ea;
    padding-left: 92px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    font-size: 17px;
    margin-top: 25px;
    color: #000000;
    line-height: 1.25;
    font-style: italic;
}
.citat::before {
    content: '';
    display: block;
    background-position: center;
    background-image: url(../img/quote.png);
    height: 100%;
    width: 72px;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #165ba2;
}
.four {
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 70px;
}
.bordered_forma {
    border: 3px solid #fff;
    position: relative;
    z-index: 10;
}
.bordered_forma span {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 50px;
    font-weight: bold;
}
.button_wrp {
    display: inline-block;
    vertical-align: middle;
    padding-left: 39px;
    padding-right: 39px;
    
    margin-top: -26px;
    position: relative;
    z-index: 100;
}
.button_wrp::before {

}



.knowmore {
    background: none;
    border: none;
    color: #fff;
    border-radius: 11.8px;
	box-shadow: inset 3.75px 3.75px 6px 0px rgba(0, 0, 0, 0.25);
	background: rgb(127, 185, 45);
	position: relative;
    z-index: 10;
    width: 255px;
    max-width: 100%;
    height: 47px;
	font-size: 23.6px;
	font-weight: 400;
	line-height: 22.42px;
	text-align: center;
}

.knowmore-or {
	border-radius: 11.8px;

box-shadow: inset 3.75px 3.75px 6px 0px rgba(0, 0, 0, 0.25);
background: rgb(254, 122, 18);
}

.service .service-item .knowmore {
   
}

.getconsult {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
 background:#689f1a;
position: relative;
    z-index: 10;
  width: 100%;
    margin-top: 25px;
  height: 53px;
}
.knowmore:hover, .getconsult:hover {
 
}
.sub_button_wrp {
    font-size: 15px;
    color: #fff;
    margin-top: 45px;
    margin-bottom: -15px
}
.five {
    padding-top: 60px;
    padding-bottom: 60px;
}
.director_photo {
    
    max-width: 100%;
    -webkit-box-shadow: 0 39px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 39px 50px rgba(0, 0, 0, 0.1);
	display:block;
	margin:0 auto;
}
.team-name {
    font-size: 24px;
    margin: 0 0 15px;
    display: block;
}
.ul-dashed {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.ul-dashed li {
    font-size: 18px;
    margin: 0 0 9px;

}
ul.ul-dashed li:before {
    content: '-';
    color: #343434;
    font-size: 18px;
}
.stop {
    width: 100%;
    height: auto;
}

.m-h3 {
	
    color: #000000;
    font-weight: bold;
    margin: 50px 0 30px;
	text-transform: uppercase;
    font-size: 40px;
    
}

.m-h3::after {
    display: block;
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 40px;
    background-color: rgb(22, 91, 162);
    width: 70px;
    height: 3px;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}


.partners-row {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.partners-row-item {
	width:20%;
}

.partners-row-item img{
	max-width:150px;
	display:block;
	margin:auto;
	
}

.morelink {
	display:table;
	margin:auto;
	font-size:27px;
	margin-top:30px;
}

.sertificate {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block
}
.certifivate_owl {
    margin-top: 30px;
    margin-bottom: 45px;
}
.certifivate_owl img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.certifivate_owl img:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.owl-prev {
    position: absolute;
    left: -40px;
    top: calc(50% - 13px);
}
.owl-next {
    position: absolute;
    right: -40px;
    top: calc(50% - 13px);
}
.mb40 {
    margin-bottom: 50px;
}
.citat_larger {
    font-size: 18px;
    color: #4c4c4c;
    padding-top: 18px;
    padding-bottom: 18px;
}
.yellow_citat {
    font-size: 20px;
    color: #4c4c4c;
    padding: 15px 14px;
    font-style: italic;
    margin-bottom: 40px;
    background-color: #fff6e5;
}
.six {
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.eight {
    padding-top: 60px;
    padding-bottom: 60px;
}
.step_long_wrp {
    margin-bottom: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background-color: #165ba2;
    padding: 22px 0px;
}
.after_step_long_wrp {
    margin-bottom: 30px;
}
.analyza {
    background-color: #dce3ea;
    padding-top: 15px;
    padding-right: 12px;
    padding-left: 85px;
    background-repeat: no-repeat;
    font-size: 17px;
    color: #4c4c4c;
    background-image: url(../img/analyza.png);
    background-position: 19px 46%;
    margin-bottom: 12px;
    font-style: italic;
    padding-bottom: 15px;
}
.step_test_wrp {
    position: relative;
    background-color: #f3eedd;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 8px;
    padding-left: 90px;
    margin-bottom: 30px;
}
.step_test_wrp img {
    position: absolute;
    left: 19px;    
}
.step_test_wrp p {
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 8px;
}
.step_test_wrp span {
    display: block;
    font-size: 17px;
    color: black;
}
.descript_step {
    position: relative;
    border-width: 2px;
    border-color: rgb(255, 205, 38);
    border-style: dashed;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.25;
    padding: 13px;
    padding-bottom: 18px;
}
.descript_step::before {
    content: '';
    background-image: url(../img/arrow.png);
    width: 69px;
    height: 33px;
    display: block;
    position: absolute;
    bottom: -6px;
    left: -54px;
}
.step_with_description img.stop {
    max-width: 98.5%;
}
.step_with_description {
    margin-bottom: 30px;
}
.step_with_description img {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.step_with_description img:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.seven {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 45px;
    padding-bottom: 55px;
}
.seven form .col-xs-4, .seven form .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px;
}
.seven form .row {
    margin-left: -8px;
    margin-right: -8px;
}
.form_tittle_lead {
    font-size: 30px;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 25px;
    font-weight: bold;
}
.in1 {
    font-size: 16px;
    color: #666666;
    background: none;
    border: none;
    padding-left: 13px;
    padding-right: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(16, 66, 135);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 52px;
    margin-bottom: 30px;
}
.sendform_seven {
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
  border-radius: 5px;
      background-image: -moz-linear-gradient( 90deg, rgb(83,135,9) 0%, rgb(127,185,45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(83,135,9) 0%, rgb(127,185,45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(83,135,9) 0%, rgb(127,185,45) 100%);
  width: 100%;
  height: 53px;
}
.sendform_seven:hover {
      background-image: -moz-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
}
.question_wrp {
    margin-bottom: 10px;
}
.question_wrp > p {
    font-size: 18px;
    color: #165ba2;
    text-decoration: underline;
    margin-bottom: 0;
}
.question_wrp > p span {
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}
.question_wrp > span {
    font-weight: bold;
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
    display: block;
}
.question_wrp > span span {
    display: block;
    font-weight: normal;
    margin-top: 6px;
    color: #4c4c4c;
    font-style: italic;
}
hr {
    border-color: #cccaca;
    margin: 30px 0px;
}
.someexmaples {
    font-size: 25px;
    color: #4c4c4c;
    font-style: italic;
    margin-bottom: 30px;
}
.webs {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.webs li:first-child {
    margin-left: 0 !important;
}
.webs li:last-child {
    margin-right: 0 !important;
}
.webs li {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: calc(25% - 65px);
    vertical-align: middle;
    height: 245px;
    margin-right: 15px;
}
.webs li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.webs li a img {
    position: absolute;
    width: 170%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: calc(50% - 75%);
}
.webs li a img:hover {
    opacity: .7;
}
.over_after_step_long_wrp {
    font-size: 17px;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}
.type2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.botform {
    position: relative;
    padding: 40px 20px;
  border-width: 2px;
  border-color: rgb(145, 161, 169);
  border-style: solid;
  background-color: rgb(255, 251, 242);
}
.botform strong {
    font-weight: bold
}
.botform .sendform {
    background-image: -moz-linear-gradient( 90deg, rgb(83,135,9) 0%, rgb(127,185,45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(83,135,9) 0%, rgb(127,185,45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(83,135,9) 0%, rgb(127,185,45) 100%);
    border: none;
    padding-top: 0;
    height: 65px;
    color: #fff;
    margin-top: 5px;
}
.botform .sendform:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
}
.backwhite {
    background-color: #fff;
}
.what_pay {
    margin-bottom: 25px;
}
.what_pay p {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}
.what_pay span {
    display: block;
    font-size: 18px;
    color: #000;
}
.downloaddogovor {
    margin-top: 40px;
    margin-bottom: 50px;
}
.downloaddogovor img {
    margin-right: 50px;
    margin-left: -40px;
}
.varOpl {
    margin-bottom: 30px;
	border: 1px solid #d9d8d7;
	padding:25px 15px 15px;
	min-height:220px;
}

.varOpl.varOplnew {
	border: 2px solid red;
	
}

.varOpl.varOplnew p{
	
	color:#000;
}


.varOpl p {
    font-size: 17px;
    color: #808080;
    line-height: 1.56
}

.varOpl p.varOpl-title {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}


.varOpl img {
    display: inline-block;
    vertical-align: top;
}
.varOpl > div {
    width: calc(100% - 75px);
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}
.mb40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.result_wrapper {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
}
.result_wrapper .getconsult  {
    margin: 0;
    margin-top: 20px;
}
.result_wrapper > p {
    font-size: 30px;
    color: black;
    margin-bottom: 30px;
    text-align: center;
}
.review_photo {
    height: 128px;
    background-position: center;
    background-size: cover;
}
.listen_audio {
    border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 100, 179);
  border-radius: 5px;
  background-color: rgba(127, 185, 45, 0);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 15px;
    margin-bottom: 15px;
}
.listen_audio:hover {
    text-decoration: none;
}
.listen_audio img {
    margin-right: 9px;
}
.name_company {
    padding: 15px 0px;
    text-align: center;
    background-color: #f6f6f6;
	margin-bottom:10px;
}
.name_company p {
    font-size: 24px;
    color: #0064b2;
    margin-bottom: 10px;
    font-weight: bold
}
.name_company span {
    font-size: 18px;
    color: #666666;
    display: block;
}
.results {
    padding: 15px;
    background-color: #cde0ef;
    margin-top: 20px;
}
.results p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 10px;
}
.results > span {
    display: inline-block;
    vertical-align: middle;
}
.results > span > span {
    font-size: 18px;
    color: #000;
    display: block;
}
.review_wrp {
    margin-top: 15px;
}
.review_wrp span {
    font-size: 17px;
    font-style: italic;
    line-height: 1.6;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.review_wrp p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.review_wrp p a {
    text-decoration: underline;
    color: #000!important;
}
.review_wrp p a:hover {
    text-decoration: none;
}
.mejs__container.mejs__audio {
    width: 100%!important
}
.lookmorebut {
    background: none;
    border: none;
    font-size: 20px;
    color: black;
    text-decoration: underline;
  border-radius: 5px;
  background-image: -moz-linear-gradient( -90deg, rgb(255,205,38) 0%, rgb(204,156,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,205,38) 0%, rgb(204,156,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,205,38) 0%, rgb(204,156,0) 100%);
  box-shadow: 0px 5px 0px 0px rgba(230, 184, 34, 0.004);
  width: 100%;
  height: 53px;

}
.lookmorebut:hover {
    text-decoration: none;
      text-decoration: none;
    background-image: -moz-linear-gradient( -90deg, rgb(204,156,0) 0%, rgb(255,205,38) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(204,156,0) 0%, rgb(255,205,38) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(204,156,0) 0%, rgb(255,205,38) 100%);
}
.lookmore {
    display: none;
}

.sub_form_tittle_lead {
    font-size: 24px;
    text-align: center;
    display: block;
    font-style: italic;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

textarea {
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #808080;
    font-size: 16px;
    height: 80px;
    margin: 0 0 10px;
    padding: 15px 14px;
    width: 100%;
    resize: none;    border: 1px solid #104287;
    background: #FFF;
}
.mt20 {
    margin-top: 20px;
}
.politika {
    font-size: 16px;
    color: #4c4c4c!important;
    text-decoration: underline;
    display: block;
    margin-top: 7px;
}
.politika:hover {
    text-decoration: none;
}
.thanks_text {
    text-align: center;
    font-size: 35px;
    background-color: rgba(57, 100, 176, 0.702);
    color: #fff;
    line-height: 1.6;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.thanks_section {
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    height: calc(100vh - 278px);
    padding-top: 7vh;
    padding-bottom: 7vh;
}
.thanks_section .container {
    height: 100%;
}
.thanks_section .row {
    height: 100%;
}
.thanks_section .col-xs-12 {
        height: 100%;
    display: table;
}
.modal .formstylized {
    background: #fff;
    max-width: 392px;
    margin-top: 100px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 34px 30px 21px;
}
.modal .formstylized strong {
    font-size: 30px;
    font-weight: bold;
	margin-bottom:10px;
}

.mod-link {
	display:block;
	text-align:center;
	white-space:nowrap;
	margin-bottom:10px;
	 font-size: 40px;
    font-weight: bold;
}

.mod-sub {
	font-size: 24px;
    font-weight: bold;
	text-align:center;
}


.modal .formstylized .getconsult {
    margin: 0;
    margin-bottom: 15px;
}
.closemod {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
}
.closemod img {
    width: 20px;
    height: auto;    
}


.head-row {
	display:flex;
	justify-content:space-between;
	padding:10px 0 10px 0;
	align-items:center;
}

H3.text-center {
	font-size: 20px;
}


.logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
	margin-bottom:5px;
}
.under_logo {
    font-size: 16px;
    line-height: 120%;
    display: block;
	color: #555C70;
}





.hided_punkt {
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
iframe {
    
}
.seven label.error {
        color: #fff;
    margin-top: -9px;
    display: block;
}


.intro {
    padding: 50px 0;

	background: url(../img/bg.png) no-repeat center;
    background-size: cover;
}


.intro H1 {
    font-weight: bold;
	font-size: 39px;
	line-height: 1.3;
	text-transform: uppercase;
	color:#fff;
	margin-bottom:20px;
} 

.intro H1 span{
	display:block;
	color:#7FB92D
} 

.subtitle {
	display: table;
    font-size: 18px;
    line-height: 21px;
    color: #192038;
    background: #fff;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 15px 25px 15px 65px;
    background: url(../img/gift.svg) #fff 15px center no-repeat;

}

.subtitle span{ 
	color:red;
}
  
  
  .headеr__list {
    color: #fff;
    margin: 30px 0 30px;
	padding:0;
}

.header__list-item {
	background: url(../img/ic.svg) left center  no-repeat;
    float: left;
    width: 50%;
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 30px;
	
}

.intro-right {
	padding-left:50px;
}

.intro_img {
	position:relative;
}

.intro_actions {
	position:absolute;
	width:130px;
	height:130px;
	background: linear-gradient(214.18deg, #0ED1DD -20.91%, #9BDD0E 79.78%);
	border-radius: 81px;
	right:30px;
	bottom:50px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	color:#fff;
}

.intro_actions > span{
	font-size: 15px;
	line-height: 110%;
}


.intro_actions > span:nth-child(2){
	font-family: Montserrat;
	font-weight: bold;
font-size: 40px;
line-height: 120%;
}

.intro .knowmore {
    padding: .3em 1.4em;
    max-width: 207px;
	height: auto;
}

.intro-btn-row .knowmore:first-child {
   margin-right:40px;
}

.colelem {
	display:table;
	margin:0 auto 40px;
	border:2px solid #F15A24;
	padding:15px;
	
}

.colelem p{
	font-size:22px;
	line-height:1.2;
}

#u9697-4 {
    font-weight: 700;
}

#u9697-9 {
    font-size: 24px;
    font-weight: 700;
}

#u9697-10 {
    font-size: 24px;
    color: #F15A25;
    font-weight: 700;
}




  
.blue__form-wrap {
    position: relative;
    padding: 15px 10px 40px;
    text-align: center;
    border: 3px solid #fff;
}  
  
.blue__form-text {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
} 
 
.qwiz {
	
  position: relative; 
  
  font-size:1.3em;
  background-color: hsla(0,0%,100%,.8);
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  padding:15px;
}

.qwiz label {display: block;} 
.test {
  padding: 20px 20px 0 20px;
}

.q2, .q3, .q4, .q5, .q6, .q7 {
  display: none;
}


input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  display: none;
}

label .f11::before {
  content: "";
  font-family:'FontAwesome';
  display: inline-block;
  color: #fff;
  width: 22px;
  height: 22px;
  background: #fff;
  margin-right: 10px;
  text-align: center;
  transition: all 200ms;
  padding-bottom:5px;
  font-size: 18px;
}

label .f11:hover {
  
}

input[type="radio"]:checked + label .f11::before {
  content: "";
  color: #000;
  font-size: 18px;
}

input[type="checkbox"]:checked + label .f11::before {
  content: "";
  color: #000;
  font-size: 18px;
}

.next {
  display: block;
  width: 150px;
  line-height: 45px;
    border-radius: 4px;
    border: 1px solid #ff8a00;
    background-image: linear-gradient(0deg,#ffa800 0,#ffcd00);
    transition: all .25s;
	color: #1e1e1e;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
	margin:25px auto 25px;
}

.next:hover {
  text-decoration: none;
}


.q3 input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  background-color: #eee;
  margin-top: 5px;
}
.q3 input[type="submit"] {
  cursor: pointer;
  font-size: 16px;
}

.q7 input {
    width: 100%;
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #808080;
    padding: 0 55px;
    padding-right: 10px;
	display:block;
}

.q1 input {
    width: 100%;
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #808080;
    padding: 0 10px;
	display:block;
}



.qwiztest span {
  display: table;
  background-color: #0683dd;
  padding: 4px 14px;
  color: #fff;
  border-radius: 330px;
  margin: 0 auto 25px;
}

.qwiztest h3 {
  font-weight: bold;
  display: block;
  font-size: 23px;
  margin: 15px 0 25px;
  text-align:center;
}


.closemod {
    z-index: 9;
}
 
 
 .next2 {
		display: inline-block;
    max-width: 320px;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    border-radius: 4px;
    border: 1px solid rgb(83,135,9);
    background-image: -webkit-linear-gradient( 90deg, rgb(83,135,9) 0%, rgb(127,185,45) 100%);
    transition: all .25s;
	position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    text-align: center;
	margin:auto;
 }
 
 .next2:hover {
	 color: #fff;
  text-decoration: none;
    background-image: -moz-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(127,185,45) 0%, rgb(83,135,9) 100%);
}



.our-preum_block {
    display: block;
	float:left;
    margin:0;
    width: 20%;
}


.our-preum_img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	width:150px;
	height:150px;
}



.our-preum_img img{
	display:block;
	margin:auto;
}

.blue__form-phone {
	font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
    padding-top: 30px;
    font-weight: bold;
}

.blue__form-phone a{
	color: #fff;
	font-size: 32px;
    white-space: nowrap;
}



.our-preum_text {
    font-size: 18px;
}

.service-item {

box-sizing: border-box;
border: 1px solid rgb(217, 216, 215);
background: url(../img/gray-wall-textures-background.png);
padding:25px 25px;
    
 
}




.service-item img{
    width: 100%;
    max-width:391px;
	display:block;
	margin:auto;
}

.service-item h3 {
    text-align: center;
    line-height: 1.1;
    margin-bottom:15px;
    margin-top:0;
	font-weight:bold;
}

.service-item-row {
	display:flex;
	align-items:start;
	margin-bottom:20px;
}

.service-item-content {
	width: calc(100% - 148px);
	padding-right:50px;
	
}

.service-item-price {
display:table;
border-radius: 10px;
background: rgb(0, 99, 184);
color: rgb(255, 255, 255);
font-size: 20px;
font-weight: 400;
line-height: 28.57px;
letter-spacing: 0%;
text-align: center;
padding:5px 10px;
margin-bottom:15px;

}


.service-item-text {
color: rgb(85, 92, 112);
font-size: 20px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
}

.service-item-img {
	width:148px;
}

.service-item-img-wrap {
border: 3px solid rgb(254, 122, 18);
border-radius: 10px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
overflow:hidden;

}

.service-item-btns{
	display:flex;
	justify-content:space-between;
}

.service-item-btns .knowmore{
	max-width:172px;
	color: rgb(255, 255, 255);
font-size: 23.15px;
font-weight: 400;
line-height: 45px;
height:auto;
text-align: center;
}

section.dops {
    padding-bottom: 120px;
}


.dops_wrap {
	border-radius: 10px;
	background: rgb(239, 255, 204);
	padding:10px 28px;
	position:relative;
	z-index:1;
}

.pila {
	position:absolute;
	right:-50px;
	bottom:-90px;
	z-index:2;
}

.dops_inner {
	border-radius: 10px;
	background: transparent;
	box-sizing: border-box;
border: 3px solid rgb(255, 255, 255);
border-radius: 10px;
padding:15px 25px;
position:relative;
z-index:3;

}

.g-list {
    padding-left:0;
}

.dops H3 {
color: rgb(0, 0, 0);
font-size: 30px;
font-weight: 700;
line-height: 42px;
letter-spacing: 0%;
text-align: left;
margin-bottom:40px;
}

.dops H2 {
	display:table;
	margin-left:auto;
	margin-right:auto;
}

.dops h2::after {
    margin-bottom: 10px;
}

.dops H2 span {
	content:'';
	display:table;
	width: 53px;
    height: 53px;
    background-image: url(../img/vznak.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	position:absolute;
	margin-left:-70px;
	margin-top:-10px;
	}

.dops_inner .g-list li {
    margin-bottom: 5px;
}


.four-row {
	display:flex;
	flex-wrap:wrap;	
	justify-content:space-between;
}

.four-img {
	width:487px;
	position:relative;
}

.four-img img{
	position:absolute;
	left:0;
	top:-65px;
}

.four-form {
	width: 420px;
}

.four-form .bordered_forma {
    border: 0;
    position: relative;
    z-index: 10;
	box-sizing: border-box;
border: 3px solid rgb(255, 204, 0);
border-radius: 10px;

background: rgb(255, 204, 0);
/* demontag-24.ru/Cuprum/Bold */
color: rgb(51, 51, 51)!important;
font-size: 30px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
padding:20px 40px 45px;
}

.four-form .blue__form-phone {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
    padding-top: 20px;
    font-weight: bold;
}

.four-form .blue__form-phone  a {
color: rgb(254, 122, 18);
font-family: Cuprum;
font-size: 32px;
font-weight: 700;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
white-space:nowrap;
}

.swiper-button-prev.custom-nav-btn, .swiper-button-next.custom-nav-btn, {
  width: 48px;
  height: 48px;
  background: #2457AA;
  border-radius: 5px;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
/* Steps */
.steps{}


.steps .m-changer .single-changer.active{background:#fcdb27;color:#000;}
.steps .single-step{
	margin-bottom:15px;
	display:FLEX;
}
.steps .single-step img{
	display:inline-block;
	width:212px;
	margin-right:25px;
}
.steps .single-step .step-content{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size: 16px;
}
.steps .single-step .step-content .sc-name{
	font-size:20px;
	padding:2px 5px;
	background:#fcdb27;
	position: absolute;
}
.steps .single-step .step-content .sc-info{
	padding:20px 25px;
	background:#f2f2f2;
	border:1px solid #a2a5a8;
	margin-top: 20px;
}
.steps  .steps-information{margin:40px auto 30px;display:table;padding:10px 15px;
	border-radius: 10px;

background: rgb(255, 204, 0);
max-width:660px;
text-align:center;
}
.steps  .steps-information .si-title{
display: inline-block;
  font-size: 20px;
  max-width: 650px;
  padding: 10px 0px;
}


.single-price {
    background: #F7F7F7;
}

.single-price H3 {
font-size: 30px;
font-weight: 700;
line-height: 41px;
letter-spacing: 0%;
text-align: center;
margin-bottom:50px;
}
.single-price H3 span{
color: rgb(254, 122, 18);
}

.single-price-btns {
	display:flex;
	justify-content:center;
}

.single-price-btns a {
max-width:312px;
border-radius: 10px;
background: rgb(36, 87, 170);
color: rgb(255, 255, 255);
font-size: 24px;
font-weight: 700;
line-height: 23px;
letter-spacing: 0%;
text-align: center;
padding: 7px 40px;
display:flex;
align-items:center;
margin:0 30px;
}

.single-price-btns a span:first-child{
	width:41px;
}

.single-price-btns a span:last-child{
	width: calc(100% - 41px);
	padding-left:10px;
}


table {
font-size: 22px;
border-spacing: 0;
text-align: center;
margin:25px auto 50px;
}
th {
background-color: rgb(22, 91, 162);
padding: 10px 40px;
color:#fff;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #000;
}
th:first-child, td:first-child {
text-align: left;
}
th:first-child {

}
th:last-child {

border-right: none;
}
td {
padding: 10px 40px;
background:#D8E6F3;
}

tr td:last-child {
border-right: none;
}




@media (max-width: 769px) {
	
.steps{height:auto;}
.steps .single-step img{display:none;}
.steps .single-step .step-content{width:100%;font-size:18px;}
.steps .steps-information{margin:10px 0 20px 0;font-size:18px}	
	
	
.steps .single-step{display:none;}
.steps .single-step.active{display:block;}
.steps .single-step .step-content .sc-name{display:none;}
.steps .single-step .step-content .sc-info{margin-top:0;border-top: 1px solid #FCDB25;}
.steps .steps-information .si-title{font-size:18px;}
.steps .steps-information{font-size:17px;}	
	
	
	
	
	
	
.partners {
	display:none;
}


	
table {
font-size: 16px;
margin: 0 auto 25px;
}
th {
padding: 10px 10px;

}



td {
padding: 10px 10px;
}

}
	
	
	













.slide-btn {
    font-size: 60px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    color: #0683dd;
	box-sizing: border-box;
    border: none;
    background: transparent;
	outline: none;
}

.result_item {padding:20px;}

.slide-btn-prev {
    left: -60px;
}

.slide-btn-next {
    right: -60px;
}

.team-item {
	
	position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
	min-height:714px;
	
}

.team-item__desc P{
	font-size:18px;
}


.blue__form-title {margin-bottom: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
text-align: center;}

.our-preum {padding:60px 0 0;}
.service {padding:60px 0;}
.third {padding:60px 0;}


.listen_audio img {display:inline!important;}

@media (max-width: 769px) {
	
.review_photo img {max-width:100%;display:block;margin:auto;}	
.review_photo {height:auto;}
	
	.in1 {margin-bottom:15px;}
	
.team-item {
	min-height:auto;
	
}

	
.slide-btn-prev {
	top: -25px;
    left: 30px;
}

.slide-btn-next {
	top: -25px;
    right: 30px;
}

.mbt {margin-bottom:60px;}	
	
.eight {padding-top: 30px;padding-bottom: 30px;}
.five {padding-top: 30px;padding-bottom: 30px;}	
.head__info .h1	{font-size: 30px;}
.unflex {flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;}	
.logo {margin-bottom: 5px;}
.expa {width: 100%;text-align:center;margin:15px 0;}
.info {width: 100%;}
.price__list li {width: 100%;margin-bottom:10px;}
.advant__list {justify-content:space-around;}
.advant__list li {width: 50%;margin-bottom:10px;}
.head__info {padding:30px 15px;}
.header_form .form__item button {margin-left:0;}
.header_form .form__item {margin:auto;display:table;margin-top:20px;width:100%;}
.header_form .form__item input {width: 100%}
.header_form .form__item button {width: 100%}
.form__list.form__list__main {margin:0;width:100%;}

  .head-in {padding:30px 0;}
  .head_information {display: table; margin:auto;margin-top:15px;}
  .header__list-item {width:100%;}
  .head h1 {font-size: 40px;}
  .header__list-item img{margin:auto;float:none;}
  .header__list-item p{float:none;width:100%;text-align:center;}
  .header__list-item:first-child {margin-bottom:25px;}
  .middle {margin-bottom:90px;clear:both;}
  .video-block {margin-bottom:15px;}
}

@media screen and (max-width: 569px){
	
	.table {
		padding-top:0;
		padding-bottom:0;
	}
	
	
	.topphone {
    font-weight: bold;
    font-size: 32px;
	white-space:nowrap;
	display:table;
	margin:auto;

}
	
	.topphone:before {
    content: '';
    vertical-align: middle;
    width: 30px;
    height: 32px;
    display: inline-block;
    background-image: url(../img/phone.svg);
	background-size:30px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: -35px;
}
	
	.head_information span {
		text-align:center;
	}
	
	h2 {font-size: 27px;}
	.blue__form-title {font-size: 30px;}
	.result_wrapper {padding:25px 5px;}
	.next2 {max-width: 240px;}
	.withafter::after {left: 50%;margin-left: -30px;}
	.listen_audio img {float:left;}
	.listen_audio {font-size:16px;}
	
	.button_wrp {padding:0;}
	.knowmore {max-width:100%;font-size:17px;}
	.button_wrp .knowmore {max-width:90%;}
	.bordered_forma {
		padding-left:5px;
		padding-right:5px;
	}
	
	.blue__form-phone {

    line-height: 1.2;
    padding-top: 20px;
 
}

.four {

    padding-top: 35px;
    padding-bottom: 35px;
}
	
	
	.step_head {font-size:16px;padding:5px;min-height:111px;}
	
	h2::after {

    margin-bottom: 20px;

}
	
	.photo__list li {
    float: none;
    margin: auto;
	 margin-top: 20px;
}
	
	
	
	html{
		/*/background: #000;*/
	}
	
	body, html{
		min-width: unset;
		height: unset;
	}
	
	.container{
		width: unset !important;
	}
	
	.head{
		padding-bottom: unset;
		background-size: cover;
	}
	
	.intro h1{ 
		font-size: 32px;
	}
	
	.universal{
		
	}
	
	.universal__content {
		display: unset;
		display: unset;
		display: unset;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: space-between;
	}
	
	.universal__content{
		display: block;
	}
	
	.logo{
		float: unset;
		white-space: unset;
	}
	
	.expa{
		display: none;
	}
	
	
	
	.headРµr__list img{
		margin: auto;
		float: unset;
	}
	
	.header__list-item{
		
	}
	
	.header__list-item p{
	float: unset;
		margin: auto;
	}
	
	.head__form{
		padding-top: 25px;
	}
	
	.form{
		max-width: unset;
	}
	
	.menu-item{
		display: block;
		width: unset;
	}
	
	
	.header__list-item{
		width: unset;
		float: unset;
		
	}
	
	.product__item{
		
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}
	
	.product__item-img{
	max-width: 278px;
	}
	
	.advant__list{
		display: block;
	}
	
	.advant__list li{
		width: unset;
	}
	
	.reason__list{
		display: block;
	}
	
	.reason__list li{
		width: unset;
		text-align: center;
		background-position: 100px -2px;
    /*padding-left: 100px;*/
    height: 100px;
	}
	
	.reason2 .reason__list li{
		width:100%;
		text-align:center;
		}
	.reason__text {
		padding-left:140px;
		}
	
	.reason__text {
		margin-top:0!important;
		}
	.pt40 {
		padding-top:40px;
		}
	.pt30 {
		padding-top:30px;
		}	
		
	.pt20 {
		padding-top:20px;
		}
	
	
	.price__list{
		display: block;
	}
	
	.price__list li{
		width: unset;
		height: auto;
		padding-top: 25px;
		margin-bottom:0;
	}
	
	.slide__wrapper{
		padding: 0px 65px;
	}
	
	.custom__form .form__item{
		max-width: unset;
	}
	
	.map__address{
		
	}
	
	.cheme{
		/*background: url(../img/bg.jpg) repeat-y center!important;
		background-size: cover;*/
	}
	
	.cheme__item{
		width: unset;
	}
	
	.adventages__list li{
		width: 100%;
		margin-top: 80px;
	}
	
	.adventages__list{
		display: unset;
	}
	
	.custom__form{
		background: url(../img/custom_form.jpg) repeat-y top!important;
	}
	
	
	
	.adventages__list li{
		width: unset;
	}
	
	.equipment .item{
		width: unset;
		float: unset;
	}
	
	.shemes-list{
		display: block;
	}
	
	.sheme-item{
		width: unset;
		max-width: unset;
	}
	
	.button_feedback{
		width: 320px;
	}
	
	.adventages__img{
		float: unset;
		margin: auto;
	}
	
	.adventages__text{
		margin-top: 0px;
		margin-left: 0px;
		text-align: center;
	}
	
	.adventages__text strong{
		text-align: center;
	}
	
	.blue__form-title{
		font-size: 28px;
	}
	
	.feedback__inputs{
		margin-left: 0px;
	}
	
	.feedback__input{
		float: unset;
		width: 100%;
		margin-bottom: 15px;
		margin-left: 0px;
	}
	
	.row{
		margin-left: unset;
		margin-right: unset;
	}
	
	.thanks{
			min-height:100vh;
		}
		
	.thanks__cnt{
		width: 100%;
		height: 280px;
	}
	
	.partner__list{
		display: unset;
		display: unset;
		display: unset;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: space-between;
	}
	
	.partner__list li {
		width: unset;
		margin-top: 50px;
		text-align: center;
	}
	
	
	.cheme__list{
		display: unset;
		display: unset;
		display: unset;
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: space-between;
	}
	
	.thank-page h1{
		font-size: 22px;
		padding: 30px;
	}


section {
    padding: 50px 0;
}



.head__info {
   
    padding-top: 35px;
    padding-left: 25px;
	padding-right: 25px;
    padding-bottom: 20px;

}

.custom__form__phone a{font-size:50px;}

.service-item h3 {
    min-height: 0 !important;
}
}

@media screen and (max-width: 433px){
	.custom__form__phone a{font-size:40px;}
}


@media screen and (max-width: 391px){
	.custom__form__phone a{font-size:32px;}
	.custom__form__phone a{font-size:28px;margin-bottom:30px;}
	.info__phone a{font-size:32px;}
	.mvm {min-height:131px;}
	.mvb {min-height:148px;}
}


@media screen and (max-width: 330px){
	.custom__form__phone a{font-size:28px;margin-bottom:30px;}
	.custom__form__phone a{margin-bottom:30px;}
}

.cert-list .item {
	margin: 0 10px;
	background: #fff;
}

.photo__title {
    line-height: 1.1;
    font-size: 20px;
	padding:15px;
}

.photo__desc {
font-size: 19px;	
padding:15px;	
background:#fff;

}

.cert-list .item img {
	width:100%;
}

@media (max-width: 769px) {
	
	.cert-list .item {
	padding-right:0;
}
	
	
	
	.recall {
    display: table;
    margin:auto;
}
	
	.intro {
    background: #1f2741;
    padding: 20px 0;
}
	
	.intro .knowmore {
		margin:auto;
		display:table;
	}
	
	
	.intro h1 {
    font-size: 32px;
	line-height:36px;
	text-align:center;
}
	
	
	.intro-right {
    padding-left:0;
}
	
	.xs-hidden {
		display:none;
	}
	
	
	.head-row {
    flex-wrap:wrap;
}

	.logos {
		width:100%;
	}
	
	.under_logo {
		text-align:center;
	}
	
	.expa {
		width:100%;
	}
	
	.head_information {
		width:100%;
	}
	
}

	.head_mob {
		display:none;
	}

@media (max-width: 640px) {
	
	.head_mob {
		display:block;
		position:fixed;
		width:100%;
		background:#fff;
		z-index:111;
		z-index: 999;
        
		padding:2px 0 8px;
	}
	
	header  {
		padding-top:62px;
	}
	
	header .head_information {
		display:none;
	}
	
	.our-preum_block {
    float: none;
    margin: 0 auto 20px;
    width: 160px;
}

	.subtitle {
    display: table;
    font-size: 18px;
    line-height: 21px;
    color: #192038;
    background: #fff;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 15px 25px 15px 65px;
    background: url(../img/gift.svg) #fff 15px center no-repeat;
	}
	
	.headеr__list {
    margin: 15px 0 15px;
}

	.team-item__desc {
		padding-top:15px;
	}
	
	.m-h3 {
    font-size: 30px;
}

	.morelink {
    font-size: 22px;
    margin-top: 20px;
}

.xsb {
	margin-bottom:20px;
}

.varOplnew.varOpl > div {
    width: 100%;
    display:block;
    padding-left: 0;
    vertical-align: top;
}


}

@media (min-width: 770px) {
.head {
	top:0;
	position:fixed;
	width:100%;
	background:#fff;
	z-index:999;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}
.intro {
	padding-top:50px;
}



}
 
.form-frm  {
	box-sizing: border-box;
border: 3px solid rgb(255, 255, 255);
padding:30px 15px;
}



.form-frm-row {

}

.form-frm-row {
	display:flex;
}

.form-frm-img {
	width:212px;
}

.form-frm-sbm {
	width:255px;
}

.form-frm-cnt {
	width: calc(100% - 212px - 255px);
	padding:0 30px;
}

.form-frm-cnt {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	}


.y-tit {
border-radius: 10px;
background: rgb(255, 204, 0);
color: rgb(0, 0, 0);
font-family: Cuprum;
font-size: 20px;
font-weight: 400;
line-height: 47px;
letter-spacing: 0%;
text-align: center;
width:190px;
}

.y-dwn {
	box-sizing: border-box;
border: 3px dashed rgb(255, 204, 0);
border-radius: 10px;
/* demontag-24.ru/Semantic/Button */
color: rgb(255, 255, 255);
font-family: Cuprum;
font-size: 20px;
font-weight: 400;
line-height: 28.57px;
letter-spacing: 0%;
text-align: center;
line-height: 47px;
display:block;
width:100%:
}


.y-dwn:hover {
color: rgb(255, 255, 255);
}


.form-frm-sbm {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	}

.form-frm-sbm button{
border-radius: 10px;
width:100%;
border:none;
outline:none;
box-shadow: inset 3.75px 3.75px 6px 0px rgba(0, 0, 0, 0.25);
background: rgb(254, 122, 18);
line-height: 47px;
height:47px;
color: rgb(255, 255, 255);
font-family: Cuprum;
font-size: 20px;
font-weight: 400;
line-height: 28.57px;
letter-spacing: 0%;
text-align: center;
display:block;
}

.in-new {
	border-radius: 10px;
	width:100%;
border:none;
outline:none;
background: rgb(255, 255, 255);
/* demontag-24.ru/Semantic/Button */
color: rgb(0, 0, 0);
font-family: Cuprum;
font-size: 20px;
font-weight: 400;
line-height: 28.57px;
letter-spacing: 0%;
text-align: center;
line-height: 47px;
height:47px;
}

.form-frm-inp-h {
	line-height: 47px;
height:47px;
}

.form-frm-inn-r {
	display:flex;
}

.razmer-wrap {
	width: calc(100% - 190px);
	padding-left:20px;
}

.x-svg {
	margin:0 8px;
}

.razmer-wrap input {
	width:90px;
}


.vyvoz-wrap {
	width: calc(100% - 190px);
	padding-left:20px;
	display:flex;
	justify-content:center;
}

.vyvoz-item {
	display:block;
    border-radius: 10px;
    border: none;
    outline: none;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: Cuprum;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
    line-height: 47px;
	width:58px;
    height: 47px;
	margin:0 20px;
}


.form-frm H2 {
	color: rgb(255, 255, 255);
font-family: Cuprum;
font-size: 36px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
margin-bottom:30px;
}

.form-frm H2 span{
color:#FFCC00;
display:block;
font-size: 40px;
}

.form-frm h2::after {
	content:none;
}

.cont-wrap {
	border-radius: 10px;
background: rgb(239, 255, 204);
display:flex;
padding: 20px 0 20px 30px;
}

.cont-wrap H2{
text-align:center;
}

.cont-cont {
	width: calc(100% - 439px);
	padding-right:20px;
}
.cont-cont p{
color: rgb(51, 51, 51);
font-size: 26px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0%;
text-align: left;
margin-bottom:30px;
}

.cont-img {
	width:439px;
}

.cont-list {
    padding-left: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}



.cont-list li {
    display: flex;
    align-items: center;
   color: rgb(51, 51, 51);
font-family: Cuprum;
font-size: 22px;
font-weight: 700;
line-height: 63px;
letter-spacing: 0%;
text-align: left;
    margin-bottom: 10px;
	width:45%;
}

.cont-list span:first-child {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/cont.svg);
}

.cont-list span:last-child {
    width: calc(100% - 32px);
    padding-left: 25px;
}

.faq__inner {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}

.faq__item {
    width: 48%;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
	box-sizing: border-box;
border: 3px solid rgb(255, 255, 255);
border-radius: 10px;
background: rgb(255, 255, 255);
padding:10px 20px;
}

.faq__plus {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 10px;
    right: 20px;
}



.faq__plus_inner {
	width:20px;
	height:20px;
    position: absolute;
    top: 0;
    right: 0;
	left:0;
	bottom:0;
	margin:auto;
	background-image: url("data:image/svg+xml,%3Csvg width='19.523438' height='19.523682' viewBox='0 0 19.5234 19.5237' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs/%3E%3Cpath id='Vector' d='M8.79 19.52L10.71 19.52C11.45 19.52 12.05 18.92 12.05 18.18L12.05 12.42C12.05 12.21 12.21 12.05 12.42 12.05L18.18 12.05C18.92 12.05 19.52 11.45 19.52 10.71L19.52 8.79C19.52 8.05 18.92 7.46 18.18 7.46L12.42 7.46C12.21 7.46 12.05 7.29 12.05 7.09L12.05 1.34C12.05 0.6 11.45 0 10.71 0L8.79 0C8.05 0 7.46 0.6 7.46 1.34L7.46 7.09C7.46 7.29 7.29 7.46 7.09 7.46L1.34 7.46C0.6 7.46 0 8.05 0 8.79L0 10.71C0 11.45 0.6 12.05 1.34 12.05L7.09 12.05C7.29 12.05 7.46 12.21 7.46 12.42L7.46 18.18C7.46 18.92 8.05 19.52 8.79 19.52Z' fill='%23FFCC00' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


.faq__item.active .faq__plus_inner {
	width:16px;
	height:16px;
	background-image: url("data:image/svg+xml,%3Csvg width='15.945312' height='15.941162' viewBox='0 0 15.9453 15.9412' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs/%3E%3Cpath id='Vector' d='M0.38 14.19L1.74 15.54C2.26 16.07 3.11 16.07 3.64 15.54L7.71 11.47C7.85 11.33 8.08 11.33 8.23 11.47L12.3 15.54C12.82 16.07 13.67 16.07 14.2 15.54L15.55 14.19C16.08 13.67 16.07 12.82 15.54 12.3L11.47 8.23C11.33 8.08 11.33 7.85 11.47 7.71L15.54 3.64C16.07 3.11 16.07 2.26 15.54 1.74L14.19 0.38C13.67 -0.14 12.82 -0.13 12.3 0.39L8.23 4.46C8.09 4.6 7.85 4.6 7.71 4.46L3.64 0.39C3.11 -0.13 2.27 -0.14 1.75 0.38L0.39 1.74C-0.13 2.26 -0.13 3.11 0.39 3.64L4.46 7.71C4.6 7.85 4.61 8.08 4.46 8.23L0.39 12.3C-0.13 12.82 -0.14 13.67 0.38 14.19Z' fill='%23FFCC00' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:center center;

}

.faq__item--title {
    color: rgb(44, 44, 44);
font-family: Cuprum;
font-size: 24px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0%;
text-align: left;

padding-right: 50px;
border:bottom:1px solid #000;
	
}

.faq__answer {
    color: rgb(98, 98, 98);
font-size: 16.7px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
padding-top:20px;
}



@media (max-width: 769px) {
	.features_wrap {
    flex-wrap:wrap;
}

.features_left {
    width: 100%;
    padding-right: 0;
}

.features_video {
     width: 100%;
}

    .n_1-img {
        height: 133px;
        width: 133px;
    }
	
	.pila {
		display:none;
	}
	
	.four-img {
     width: 100%;
}

.four-form {
     width: 100%;
}

.four-img img {
    position: static;
  
}

.cont-wrap {
   flex-wrap:wrap;
       padding: 10px 10px 10px 10px;
}

.cont-cont {
    width:100%;
    padding-right: 0;
	margin-bottom:20px;
}

.cont-img {
    width:100%;
}

.cont-img img{
    width:100%;
	display:block;
	margin:auto;
}

.cont-list li { 
	width:100%;
	    margin-bottom: 2px;
		font-size: 22px;
    font-weight: 700;
    line-height: 43px;
}



.faq__item {
    width: 100%;
}

.form-frm-row {
    flex-wrap:wrap;
}

.form-frm-img {
    width: 100%;
	margin-bottom:15px;
}

.form-frm-img img {
	display:block;
	margin:auto;
}

.form-frm-cnt {
    width: 100%;
    padding: 0 0;
}

.form-frm-sbm {
    width: 100%;
}

.form-frm-inn-r {
	display:block;
}

.y-tit {
	width:100%;
	margin-bottom:10px;
}

.razmer-wrap {
    width: 100%;
    padding-left: 0;
	display:flex;
	margin:0 auto 15px;
	justify-content:center;
	align-items:center;
}


.vyvoz-wrap {
width: 100%;
padding-left: 0;
    display: flex;
    justify-content: center;
	margin-bottom:15px;
}

.form-frm-inp-h {
	display:none;
}

.form-frm-inp  {
	margin-top:12px;
}

.single-price-btns {
	display:block;
}

.single-price-btns a {
	margin-bottom:15px;}

.single-price H3 {
	font-size:24px;
	line-height: 29px;
}

.dops_inner {
    border-radius: 10px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px 10px;
}

.dops H3 {
    color: rgb(0, 0, 0);
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 20px;
}

.g-list span:first-child {
    width: 27px;
    height: 27px;
    background-image: url(../img/gal.svg);
	background-size:cover;
}

.g-list span:last-child {
    width: calc(100% - 27px);
    padding-left: 15px;
}

.g-list li {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
}

.dops_wrap {
    
    padding: 7px 7px;
}

.dops H2 span {
    display:none;
	
}

section.dops {
    padding-bottom: 40px;
}

.service-item-row {
   flex-wrap:wrap;
}

.service-item-content {
    width:100%;
    padding-right: 0;
	margin-bottom:10px;
}

.service-item-btns {
    display: block;
}

.service-item-btns .knowmore {
    max-width: 100%;
    font-size: 22px;
    line-height: 43px;
	margin-bottom:10px;
	display:block;
}

.note H3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}

.note {
    font-size: 21px;
    line-height: 24px;
}

.intro-btn-row .knowmore:first-child {
    margin-right: auto;
    margin-left: auto;
	margin-bottom:15px;
}

.intro .knowmore {
    padding:0 0; 
	line-height: 43px;
    max-width: 100%;
    height: auto;
}


	
}






/* стили для нового меню */

.navbar-collapse:after, .navbar:after, .navbar:before, .navbar-collapse:before {
    content:none;
    display:none;
}

.nav-new {
    margin-top: 88px;
}

.nav-new {background: rgb(36, 87, 170);}

.nav-new .navbar {
    min-height: unset;
    margin-bottom: 0;
}


#TopNav .dropdown {
    position: relative; }

#TopNav .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }



#TopNav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color:#FFB800;
    background-clip: padding-box; }


.dropdown-menu-third {
    display:none;
    position: absolute;
    left: 100%;
    top: -10px;
    background: #000;
    padding-top:10px;

}



.dropdown-third:hover .dropdown-menu-third{
    display:block;
}

.dropdown-menu-third{
    list-style:none;
    width:auto;
    padding: 5px 10px 7px;
}

.dropdown-third {
    position:relative;
}


#TopNav .dropdown-menu.show {
    display: block; }


.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

.nav-link {
    display: block;
    padding: 0.5rem 1rem; }
.nav-link:focus, .nav-link:hover {
    text-decoration: none; }
.nav-link.disabled {
    color: #868e96; }



.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
.navbar > section,
.navbar > section .fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }



.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top:0;
}


.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
.navbar-nav .dropdown-menu {
    position: static;
    float: none;


}



.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center; }



.navbar-nav {
    font-weight: 400;

    font-size: 1em;
}



.navbar-nav .nav-link {
    text-decoration: none;
    color: #fff;
    display: block;

}

.navbar-nav a.nav-link:hover {
    color: #c10049;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 6px 14px;
}

#TopNav .dropdown-menu a.nav-link {
    padding: 5px 3px!important;
    font-size:14px;
    line-height:19px;
    white-space: unset;
}





#TopNav ul.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 5px 10px 10px;
    display:none;

}

#TopNav ul.dropdown-menu li {
    font-size: 13px;
}

#TopNav .dropdown .dropdown-menu {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
}








@media (min-width: 768px) {

    .navbar-nav > li {
        width:25%;
    }

    #TopNav .dropdown:hover .dropdown-menu {
        display:block;
        opacity: 1;
        width:300px;
    }



    #TopNav .dropdown:hover .dropdown-menu {
        padding: 5px 10px 10px;
        margin-top: 0;
    }


    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        width:100%;


    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-size:17px;
        font-weight: bold;
    }
    .navbar-expand-md > section,
    .navbar-expand-md > section .fluid {
        flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }


    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%; } }









#TopNav .caret {
    display: none;
}


@media (max-width: 767px) {

    .dropdown-third:hover > a{
        color:#ff0000;
    }

    #TopNav .row {
        min-height: 68px;
    }
    #TopNav .dropdown-menu {
        padding: 0.2rem 0;
        margin: 0;
    }
    #TopNav ul.dropdown-menu {
        padding: 0px;
    }
    #TopNav .nav-link {
        text-align: center;
    }



    #TopNav .dropdown-toggle::after {display: none;}



    #TopNav .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: absolute;
        right: 8px;
        top: 13px;
        font-size: 30px;
        z-index: 999999;
    }
    #TopNav .navbar-expand-md .navbar-nav .nav-link {
        padding: 6px 14px;
        width: 280px;
        text-align: center;
        margin: auto;
        font-size:22px;
    }



    #TopNav .navbar-expand-md .navbar-nav .dropdown-menu .nav-link {

        font-size:19px;
    }







    #TopNav .down-caret {
        transform: rotate(0deg);
        transition: all .25s ease-in;
    }


    #TopNav .dropdown-menu {
        height: 0;
        padding:0;
        position: static;
        float: none;
    }

    #TopNav .dropdown-menu.highlight {
        opacity: 1 !important;
        display:block!important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: unset !important;
        padding: 0px 0px 10px;
        height: auto;
    }

    ul.navbar-nav li.dropdown > ul.dropdown-menu.highlight .dropdown-menu-third{
        display: block;
        position:static;
        border-left:none;
    }



    #TopNav .caret {
        transform: rotate(0deg);
        transition: all .25s ease-out;
        color: #fff;
    }
    #TopNav .copen {
        transform: rotate(90deg) !important;
        transition: all .25s ease-out;
        color: #ff0000 !important;
    }


}
/*конец стилей для нового меню */




.file-upload {
    position: relative;
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload span {
}


.my-btn {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    text-align: left;
    border: none;
    outline: none;

}


.my-btn span {
	box-sizing: border-box;
    border: 3px dashed rgb(255, 204, 0);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
    line-height: 47px;
    display: block;
    width: 100%;
	
}

.file-name1 {
	font-size:12px;
	color:#fff;
}

.my-btn span:hover {
	text-decoration:underline;
	
}


.demo-price-card {
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
}

.card-header {
  background: #1e5aa8;
	
	border-top-right-radius:6px;
	border-top-left-radius:6px;
  color: white;
  padding: 16px 20px;
  text-align: center;
font-weight: 700;
font-style: Bold;
font-size: 36px;
leading-trim: NONE;
line-height: 42px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

	
}

.card-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
	padding-top:13px;
	padding-bottom:20px;
}

.price-item {
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 120px;
border-radius:5px;
	box-shadow: 0px 4px 13.2px 0px rgba(0, 0, 0, 0.15);

	border: 1px solid rgba(217, 216, 215, 1)
}

.photo-item {
  background: #999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-placeholder {
  font-size: 16px;
  font-weight: 500;
}

.item-title {
	color:#000;
font-weight: 400;
	font-family: inherit;
font-size: 24px;
	line-height:30px;
leading-trim: NONE;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

  margin-bottom: 8px;
}

.item-price {
font-weight: 700;
font-style: Bold;
font-size: 30px;
leading-trim: NONE;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

  color: #000;
  margin-bottom: 4px;
}

.item-note {
	color:#000;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 42px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.text-block {
  width: 100%;background: rgba(239, 255, 204, 1);
border: 1px solid rgba(217, 216, 215, 1);
	box-shadow: 0px 4px 26.1px 0px rgba(0, 0, 0, 0.09);

  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: rgba(85, 94, 83, 1);
  
	margin-bottom:30px;
font-weight: 500;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.order-btn {
  background: #ff7b00;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.order-btn:hover {
  background: #e66a00;
}

@media (max-width: 768px) {
  .card-body {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 16px;
  }

  .price-item {
    min-height: 100px;
    padding: 12px;
  }

  .item-price {
    font-size: 18px;
  }

  .card-header {
    font-size: 16px;
    padding: 14px 16px;
  }

  .text-block {
    font-size: 13px;
    padding: 14px;
  }

  .order-btn {
    padding: 12px 28px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .card-body {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .price-item {
    min-height: 90px;
    padding: 10px;
  }

  .item-price {
    font-size: 16px;
  }

  .item-title {
    font-size: 13px;
  }

  .card-header {
    font-size: 15px;
    padding: 12px;
  }

  .text-block {
    font-size: 12px;
    padding: 12px;
  }

  .order-btn {
    padding: 10px 24px;
    font-size: 14px;
    width: 100%;
  }
}
.calculator-block {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 
  margin: 20px auto;
  padding: 40px 100px;
background: rgba(246, 246, 245, 1);

  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.calc-section {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.calc-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.calc-row.three-cols > * {
  flex: 1;
  min-width: 120px;
}

.calc-group {
  flex: 1;
  min-width: 200px;
}

.calc-group label {
  display: block;
  margin-bottom: 8px;
	color:#000;
	text-align:center;
font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 38px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

/* Кастомный селект */
.custom-select {
  position: relative;
  width: 100%;
	margin:auto;
	max-width:350px;
}
	#selectedMaterial {
		display:flex;
		align-items:center;
	}
.select-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
	max-height:60px;
  padding: 15px 16px;
border: 2px solid rgba(127, 185, 45, 1);
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: border-color 0.2s;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 38px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.select-display:hover, .select-display.active {
  border-color: #4CAF50;
}

.select-arrow {
  transition: transform 0.2s;
}

.select-display.active .select-arrow {
  transform: rotate(180deg);
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 2px solid rgba(127, 185, 45, 1);
  border-top: none;
  border-radius: 0 0 8px 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  display: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.select-options.show {
  display: block;
}

.select-options li {
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.select-options li:hover {
  background: #f0fff0;
}

.toggle-group {
  display: flex;
  gap: 10px;
	max-width:350px;
	margin:auto;
}

.toggle-btn {
  flex: 1;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
	text-align:left;
	
	
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
letter-spacing: 0%;
vertical-align: middle;

}

.toggle-btn.active {
  background: rgba(127, 185, 45, 1);
  color: white;
  border-color: rgba(127, 185, 45, 1);
}

.section-title {
  text-align: center;
  margin: 0 0 20px 0;
	color:#000;
font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 38px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.calc-input-group {
  display: flex;
  flex-direction: column;
}

.calc-input-group input {
  padding: 17px;
	border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 10px;
	background: rgba(246, 246, 245, 1);

font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 38px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

  text-align: center;
  transition: border-color 0.2s;
  /* Убираем стрелки up/down в number полях */
  -moz-appearance: textfield;
}

.calc-input-group input::-webkit-outer-spin-button,
.calc-input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc-input-group input:focus {
  outline: none;
  border-color: rgba(127, 185, 45, 1);
}
	.calc-input-group {
		text-align:center;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 38px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

	}
.bottom-section {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.wall-thickness {
  flex: 1;
}
	#thicknessInput {
margin:auto;
		max-width:250px;
	}
.sub-label {
font-size: 18px;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-bottom: 8px;
}

.price-box {
  flex: 1.5;
  background: rgba(127, 185, 45, 1);
  color: white;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.discount-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.price-label {
font-weight: 700;
	margin-bottom:8px;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 38px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.price-value {
  font-size: 24px;
  font-weight: bold;
}

.old-price {
  font-size: 16px;
  opacity: 0.7;
  text-decoration: line-through;
  margin-left: 8px;
}

@media (max-width: 600px) {
  .calc-row {
    flex-direction: column;
  }
  
  .bottom-section {
    flex-direction: column;
  }
  
  .discount-badge {
    top: -8px;
    right: -8px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
</style>
<style>

	.price-table th {
		background: rgba(127, 185, 45, 1) !important;
		border:2px solid rgba(36, 87, 170, 1);
	}
	td .knowmore {
		max-width:170px;
		box-shadow: none;
  background: rgb(254, 122, 18);
	}
	.price-table td {
		background:#fff;
		padding:20px;
		border:2px solid rgba(36, 87, 170, 1);
		color:#000;
font-weight: font weight/700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 29px;
letter-spacing: 0%;

	}
	.price-table tr td:last-child {
  border: 2px solid rgb(36, 87, 170);
}
	.table-wrapper {
		background:#fff;
	}
	.single-price H2 span {
  color: rgb(254, 122, 18);
}
	.single-price {background:#fff;}
	.calc-sections .calc-section {
		flex: 1 1 50%;
		
	}
	.calc-input-group label {
		color:#000;
	}
	.calc-sections .price-box  {
		
		flex:1 1 50%;
	}

.demo-card {
	margin-bottom:60px;
}
.single-price-btns a {
	max-width:420px;
}
.demo-card:last-child {
	margin-bottom:0px;
}



.demo-cases-wrapper {
  max-width: 1170px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: 'Cuprum', sans-serif;
  position: relative;
}

/* Стили самого свайпера */
.swiper.myUniqueSwiper1, .swiper.myUniqueSwiper2 {
  width: 100%;
  padding-bottom: 80px; 
  overflow: hidden;
	position:initial;
}

.swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

/* Карточка */
.case-card-container {
  width: 100%;
  max-width: 1030px;
  display: flex;
  flex-direction: column;
  align-items: center;
	margin:auto;
}
.city-icon img {
	width:100%;
}

.case-bg-texture {
  width: 100%;
  background: #f4f4f4 url('../img/gray-wall-textures-background.png') no-repeat center center; 
  background-size: cover;
  border: 1px solid #D9D8D7;
  box-shadow: 0px 4px 13.2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 31px 30px 40px;
  box-sizing: border-box;
  position: relative;
}
.price-back {
	  background-size: cover;
  background: #f4f4f4 url('../img/gray-wall-textures-background.png') no-repeat center center !important; 
}
.case-blue-header {
  width: 970px;
  max-width: 100%;
  height: 76px;
  background: #2457AA;
  box-shadow: 0px 4px 13.2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 38px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 30px auto; /* Центрирование шапки */
}

/* Контент внутри карточки */
.case-inner-flex {
  display: flex;
  gap: 50px;
  align-items: center;
	padding:0px 30px;
}
.case-img-col {
	width: 373px;
  height: 253px;
}
.case-img-col img {
  width:100%;height:100%;
  object-fit: cover;
  border: 1px solid #D9D8D7;
  border-radius: 10px;
  background: #ccc;
}

.case-info-col {
  flex: 1;
}

/* Списки */

.list-green, .list-orange {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.list-green li, .list-orange li {
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 700;
}
.list-orange li {
	margin-bottom:15px;
}
/* Иконки */
.ico-check, .ico-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  margin-right: 15px;
  flex-shrink: 0;
}

.ico-check {
	margin-right:25px;
}

.list-orange {
margin-right:auto;
	margin-left:auto;
	margin-top:60px;
}

.ico-check {
}
.ico-check::after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-image: url('../img/gal.svg'); /* Путь к иконке галочки */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ico-star {
  background: transparent;
}
.ico-star::after {
  content: "★";
  color: #F07411;
  font-size: 30px;
  line-height: 1;
}

/* Кнопка "Посмотреть примеры" */
.btn-action {
  width: 400px;
  max-width: 100%;
  height: 58px;
  margin-top: 30px;
  background: linear-gradient(180deg, #FC7912 0%, #ED7211 93.1%);
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(252, 121, 18, 0.3);
  transition: transform 0.2s;
}
.btn-action:hover {
  transform: translateY(-2px);
}

/* Встроенные стрелки свайпера */
.swiper-button-prev.nav-prev-1, .swiper-button-next.nav-next-1,
.swiper-button-prev.nav-prev-2, .swiper-button-next.nav-next-2 {
  width: 48px;
  height: 48px;
  background: #2457AA;
  border-radius: 5px;
  color: white;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: "" !important;
}
.swiper-button-prev svg, .swiper-button-next svg {
  display: block;
  margin: auto;
	width:22px;
}
.swiper-button-prev.nav-prev-1::after, .swiper-button-next.nav-next-1::after,
.swiper-button-prev.nav-prev-2::after, .swiper-button-next.nav-next-2::after {
  font-size: 20px;
  font-weight: bold;
}
.nav-next-1 {
	right:-70px;
}
.nav-prev-1 {
	left:-70px;
}
.myUniqueSwiper1 {
	overflow:hidden;
}
.nav-next-1 svg, .nav-prev-1 svg {
	width:100%;
	padding:10px;
}
/* Внешние кнопки управления снизу */
.external-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 10px;
}

.ext-btn {
  background: #2457AA;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-family: 'Cuprum', sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.ext-btn:hover {
  background: #1a4285;
}

/* Адаптив */
@media (max-width: 1030px) {
  .case-bg-texture {
    padding: 20px;
  }
  .case-blue-header {
    font-size: 28px;
    height: auto;
    padding: 15px;
    width: 100%;
  }
  .case-inner-flex {
    flex-direction: column;
    align-items: center;
  }
  .case-img-col img {
    width: 100%;
    max-width: 373px;
    height: auto;
  }
  .list-green li, .list-orange li {
    font-size: 24px;
    justify-content: center;
  }
}
.photo-report-section {
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Cuprum', sans-serif;
  position: relative;
}

.report-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px 0;
  line-height: 31px;
}

.photos-slider-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.photosSwiper {
  width: 100%;
}

.photo-slide {
  display: flex;
  justify-content: center;
}

.photo-card {
  width: 312px;
  height: 249px;
  background: #8F8C8C;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 13.2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-label {
  position: absolute;
  top: 14px;
  left: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  z-index: 2;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.photo-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: linear-gradient(0deg, #2457AA, #2457AA);
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.2s;
}

.photo-nav-btn:hover {
  opacity: 0.9;
}

.case-text-block {padding-top:0px !important;}

.photo-prev {
  left: -100px;
}

.photo-next {
  right: -100px;
}
.prev-example-btn {
	left:-100px;
	position:relative;
}
.next-example-btn {
	right:-100px;
	position:relative;
}
.order-demo-btn {
  display: block;
  width: 255px;
  height: 47px;
  margin: 0 auto 40px;
  background: #7FB92D;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
}

.order-demo-btn:hover {
  background: #6da326;
}

.bottom-content-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-bottom: 40px;
  justify-content: center;
}

.case-desc-box {
  width: 500px;
  height: 249px;
  background: #EFFFCC;
  border: 1px solid #D9D8D7;
  box-shadow: 0px 4px 13.2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.case-desc-box h3 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 15px 0;
}

.case-desc-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}

.video-box {
  width: 381px;
  height: 249px;
  background: #8F8C8C;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-label {
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 2;
}

.video-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.bottom-nav-controls {
  display: flex;
  justify-content: space-between;
}

.nav-btn-large {
  width: 226px;
  height: 48px;
  background: linear-gradient(0deg, #2457AA, #2457AA);
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  font-family: 'Cuprum', sans-serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.nav-btn-large:hover {
  opacity: 0.9;
}
	.case-custom .g-list-price span:first-child {
		width:50px;
		height:50px;
	}
@media (max-width: 1172px) {
  .bottom-content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .case-desc-box, .video-box {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .report-title {
    font-size: 28px;
  }
  
  .photos-slider-wrapper {
    padding: 0 40px;
  }
  
  .photo-card {
    width: 280px;
    height: 220px;
  }
  
  .bottom-content-grid {
    grid-template-columns: 1fr;
  }
  
  .case-desc-box, .video-box {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
  
  .bottom-nav-controls {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  
  .nav-btn-large {
    width: 100%;
    max-width: 300px;
  }
  
  .photo-nav-btn {
    width: 40px;
    height: 40px;
  }
}
.breadcrumb {
	margin-bottom:0px;
}
@media (max-width: 600px) {
  .case-blue-header {
    font-size: 22px;
  }
  .list-green li, .list-orange li {
    font-size: 20px;
  }
  .btn-action {
    font-size: 18px;
    height: 50px;
  }
  .external-controls {
    flex-direction: column;
    gap: 10px;
  }
  .ext-btn {
    width: 100%;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none; /* Скрываем встроенные стрелки на мобилке */
  }
}