@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    z-index: 0;
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

header,
section,
article,
aside,
footer {
    display: block;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: white;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* overflow-x: hidden; */
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayRegular.woff') format('woff'), url('../fonts/RalewayRegular.ttf') format('truetype'), url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayMedium.woff') format('woff'), url('../fonts/RalewayMedium.ttf') format('truetype'), url('../fonts/RalewayMedium.svg#RalewayMedium') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayBold.woff') format('woff'), url('../fonts/RalewayBold.ttf') format('truetype'), url('../fonts/RalewayBold.svg#RalewayBold') format('svg');
    font-weight: 700;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayBlack.woff') format('woff'), url('../fonts/RalewayBlack.ttf') format('truetype'), url('../fonts/RalewayBlack.svg#RalewayBlack') format('svg');
    font-weight: 900;
}

@font-face {
    font-family: 'Material';
    src: url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype'), url('../fonts/Material-Design-Iconic-Font.svg#MaterialDesignIconicFont') format('svg');
    font-weight: 400;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
}

li {
    list-style-type: none;
}

button {
    outline: none;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    border: none;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    font-size: inherit;
}

input[name="phone"] {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.screen {
    position: relative;
    width: 100%;
    z-index: 1;
}

.hide {
    display: none !important;
}

.desc-hide {
    display: none;
}

#wrap {
    font-family: 'Raleway', sans-serif;
    color: #242424;
    height: 100%;
}

.container {
    width: 100%;
    z-index: 0;
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.flex-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}


/*MAIN PAGE*/

.main1 {
    height: 100%;
    min-height: 945px;
    max-height: 960px;
    position: relative;
    z-index: 2;
}

.main1__block {
    height: -moz-calc(100% - 27px);
    height: -webkit-calc(100% - 27px);
    height: calc(100% - 27px);
    padding-bottom: 27px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.main1__block:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #1e0b02;
    opacity: 0.6;
    display: block;
    position: absolute;
}

.main1__block:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-green.png) no-repeat bottom center;
    background-clip: padding-box;
    padding-bottom: 27px;
}

.main1__video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/main1-video.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.main1 .container {
    height: 100%;
    position: relative;
    z-index: 1;
}

.header {
    padding-top: 28px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.header__logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 64px;
    position: relative;
    top: 4px;
    width: 40%;
}

.dev_link_ny {
    display: none;
}

.header__links {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
}

.header__links li {
    display: inline-block;
    vertical-align: middle;
}

.header__links-btn {
    padding-left: 40px;
    height: 50px;
    padding-right: 3px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-weight: bold;
    border-radius: 25px;
    border: 1px solid;
    margin-right: 10px;
    position: relative;
    -webkit-transition: padding-left 0.3s ease;
    -moz-transition: padding-left 0.3s ease;
    -o-transition: padding-left 0.3s ease;
    -ms-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease;
}

.header__links-arrow {
    position: absolute;
    right: 3px;
    top: 3px;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    font-family: 'Material';
    color: #fff;
    margin-left: 25px;
    font-size: 16px;
    padding-left: 2px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.header__links-btn_orange {
    border-color: rgba(231, 94, 30, 0.2);
    color: #e75e1e;
    width: 170px;
}

.header__links-btn_red {
    position: relative;
    float: left;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 35px;
    background-color: rgb(232, 37, 40);
    box-shadow: 0px 5px 20px 0px rgba(232, 37, 40, 0.4), 0px 2px 0px 0px rgba(232, 37, 40, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.4);
    /* width: 310px; */
    width: 290px;
    /* height: 70px; */
    height: 60px;
    z-index: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 42px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: background 0.3s ease, padding 0.3s ease;
    -moz-transition: background 0.3s ease, padding 0.3s ease;
    -o-transition: background 0.3s ease, padding 0.3s ease;
    -ms-transition: background 0.3s ease, padding 0.3s ease;
    transition: background 0.3s ease, padding 0.3s ease;
}

.header__links-btn_red span {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(180, 57, 0, 0.4);
    /* width: 50px;
    height: 50px; */
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    align-items: center;
    color: #e82528;
    font-size: 24px;
    right: 6px;
    top: 6px;
    font-family: 'Material';
    padding-left: 5px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.header__links-btn_red:after {
    content: '';
    display: block;
    position: absolute;
    width: 92px;
    height: 80px;
    top: -17px;
    left: -27px;
    z-index: 0;
    background: url(../img/head-ny.png) no-repeat bottom center;
    background-size: contain;
    background-clip: padding-box;
    padding-bottom: 27px;
}

.header__links-btn_red:hover {
    background-color: #d52326;
}

.header__links-btn_red:hover span {
    opacity: 0.5;
}

.header__links-btn_orange .header__links-arrow {
    box-shadow: inset 0px 4px 7px 0px rgba(161, 51, 0, 0.5);
    background-color: rgb(231, 94, 30);
}

.header__links-btn_green {
    border-color: rgba(142, 175, 45, 0.2);
    color: #8eaf2d;
    width: 250px;
}

.header__links-btn_green .header__links-arrow {
    background-color: rgb(142, 175, 45);
    box-shadow: inset 0px 4px 7px 0px rgba(71, 91, 12, 0.5);
}

.header__links-btn:hover .header__links-arrow {
    opacity: 0.5;
}


/*.header__links-btn_orange:hover{
	padding-left: 75px;
}
.header__links-btn_green:hover{
	padding-left: 80px;
}*/


/*.header__links-btn_orange:hover .header__links-arrow{
	-moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px);
}
.header__links-btn_green:hover .header__links-arrow{
	-moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}*/

.header__phone-block {
    padding-left: 45px;
    position: relative;
    align-self: flex-start;
    margin-top: 20px;
}

.header__phone-block:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 39px;
    left: 0;
    top: 0;
    /*background: url(../img/mob-icon2.png) no-repeat center center;*/
}

.header__phone {
    font-weight: 900;
    color: #8eaf2d;
    font-size: 24px;
    line-height: 22px;
}

.header__phone-text {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
}

.main1__content {
    padding-top: 80px;
    text-align: center;
}

.main1__title {
    font-weight: 900;
    font-size: 60px;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
}

.main1__title span {
    color: rgb(231, 94, 30);
    text-shadow: 0px 5px 30px rgba(204, 213, 60, 0.3);
    background: -webkit-linear-gradient(top, #ced63d 0%, #8eaf2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main1__mini-title {
    font-size: 26px;
    font-weight: 900;
    line-height: 54px;
    color: #fff;
    margin-bottom: 35px;
}

.main1__logo {
    /* margin-bottom: 130px; */
    margin-bottom: 45px;
}

.main1__dates span:not(.dynamic_date_page_main) {
    color: #e75e1e;
}

.main1__dates,
.main1__dates.dynamic_date {
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
    color: #fff;
}

.main1__arrow-d {
    position: absolute;
    width: 78px;
    height: 125px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main1__arrow-d:before {
    content: '';
    width: 78px;
    height: 61px;
    position: absolute;
    display: block;
    background: url(../img/ushi1.png) no-repeat center center;
    top: 2px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

.main1__arrow-d span {
    width: 70px;
    height: 70px;
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(231, 94, 30);
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.004);
}

.main1__arrow-d span:after {
    content: '\f2f2';
    font-family: 'Material';
    font-size: 36px;
    color: #fff;
    padding-top: 5px;
}

.main1__socials {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    margin: auto;
    width: 246px;
    height: 216px;
    z-index: 2;
    background: url(../img/lapa1.png) no-repeat center center;
    transition: 1s;
}

.main1__socials.hidden {
    transform: translateX(200px);
}

.main1__social1 {
    width: 77px;
    height: 59px;
    display: block;
    position: absolute;
    top: 0;
    left: 26px;
}

.main1__social-img {
    border-width: 1px;
    border-color: rgba(96, 172, 223, 0.4);
    border-style: solid;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0px 4px 7px 0px rgba(96, 172, 223, 0.3);
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'Material';
    font-size: 16px;
    color: #61b4e4;
    -webkit-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    -ms-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.main1__social-img1 {
    position: absolute;
    top: 12px;
    left: 30px;
}

.main1__social2 {
    width: 91px;
    height: 64px;
    display: block;
    position: absolute;
    top: 78px;
    left: 0px;
}

.main1__social-img2 {
    position: absolute;
    top: 14px;
    left: 35px;
}

.main1__social3 {
    width: 78px;
    height: 58px;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 43px;
}

.main1__social-img3 {
    position: absolute;
    top: 11px;
    left: 27px;
}

.main1__social:hover .main1__social-img {
    box-shadow: inset 0px 4px 7px 0px rgba(96, 172, 223, 0);
    background: #61b4e4;
    color: #fff;
}

.main1__developers {
    width: 390px;
    height: 70px;
    background: #f4c93b;
    border-bottom: 4px solid #7e3c12;
    text-align: center;
    position: absolute;
    top: 50px;
    left: -90px;
    z-index: 2;
    -moz-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -webkit-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    transform: rotate(-37deg);
    padding-top: 15px;
}

.main1__developers-text {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.main1__developers-title {
    font-size: 15px;
    font-weight: bold;
    color: #e75e1e;
    text-transform: uppercase;
    line-height: 1.2;
}

.main1__morkov {
    position: absolute;
    left: -1485px;
    right: 0;
    margin: auto;
    bottom: -140px;
    z-index: 2;
}

.main2 {
    padding-top: 95px;
    padding-bottom: 115px;
    position: relative;
    background: url(../img/main2-bg.jpg) repeat center center;
}

.main2__title {
    font-weight: 900;
    font-size: 52px;
    line-height: 54px;
    color: #242424;
    text-align: center;
    text-transform: uppercase;
}

.main2__title span {
    color: #e75e1e;
}

.main2__title:before {
    content: '';
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
}

.main2__title-mini {
    font-weight: 900;
    font-size: 35px;
    line-height: 54px;
    color: #242424;
    text-align: center;
}

.main2__posttitle {
    font-size: 24px;
    line-height: 30px;
    color: #242424;
    text-align: center;
    margin-bottom: 50px;
}

.main2__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: stretch;
}

.main2__left {
    width: 350px;
}

.main2__right {
    width: 350px;
    padding-left: 25px;
}

.main2__item {
    position: relative;
    margin-bottom: 45px;
    padding-top: 25px;
}

.main2__item:last-child {
    margin-bottom: 0;
}

.main2__number {
    position: absolute;
    z-index: -1;
    font-weight: 900;
    font-size: 72px;
    color: #f5d181;
    line-height: 53px;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.main2__name {
    font-size: 24px;
    line-height: 1;
    color: #242424;
    font-weight: 900;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.main2__name:after {
    content: '';
    height: 6px;
    position: absolute;
    z-index: -1;
    width: 100%;
    display: block;
    background: #f8c085;
    bottom: 0;
    left: 0;
}

.main2__text {
    font-size: 16px;
    line-height: 1.2;
    color: #242424;
}

.main2__center {
    width: 400px;
    position: relative;
}

.main2__ushi {
    position: absolute;
    width: 397px;
    height: 335px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    background: url(../img/big-ushi.png) no-repeat center center;
    z-index: 1;
}

.main2__grafic {
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 35px;
    background-color: rgb(231, 94, 30);
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.4);
    position: absolute;
    width: 320px;
    height: 70px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 42px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: background 0.3s ease, padding 0.3s ease;
    -moz-transition: background 0.3s ease, padding 0.3s ease;
    -o-transition: background 0.3s ease, padding 0.3s ease;
    -ms-transition: background 0.3s ease, padding 0.3s ease;
    transition: background 0.3s ease, padding 0.3s ease;
}

.main2__grafic span {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px 0px rgba(180, 57, 0, 0.4);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #e75e1e;
    font-size: 24px;
    right: 6px;
    top: 6px;
    font-family: 'Material';
    padding-left: 5px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.main2__grafic:hover {
    background-color: rgb(214, 80, 17);
}

.main2__grafic:hover span {
    opacity: 0.5;
}

.main3 {
    margin-bottom: 20px;
}

.main3__menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.main3__link {
    /*width: 276px;*/
    width: 360px;
    height: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}

.main3__link:hover {
    opacity: 0.7;
}

.main3__menu li:nth-child(1) .main3__link {
    background: #e75e1e;
}

.main3__menu li:nth-child(2) .main3__link {
    background: #f3c326;
}

.main3__menu li:nth-child(3) .main3__link {
    background: #8eaf2d;
}

.main3__menu li:nth-child(4) .main3__link {
    background: #61b4e4;
}

.footer {
    padding-top: 20px;
}

.footer .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
}

.footer__left {
    width: 380px;
}

.footer__title {
    font-size: 16px;
    line-height: 22px;
    color: #242424;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer__rqzts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.footer__rqzts-col1 {
    width: 210px;
    margin-right: 20px;
}

.footer__rqzt {
    font-size: 12px;
    line-height: 22px;
    color: #666666;
}

.footer__logo {
    position: relative;
    top: -20px;
}

.footer__right {
    width: 380px;
    text-align: right;
}

.footer__call {
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
    margin-bottom: 9px;
}

.footer__phone {
    font-size: 24px;
    line-height: 22px;
    font-weight: 900;
    color: #8eaf2d;
    margin-bottom: 15px;
    display: inline-block;
}

.footer__socials li {
    display: inline-block;
}

.footer__social {
    border-width: 1px;
    border-color: rgba(96, 172, 223, 0.4);
    border-style: solid;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 4px 7px 0px rgba(96, 172, 223, 0.3);
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-family: 'Material';
    font-size: 13px;
    color: #61b4e4;
    margin-left: 6px;
    padding-top: 2px;
    -webkit-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    -ms-transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.footer__social:hover {
    box-shadow: inset 0px 4px 7px 0px rgba(96, 172, 223, 0);
    background: #61b4e4;
    color: #fff;
}

.footer__line {
    border-top: 1px solid #e1e1e1;
    width: 100%;
}

.footer .container.footer__bottom {
    -ms-align-items: center;
    align-items: center;
    height: 60px;
    padding-bottom: 0;
}

.footer__confid {
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    color: #8bac2b;
    text-decoration: underline;
    cursor: pointer;
}

.footer__develop {
    font-size: 13px;
    line-height: 1;
    color: #242424;
}

.footer__develop a {
    display: inline-block;
    margin-left: 18px;
    vertical-align: top;
}


/*MAIN PAGE END*/


/*SHOW PAGE*/

.header_white .header__phone-text {
    color: #666666;
}

.header_white {
    padding-bottom: 25px;
    padding-top: 25px;
}

.menu {
    background: #e75e1e;
}

.menu__list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.menu__link {
    height: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 79px;
    padding-right: 79px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.menu__list li:last-child .menu__link {
    padding-right: 79px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.menu__link:hover {
    /*background: #d04e12;*/
    background: #f3c326;
}


/*new{*/

.menu__link {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
}

.menu__item {
    /*width: 25%;*/
    width: 33.3%;
}

.menu__list li:last-child .menu__link {
    padding-right: 15px;
}


/*}new*/

.show1__content {
    padding-top: 180px;
    padding-bottom: 240px;
    position: relative;
}

.show1__content .container {
    position: relative;
    z-index: 1;
}

.show1__content:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-green.png) no-repeat bottom center;
}

.show1__video {
    position: absolute;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/show1-video.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.show1__title {
    font-size: 52px;
    line-height: 54px;
    font-weight: 900;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.show1__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
    margin-left: 0;
    margin-bottom: 20px;
}

.show1__mini-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 50px;
}

.show1__control {
    width: 170px;
    height: 170px;
    position: relative;
    margin-left: 40px;
    margin-top: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: white;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.show1__control:before {
    content: '';
    position: absolute;
    left: -40px;
    top: -40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: pulse 5s infinite ease-in-out;
    animation: pulse 5s infinite ease-in-out;
    height: 250px;
    width: 250px;
    box-shadow: none;
    opacity: 0.3;
    transform: scale(0);
    z-index: -1;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.show1__control:after {
    content: '';
    height: 250px;
    width: 250px;
    position: absolute;
    left: -40px;
    top: -40px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: pulse 5s infinite ease-in-out;
    animation: pulse 5s infinite ease-in-out;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    opacity: 0.3;
    transform: scale(0);
    z-index: 0;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.show1__control-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-left: 43px solid #e75e1e;
    border-bottom: 36px solid transparent;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.show1__control:hover,
.show1__control:hover:before,
.show1__control:hover:after {
    background: #e75e1e;
}

.show1__control:hover .show1__control-img {
    border-left: 43px solid #fff;
}

.show4 {
    background: url(../img/show4-bg.jpg) repeat center center;
    padding-top: 100px;
    padding-bottom: 175px;
    position: relative;
    z-index: 3;
}

.show4:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.show4 .container {
    z-index: 1;
    position: relative;
}

.show4__title {
    font-weight: 900;
    font-size: 42px;
    color: #242424;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.show4__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.show4__slider-block {
    position: relative;
}

.show4__slider {
    margin-bottom: 6px;
}

.show4__slide {
    height: 600px;
    border-radius: 10px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -khtml-user-select: text;
    position: relative;
    border-radius: 15px;
}

.show4__slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
    background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
}

.show4__number {
    font-size: 16px;
    line-height: 1.2;
    color: #f8c085;
}

.show4__number span {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.2;
}

.show4__name {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    color: white;
    display: inline-block;
    position: relative;
}

.show4__name:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background: #f8c085;
    opacity: 0.2;
    bottom: 4px;
    left: 0;
}

.show4__nav {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.show4__item {
    width: 118px;
    height: 90px;
    padding: 9px;
    border-radius: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: flex-end;
    align-items: flex-end;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    font-weight: 900;
    font-size: 14px;
    color: #f8c085;
    cursor: pointer;
    border: 4px solid white;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.show4__item.current {
    border-color: #f3c326;
    /*#f8c085;*/
}

.show4__arrow {
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    top: 0;
    border-radius: 50%;
    background: rgba(248, 192, 133, 0.2);
    top: 265px;
}

.show4__arrow:after {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border: 1px solid #f8c085;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 38px;
    color: #f8c085;
    font-family: 'Material';
}

.show4__left:after {
    content: '\f2f4';
    padding-right: 5px;
}

.show4__right:after {
    content: '\f2f6';
    padding-left: 5px;
}

.show4__left {
    left: -35px;
}

.show4__right {
    right: -35px;
}

.show4__morkov {
    width: 366px;
    height: 260px;
    position: absolute;
    left: -340px;
    bottom: -210px;
    background: url(../img/morkov-show4.png) no-repeat center center;
}

html.html_alt,
body.body_alt {
    height: auto;
}

.wrap_alt {
    height: auto;
    overflow: hidden;
}

.show6 {
    padding-top: 90px;
    padding-bottom: 140px;
    z-index: 2;
    background: url(../img/show6-bg.jpg) repeat center bottom;
    overflow-x: hidden;
}

.show6:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.show6 .container {
    position: relative;
    z-index: 2;
}

.show6__title {
    font-weight: 900;
    font-size: 42px;
    color: #242424;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}

.show6__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 25px;
}

.show6__title span {
    color: #f3c326;
}

.show6__mini-title {
    font-weight: 900;
    font-size: 36px;
    color: #242424;
    text-align: center;
    margin-bottom: 60px;
}

.show6__block {
    display: grid;
    grid-template-columns: 256px 256px 256px 256px;
    grid-template-rows: 256px 256px 256px 256px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-content: center;
}

.show6__item {
    border-radius: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.3);
    outline: none;
    cursor: pointer;
}

.show6__item-1 {
    grid-column-start: 1;
    grid-row-start: 1;
}

.show6__item-2 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
}

.show6__item-3 {
    grid-row-start: 1;
    grid-row-end: 3;
}

.show6__item-4 {
    grid-column-start: 1;
    grid-column-end: 3;
}

.show6__item-5 {
    grid-column-start: 3;
    grid-row-start: 2;
    grid-row-end: 4;
}

.show6__item-6 {
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 5;
}

.show6__item-7 {}

.show6__item-8 {
    grid-column-start: 4;
    grid-row-start: 3;
    grid-row-end: 5;
}

.show6__item-9 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 4;
}

.show6__morkov {
    position: absolute;
    bottom: -163px;
    right: -350px;
    width: 416px;
    height: 296px;
    background: url(../img/morkov-show6.png) no-repeat center center;
}


/*
.show6__item_w2{
	width: 512px;
	height: 256px;
}
.show6__item_h2{
	width: 256px;
	height: 512px;
}*/

.show2 {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    background: url(../img/show4-bg.jpg) repeat center center;
    z-index: 2;
}

.show2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 55px;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-ylw-alt.png) no-repeat bottom center;
}

.show2 .container {
    z-index: 2;
    position: relative;
}

.show2__title {
    max-width: 920px;
    width: 100%;
    font-weight: 900;
    font-size: 42px;
    line-height: 54px;
    color: #242424;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.show2__title span {
    color: #e75e1e;
}

.show2__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.show2__mini-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #242424;
    text-align: center;
    margin-bottom: 65px;
}

.show2__hares {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.show2__item {
    padding-top: 325px;
    width: 255px;
    position: relative;
    outline: none;
}

.show2__item:nth-child(2n-1) {
    padding-top: 380px;
}

.show2__img {
    position: absolute;
    top: 0;
    left: -33px;
}

.show2__item:nth-child(2n-1) .show2__img {
    top: 55px;
}

.show__name {
    display: inline-block;
    font-weight: 900;
    font-size: 24px;
    line-height: 22px;
    position: relative;
    margin-bottom: 15px;
}

.show__name:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: -1;
    background: #f8c085;
    display: block;
}

.show2__text {
    font-size: 14px;
    line-height: 20px;
    color: #242424;
}

.show3 {
    position: relative;
    z-index: 1;
    padding-top: 155px;
    padding-bottom: 745px;
    background: url(../img/show3-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}

.show3:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-green.png) no-repeat bottom center;
}

.show3__title {
    font-weight: 900;
    font-size: 42px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
}

.show3__title span {
    color: #e75e1e;
}

.show3__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.show3__text {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

.show5 {
    padding-top: 100px;
    padding-bottom: 10px;
    position: relative;
    bottom: 35px;
}

.show5:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.show5__title {
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    color: #242424;
    text-transform: uppercase;
}

.show5__title span {
    color: #8eaf2d;
}

.show5__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.show5__mini-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    color: #242424;
    text-align: center;
    margin-bottom: 20px;
}

.show5__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.show5__right {
    width: 540px;
}

.show5__text-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    color: #242424;
    margin-bottom: 35px;
}

.show5__text-title span {
    color: #8eaf2d;
}

.show5__item {
    font-size: 18px;
    line-height: 1.2;
    color: #666666;
    margin-bottom: 20px;
}

.show5__list {
    margin-bottom: 60px;
}

.show5__item:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background: #8eaf2d;
    margin-right: 10px;
    top: 10px;
}

