/* 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;
}

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




* {
    outline: none!Important;
}

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



.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 */




/* 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;
}
.head_information {
    display: flex;
    vertical-align: middle;
    text-align: center;
	align-items:center;
}

.head_information_1 {
	margin-right:25px;
}
.topphone {
    color: #192038!important;
    text-decoration: none!important;
    font-weight: bold;
	font-size: 35px;
	line-height: 120%;
    display: block;
}

.head_information span {
    display: block;
    font-size: 14px;
	line-height:1.2;
    color: #555C70;
	margin-bottom:5px;
}
.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 {
  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 {
    text-transform: uppercase;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
h2::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;

}
.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: 50px;
}
.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: 40px;
    padding-bottom: 70px;
    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;
    font-size: 20px;
    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%);
position: relative;
    z-index: 10;
  width: 255px;
  height: 47px;
}

.getconsult {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    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%);
position: relative;
    z-index: 10;
  width: 100%;
    margin-top: 25px;
  height: 53px;
}
.knowmore:hover, .getconsult: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%);
}
.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{
	width:150px;
	display:block;
	margin:auto;
	max-width:100%;
}

.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;
}
.partners {
    margin-left: -35px;
    width: 110%
}
.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;
}


.logos {
    text-align: center;
}

.logo {
    font-size: 30px;
    font-weight: 700;
    color: #0063b8;
}
.under_logo {
    font-size: 14px;
    line-height: 120%;
    display: block;
    text-align: center;
	color: #555C70;
}

.expa span{
	display:block;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #555C70;
	margin-bottom:8px;
}

.expa img{
	display:inline-block;
}



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


.intro {
	background:url(../img/bg.jpg) no-repeat; background-size:cover;padding:50px 0 0;
}

.intro-bg {
	width:691px;
}

.intro-bg img{
	max-width:100%;
	display:block;
	position:relative;
	left:-150px;
	bottom:0;
}


.intro H1 {
   
    text-transform: none;
    font-weight: bold;
	font-size: 42px;
	line-height: 49px;
	color:#fff;
	margin-bottom:20px;
	margin-top:0;
} 

.intro H1 span{
	display:block;
	color:#80DB00
} 

.subtitle {
	display:table;
	font-weight: 700;
font-size: 22px;
line-height: 25px;
    color: #FF6B00;
	background:#fff;
	background: #FFFFFF;
    border-radius: 100px;
	padding:15px 30px 15px 85px;
	background: url(../img/gift.svg) #fff  left center  no-repeat;
	border: 2px solid #FF6B00;
    border-radius: 100px;
}
  
  
  .headеr__list {
    color: #fff;
    margin: 30px 0 19px;
	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:20px;
	margin-bottom:11px;
	padding-left:30px;
}

.header__list-item:nth-child(1) {
	width:46%;
}

.header__list-item:nth-child(3) {
	width:46%;
}

.header__list-item:nth-child(2) {
	width:54%;
}

.header__list-item:nth-child(4) {
	width:54%;
}



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



  
.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 15px 20px;
    width: 160px;
}


.our-preum_img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	width:116px;
	height:116px;
	border:2px dashed #eee;
	border-radius:100%;
	padding:8px;
}

.our-preum_img2 {
	width:100%;
	height:100%;
	border:1px solid #00b0eb;
	border-radius:100%;
	position:relative;
	
}

.our-preum_img2 img{
	width:50px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	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 .knowmore {
	width:100%;
}

.service-item-img {
	height:170px;
	padding-bottom:10px;
	position:relative;
	
}

.service-item-img img{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto!important;
	
}


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

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

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


.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 5px;
	font-weight:bold;
}

.service-item-desc {
	 font-size: 16px;
	 margin-bottom: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;}


.list-item {
	background: url(../img/gal.jpg) left center no-repeat;
	font-size:26px;
	padding-left:70px;
	line-height:60px;
	margin-bottom:20px;
}

.list {
	padding-bottom:70px;
}


@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: -20px;
    left: 60px;
}

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

.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;}
.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 {}
  .middle {margin-bottom:90px;clear:both;}
  .video-block {margin-bottom:15px;}
}

@media screen and (max-width: 569px){
	
	h2 {font-size: 30px;}
	.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:240px;}
	.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;
		margin-top:0;
	}
	
	.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;
	}
	
	.expa{
		text-align: center;
	}
	
	.expa img{
		margin-top:10px;
	}
	
	.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:nth-child(1) {
	width:100%;
}

.header__list-item:nth-child(3) {
	width:100%;
}

.header__list-item:nth-child(2) {
	width:100%;
}

.header__list-item:nth-child(4) {
	width:100%;
}
	
	
	.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{
		max-width: unset;
		min-width: unset;
		bottom: 90px; 
	}
	
	.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: 34px;
	}
	
	.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;}
}

@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 {
	padding-right:20px;
}

.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%;
	}
	
	.expa {
		width:100%;
	}
	
	.head_information {
		width:100%;
	}
	
}


@media (max-width: 640px) {
	
	.our-preum_block {
    float: none;
    margin: 0 auto 20px;
    width: 160px;
}

	.subtitle {
    font-size: 15px;
	background-size:20px;
	padding: 12px 16px 12px 55px;
	display:table;
	margin-left:auto;
	margin-right:auto;
	}
	
	.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 {
	position:fixed;
	width:100%;
	background:#fff;
	z-index:999;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}
.intro {
	padding-top:128px;
}



}


span.content_toggle {
	font-weight:bold;
	color:red;
	cursor:pointer;
}



.soc-link {
	display:flex;
	justify-content:center;
}

.soc-link-item {
	max-width:100px;
	margin:0 20px;
}

.soc-link-item img{
	max-width:100%;
	margin:auto;
	display:block;
}

.foot-soc-link {
	display:flex;
	align-items:center;
}

.foot-soc-link-txt {
	font-size:20px;
	margin-right:10px;
}

.foot-soc-link-ico img{
	max-width:50px;
	margin:auto;
	display:block;
}


@media (max-width: 770px) {
	
	
	.foot-soc-link {
	margin:8px auto 8px auto;
}

.foot-soc-link-txt {
	font-size:18px;
	margin-right:8px;
}

.foot-soc-link-ico img{
	max-width:50px;
}
	
	
	
	.list-item {
    background: url(../img/gal.jpg) left center no-repeat;
    font-size: 24px;
    padding-left: 70px;
    line-height:30px;
    margin-bottom: 20px;
}	


.service-item-img {
    height:unset;
	margin-bottom:20px;
}

.service-item-img img {
	position: static;
}


.service-item .knowmore {
    max-width: 100%;
}



}
	
