/* montserrat-100 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/montserrat-v25-cyrillic_latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v25-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v25-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v25-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat-v25-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #351F1F;
	background:#F7F9FA;
}

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




* {
    outline: none!Important;
}

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

.logos {
	box-sizing: border-box;
    align-items: center;
}

.logot {
        display: block;
		
		color: #67DCFF;

text-align: center;
font-family: Montserrat;
font-size: 33px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
	}

.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;
	justify-content:space-between;
}

.n_1-img {

	margin-bottom:20px;
	border-bottom:2px solid #3D879D;
	border-radius:0 0 0 11px;
}

.n_1-img img{
	display:block;
}

.n_1-title {
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin-bottom:20px;
}

.n_1-txt {
color: #664F4F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.n_1-item {
	width:31%;
	margin-bottom:40px;
}


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

.n_ad-img {
	display: flex;
	align-items:center;
	border-bottom: 1px solid #E6EBEE;
padding:18px 20px;
}

.n_ad-img img{
	display:block;
	width:46px;
	
}

.n_ad-title {
width: calc(100% - 46px);	
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 120%;
padding-left:15px;

}

.n_ad-txt {
color: #664F4F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding:18px 20px 30px;
}

.n_ad-item {
	width:31%;
	margin-bottom:40px;
	border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
}










.about-row {
	display:flex;
	flex-wrap:wrap;
}

.about-img {
	width:570px;
}

.about-img img{
	display:block;
	margin:auto;
	border-radius:20px;
}


.about-content {
	width: calc(100% - 570px);
	padding-left:60px;
}


.about-item {
	display:flex;
	flex-wrap:wrap;
	border-bottom: 5px dotted #B59C81;
	padding-bottom:28px;
	margin-bottom:29px;
}

.about-item-img {
	width:48px;
}

.about-item-c {
	width: calc(100% - 48px);
	padding-left:20px;
}




.about-title {
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
margin-bottom:5px;
}

.about-txt {
color: #664F4F;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.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.service {
	padding-top:0;
}


.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: #80DB00;
	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 {
	
}

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

.rev-slider {
	margin-bottom:40px;
}

.rev-not {
	
}

.rev-not img{
	display:block;
	margin:auto;
	width:100%;
	max-width:600px;
	
}

.rev-not span{
	display:block;
	text-align:center;
	font-size:28px;
	margin-bottom:7px;
	
}


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

.places-item {
	width:24%;
	position:relative;
	margin-bottom:30px;
}

.places-item img{
	display:block;
	margin:auto;
	width:100%;
	border-radius: 20px;
}

.places-name {
	position:absolute;
	width:96%;
	height:40px;
	line-height:40px;
	background:rgba(255, 255, 255, 0.9);
	border-radius:5px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	font-size: 18px;
    font-weight: 400;
	text-align:center;
	color:#000;
}

.places_mat .places-name {
	top:unset;
	bottom:10px;
	
}



.product {
	/*background: url(../img/st.png) center center no-repeat;
	background-size:cover;*/
}


.product__item {
    width: 100%;
    border-radius: 20px;
	border: 3px solid #B59C81;
	background: #FFF;
    padding: 20px;
	position:relative;
	margin-bottom:40px;
}

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

.prod-number {
    position: absolute;
    right: 0;
    top: 0px;
    margin: auto;
    width: 70px;
    height: 58px;
    font-size: 32px;
	line-height:58px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 0px 20px;
background: #B59C81;
}

.product__item-title {
    position: relative;
    margin-bottom: 15px;
  font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}


.product__item-desc {
    position: relative;
    margin-top: 18px;
    font-size: 16px;
font-style: normal;
font-weight: 400;

}







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) {
	
.places-item {
    width: 100%;
	margin-bottom:30px;
}	
	
	
	
	
.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 {
	    box-sizing: border-box;
    align-items: center;
    margin-right: 50px;
    display: flex;
    align-items: center;
	padding:6px;
	border-radius: 10px;
border: 2px solid #C2D2DA;

}

.exp-mail a{
	display:block;
	color: #351F1F !important;
	margin-right: 50px;
	text-align:center;
	padding-top:2px;
	font-size:17px;

}

.expa span{
	display: block;
    padding-left: 10px;
    color: #566D7D;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;

}

.expa img{
	width:30px;
}


.head_information {
   
}

.icon-phone {
	margin-right: 5px;
   
}
.topphone {
    color: #351F1F!important;
    text-decoration: none!important;
    font-weight: 900;
	font-size: 39px;
	line-height: 1;
     display: inline-block;
	 position:relative;
}

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




.head_information span {
    display: block;
    font-size: 16px;
	line-height:1.2;
    color: #351F1F;
	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
}h2
* {
    max-height: 9999999px;
}
h2 {
    font-size: 38px;
    color: #000000;
    font-weight: 900;
    margin: 0;
    line-height: 1;
	margin-bottom: 40px;
	position:relative;
}

h2:after {
	display: block;
    content: '';
	border-radius: 2px;
    background: #3D879D;
    margin-left: 0;
    margin-right: auto;
    margin-top: 14px;
    
	width: 170px;
	height: 4px;
}

.four h2:after {
	
	background: none;
   
}


.n_1.steps h2 {
	
}



/*h2::after {
    display: block;
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 40px;
	background: #80DB00;
	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: #B59C81;*/
	background-image: url(../img/bg2.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}


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

.partners-item {
	width:11%;
}

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



.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 {

}

.intro .knowmore {
    padding: 20px 30px;

    width: auto;
    height: auto;
}

.knowmore {
    background: none;
    border: none;
    color: #fff;
    
    background: #00CE15;
    border-radius: 10px;
	position: relative;
    z-index: 10;
    width: 255px;
    max-width: 100%;
   
	font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 120%; 
text-transform: uppercase;
min-height:47px;
}

.service .service-item .knowmore {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top:5px;
	padding-bottom:5px;
}

.four .knowmore {
width: 320px;
}

.getconsult {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
 background:#00CE15;
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;
 background: #00CE15;
  border-radius: 10px;
  width: 100%;
  height: 47px;
  max-width:320px;
  display:table;
  margin:auto;
}

.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;
}
.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: #351F1F;
	text-align:center;
}