.show5__name {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.2;
    color: #8eaf2d;
    margin-bottom: 7px;
}

.show5__reg {
    padding-left: 21px;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    color: rgba(36, 36, 36, 0.5);
}

.show5__reg:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 9px;
    background: url(../img/show5-reg.png) no-repeat center center;
}

.footer_alt {
    padding-top: 64px;
}


/*SHOW PAGE END*/


/*TEACHING PAGE*/

.teach1__content {
    padding-top: 100px;
    background: url(../img/teach1-bg.jpg) repeat center center;
    position: relative;
    background: white;
}

.teach1__content:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-ylw-alt-gr.png) no-repeat bottom center;
}

.teach1__title {
    text-align: center;
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    color: #242424;
}

.teach1__title:before {
    content: '';
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
    text-transform: uppercase;
}

.teach1__title span {
    color: #f3c326;
}

.teach1__mini-title {
    font-size: 36px;
    line-height: 46px;
    color: #242424;
    font-weight: bold;
    text-align: center;
}

.teach1__content-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.teach1__left {
    width: 540px;
}

.teach1__img {
    margin-left: -240px;
}

.teach1__right {
    width: 540px;
}

.teach1__title1 {
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 20px;
}

.teach1__title1 span {
    color: #8eaf2d;
}

.teach1__text1 {
    color: #666666;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.teach1__morkov-mini {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-left: 0;
    margin-bottom: 50px;
}

.teach1__morkov-mini:before {
    content: '';
    display: block;
    width: 41px;
    height: 13px;
    margin-right: 19px;
    background: url(../img/morkov-mini.png) no-repeat center center;
}

.teach1__morkov-mini:after {
    content: '';
    display: block;
    width: 420px;
    height: 5px;
    background: url(../img/snake-horizontal.png) repeat left center;
}

.teach1__title2 {
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2;
    color: #8eaf2d;
    margin-bottom: 5px;
}

.teach1__text2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 30px;
}

.teach1__list {
    margin-bottom: 45px;
}

.teach1__item {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.teach1__item:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8eaf2d;
    display: inline-block;
    margin-right: 7px;
    vertical-align: top;
    position: relative;
    top: 9px;
}

.teach1__name {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    color: #8eaf2d;
    margin-bottom: 5px;
}

.teach1__reg {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(36, 36, 36, 0.5);
    padding-left: 21px;
    position: relative;
}

.teach1__reg:before {
    content: '';
    background: url(../img/show5-reg.png) no-repeat center center;
    width: 11px;
    height: 9px;
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
}

.teach2 {
    background: #8eaf2d;
    padding-top: 65px;
    padding-bottom: 90px;
    position: relative;
    z-index: 3;
}

.teach2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.teach2__text {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
}

.teach2__snake {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    width: 64px;
    height: 7px;
    background: url(../img/snake-orange1.png) no-repeat center center;
    vertical-align: middle;
}

.teach2__ushi {
    position: absolute;
    z-index: -1;
    width: 149px;
    height: 168px;
    background: url(../img/teach2-ushi.png) no-repeat center center;
    bottom: 60px;
    left: -1480px;
    right: 0;
    margin: auto;
}

.teach2__morkov {
    width: 401px;
    height: 433px;
    position: absolute;
    background: url(../img/morkov-teach2.png) no-repeat center center;
    top: -147px;
    left: 0;
    right: -1480px;
    margin: auto;
    z-index: 2;
}

.teach3 {
    padding-top: 150px;
    padding-bottom: 525px;
    background: url(../img/teach1-bg.jpg) no-repeat center center;
    z-index: 2;
}

.teach3:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.teach3 .container {
    position: relative;
    z-index: 3;
}

.teach3__title {
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    color: #242424;
    text-align: center;
    text-transform: uppercase;
}

.teach3__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    margin: auto;
    margin-bottom: 20px;
    background: url(../img/snake-orange.png) no-repeat center center;
}

.teach3__title span {
    color: #8eaf2d;
}

.teach3__mini-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    color: #242424;
    text-align: center;
    margin-bottom: 70px;
}

.teach3__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.teach3__content:before {
    content: '';
    width: 13px;
    height: 42px;
    display: block;
    position: absolute;
    margin: auto;
    top: -10px;
    left: 0;
    right: 0;
    background: url(../img/morkov-mini-v.png) no-repeat center center;
}

.teach3__content:after {
    content: '';
    width: 6px;
    height: 150px;
    display: block;
    position: absolute;
    margin: auto;
    top: 53px;
    left: 0;
    right: 0;
    background: url(../img/snake-vertical.png) repeat center center;
}

.teach3__item {
    width: 505px;
}

.teach3__name {
    display: inline-block;
    font-weight: 900;
    font-size: 26px;
    color: #242424;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
}

.teach3__name:before {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: -1;
    background: #f8c085;
}

.teach3__string {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
    color: #242424;
}

.teach3__string:before {
    /*content: '\f2f6';*/
    content: '\f3aa';
    font-family: 'Material';
    font-size: 20px;
    font-size: 18px;
    color: #e75e1e;
    line-height: 1.2;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.teach3__foto {
    position: absolute;
    width: 1313px;
    height: 571px;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: -1;
    margin: auto;
    background: url(../img/teach3-foto.jpg) center center no-repeat;
}

.teach3__morkov {
    position: absolute;
    width: 394px;
    height: 424px;
    left: -1510px;
    right: 0;
    bottom: -20px;
    z-index: 2;
    margin: auto;
    background: url(../img/morkov.png) no-repeat center center;
}

.teach4 {
    padding-top: 140px;
    padding-bottom: 160px;
    background: url(../img/teach1-bg.jpg) no-repeat center center;
    z-index: 2;
}

.teach4 .container {
    position: relative;
    z-index: 2;
}

.teach4:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.teach4__title {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    color: #242424;
    text-transform: uppercase;
}

.teach4__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.teach4__title span {
    color: #8eaf2d;
}

.teach4__mini-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    color: #242424;
    text-align: center;
    margin-bottom: 15px;
}

.teach4__post-title {
    font-size: 20px;
    line-height: 1.2;
    color: #242424;
    text-align: center;
    width: 850px;
    margin: auto;
    margin-bottom: 90px;
}

.teach4__content {
    position: relative;
    height: 750px;
}

.teach4__content:before {
    content: '';
    width: 809px;
    height: 789px;
    position: absolute;
    display: block;
    z-index: -1;
    margin: auto;
    left: 95px;
    right: 0;
    top: 0px;
    background: url(../img/teach4-foto.png) no-repeat center center;
}

.teach4__item {
    position: absolute;
    padding-top: 30px;
}

.teach4__name {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.2;
    color: #242424;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.teach4__name:before {
    content: '';
    position: absolute;
    bottom: 2px;
    height: 6px;
    width: 100%;
    left: 0;
    z-index: -1;
    background: #f8c085;
}

.teach4__number {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 0;
    font-size: 72px;
    line-height: 1;
    font-weight: 900;
    color: #f8c085;
    opacity: 0.3;
    z-index: -1;
}

.teach4__text {
    font-size: 14px;
    line-height: 1.2;
    color: #242424;
}

.teach4__item7 {
    top: 40px;
    left: 65px;
    width: 205px;
}

.teach4__item6 {
    top: 250px;
    left: 0;
    width: 205px;
}

.teach4__item5 {
    bottom: 130px;
    left: 45px;
    width: 205px;
}

.teach4__item4 {
    bottom: 0px;
    left: 475px;
    width: 285px;
}

.teach4__item3 {
    bottom: 145px;
    right: 0;
    width: 255px;
}

.teach4__item2 {
    top: 250px;
    right: 0px;
    width: 225px;
}

.teach4__item1 {
    top: 40px;
    right: 50px;
    width: 240px;
}

.teach5 {
    padding-top: 140px;
    padding-bottom: 165px;
    background: url(../img/teach1-bg.jpg) no-repeat center center;
    z-index: 2;
}

.teach5 .container {
    position: relative;
    z-index: 2;
}

.teach5:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.teach5__title {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
    color: #242424;
    text-transform: uppercase;
}

.teach5__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.teach5__title span {
    color: #8eaf2d;
}

.teach5__mini-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    color: #242424;
    text-align: center;
    margin-bottom: 45px;
}

.teach5__video-block {
    position: relative;
}

.teach5__video {
    height: 600px;
    background: url(../img/teach5-video.jpg) no-repeat center center;
}

.teach5__btn {
    position: absolute;
    margin: auto;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*TEACHING PAGE END*/


/*CONTACT PAGE START*/

.contact1 {
    padding-top: 90px;
    padding-bottom: 140px;
}

.contact1:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
    z-index: -1;
}

.contact1__title {
    width: 100%;
    font-weight: 900;
    font-size: 42px;
    line-height: 54px;
    color: #242424;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.contact1__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.contact1__mini-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #242424;
    text-align: center;
    margin-bottom: 30px;
}

.contact1__mini-title div {
    color: #e05111;
    display: inline-block;
}

.contact1__block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.contact1__btn-block .main2__grafic {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact1__calendar {
    background: url(../img/calendar.png) top center no-repeat;
    width: 364px;
    height: 322px;
    margin-bottom: 20px;
}

.contact1__calendar div.select-month {
    height: 88px;
}
@media only screen and (max-width: 400px){
.contact1__calendar div.select-month {
    height: 74px;
}
}
.contact1__calendar .selectize-input {
    border: none;
    background: none;
    padding-top: 42px;
    margin-left: 8px;
    padding-left: 60px;
    padding-bottom: 24px;
    box-shadow: none;
    font-weight: 900;
    font-size: 32px;
    color: #fff;
    width: calc(100% - 20px);
}

.contact1__calendar .selectize-input.input-active {
    border: none;
    background: none !important;
    box-shadow: none;
}

.contact1__calendar .selectize-dropdown {
    margin-left: 8px;
    border: 2px solid #e66e18;
    background: #ffb633;
}

.contact1__calendar .selectize-dropdown .option {
    background: #ff961d;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.contact1__calendar .selectize-dropdown .option.active {
    background: #ffb633;
    color: #fff;
}

.selectize-control.single .selectize-input:after {
    width: 15px;
    height: 10px;
    border: none;
    top: 52px;
    right: 38px;
    background: url(../img/arrow5-down.png) center center no-repeat;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    background: url(../img/arrow5-up.png) center center no-repeat;
}

.contact1__calendars-item {
    width: 100%;
    padding-top: 30px;
    height: 190px;
    padding-left: 40px;
    padding-right: 50px;
}

.contact1 .teach1__morkov-mini {
    display: none;
}

.contact1__calendars-item thead th {
    color: #666666;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 8px;
}

.contact1__calendars-item thead th.ui-datepicker-week-end {
    color: #e75e1e;
}

.contact1__calendars-item td {
    text-align: center;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    position: relative;
}

.contact1__calendars-item td .ui-state-default {
    cursor: default;
}

.contact1__calendars-item td.ui-show-day .ui-state-default,
.contact1__calendars-item td.ui-show-day-blue .ui-state-default {
    cursor: pointer;
    color: #fff;
}

.contact1__calendars-item td.ui-show-day .ui-state-default:before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f5d181;
}

.contact1__calendars-item td.ui-show-day-blue .ui-state-default:before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 4px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #61b6e5;
}

.ui-show-day-blue a {
    color: #ffffff;
}

.selectize-control {
    z-index: 2;
}

.contact1__buy {
    margin-bottom: 22px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.004);
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.004);
}

.contact1__reserv {
    background-color: #fff;
    color: #e75e1e;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.004);
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.004);
}

.contact1__reserv:hover {
    background-color: #fff;
}

.contact1__reserv span {
    background-color: rgb(231, 94, 30);
    color: white;
}

.contact1__right {
    padding-left: 45px;
}

.contact1__scheduale-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 7px;
    font-weight: bold;
    padding-top: 25px;
}

.contact1__scheduale-title span {
    text-transform: uppercase;
    color: #e75e1e;
    font-weight: 900;
}

.contact1__scheduale-mini-title {
    font-size: 16px;
    color: #666666;
    margin-bottom: 80px;
}

.contact1__block-ears {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.contact1__block-ears-last {
    margin-right: 0;
}

.contact1__block-ears:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -12px;
    right: -12px;
    background: url(../img/dots1.png) top right repeat;
    z-index: -1;
    border-radius: 15px;
}

.contact1__block-ears:after {
    content: '';
    width: 98px;
    height: 75px;
    position: absolute;
    top: -60px;
    left: 10px;
    background: url(../img/ears.png) top right no-repeat;
    z-index: -1;
}

.contact1__block-ears-cont {
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.3), 0px 3px 0px 0px rgba(231, 94, 30, 0.004);
    max-width: 310px;
    width: 100%;
    padding: 20px 30px;
    border-radius: 15px;
    border-bottom: solid 4px #e75e1e;
}

.contact1__block-ears-title {
    font-size: 16px;
    font-weight: bold;
    color: #242424;
}

.contact1__block-ears-text {
    color: #666666;
    font-size: 20px;
}

.contact1__block-ears-text span {
    color: #8eaf2d;
    font-size: 30px;
    font-weight: 900;
}

.contact1__sale-bigtitle {
    font-weight: bold;
    color: #e75e1e;
    font-size: 25px;
    margin-top: 55px;
    margin-bottom: 35px;
}

.contact1__sale-block {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.contact1__sale-block-left {
    position: relative;
    width: 51%;
    padding-right: 20px;
}

.contact1__sale-block-left:before {
    content: '';
    background: url(../img/morkov-line.png) center center no-repeat;
    width: 12px;
    height: 177px;
    position: absolute;
    top: -5px;
    right: -4px;
}

.contact1__sale-title {
    font-weight: 900;
    font-size: 22px;
    color: #8eaf2d;
    margin-bottom: 20px;
}

.contact1__sale-block-left li {
    padding-left: 20px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.contact1__sale-block-left li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 2px;
    width: 4px;
    height: 4px;
    background-color: #8eaf2d;
    border-radius: 50%;
}

.contact1__sale-tel {
    font-weight: bold;
    font-size: 18px;
    color: #242424;
    margin-top: 20px;
}

.contact1__sale-tel a {
    font-weight: 900;
    font-size: 22px;
    color: #8eaf2d;
}

.contact1__sale-block-right {
    position: relative;
    width: 49%;
    padding-left: 30px;
    padding-top: 5px;
}

.contact1__sale-block-right p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact2 {
    padding-top: 120px;
    background: url(../img/contact2-bg.jpg) center top no-repeat;
}

.contact2:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
    z-index: 0;
}

.contact2__title {
    width: 100%;
    font-weight: 900;
    font-size: 42px;
    line-height: 54px;
    color: #242424;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
}

.contact2__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.contact2__title span {
    text-transform: uppercase;
}

.contact2__right {
    width: 625px;
    padding-bottom: 70px;
}

.contact2__title-list {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 900;
    font-size: 20px;
    color: #242424;
    padding-left: 70px;
}

.contact2__title-list:before {
    content: '';
    display: block;
    width: 41px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: 0;
    margin: auto;
    background: url(../img/morkov-mini.png) no-repeat center center;
}

.contact3 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../img/contact3-bg.jpg) top center no-repeat #fff;
    z-index: 2;
}

.contact3:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -68px;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-green-clear-top.png) no-repeat bottom center;
}

.contact3__title {
    width: 100%;
    font-weight: 900;
    font-size: 42px;
    line-height: 54px;
    color: #242424;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    margin-bottom: 8px;
}

.contact3__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-green.png) no-repeat center center;
    margin: auto;
    margin-bottom: 20px;
}

.contact3__title span {
    color: #8eaf2d;
}

.contact3__mini-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #242424;
    text-align: center;
    margin-bottom: 90px;
}

.contact3__block {
    margin-top: 60px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    /* margin-bottom: 60px; */
}

.contact3__left {
    padding-left: 40px;
}

.contact3__right {
    padding-left: 70px;
}

.contact3__address-title {
    font-weight: 900;
    font-size: 24px;
    color: #242424;
    position: relative;
    display: inline-block;
    margin-bottom: 23px;
    padding-top: 14px;
}

.contact3__address-title:after {
    content: '';
    display: inline-block;
    width: 66px;
    height: 92px;
    background: url(../img/marker1.png) center center no-repeat;
    z-index: -1;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0.3;
}