.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-right {
	padding-left:25px;
}


.intro H1 {
    font-weight: 900;
	font-size: 34px;
	line-height: 1.1;
	color:#fff;
	margin-bottom:40px;
	text-transform:unset;
} 

.intro H1 span{
	color: #67DCFF;
	font-size: 34px;
	
} 


.subtitle {
	display: table;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
font-weight: 700;
    border-radius: 100px;
    padding: 17px 25px 17px 25px;
    border: 2px solid #FFF;
background: #F44336;
position:relative;
margin-left: 40px;
}


.subtitle:before {
	content:'';
	display:block;
	width:60px;
	height:60px;
    background: url(../img/img-percent.svg) center center no-repeat;
	background-size:cover;
	position:absolute;
	left:-45px;
	top:0;

}


.subtitle span{ 
	
}
  
  
  .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;
font-style: normal;
font-weight: 700;
line-height: 120%; 
    margin-bottom: 20px;
    padding-left: 50px;
	line-height:38px;
}

.intro-right {
	
}

.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%;
}

.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 {
    background: #fff;
    border: 1px solid #d9d8d7;
    
    margin: 0 1% 22px;
}

.service-item a{
    display: block;
    color:rgb(51, 51, 51);
    padding: 15px 15px 15px;

}

.service-item a H3{
	font-size:21px;
}


.service-item a .p-desc{
	font-size:16px;
	margin-bottom:10px;
}


.service-item a:hover{
    text-decoration: none;
}

.service-item a:focus{
    text-decoration: none;
}

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

.service-item__desc{
    border: 2px solid #80DB00;
    border-left: none;
    border-right: none;
    padding: 6px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 24px 0;
}

.service-item__desc ul{
    margin-bottom:0;
	list-style-position:inside;
	padding-left:0;
	font-size: 16px;
    line-height: 120%;
}



.service-item__desc ul li:before {
    content: "•";
    margin-right: 5px;
}

.service-item__desc ul li {
    list-style-type: none;
	margin-bottom:3px;
}

.service-item__desc ul li:last-child {
	margin-bottom:0;
}


.service-item__desc p {
    margin-bottom: 2px;
    font-size: 16px;
    /*background: url(../img/split.png) left center no-repeat;
    padding-left: 25px;*/
}

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

/* Steps */
.steps{}


.steps .m-changer .single-changer.active{background:#fcdb27;color:#000;}
.steps .single-step{
	margin-bottom:35px;
}
.steps .single-step img{
	display:inline-block;
	width:212px;
	margin-right:25px;
}
.steps .single-step .step-content{
	display:inline-block;
	vertical-align:top;
	width:720px;
	font-size: 16px;
}
.steps .single-step .step-content .sc-name{
	font-size:20px;
	padding:2px 5px;
	background:#fcdb27;
	display:table;
	margin-bottom:10px;
}
.steps .single-step .step-content .sc-info{
	padding:20px 25px;
	background:#f2f2f2;
	border:1px solid #a2a5a8;
}
.steps  .steps-information{margin:10px 0 30px 240px;}
.steps  .steps-information .si-title{
	display:inline-block;
	padding:10px 15px;
	background:#fcdb27;
	font-size:20px;
	margin-bottom:15px;
}



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) {
	
	.exp-mail {
		width:100%;
	}
	
	.exp-mail a{
	display:table;
	margin-right: auto;
	margin-left: auto;
	font-size:17px;

}
	
.two.n_66 {
    padding-top: 0;
}	
	
	
	
.about-img {
    width: 100%;
	margin-bottom:20px;
}

.about-img img{
    width: 100%;
    display:block;
}	

.about-content {
       width: 100%;
    padding-left: 0;
}

.form-h3 {
    font-size: 27px;
  
}
	
	
	
.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;
}

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


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

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

.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;}
	

	
	.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{
		margin-left:auto;
		margin-right:auto;
	}
	
	.prod-number {
    width: 50px;
    height: 41px;
    font-size: 26px;
    line-height: 41px;
    border-radius: 0px 16px;
}
	
	
	.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%;
		text-align: center;
	}
	
	.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: 13px;
    line-height: 21px;
    color: #351F1F;
    background: #fff;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 12px 22px 12px 60px;
    background: url(../img/gift.svg) #fff 15px center no-repeat;
	    margin-left: 0;
	}
	
	
	.blue__form-phone {
    font-size: 27px;
	line-height:34px;
	}
	
	.form-h3 {
    line-height:34px;
}
	
	.bordered_forma span {
    font-size: 24px;
    text-align: center;
    display: block;
    font-style: italic;
	line-height:34px;
	font-weight:400;
    
}
	
	.subtitle:before {
    display: none;
	}
	
	.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 {
	margin-top:83px;
	padding-top:50px;
}



}


.gallery-title {
	font-size:20px;
	padding:10px 10px;
	}

.gallery-desc {
	font-size:19px;
	padding:10px 10px;
}


@media (max-width: 640px) {



.n_ad-item {
	width:100%;
	margin-bottom:30px;
}

.partners-list {
    flex-wrap:wrap;
}

.partners-item {
    width: 24%;
}

h2 {
   text-align:center;
}

h2:after {
    content: none;
}
	
}