.contact3__address-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: -1;
    background: #f8c085;
    display: block;
}

.contact3__second-title {
    font-weight: 900;
    font-size: 24px;
    color: #90b133;
    margin-bottom: 35px;
    text-align: center;
}

.contact3__address-text {
    color: #242424;
    font-size: 18px;
    line-height: 1.5;
}

.contact3__photo {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    background: url(../img/contact3-photo.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.contact4 {
    position: relative;
}

.contact4:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg-line-green.png) no-repeat bottom center;
}

.contact4 .map {
    height: 620px;
}

.contact4 .contact4__photo {
    background: url(../img/contact4-photo.jpg) center center no-repeat;
    border-radius: 10px;
    -webkit-background-size: cover;
    background-size: cover;
    width: 500px;
    height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -610px;
    right: 0;
    z-index: 2;
}


/*CONTACT PAGE END*/


/*REVIEWS PAGE START*/

.reviews1 {
    padding-top: 90px;
    padding-bottom: 70px;
    background: url(../img/contact2-bg.jpg) center top repeat-y;
}

.reviews1:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    background: url(../img/bg-line-ylw.png) no-repeat bottom center;
}

.reviews1__morkov1 {
    width: 243px;
    height: 240px;
    position: absolute;
    left: -1520px;
    right: 0;
    top: 220px;
    z-index: 2;
    margin: auto;
    background: url(../img/morkov-contact1.png) no-repeat center center;
}

.reviews1__morkov2 {
    width: 292px;
    height: 298px;
    position: absolute;
    left: 1590px;
    right: 0;
    bottom: 330px;
    z-index: 2;
    margin: auto;
    background: url(../img/morkov-contact2.png) no-repeat center center;
}

.reviews1__title {
    color: #242424;
    font-size: 41px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.reviews1__title span {
    color: #f3c326;
}

.reviews1__title:before {
    content: '';
    display: block;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.review_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.review_video iframe,
.review_video object,
.review_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reviews1__socials {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: 10px;
}

.reviews1__socials .footer__social {
    width: 40px;
    height: 40px;
}

.reviews1__company {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.3);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-radius: 15px;
}

.star-full:after {
    content: '\f27d';
    font-size: 18px;
    color: #f3c326;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    font-family: 'Material';
}

.star-half:after {
    content: '\f27b';
    font-size: 18px;
    color: #f3c326;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    font-family: 'Material';
}

.star-empty:after {
    content: '\f27c';
    font-size: 18px;
    color: #f3c326;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    font-family: 'Material';
}

.reviews1__company-item {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 33%;
    padding-left: 40px;
    padding-right: 30px;
    position: relative;
}

.reviews1__company-item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 35px;
    width: 1px;
    background-color: #e1e1e1;
}

.reviews1__company-item:last-child:after {
    content: none;
}

.reviews1__company-title {
    line-height: 0;
}

.reviews1__blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews1__block {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin-bottom: 30px;
}

.reviews1__block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    right: -8px;
    background: url(../img/dots1.png) top right repeat;
    z-index: -1;
    border-radius: 15px;
}

.reviews1__block-cont {
    padding: 30px;
    width: 100%;
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.3), 0px 3px 0px 0px rgba(231, 94, 30, 0.004);
    border-radius: 15px;
    border-bottom: solid 4px #e75e1e;
    z-index: 1;
    position: relative;
    background: #fff;
}

.reviews1__block img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.reviews1__block_1 {
    width: 100%;
}

.reviews1__block_2 {
    width: calc(50% - 20px);
}

.reviews1__block_col {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}

.reviews1__col {
    width: calc(50% - 20px);
}

.reviews1__col .reviews1__block_2 {
    width: 100%;
}


/*REVIEWS PAGE END*/


/*header__fix PAGE START*/

.header__fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
}

.header__wrap {
    background-color: #fff;
    z-index: 2;
    position: relative;
    border-bottom: solid 1px #ebebeb;
}

.header__fix_after {
    height: 196px;
}

.menu {
    transition: .5s;
}

.header__fix.hidden-menu .menu {
    margin-top: -75px;
}

@media only screen and (max-width: 1070px) {
    .header__fix_after {
        height: 192px;
    }
}

@media only screen and (max-width: 700px) {
    .header__fix_after {
        height: 174px;
    }
}

@media only screen and (max-width: 600px) {
    .header__fix_after {
        height: 84px;
    }
}


/*header__fix PAGE END*/


/*CHAT BAR*/

.chat {
    position: fixed;
    margin: auto;
    bottom: 40px;
    left: 0;
    right: -1520px;
    z-index: 3;
    display: inline-block;
    width: 400px;
    overflow: hidden;
}

.chat__container {
    position: relative;
    height: 150px;
    width: 350px;
}

.chat__hare {
    width: 263px;
    height: 414px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    background: url(../img/chat-hare.png) no-repeat center center;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s;
    transition: opacity 1s ease 0.3s;
}

@keyframes heart-anim {
    0% {
        transform: scale(0.7);
    }
    25% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(0.7);
    }
}

.chat__heart {
    width: 106px;
    height: 87px;
    z-index: 0;
    position: absolute;
    bottom: 10px;
    left: 260px;
    cursor: pointer;
    -webkit-transition: transform 0.3s ease, bottom 0.8s ease, left 0.8s ease;
    -moz-transition: transform 0.3s ease, bottom 0.8s ease, left 0.8s ease;
    -o-transition: transform 0.3s ease, bottom 0.8s ease, left 0.8s ease;
    -ms-transition: transform 0.3s ease, bottom 0.8s ease, left 0.8s ease;
    transition: transform 0.3s ease, bottom 0.8s ease, left 0.8s ease;
    animation-name: heart-anim;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform: scale(0.7);
    z-index: 5;
}

.chat__container.big {
    height: 570px;
    overflow: visible;
}

.chat_step1 .chat__heart {
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -webkit-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
    cursor: default;
    bottom: 142px;
    left: 81px;
}

.chat_step2 .chat__heart {
    opacity: 0;
}

.chat_step1 .chat__hare {
    opacity: 1;
}

.chat_step2 .chat__hare {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    -moz-transform: rotate(-15deg) translate(38px, -110px);
    -ms-transform: rotate(-15deg) translate(38px, -110px);
    -webkit-transform: rotate(-15deg) translate(38px, -110px);
    -o-transform: rotate(-15deg) translate(38px, -110px);
    transform: rotate(-15deg) translate(38px, -110px);
}

.chat__container:before {
    content: '';
    background: url(../img/hares-hand-right.png) center center no-repeat;
    width: 65px;
    height: 45px;
    position: absolute;
    left: 220px;
    top: 245px;
    z-index: 3;
    opacity: 0;
}

.chat_step2 .chat__container:before {
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
}

.chat_step2 .chat__container:after {
    content: '';
    background: url(../img/hares-hand-left.png) center center no-repeat;
    width: 54px;
    height: 65px;
    position: absolute;
    left: 65px;
    top: 320px;
    z-index: 3;
    opacity: 0;
}

.chat_step2 .chat__container:after {
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
}

.chat__text-block {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 1.3s;
    -moz-transition: opacity 0.5s ease 1.3s;
    -o-transition: opacity 0.5s ease 1.3s;
    -ms-transition: opacity 0.5s ease 1.3s;
    transition: opacity 0.5s ease 1.3s;
    width: 338px;
    height: 310px;
    background: url(../img/chat-text.png) no-repeat center center;
    position: absolute;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 68px;
    text-align: center;
    top: 0;
    right: -50px;
    z-index: 1;
}

.chat_step1 .chat__text-block {
    opacity: 1;
}

.chat_step2 .chat__text-block {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.chat__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 2px;
    margin-bottom: 16px;
    color: #242424;
    text-transform: uppercase;
}

.chat__title span {
    color: #e75e1e;
}

.chat__text {
    font-size: 13px;
    line-height: 1.2;
    color: #242424;
}

.chat__write {
    opacity: 0;
    z-index: 1;
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
    -moz-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
    -o-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
    -ms-transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
    transition: opacity 0.5s ease 1.3s, transform 0.5s ease 1.3s;
    position: absolute;
    bottom: 70px;
    left: 29px;
    width: 220px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 25px;
    background-color: rgb(231, 94, 30);
    cursor: pointer;
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.004);
}

.chat_step1 .chat__write {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.chat_step2 .chat__write {
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 0;
    cursor: default;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.chat__form {
    z-index: 2;
    border-width: 2px;
    border-color: rgb(248, 206, 186);
    border-style: solid;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(248, 206, 186);
    border-radius: 20px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0px 5px 60px 0px rgba(231, 94, 30, 0.15), 8.192px 5.736px 0px 0px rgba(230, 91, 38, 0.1);
    position: absolute;
    width: 283px;
    height: 273px;
    padding: 30px 20px;
    line-height: 0;
    left: 85px;
    top: 260px;
    -moz-transform: translateY(350px);
    -ms-transform: translateY(350px);
    -webkit-transform: translateY(350px);
    -o-transform: translateY(350px);
    transform: translateY(350px);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.chat_step2 .chat__form {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.chat__mess {
    width: 100%;
    height: 90px;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 7px 0px rgba(202, 202, 202, 0.5);
    outline: none;
    resize: none;
    padding: 15px;
    font-size: 13px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 10px;
    font-family: 'Raleway';
}

.chat__mess::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__mess::-moz-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__mess:-ms-input-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__mess:-moz-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__phone {
    font-family: 'Raleway';
    width: 100%;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding: 0 15px;
    padding: 15px;
    font-size: 13px;
    line-height: 1.2;
    color: #242424;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 7px 0px rgba(202, 202, 202, 0.5);
    margin-bottom: 15px;
    outline: none;
}

.chat__phone::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__phone::-moz-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__phone:-ms-input-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__phone:-moz-placeholder {
    font-size: 13px;
    line-height: 1.2;
    color: #666666;
    font-family: 'Raleway';
}

.chat__send {
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 25px;
    background-color: rgb(231, 94, 30);
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.004);
    height: 46px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway';
    outline: none;
}

.n9 {
    color: #e75e1e;
}

@media only screen and (max-height: 620px) {
    .chat {
        right: 20px;
        bottom: -20px;
    }
    .chat__heart {
        bottom: 60px;
    }
}

@media only screen and (max-width: 1170px) {
    .chat {
        display: none !important;
    }
}

@media only screen and (max-width: 1920px) {
    .chat {
        left: auto;
        right: 40px;
    }
}


/*CHAT BAR END*/

@media only screen and (min-width: 1921px) {
    .main1__block:after,
    .show1__content:after,
    .teach1__content:after,
    .screen:after {
        -webkit-background-size: 100% auto !important;
        background-size: 100% auto !important;
    }
}

@media only screen and (max-width: 1600px) {
    .main1__developers {
        display: none;
        width: 300px;
        height: 60px;
        background: #f4c93b;
        border-bottom: 4px solid #7e3c12;
        border-radius: 0 0 50px 50px;
        text-align: center;
        position: absolute;
        top: 660px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        padding-top: 11px;
    }
}

@media only screen and (max-width: 1200px) {
    .main2__title-mini {
        font-size: 35px;
        line-height: 1;
        margin-top: 5px;
        margin-bottom: 7px;
    }
    .main3__menu li {
        width: 24.5%;
    }
    .main3__link {
        width: 100%;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu__link {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        text-align: center;
    }
    .menu__item {
        width: 25%;
    }
    .menu__list li:last-child .menu__link {
        padding-right: 15px;
    }
    .show6__block {
        padding-left: 30px;
        padding-right: 30px;
        grid-template-columns: 25% 25% 25% 25%;
        grid-auto-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .teach3 {
        padding-bottom: 375px;
    }
    .teach3__content .teach3__item:last-child {
        padding-left: 25px;
    }
    .teach3__content .teach3__item:first-child {
        padding-right: 25px;
    }
    .teach3__item {
        width: 50%;
    }
    .teach3__foto {
        position: absolute;
        width: 700px;
        height: 330px;
        left: 0;
        right: 0;
        bottom: 10px;
        z-index: -1;
        margin: auto;
        background: url(../img/teach3-foto.jpg) center bottom no-repeat;
        background-size: contain;
    }
    .teach4__content:before {
        width: 569px;
        height: 789px;
        background-size: contain;
    }
    .contact1__sale-block-left {
        min-width: 350px;
    }
    .contact1__sale-tel a {
        white-space: nowrap;
    }
    .contact1__block {
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .contact1__mini-title {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1071px) {
    .mob-menu__hide {
        display: none !important;
    }
}

@media only screen and (max-width: 1070px) {
    .header__links {
        display: none;
    }
    .header__mob-menu.desc-hide {
        display: inline-block;
    }
    .header__mob-menu {
        width: 185px;
        position: relative;
        z-index: 2;
    }
    #main1 .container {
        z-index: 2;
    }
    #main1 .menu .container {
        z-index: 1;
    }
    #main1-1 .container {
        z-index: 2;
    }
    #main1-1 .menu .container {
        z-index: 1;
    }
    .header__list-mob-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        z-index: 1;
        padding-left: 15px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
        padding-top: 34px;
    }
    .header__list-mob-menu a {
        display: inline-block;
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
        text-align: left;
        margin-bottom: 10px;
    }
    #mob-menu-btn1 {
        display: block;
        margin-left: auto;
        margin-right: 0;
        cursor: pointer;
        width: 30px;
        height: 20px;
        position: relative;
    }
    #mob-menu-btn1 .m-line {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e75e1e;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    #mob-menu-btn1:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e75e1e;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mob-menu-btn1:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e75e1e;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    header.open-header #mob-menu-btn1 .m-line {
        opacity: 0;
    }
    header.open-header #mob-menu-btn1:before {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }
    header.open-header #mob-menu-btn1:after {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px;
    }
    #mob-menu-btn2 {
        display: block;
        margin-left: auto;
        margin-right: 0;
        cursor: pointer;
        width: 30px;
        height: 20px;
        position: relative;
    }
    #mob-menu-btn2 .m-line {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e75e1e;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    #mob-menu-btn2:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e75e1e;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mob-menu-btn2:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #e75e1e;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    header.open-header #mob-menu-btn2 .m-line {
        opacity: 0;
    }
    header.open-header #mob-menu-btn2:before {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }
    header.open-header #mob-menu-btn2:after {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__logo {
        margin-right: 0;
        line-height: 0;
    }
    .main1__content {
        padding-top: 60px;
    }
    .main1__title {
        font-size: 42px;
        line-height: 1;
    }
    .main1__mini-title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 35px;
        margin-top: 8px;
    }
    .main1__developers {
        top: 630px;
    }
    .main2__title {
        font-size: 42px;
        line-height: 1;
    }
    .main2__title-mini {
        font-size: 22px;
    }
    .main2__posttitle {
        font-size: 18px;
    }
    .main2__left,
    .main2__right {
        width: 270px;
    }
    .main2__text {
        font-size: 15px;
    }
    .show1__content {
        padding-top: 140px;
        padding-bottom: 190px;
    }
    .show1__title {
        font-size: 42px;
    }
    .show1__mini-title {
        font-size: 26px;
        line-height: 38px;
    }
    .show2__item {
        width: 25%;
        padding-top: 0;
    }
    .show2__item:nth-child(2n-1) {
        padding-top: 40px;
    }
    .show2__img {
        left: -20px;
        max-width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .show2__item:nth-child(2n-1) .show2__img {
        top: 0;
    }
    .show2__text {
        padding-right: 15px;
    }
    .show5__title {
        font-size: 36px;
    }
    .show5__mini-title {
        font-size: 28px;
        line-height: 36px;
    }
    .show6__block {
        grid-template-rows: 210px 210px 210px 210px;
    }
    .teach1__content {
        padding-top: 60px;
    }
    .teach1__title {
        font-size: 32px;
        line-height: 1.2;
    }
    .teach1__mini-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .teach1__content-block {
        align-items: stretch;
    }
    .teach1__left {
        position: relative;
        width: 50%;
    }
    .teach1__img {
        position: absolute;
        bottom: 0;
        right: -50px;
        max-height: 100%;
    }
    .teach1__content:after {
        z-index: 2;
    }
    .teach1__right {
        width: 50%;
    }
    .teach1__title1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .teach1__text1 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .teach1__title2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .teach1__text2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .teach1__list {
        margin-bottom: 30px;
    }
    .teach1__item {
        font-size: 14px;
        line-height: 20px;
    }
    .teach1__name {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .teach1__morkov-mini {
        margin-bottom: 20px;
    }
    .teach1__right {
        padding-bottom: 60px;
    }
    .teach1__morkov-mini:before {
        min-width: 41px;
    }
    .teach2__text {
        font-size: 22px;
        line-height: 1.2;
    }
    .teach2 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .teach3 {
        padding-top: 60px;
        padding-bottom: 350px;
    }
    .teach3__title {
        font-size: 32px;
        line-height: 1.2;
    }
    .teach3__mini-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 60px;
    }
    .teach3__name {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .teach3__string {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .teach4 {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .teach4__title {
        font-size: 32px;
        line-height: 1.2;
    }
    .teach4__mini-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .teach4__post-title {
        font-size: 16px;
        line-height: 1.2;
        color: #242424;
        text-align: center;
        max-width: 850px;
        width: 100%;
        margin: auto;
        margin-bottom: 0;
    }
    .teach4__content {
        position: relative;
        height: 700px;
    }
    .teach4__content:before {
        width: 479px;
        left: 40px;
    }
    .teach5 {
        padding-top: 60px;
        padding-bottom: 115px;
    }
    .teach5__title {
        font-size: 32px;
        line-height: 1.2;
    }
    .teach5__mini-title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 35px;
    }
    .teach5__video {
        height: 460px;
    }
    .contact1 {
        padding-top: 80px;
        padding-bottom: 110px;
    }
    .contact1__title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .contact1__mini-title {
        font-size: 18px;
        margin-bottom: 60px;
    }
    .contact1__sale-block-left {
        min-width: auto;
    }
    .contact1__scheduale-title {
        font-size: 20px;
        padding-top: 20px;
    }
    .contact1__scheduale-mini-title {
        margin-bottom: 80px;
    }
    .contact1__block-ears-title {
        font-size: 14px;
    }
    .contact1__block-ears-text {
        font-size: 16px;
    }
    .contact1__block-ears-text span {
        font-size: 24px;
    }
    .contact1__block-ears-cont {
        padding: 15px 20px;
    }
    .contact1__sale-bigtitle {
        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .contact1__sale-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact1__sale-block-left li {
        font-size: 14px;
    }
    .contact1__sale-tel {
        font-size: 16px;
    }
    .contact1__sale-block-right p {
        font-size: 14px;
        margin-bottom: 9px;
    }
    .contact2 {
        padding-top: 90px;
    }
    .contact2__title {
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .contact2__title-list {
        font-size: 18px;
    }
    .contact3 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .contact3__title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .contact3__mini-title {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 80px;
    }
    .contact3__left {
        padding-left: 0;
    }
    .reviews1__company {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .reviews1__title {
        font-size: 32px;
    }
    .reviews1__company-item {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .reviews1__company-item:after {
        content: none;
    }
    .reviews1__company-item {
        border-bottom: solid 1px #e1e1e1;
    }
    .reviews1__company-item:last-child {
        border-bottom: none;
    }
    .header__phone-block {
        display: none;
    }
    .header__list-mob-menu .header__phone-block {
        display: block;
        align-self: center;
        margin-bottom: 30px;
        text-align: left;
        padding-left: 0;
    }
}

@media only screen and (max-width: 980px) {
    .main2__text {
        font-size: 14px;
    }
    .main2__left,
    .main2__right {
        width: 230px;
    }
    .footer__left {
        display: none;
    }
    .contact1__block-ears {
        margin-right: 15px;
    }
    .contact1__block-ears-last {
        margin-right: 0;
    }
    .contact1__block-ears-cont {
        padding: 15px 15px;
    }
}

@media only screen and (max-width: 900px) {
    .main1__socials {
        display: none;
    }
    .header__phone-block {
        padding-left: 0;
        text-align: center;
        align-self: center;
        margin-top: 0;
    }
    .header__phone-block:before {
        content: none;
    }
    .main2__left,
    .main2__right {
        display: none;
    }
    .main2__content {
        justify-content: center;
    }
    .main2__center {
        position: relative;
        height: 380px;
    }
    .main3__link {
        font-size: 16px;
    }
    .show1__content {
        padding-top: 90px;
        padding-bottom: 150px;
    }
    .show1__title {
        font-size: 36px;
        line-height: 48px;
    }
    .show1__mini-title {
        font-size: 20px;
        line-height: 32px;
    }
    .show2__title {
        font-size: 32px;
        line-height: 40px;
    }
    .show2__mini-title {
        font-size: 16px;
    }
    .show2__hares {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .show2__item {
        width: 50%;
        margin-bottom: 30px;
    }
    .show2 {
        padding-top: 80px;
    }
    .show3 {
        padding-top: 135px;
        padding-bottom: 305px;
    }
    .show3__title {
        font-size: 30px;
        line-height: 1.2;
    }
    .show3__text {
        font-size: 16px;
    }
    .show4 {
        padding-top: 60px;
        padding-bottom: 95px;
    }
    .show4__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .show4__slide {
        height: 440px;
    }
    .show4__item {
        width: 118px;
        height: 70px;
    }
    .show5 {
        padding-top: 60px;
    }
    .show5__title {
        font-size: 28px;
        text-align: center;
    }
    .show5__mini-title {
        font-size: 24px;
        line-height: 1.2;
    }
    .show5__text-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .show5__content {
        -ms-align-items: flex-end;
        align-items: flex-end;
    }
    .show5__item {
        font-size: 16px;
    }
    .show5__list {
        margin-bottom: 50px;
    }
    .show5__foto {
        max-width: 400px;
    }
    .show5__right {
        padding-bottom: 30px;
        padding-left: 10px;
    }
    .show6__block {
        grid-template-rows: 175px 175px 175px 175px;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .teach1__img {
        right: -100px;
    }
    .teach4 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .teach4__post-title {
        margin-bottom: 30px;
    }
    .teach4__content:before {
        width: 550px;
        left: -170px;
        right: auto;
    }
    .teach4__item {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-bottom: 20px;
    }
    .teach4__text {
        display: none;
    }
    .teach4__item.current .teach4__text {
        display: block;
    }
    .teach4__item2,
    .teach4__item6 {
        margin-left: 240px;
    }
    .teach4__item3,
    .teach4__item5 {
        margin-left: 300px;
    }
    .teach4__item4 {
        margin-left: 330px;
    }
    .teach5__video {
        height: 420px;
    }
    .contact1__block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact1__btn-block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    .contact1__btn-bot {
        margin-left: 15px;
    }
    .contact1__right {
        padding-left: 0;
    }
    .contact2 {
        padding-top: 60px;
    }
    .contact2 .show5__item {
        font-size: 14px;
    }
    .contact3__address-text {
        font-size: 16px;
        line-height: 1.2;
    }
    .contact3__address-title {
        font-size: 20px;
        margin-bottom: 16px;
        padding-top: 14px;
    }
    .contact3__left {
        width: 50%;
    }
    .contact3__left img {
        max-width: 100%;
    }
    .contact3__right {
        padding-left: 40px;
    }
    .contact3__left {
        width: 60%;
    }
    .contact3__photo {
        height: 300px;
    }
    .contact4 .contact4__photo {
        width: 320px;
        height: 310px;
        left: -390px;
    }
    .contact4 .map {
        height: 500px;
    }
    .reviews1__block_2 {
        width: 100%;
    }
    .reviews1__col {
        width: 100%;
    }
    .reviews1__block_col {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .reviews1__socials .footer__social {
        width: 32px;
        height: 32px;
    }
    .reviews1 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 750px) {
    .contact1__btn-block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact1__left {
        margin-bottom: 30px;
    }
    .contact1__btn-bot {
        margin-left: 0;
    }
    .reviews1__socials {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media only screen and (max-width: 700px) {
    .header__logo,
    .header__mob-menu {
        width: 140px;
    }
    .header__logo img {
        max-width: 100%;
    }
    .header__phone {
        font-size: 18px;
    }
    .header__phone-text {
        font-size: 12px;
        line-height: 1;
        margin-top: 3px;
    }
    .show5__foto {
        max-width: 300px;
    }
}

@media only screen and (max-width: 600px) {
    /* 	
	.header__links-btn_red {
		width: 122px; 
		padding-left: 33px;
    	padding-right: 8px;		
		font-size: 12px;	
	} */
    .header__links-btn_red {
        width: 132px;
        height: 40px;
        border-width: 2px;
        padding-left: 13px;
        padding-right: 8px;
        font-size: 12px;
        margin-left: 10px;
    }
    .header__links-btn_red:after {
        width: 42px;
        height: 80px;
        top: -43px;
        left: -14px;
    }
    .header__links-btn_red span {
        display: none;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .buttons-fixed-mob {
        position: fixed;
        bottom: 15px;
        right: 0;
        left: 0;
        z-index: 5;
    }
    .btnfix-mob_buy {
        display: block;
        float: left;
        width: 97px;
        height: 60px;
        line-height: 54px;
        text-align: center;
        -webkit-box-shadow: 0 2px 0 rgba(231, 94, 30, 0.2), 0 5px 20px rgba(231, 94, 30, 0.4), inset 0 4px 7px #a13300;
        box-shadow: 0 2px 0 rgba(231, 94, 30, 0.2), 0 5px 20px rgba(231, 94, 30, 0.4), inset 0 4px 7px #a13300;
        -moz-border-radius: 0 30px 30px 0;
        -webkit-border-radius: 0 30px 30px 0;
        -khtml-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
        border: 3px solid #FFF;
        border-left: 0;
        background-color: #e75e1e;
        font-size: 16px;
        font-weight: 700;
        color: #FFF;
        padding-right: 10px;
        cursor: pointer;
    }
    .btnfix-mob_reservation {
        display: block;
        float: right;
        width: 157px;
        height: 60px;
        line-height: 54px;
        text-align: center;
        -webkit-box-shadow: 0 2px 0 rgba(116, 146, 27, 0.2), 0 5px 20px rgba(142, 175, 45, 0.4), inset 0 4px 7px #5f7c0b;
        box-shadow: 0 2px 0 rgba(116, 146, 27, 0.2), 0 5px 20px rgba(142, 175, 45, 0.4), inset 0 4px 7px #5f7c0b;
        -moz-border-radius: 30px 0 0 30px;
        -webkit-border-radius: 30px 0 0 30px;
        -khtml-border-radius: 30px 0 0 30px;
        border-radius: 30px 0 0 30px;
        border: 3px solid #FFF;
        border-right: 0;
        background-color: #8eaf2d;
        font-size: 16px;
        font-weight: 700;
        color: #FFF;
        padding-left: 10px;
        cursor: pointer;
    }
    .header {
        padding-top: 20px;
    }
    .menu {
        display: none;
    }
    .main1 {
        height: 100vh;
        min-height: auto;
        padding-bottom: 30px;
    }
    .main1__block:before {
        /*background:url(../img/bg-mob1.jpg) center center no-repeat;*/
        background: url(../img/bg-mob2.jpg) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        opacity: 1;
    }
    .main1__block:after {
        background: url(../img/bg-line-green-m.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .header__logo,
    .header__mob-menu {
        width: 100px;
    }
    .main1__block {
        padding-bottom: 200px;
    }
    .main1__content {
        padding-top: 20px;
    }
    .main1__title {
        font-size: 19px;
    }
    .main1__mini-title {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .main1__logo {
        max-width: 70%;
        margin-bottom: 70px;
        display: none;
    }
    .main1__dates {
        font-size: 16px;
        margin-bottom: 200px;
    }
    .main1__dates span:not(.dynamic_date_page_main) {
        /*color:#f1c638;*/
        color: #E75E1E;
    }
    .main1__dates:after {
        content: "";
        background: url(../img/logo.png) center center no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        position: absolute;
        bottom: -145px;
        width: 70%;
        height: 70%;
        left: 15%;
    }
    .main1__video {
        display: none;
    }
    .main1__developers {
        display: block;
        top: auto;
        /*bottom: 120px;*/
        bottom: 65px;
        background: none;
        box-shadow: none;
        border: none;
    }
    .main1__developers-text {
        display: none;
    }
    .main1__developers-title {
        display: none;
    }
    .main1__developers .main2__grafic {
        display: flex !important;
    }
    .main1__arrow-d {
        display: none;
    }
    .main2 {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .main2__title {
        font-size: 18px;
    }
    .main2__title:before {
        margin-bottom: 30px;
    }
    .main2__title-mini {
        font-size: 15px;
    }
    .main2__posttitle {
        font-size: 14px;
        line-height: 1;
    }
    .main2__center {
        width: 100%;
    }
    .main3 {
        position: relative;
        padding-bottom: 80px;
    }
    .main3_alt.desc-hide {
        display: block;
    }
    .main3_alt {}
    .main3.main3_alt {
        margin-bottom: 0;
    }
    .main3.main3_alt:after {
        background: url(../img/bg-line-green-m.png) no-repeat center bottom;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .main3:after {
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        position: absolute;
        display: block;
        z-index: -1;
        background: url(../img/bg-line-ylw-m.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .main3 .container {
        z-index: 1;
        position: relative;
    }
    .main3__menu {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main3__menu li {
        width: 50%;
    }
    .main4.desc-hide {
        display: block;
    }
    .main4 .show4__slide {
        display: block;
        width: 100%;
        height: 300px;
        padding: 15px;
        margin-bottom: 10px;
    }
    .main4 .show4__name {
        font-size: 16px;
    }
    .main4 .show4__name:before {
        content: none;
    }
    .main4 .show4__number {
        font-size: 10px;
    }
    .main4 .show4__number span {
        font-size: 24px;
    }
    .footer {
        padding-top: 0;
    }
    .footer__logo,
    .footer__call,
    .footer__phone {
        display: none;
    }
    .footer__right,
    .footer__socials {
        width: 100%;
        text-align: center;
    }
    .footer__confid {
        display: none;
    }
    .footer__develop {
        width: 100%;
        text-align: center;
    }
    .show1__content {
        padding-top: 40px;
        padding-bottom: 150px;
    }
    .show1__title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .show1__title:before {
        content: none;
    }
    .show1__mini-title {
        font-size: 16px;
        line-height: 1.2;
    }
    .show1__mini-title:after {
        content: '';
        display: block;
        width: 109px;
        height: 10px;
        background: url(../img/snake-orange.png) no-repeat center center;
        margin-left: 0;
        margin-top: 20px;
    }
    .show1__control:before,
    .show1__control:after {
        left: -30px;
        top: -30px;
        height: 160px;
        width: 160px;
    }
    .show1__control {
        width: 100px;
        height: 100px;
    }
    .show1__control-img {
        height: 30px;
        left: 9px;
        background-size: contain;
        border-top: 20px solid transparent;
        border-left: 38px solid #e75e1e;
        border-bottom: 20px solid transparent;
    }
    .show1__content:after {
        background: url(../img/bg-line-green-m.png) no-repeat center bottom;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .show2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .show2:after {
        background: url(../img/bg-line-green-alt-m.png) no-repeat center bottom;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        top: auto;
        bottom: -15px;
        transform: translateY(18px);
    }
    .show2__title {
        font-size: 17px;
        line-height: 1.2;
    }
    .show2__mini-title {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .show2__hares {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .show2__item {
        width: 100%;
        outline: none;
    }
    .show2__item:nth-child(2n-1) {
        padding-top: 0;
    }
    .show2__img {
        margin-bottom: 70px;
        margin-bottom: 40px;
    }
    .slick-arrow {
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: absolute;
        top: 0;
        border-radius: 50%;
        background: rgba(248, 192, 133, 0.2);
        top: 225px;
        color: transparent;
        border: none;
        outline: none;
        z-index: 2;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev:after {
        content: '\f2f4';
        padding-right: 5px;
    }
    .slick-next:after {
        content: '\f2f6';
        padding-left: 5px;
    }
    .slick-arrow:after {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        border: 1px solid #f8c085;
        border-radius: 50%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        font-size: 38px;
        color: #f8c085;
        font-family: 'Material';
    }
    .show__name {
        font-size: 18px;
    }
    .show2__text {
        font-size: 13px;
    }
    .show2__img {
        display: block;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .show3 {
        /*padding-top: 120px;
	    padding-bottom: 250px;*/
        padding-top: 150px;
        padding-bottom: 220px;
    }
    .show3_alt.desc-hide {
        display: block;
        padding-top: 40px;
    }
    .show3:after {
        background: url(../img/bg-line-green-m.png) no-repeat center bottom;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .show3__title {
        font-size: 18px;
        line-height: 1.2;
    }
    .show3__title br.desc-hide {
        display: inline;
    }
    .show3__text {
        display: none;
    }
    .show3_alt .show3__text {
        display: block;
        line-height: 1.2;
        color: #666666;
        font-size: 13px;
    }
    .show4 {
        display: none;
    }
    .show5 {
        padding-top: 40px;
        padding-bottom: 85px;
    }
    .show5:after {
        background: url(../img/bg-line-ylw-m.png) no-repeat center bottom;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .show5__title {
        font-size: 18px;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .show5__mini-title {
        font-size: 16px;
        line-height: 1;
    }
    .show5__content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .show5__foto {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        margin-bottom: 30px;
    }
    .show5__right {
        width: 100%;
    }
    .show5__text-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .show5__item {
        font-size: 14px;
    }
    .show5__list {
        margin-bottom: 15px;
    }
    .show5__name {
        font-size: 14px;
    }
    .show5__reg {
        font-size: 12px;
    }
    .show6 {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .show6:after {
        content: none;
    }
    .show6__title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .show6__mini-title {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .show6__block {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .show6__item {
        display: block;
        width: 100%;
        height: 240px;
        margin-bottom: 15px;
    }
    .show6__item-6 {
        background-position-y: -60px;
    }
    .show6__block .slick-arrow {
        top: auto;
        bottom: -50px;
    }
    .show6__morkov {
        display: none;
    }
    .footer_alt {
        padding-top: 30px;
    }
    .teach1__content {
        padding-top: 40px;
    }
    .teach1__content:after {
        background: url(../img/bg-line-ylw-alt-gr-m.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .teach1__title {
        font-size: 18px;
        text-transform: uppercase;
    }
    .teach1__title:before {
        margin-bottom: 16px;
    }
    .teach1__title span {
        display: block;
    }
    .teach1__mini-title {
        font-size: 14px;
        margin-bottom: 0;
    }
    .teach1__content-block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .teach1__left {
        width: 100%;
    }
    .teach1__img {
        position: static;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .teach1__right {
        width: 100%;
    }
    .teach1__title1 {
        font-size: 16px;
    }
    .teach1__text1 {
        font-size: 13px;
    }
    .teach1__title2 {
        font-size: 16px;
    }
    .teach1__item {
        font-size: 13px;
    }
    .teach1__reg {
        font-size: 13px;
    }
    .teach2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .teach2:after,
    .teach3:after,
    .teach4:after,
    .contact1:after,
    .contact2:after,
    .main3_teaching:after {
        background: url(../img/bg-line-ylw-m.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .contact3:after {
        background: url(../img/bg-line-green-alt-m.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        bottom: -28px;
    }
    .contact4:after {
        background: url(../img/bg-line-green-m.png) no-repeat bottom center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .teach2__orange {
        color: #e75e1e;
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
    }
    .teach2__text {
        font-size: 18px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .teach2__text br {
        display: none;
    }
    .teach2__snake {
        display: none;
    }
    .teach2__text:after {
        content: '';
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 64px;
        height: 7px;
        margin-top: 25px;
        background: url(../img/snake-orange1.png) no-repeat center center;
        vertical-align: middle;
    }
    .teach3 {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .teach3__title {
        font-size: 18px;
    }
    .teach3__title span {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .teach3__mini-title {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .teach3__list {
        display: none;
    }
    .teach3__content .teach3__item:first-child {
        padding-right: 0;
    }
    .teach3__content .teach3__item:last-child {
        padding-left: 0;
        /*text-align: right;*/
    }
    .teach3__item {
        position: absolute;
        top: 0;
        width: calc(50% - 20px);
    }
    .teach3__item_left {
        left: 0;
    }
    .teach3__item_right {
        right: 0;
    }
    .teach3__name {
        cursor: pointer;
    }
    .teach3__item.current {
        position: relative;
        width: 100%;
    }
    .teach3__item {
        height: 35px;
        padding-top: 8px;
        text-align: center;
    }
    .teach3__item.current {
        height: auto;
        padding-top: 0;
        text-align: left;
    }
    .teach3__item_right.current .teach3__name {
        margin-left: auto;
        margin-right: 0;
        display: block;
    }
    .teach3__item.current .teach3__name {
        width: 45%;
        background-color: #f8c085;
        height: 35px;
        text-align: center;
        padding-top: 8px;
    }
    .teach3__item.current .teach3__list {
        display: block;
        text-align: left;
    }
    .teach3__item.current {
        z-index: -1;
    }
    .teach3__name {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .teach3__content:after {
        content: none;
    }
    .teach3__foto {
        background: none;
        position: static;
        width: 100%;
        height: auto;
    }
    .teach3__foto .desc-hide {
        width: 100%;
        display: block;
    }
    .teach4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .teach4__title {
        font-size: 18px;
    }
    .teach4__mini-title {
        font-size: 14px;
    }
    .teach4__post-title {
        font-size: 14px;
    }
    /* del */
    .teach4:after {
        content: none;
    }
    .teach5 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .teach5__title {
        font-size: 18px;
    }
    .teach5__mini-title {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .teach5__video {
        height: 280px;
    }
    .teach5:after {
        content: none;
    }
    .contact1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .contact1__title {
        font-size: 18px;
    }
    .contact1__mini-title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .contact1__mini-title br {
        display: none;
    }
    .contact1__scheduale-title {
        font-size: 18px;
        padding-top: 10px;
    }
    .contact1__scheduale-mini-title {
        font-size: 14px;
        margin-bottom: 90px;
    }
    .contact1__right {
        padding-left: 0;
        width: 100%;
    }
    .contact1__block-ears {
        margin-right: 0;
        width: 100%;
        margin-bottom: 70px;
    }
    .contact1__block-ears-cont {
        max-width: none;
        text-align: center;
    }
    .contact1__block-ears-title {
        text-align: center;
        font-size: 16px;
    }
    .contact1__block-ears-text {
        text-align: center;
        font-size: 13px;
    }
    .contact1__block-ears-text span {
        font-size: 26px;
    }
    .contact1__block-ears:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .contact1__sale-block {
        margin-top: 0;
    }
    .contact1__sale-block {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .contact1__sale-block-left {
        width: 100%;
    }
    .contact1__sale-block-left:before {
        content: none;
    }
    .contact1__sale-bigtitle {
        font-size: 18px;
        margin-top: -25px;
        margin-bottom: 15px;
    }
    .contact1__sale-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .contact1__sale-block-left li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .contact1__sale-tel {
        font-size: 14px;
        margin-top: 10px;
    }
    .contact1__sale-tel a {
        font-size: 18px;
    }
    .contact1__sale-block-left {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .contact1__sale-block-right {
        position: relative;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .contact1 .desc-hide {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .contact2__foto {
        /* max-width: 100%; */
        min-width: unset;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact2__title {
        font-size: 16px;
    }
    .contact2__title span {
        font-size: 18px;
    }
    .contact2 {
        padding-top: 40px;
    }
    .contact3 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .contact3__title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 8px;
        margin-bottom: 20px;
    }
    .contact3__photo {
        display: none;
    }
    .contact3__photo_mob {
        display: block;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .contact3__photo_mob img {
        max-width: 100%;
        border-radius: 10px;
    }
    .contact3__mini-title {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    .contact3__address-title:after {
        content: none;
    }
    .contact3__address-title {
        font-size: 16px;
        margin-bottom: 15px;
        padding-top: 0;
    }
    .contact3__block {
        margin-top: 40px;
        -ms-align-items: stretch;
        align-items: stretch;
        margin-bottom: 30px;
        position: relative;
    }
    .contact3__left {
        width: 110px;
        position: relative;
    }
    .contact3__left img {
        max-width: none;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 80px;
    }
    .contact3__address-text {
        font-size: 14px;
        line-height: 1.2;
    }
    .contact3__address-text b {
        display: inline-block;
        margin-top: 10px;
    }
    .contact3__second-title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .contact4__photo {
        display: none;
    }
    .contact4 .map {
        height: 310px;
    }
    #map {
        display: none;
    }
    #map_mob {
        display: block;
    }
    .contact4 {
        margin-bottom: 40px;
    }
    .reviews1 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .reviews1:after {
        content: none;
    }
    .star-full:after,
    .star-half:after,
    .star-empty:after {
        margin-left: 0px;
        margin-right: 0px;
    }
    .reviews1__title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .reviews1__socials .footer__social {
        width: 40px;
        height: 40px;
    }
    .reviews1__blocks {
        display: none;
    }
    .reviews1__blocks_mob {
        display: block;
    }
    .reviews1__block_mob {
        width: 100%;
    }
    .reviews1__block-cont {
        padding: 0;
        border-radius: 15px;
    }
    .reviews1__block-cont img {
        border-radius: 15px;
    }
    .reviews1__company-item {
        padding: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .teach4__content:before {
        width: 370px;
        height: 589px;
        left: -170px;
        right: auto;
    }
    .teach4__name {
        font-size: 14px;
    }
    .teach4__text {
        font-size: 13px;
    }
    .teach4__number {
        top: 12px;
        font-size: 36px;
    }
    .teach4__item {
        margin-bottom: 0px;
    }
    .teach4__item2,
    .teach4__item6 {
        margin-left: 110px;
    }
    .teach4__item3,
    .teach4__item5 {
        margin-left: 150px;
    }
    .teach4__item4 {
        margin-left: 180px;
    }
    .teach4__content {
        position: relative;
        height: 490px;
    }
}

@media only screen and (max-width: 470px) {
    .header__left {
        margin-right: 20px;
        /* flex-direction: column; */
    }
    .header__mob-menu {
        width: 30px;
        margin-left: 20px;
    }
    /* .dev_link_ny{
		display: block;
	}
	.link_ny{
		display: none;
	} */
    .main2__center {
        height: 300px;
    }
    .main2__ushi {
        position: absolute;
        width: 260px;
        height: 230px;
        background-size: 270px;
    }
    .main2__grafic {
        font-size: 16px;
        width: 280px;
    }
    .main4 .show4__slide {
        height: 200px;
    }
    .show6__item {
        height: 200px;
    }
    .teach5__video {
        height: 220px;
    }
    .teach4__item4 .teach4__text {
        width: 170px;
    }
    .teach4__item3 .teach4__text,
    .teach4__item5 .teach4__text {
        width: 210px;
    }
}

@media only screen and (max-width: 400px) {
    .contact1__calendar {
        background: url(../img/calendar.png) top center no-repeat;
        width: 300px;
        background-size: 100% auto;
        height: 276px;
        margin-bottom: 20px;
    }
    .contact1__calendar .selectize-input {
        padding-top: 32px;
        padding-bottom: 18px;
    }
    .selectize-control.single .selectize-input:after {
        top: 42px;
    }
    .contact1__calendars-item {
        padding-top: 4px;
        height: 158px;
    }
    .contact1__calendars-item td.ui-show-day .ui-state-default:before {
        left: 2px;
        top: 1px;
    }
    .teach4__item4 {
        margin-left: 160px;
    }
    .teach4__item3,
    .teach4__item5 {
        margin-left: 130px;
    }
    .teach4__item2,
    .teach4__item6 {
        margin-left: 100px;
    }
    .teach4__item4 .teach4__text {
        width: 150px;
    }
}

@media only screen and (max-width: 370px) {
    .header__logo,
    .header__mob-menu {
        width: 85px;
    }
    .header__phone {
        font-size: 16px;
        white-space: nowrap;
    }
    .header__left {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 350px) {
    .main1__title span {
        /*display: block;*/
        display: inline-block;
        line-height: 1.5;
    }
    .teach4__item4 .teach4__text {
        width: 120px;
    }
    .teach4__item3 .teach4__text,
    .teach4__item5 .teach4__text {
        width: 140px;
    }
    .teach4__item2 .teach4__text,
    .teach4__item6 .teach4__text {
        width: 160px;
    }
}

@media only screen and (max-width: 340px) {
    .header__phone {
        font-size: 14px;
        white-space: nowrap;
    }
    /* .header__left {
		margin-right: 0px;
	}	 */
}


/*POPUP*/


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup {
    font-family: 'Raleway', sans-serif;
    color: #242424;
}

.popup-reservation {
    max-width: 978px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 60px 70px 110px;
    text-align: center;
    border-radius: 10px;
    background: url(../img/bg-reserv.jpg) center bottom no-repeat #fff;
    position: relative;
}

.mfp-close {
    background: url(../img/close-popup.png) center center no-repeat;
    padding: 0;
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.popup-reservation__part-res,
.popup-reservation__part-thanks {
    transition: .3s;
}

.popup-reservation__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    color: #242424;
    text-align: center;
    text-transform: uppercase;
}

.popup-reservation__title span {
    color: #e75e1e;
}

.popup-reservation__title:before {
    content: '';
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
}

.popup-reservation__mini-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    color: #242424;
    text-align: center;
    margin-bottom: 25px;
}

.popup-reservation__mini-title span {
    color: #e75e1e;
}

.popup-reservation__text {
    font-size: 14px;
    line-height: 1.2;
    color: #242424;
    margin-bottom: 50px;
}

.popup-reservation__text .btn-buy {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.popup-reservation__form-block {
    width: 100%;
    position: relative;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.popup-reservation__inp-phone {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 7px 0px rgba(202, 202, 202, 0.5);
    width: 100%;
    height: 70px;
    border-radius: 30px;
    padding-left: 50px;
    outline: none;
}

.popup-reservation__btn {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.popup-stock__btn {
    position: relative;
    bottom: 0;
    max-width: 301px;
    width: 100%;
    padding-left: 60px;
}

.popup-stock {
    padding: 60px 70px 70px;
}

.popup-stock .popup-reservation__title {
    margin-bottom: 10px;
}

.popup-stock .popup-reservation__text {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.popup-stock .popup-reservation__text span {
    display: block;
    font-size: 28px;
    color: #e75e1e;
    font-weight: 600;
}

.popup-stock .popup-reservation__mini-title {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.popup-stock .popup-reservation__mini-title span {
    font-size: 28px;
    font-weight: 600;
}

.popup-stock .promocode__text_code span {
    font-size: 18px;
}

.stock-btn {
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    /* display: none; */
    background-color: rgb(231, 94, 30);
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.4);
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 5px 30px;
    z-index: 10;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    -webkit-transition: background 0.3s ease, padding 0.3s ease;
    -moz-transition: background 0.3s ease, padding 0.3s ease;
    -o-transition: background 0.3s ease, padding 0.3s ease;
    -ms-transition: background 0.3s ease, padding 0.3s ease;
    transition: background 0.3s ease, padding 0.3s ease;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    border-radius: 35px;
    animation: pulse2 1.5s infinite;
}

.stock-btn:hover {
    background-color: rgb(214, 80, 17);
}

.b-registration__section {
    display: none;
}

.popup-thanks {
    max-width: 978px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 60px 70px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.popup-thanks__title {
    margin-bottom: 20px;
}

.popup-thanks__text {
    margin-bottom: 0;
}

.popup-privacypolice {
    max-width: 978px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.popup-privacypolice__cont h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.popup-privacypolice__cont h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.popup-privacypolice__cont p {
    margin-bottom: 15px;
}

.popup-callback {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 50px;
    padding-left: 300px;
    padding-bottom: 60px;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(../img/callback-bg.jpg) left bottom no-repeat #fff;
}
.popup-buy {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 50px;
    padding-bottom: 60px;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.popup-callback__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.popup-callback__title:before {
    content: '';
    display: block;
    margin: auto;
    margin-left: 0;
    width: 109px;
    height: 10px;
    background: url(../img/snake-orange.png) no-repeat center center;
    margin-bottom: 20px;
}

.popup-callback__text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    color: #242424;
    margin-bottom: 50px;
}

.popup-callback__form-block {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.popup-callback__inp-phone {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 3px 7px 0px rgba(202, 202, 202, 0.5);
    width: 100%;
    height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    outline: none;
    margin-bottom: 10px;
}

.popup-callback__btn {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 100%;
}

.popup-callback_thanks {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 40px;
    padding-left: 220px;
    padding-top: 55px;
    padding-bottom: 70px;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(../img/callback-bg.jpg) left bottom no-repeat #fff;
    background-size: 270px;
}

.popup-callback__text_thanks {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.4;
}

@media only screen and (max-width: 1000px) {
    .popup-reservation {
        max-width: 800px;
        padding: 50px 40px 90px;
        background-size: 890px;
    }
}

@media only screen and (max-width: 800px) {
    .popup-reservation__title {
        font-size: 28px;
    }
    .popup-reservation__mini-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .popup-reservation__text {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .popup-reservation__form-block {
        max-width: 580px;
    }
    .popup-reservation {
        max-width: 710px;
        padding: 50px 40px 90px;
        background-size: 770px;
    }
}

@media only screen and (max-width: 600px) {
    .popup-reservation__title {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.4;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .popup-reservation__mini-title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .popup-reservation__text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .popup-reservation__text br {
        display: none;
    }
    .popup-reservation__inp-phone {
        margin-bottom: 15px;
        width: 100%;
    }
    .popup-reservation__btn {
        position: relative;
        width: 100%;
    }
    .popup-reservation {
        max-width: 380px;
        padding: 50px 20px 40px;
        background: #fff;
    }
    .popup-callback_thanks {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 55px;
        padding-bottom: 200px;
        border-radius: 10px;
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        background: url(../img/callback-bg1.jpg) center bottom no-repeat #fff;
        background-size: 150px;
    }
    .popup-callback_thanks__title {
        font-size: 32px;
    }
    .popup-callback_thanks__title:before {
        margin-left: auto;
        margin-right: auto;
    }
    .popup-callback__text_thanks {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .stock-btn {
        border-width: 3px;
        left: -63px;
        padding: 10px 10px 10px 77px;
        bottom: 90px;
        width: 208px;
        font-size: 16px;
        font-weight: 700;
    }
}

.calendar__api_days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 13px 50px 0px 40px;
}

@media screen and (max-width: 400px) {
    .calendar__api_days {
        padding: 0px 30px 0px 24px;
    }
}

.calendar__api_days li {
    color: #666666;
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 8px;
    text-transform: capitalize;
}

@media screen and (max-width: 400px) {
    .calendar__api_days li {
        padding-bottom: 0px;
    }
}

.calendar__api_days li:nth-child(6),
.calendar__api_days li:nth-child(7) {
    color: #e75e1e;
}

.calendar__api_body {
    position: relative;
}

.calendar__api_body ul {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0px 50px 0 40px;
}
@media screen and (max-width: 400px) {
    .calendar__api_body ul {
        padding: 0px 30px 0px 24px;
        height: 160px;
    }
}
.calendar__api__date__item {
    -ms-flex-preferred-size: calc(100%/7);
    flex-basis: calc(100%/7);
    text-align: center;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    padding: 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 400px) {
    .calendar__api__date__item {
        padding: 2px 0;
    }
}

.calendar__api__date__item.btn-buy:nth-child(7n-1):before,
.calendar__api__date__item.btn-buy:nth-child(7n):before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /* background: #f5d181; */
    background: #61b6e5;
}

.calendar__api__date__item.btn-buy:before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /* background: #f5d181; */
    background: #61b6e5;
}

.calendar__api__date__item.btn-buy {
    cursor: pointer;
    color: #ffffff;
}

.search-placemark-info {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    padding: 3px 6px 4px 18px;
    border-radius: 6px;
    line-height: inherit;
    height: auto;
    max-width: 180px;
    color: #333;
    position: absolute;
    padding-left: 6px;
}

.search-placemark-info__title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.b11__reviewservice_cont {
    max-width: 510px;
    padding: 0 0 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .b11__reviewservice_cont {
        max-width: 70%;
    }
    .b11__reviewservice_img {
        height: 60px;
    }
    .b11__reviewservice_img img {
        height: 100%;
    }
}

@media screen and (max-width: 540px) {
    .b11__reviewservice_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b11__reviewservice_img:nth-child(1) {
        margin-bottom: 20px;
    }
}

@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(231, 94, 30, 0.4);
        box-shadow: 0 0 0 0 rgba(231, 94, 30, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 40px rgba(231, 94, 30, 0);
        box-shadow: 0 0 0 40px rgba(231, 94, 30, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(231, 94, 30, 0);
        box-shadow: 0 0 0 0 rgba(231, 94, 30, 0);
    }
}


/* sertificate */

@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap');
.sert {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    font-family: 'Exo 2', sans-serif;
    z-index: 2;
}

.sert__body {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 41px 62px;
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: 750px;
    box-shadow: 0 5px 25px 10px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    background-color: #ffffff;
    z-index: 1;
}

.sert__bg-img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: 837px;
    bottom: -131px;
    right: -52px;
    z-index: -1;
}

.sert__info {
    max-width: 450px;
    width: 100%;
}

.sert__title {
    width: 100%;
    color: #4275a0;
    font-size: 65px;
    font-weight: 700;
    line-height: 78.16px;
    margin: 0;
    text-transform: uppercase;
}

.sert__subtitle {
    margin-top: 23px;
    max-width: 305px;
    width: 100%;
    color: #4275a0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.sert__list {
    margin-top: 41px;
    list-style: none;
    padding: 0;
}

.sert__item {
    margin-bottom: 13px;
    display: flex;
    width: 100%;
    align-items: center;
}

.sert__item:last-child {
    margin-bottom: 0;
}

.sert__item:last-child .sert__item-text {
    max-width: 245px;
}

.sert__icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sert__item-text {
    margin-left: 28px;
    color: #4275a0;
    font-size: 17px;
    font-weight: 400;
}

.sert__icon--place {
    background-image: url('../img/icon-place.png');
}

.sert__icon--cprize {
    background-image: url('../img/icon-cprize.png');
}

.sert__icon--fprize {
    background-image: url('../img/icon-fprize.png');
}

.sert__btn {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 248px;
    width: 100%;
    height: 57px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 29px;
    background-color: #ff9c24;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: all ease 0.5s;
}

.sert__btn:hover {
    background-color: #e27b00;
}

.header__left {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    /* width: 70%; */
    justify-content: space-between;
}

.header_white .link_ny {
    display: none;
}

.header_white .header__left {
    width: 64%;
}

.header_white .header__links-btn_orange {
    border-width: 4px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 35px;
    background-color: rgb(231, 94, 30);
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4), 0px 2px 0px 0px rgba(231, 94, 30, 0.2), inset 0px 4px 7px 0px rgba(161, 51, 0, 0.4);
    width: 270px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding-left: 42px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: background 0.3s ease, padding 0.3s ease;
    -moz-transition: background 0.3s ease, padding 0.3s ease;
    -o-transition: background 0.3s ease, padding 0.3s ease;
    -ms-transition: background 0.3s ease, padding 0.3s ease;
    transition: background 0.3s ease, padding 0.3s ease;
}

.header_white .header__links-btn_orange span {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px 0px rgba(180, 57, 0, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #e75e1e;
    font-size: 24px;
    right: 6px;
    top: 6px;
    font-family: 'Material';
    padding-left: 5px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.header_white .header__links-btn_orange:hover {
    background-color: rgb(214, 80, 17);
}

.header_white .header__links-btn_orange:hover span {
    opacity: 0.5;
}

.main1__content .main2__grafic {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
}

.main1__developers .main2__grafic {
    display: none;
    width: 235px;
    height: 50px;
    /* background-color: rgb(232, 37, 40); */
    bottom: 0;
}

.main1__developers .main2__grafic span {
    width: 32px;
    height: 32px;
    /* color: #e82528; */
}

@media only screen and (max-width: 1070px) {
    .sert__bg-img {
        zoom: 0.8;
    }
}

@media only screen and (max-width: 700px) {
    .sert__bg-img {
        display: none;
    }
    .sert__body {
        height: auto;
    }
    .sert__info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sert__title {
        font-size: 48px;
        line-height: 55.16px;
        text-align: center;
    }
    .sert__subtitle {
        max-width: 100%;
        text-align: center;
    }
    /* .dev_link_ny{
		display: block;
	} */
    .link_ny {
        margin: 0 auto;
    }
    .main1__content .main2__grafic {
        display: none;
    }
    .header__left {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .header_white .header__left {
        width: auto;
    }
    .sert__body {
        padding: 30px 25px;
    }
    .sert__title {
        font-size: 30px;
        line-height: 36px;
    }
    .sert__subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .sert__item-text {
        margin-left: 20px;
        font-size: 15px;
    }
    .sert__info {
        max-width: 100%;
    }
}


.popup-buy .btn{
    position: relative;
    top: 0;
    max-width: 320px;
    width: 100%;
    height: 70px;
    margin: 40px auto;
    float: unset;
}
.popup-buy .btn span{
    
    width: 50px;
    height: 50px;
    border-radius: 25px;
    right: 6px;
    top: 6px;
}
@media screen and (max-width: 668px){ 
    .chose__place_buy{
        padding: 0;
    }
    .popup-buy .btn{
        margin: 20px 0;
        height: 50px;
        font-size: 11px;
        line-height: normal;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        border-width: 3px;
    }
    .popup-buy .btn span{
        display: none !important; 
    }
    .popup-buy .popup-callback__title{
        font-size: 23px;
        text-align: center;
    }
    .popup-buy .popup-callback__text{
        margin-bottom: 20px;
    }
}

.popup-chose{
    max-width: 628px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 60px 70px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
  }
  .popup-chose__title{
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .popup-chose__title::before{
    content: '';
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 109px;
    height: 10px;
    background: url(../../img/snake-orange.png) no-repeat center center;
  }
  .popup-chose__items{
    max-width: 480px;
    width: 100%;
    margin: 30px auto 0;
    justify-content: space-between;
    display: flex;
  }
  .popup-chose__item{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-chose__icon{
    margin-bottom: 12px;
  }
  .popup-chose__address{
    font-size: 14px;
    height: 35px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
  }
  .popup-chose__date{
    font-size: 16px;
    text-transform: uppercase;
    color: #d65011;
    margin-bottom: 14px;
    font-weight: 600;
  }
  .popup-chose__btn{
      position: static;
    padding-left: 0;
    border-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    font-size: 14px;
    box-shadow: 0px 5px 20px 0px rgba(231, 94, 30, 0.4);
  }
  .popup-chose__btn span{
    width: 35px;
    height: 35px;
    top: 4px;
  }
  .popup-buy__date{
    margin-top: -20px;
    margin-bottom: 25px;
    /* color: #1e9bf3; */
    font-size: 14px;
    text-align: center;
  }
  @media only screen and (max-width: 600px){
    .popup-chose{
        padding: 50px 20px 40px;
    }
    .popup-chose__title{
        font-size: 20px;
    }
    .popup-chose__items{
        flex-direction: column;
    }
    .popup-chose__item{
        margin-bottom: 40px;
    }
    .popup-buy__date{
        margin-top: 0;
        font-size: 12px;
    }
  }


  
  .city__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 20px;
}
.city__row:nth-child(2) {
    margin-top: 40px;
}
.your__city_name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-decoration: none;
    cursor: pointer;
}
.your__city_title{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
    color: transparent;
    font-size: 0;
    margin-right: 5px;
}
.your__city_name, .your__city_title.current {
    font-family: inherit;
    font-size: 18px;
    color: #242424;
    font-weight: 500;
}

.your__city_name.current {
    color: #f23c50;
}

@media screen and (max-width: 600px){
    .your__city_title{
        font-size: 14px;
        line-height: 19px;
        max-width: 0;
        min-width: initial;
        margin-right: 0;
    }
    .your__city_name{
        font-family: inherit;
        font-size: 14px;
        line-height: 19px;
    }
    .your__city_title.current {
        font-size: 14px;
        line-height: 19px;
        min-width: 74px;

        margin-right: 5px;
    }
}

.header__select-sity {
    margin-left: auto;
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 27px;
    border: 1px solid #ffffff;
    background: none;
    box-sizing: border-box;
    border-radius: 40px;
    outline: unset;
    cursor: pointer;
  }
  
  .header__select-sity-icon {
    width: 19px;
    height: 24px;
    background: url('../img/select-city-icon.svg') no-repeat 50% 50%;
    background-size: contain;
  }
  
  .header__select-sity-text {
    margin-left: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
  }
  
  @media only screen and (max-width: 1070px) {
    .header__select-sity {
      display: none;
      margin: 25px 0 50px 0;
      padding: 0;
      border: none;
    }
  
    .header__list-mob-menu .header__select-sity {
      display: flex;
      color: #FFFFFF;
    }
  
  
    .header__select-sity::after {
      position: absolute;
      content: 'сменить город';
      display: block;
      left: 40px;
      bottom: -20px;
      color: inherit;
      font-size: 12px;
    }
    .header__select-sity-icon {
        background: url('../img/select-city-icon-white.svg') no-repeat 50% 50%;
        background-size: contain;
      }
    .header__select-sity-text {
      color: inherit;
      font-size: 28px;
    }
  
    .header__phone-wrap {
      margin-top: 40px;
      position: relative;
      display: flex;
      align-items: center;
    }
  
    .header__phone-icon {
      width: 19px;
      height: 24px;
      background: url('../img/phone-icon.svg') no-repeat 50% 50%;
      background-size: contain;
    }
  
    .header__phone-wrap .header__phone {
      margin-left: 20px;
      font-size: 28px;
    }
  
    .header__phone-wrap::after {
      position: absolute;
      content: 'позвонить нам';
      display: block;
      left: 40px;
      bottom: -20px;
      color: inherit;
      font-size: 12px;
    }
  
    .header__contacts .header__phone-wrap {
      color: #FFFFFF;
    }
  
    .white .header__contacts .header__phone-wrap {
      color: #243D70;
    }
  
  }

  
  .feb{
    position: relative;
    padding: 36px 87px 0 0;
    max-width: 733px;
    width: 100%;
    height: 382px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
  .feb--march{
    padding: 66px 37px 0 0;
  }
  #feb_promo{
    overflow: unset;
  }
  .feb.popup .mfp-close{
    background: url('../img/feb-close.png') no-repeat 50% 50%;
    width: 24px;
    height: 24px;
    top: 25px;
    right: 25px;
  }
  
  .feb__inner{
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }
  .feb__img{
    position: relative;
    height: 100%;
    user-select: none;
  }
  .feb__img img{
    position: absolute;
    bottom: 0;
    left: -67px;
    z-index: -1;
  }
  .feb__img--march img{
    left: -17px;
  }
  .feb__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  .feb__title{
    font-family: 'Raleway', sans-serif;
    font-size: 56px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.02em;
    color: #476E37;
  }
  .feb__title--march{
    color: #3B9093;
    font-size: 30px;
    text-transform: uppercase;
  }
  .feb__subtitle{
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #476E37;
    letter-spacing: 0.02em;
  }
  .feb__subtitle--march{
    color: #3B9093;
  }
  .feb__discount{
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    line-height: 57px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F26B31;
    font-weight: 600;
  }
  .feb__discount span{
    font: inherit;
    color: inherit;
    font-size: 48px;
    font-weight: 800;
    font-feature-settings: 'lnum' 1;
  }
  .feb__subdiscount{
    font-size: 20px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F26B31;
    font-weight: 600;
    
  }
  .feb__subdiscount span{
    font-family: 'Raleway', sans-serif;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: inherit;
    
  }
  .feb__text{
    margin-top: 15px;
    font-family: 'Akrobat';
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    color: #476E37;
  }
  .feb__text--march{
    color: #3B9093;
  }
  .feb__text span{
    font: inherit;
    color: inherit;
    font-weight: bold;
  }
  .feb__btn{
    margin-top: 20px;
    max-width: 244px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F26B31;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all ease 0.5s;
}
.feb__btn:hover{
  background: rgb(214, 80, 17);
}
  @media only screen and (max-width: 700px) {
    .feb{
      padding: 50px 0;
      max-width: 400px;
    }
    .feb__inner{
      align-items: center;
      justify-content: center;
    }
    .feb__img{
      display: none;
    }
    .feb__title{
      font-size: 46px;
    }
    .feb__title--march{
      font-size: 28px;
    }
    .feb__subtitle{
      margin-top: 5px;
      font-size: 16px;
    }
    .feb__discount{
      font-size: 36px;
      line-height: 44px;
    }
    .feb__discount span{
      font-size: 38px
    }
    .feb__subdiscount{
      font-size: 16px;
    }
    .feb__text{
      margin-top: 5px;
      font-size: 21px
    }
  }