.body_hide {
	opacity: 0;
	transition: .9s opacity ease-in-out;
}
.body_visible {
	opacity: 1;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/GilroyBold.eot');
    src: url('../fonts/GilroyBold.eot') format('embedded-opentype'),
    url('../fonts/GilroyBold.woff2') format('woff2'),
    url('../fonts/GilroyBold.woff') format('woff'),
    url('../fonts/GilroyBold.ttf') format('truetype'),
    url('../fonts/GilroyBold.svg#GilroyBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/GilroyRegular.eot');
    src: url('../fonts/GilroyRegular.eot') format('embedded-opentype'),
    url('../fonts/GilroyRegular.woff2') format('woff2'),
    url('../fonts/GilroyRegular.woff') format('woff'),
    url('../fonts/GilroyRegular.ttf') format('truetype'),
    url('../fonts/GilroyRegular.svg#GilroyRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl300.eot');
    src: url('../fonts/MuseoSansCyrl300.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl300.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl300.woff') format('woff'),
    url('../fonts/MuseoSansCyrl300.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl300.svg#MuseoSansCyrl300') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl500.eot');
    src: url('../fonts/MuseoSansCyrl500.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl500.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl500.woff') format('woff'),
    url('../fonts/MuseoSansCyrl500.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl500.svg#MuseoSansCyrl500') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl700.eot');
    src: url('../fonts/MuseoSansCyrl700.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl700.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl700.woff') format('woff'),
    url('../fonts/MuseoSansCyrl700.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl700.svg#MuseoSansCyrl700') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl900.eot');
    src: url('../fonts/MuseoSansCyrl900.eot') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl900.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl900.woff') format('woff'),
    url('../fonts/MuseoSansCyrl900.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl900.svg#MuseoSansCyrl900') format('svg');
    font-weight: 900;
    font-style: normal;
}

/*common*/
body {
    color: #1e1b1e;
}
body, input, button, textarea {
    font-family: 'MuseoSansCyrl', sans-serif;
    font-weight: 300;
}
input, button, textarea, .box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
input, button, textarea {
    border: none;
    outline: none;
}
.content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 10px 50px 10px;
}
.spacer {
    text-align: justify;
    font-size: 0.01px;
}
.spacer > * {
    display: inline-block;
    vertical-align: middle;
}
.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.page-wrap {
    overflow: hidden;
}

.btn-wr {
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    max-width: 340px;
	style: right;
}
.contacts-link:hover .contacts-link__desc:after,
.price-link:hover .price-link__desc:after,
.plan-link:hover .plan-link__desc:after {
    background: url('../images/btn-active-bd-right2.png') no-repeat;
    
}
.contacts-link:hover:after,
.price-link:hover:after,
.plan-link:hover:after {
    background: url('../images/btn-active-bd-left2.png') no-repeat;
    
}

.contacts-link:hover, .price-link:hover, .plan-link:hover {
    background: #fedcac;
   
}
.orange-btn {
     transition: 0.3s;
    cursor: pointer;
    width: 100%;
    height: 77px;
    padding-left: 142px;
    color: #242526;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.015em;
    border-radius: 5px 5px 8px 8px;
    border-bottom: 3px solid #af7f3c;
    position: relative;
    z-index: 2;
    background: #ffc783;
    background: linear-gradient(to bottom, #ffc783, #ffb965, #ffb255);
    background: -moz-linear-gradient(to bottom, #ffc783, #ffb965, #ffb255);
    background: -webkit-linear-gradient(to bottom, #ffc783, #ffb965, #ffb255);
    background: -o-linear-gradient(to bottom, #ffc783, #ffb965, #ffb255);
    background: -ms-linear-gradient(to bottom, #ffc783, #ffb965, #ffb255);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 #ffdbaf;
    -moz-box-shadow: inset 0 1px 0 #ffdbaf;
    -webkit-box-shadow: inset 0 1px 0 #ffdbaf;
    -o-box-shadow: inset 0 1px 0 #ffdbaf;
}
.transition {
 
  display: block;
}
.orange-btn strong {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    display: block;
    margin-bottom: -3px;
    letter-spacing: 0.08em;
     transition: 0.3s;
}
;
.orange-btn:active{
     transition: 0.3s;
      background: linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255);
    background: -moz-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255);
    background: -webkit-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255);
    background: -o-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255);
    background: -ms-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255);
}
.orange-btn:hover{
     transition: 0.3s;
      background: linear-gradient(to bottom, #ffd29b, #fdc888, #ffb255);
    background: -moz-linear-gradient(to bottom, #ffd29b, #fdc888, #ffb255);
    background: -webkit-linear-gradient(to bottom, #ffd29b, #fdc888, #ffb255);
    background: -o-linear-gradient(to bottom, #ffd29b, #fdc888, #ffb255);
    background: -ms-linear-gradient(to bottom, #ffd29b, #fdc888, #ffb255);
}
.btn-wr__decor {
    position: absolute;
    z-index: 3;
}
.btn-wr__decor_1 {
    background: url('../images/btn-1.png') no-repeat;
    width: 121px;
    height: 106px;
    left: -1px;
    top: -2px;
}
.btn-wr:after {
    content: '';
    position: absolute;
    background: url('../images/btn-shadow.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 104%;
    height: 36px;
    left: -2%;
    bottom: -14px;
}
.btn-wr__info {
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    line-height: 125%;
    position: absolute;
    left: 142px;
    bottom: -69px;
}
.btn-wr__info:after {
    content: '';
    position: absolute;
    background: url('../images/btn-arrow.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    top: -31px;
    left: -51px;
    width: 40px;
    height: 40px;
    z-index: 4;
}
.btn-wr__info span {
    display: block;
}

.block-title {
    font-size: 58px;
    font-weight: 700;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    line-height: 105%;
}
.block-title small {
    display: block;
    font-size: 40px;
    font-weight: 400;
    margin-top: -2px;
}
.block-title span {
    display: block;
}
/*end common*/

/*icon*/
.icon {
    background: url('../images/rectangle62.png') no-repeat;
    display: inline-block;
}
.icon-phone {
    width: 16px;
    height: 16px;
}
.icon-w-video {
        width: 36px;
    height: 47px;
        background-position: 0 5px;
    z-index: 99
}
.icon-field-name {
    width: 15px;
    height: 18px;
    background-position: 0 -66px;
}
.icon-field-email {
    width: 15px;
    height: 18px;
    background-position: 0 -66px;
}
.icon-field-phone {
    width: 16px;
    height: 16px;
    background-position: 0 -86px;
}
.icon-video {
    width: 29px;
    height: 37px;
    background-position: 0 -1px;
}
.icon-quotes {
    width: 31px;
    height: 25px;
    background-position: 0 -158px;
}
.icon-r-video {
    width: 30px;
    height: 35px;
    background-position: 2px -1px;
}
.icon-zoom {
    width: 21px;
    height: 21px;
    background-position: 0 -216px;
    z-index: 2;
}
.icon-info {
    width: 10px;
    height: 15px;
    background-position: 0 -239px;
}
.icon-contact-1 {
    width: 19px;
    height: 14px;
    background-position: 0 -284px;
}
.icon-contact-2 {
    width: 16px;
    height: 16px;
    background-position: 0 -300px;
}
.icon-contact-3 {
    width: 19px;
    height: 19px;
    background-position: 0 -318px;
}
.icon-field-message {
    width: 18px;
    height: 18px;
    background-position: 0 -369px;
}
/*end icon*/

/*main*/
.main {
    background: url('../images/main-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.h-top {
    padding-top: 20px;
}
.logo {
    text-decoration: none;
}
.logo > * {
    display: inline-block;
    vertical-align: middle;
}
.logo__icon {
    background: url("../images/logo.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 82px;
    height: 99px;
}
.logo__desc {
    font-size: 14px;
    font-weight: 600;
    color: #1e1b1e;
    text-align: left;
    position: relative;
    top: -2px;
    line-height: 125%;
    margin-left: 16px;
}
.addresses {
    position: relative;
    top: 3px;
    right: -48px;
}
.addresses-mob {
    display: none;
}
.addresses-desc {
    width: 342px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    min-height: 67px;
    padding: 55px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.addresses-desc:after {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    background: #ffffff;
    height: 8px;
    bottom: 20px;
}
.addresses-desc__text {
    display: none;
    font-size: 15px;
    font-family: Tahoma, sans-serif;
    line-height: 120%;
    letter-spacing: 0.044em;
}
.addresses-desc__text.active {
    display: block;
}
.addresses__info {
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    position: absolute;
    z-index: 2;
    left: -145px;
    top: 1px;
}
.addresses__info:after {
    content: '';
    background: url('../images/h-top-arrow.png') no-repeat;
    width: 51px;
    height: 11px;
    position: absolute;
    bottom: -9px;
    right: -43px;
}
.addresses__info span {
    display: block;
}
.addresses-links {
   width: 214px;
    padding: 0 3px;
    top: -12px;
    background: #ffffff;
    position: absolute;
    left: 58px;
}
.addresses-links__link {
    padding: 3px 10px 2px;
    height: 22px;
    color: #8e8d8d;
    cursor: pointer;
}
.addresses-links__link:hover i {
    border-bottom-color: transparent;
    transition: 0.3s;
}
.addresses-links__link i {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dotted #adabab;
    line-height: 140%;
}
.addresses-links__link.active {
    border-radius: 3px;
    background: #007adc;
    color: #ffffff;
}
.addresses-links__link.active i {
    border-bottom-color: transparent;
}
.callback__phone {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.callback__phone .icon {
    position: absolute;
    left: -24px;
    top: 1px;
}
.callback {
    text-align: left;
    position: relative;
    top: 1px;
    max-width: 155px;
}
.callback__btn {
    margin-top: 3px;
       transition: 0.3s;
    cursor: pointer;
}
.callback__btn:hover span {
    border-bottom-color: transparent;
      color: #f87d00;
      transition: 0.3s;
}
.callback__btn span {
       transition: 0.3s;
    line-height: 120%;
    font-size: 14px;
    color: #0099ff;
    border-bottom: 1px dotted #9ed8ff;
    display: inline-block;
}
/*end main*/

/*header*/
.header {
    padding-top: 15px;
    position: relative;
}
.page-title {
    max-width: 740px;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin: 0 auto;
    line-height: 130%;
    letter-spacing: 0.015em;
}
.page-title strong {
    font-size: 58px;
    font-weight: 700;
}
.page-title__decor {
    display: inline-block;
    background: url('../images/medals.png') no-repeat;
    width: 58px;
    height: 56px;
    position: relative;
    bottom: -12px;
    margin: -12px -7px 0;
}
.header__consult-title {
    margin-top: 80px;
    font-size: 30px;
    font-weight: 500;
    text-align: right;
    line-height: 115%;
}
.header__consult-title em {
    display: block;
    font-weight: 900;
}
.header .btn-wr {
    margin-top: 23px;
}
.author {
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0;
}
.author__btn {
     transition: 0.3s;
    padding: 1px 22px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    max-width: 136px;
    position: relative;
    box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -o-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
}
.author__btn_mob {
    display: none;
	
}
.author__btn:after {
    content: '';
    position: absolute;
    background: url('../images/icons.png') no-repeat 0 -18px;
    width: 16px;
    height: 13px;
    bottom: -13px;
    left: 50px;
}
.author__btn:hover span {
    border-bottom-color: transparent;
      color: #f87d00;
      transition: 0.3s;
}
.author__btn span {
    display: inline-block;
    font-size: 14px;
    line-height: 120%;
     transition: 0.3s;
    color: #d53838;
    margin-bottom: 1px;
    border-bottom: 1px dotted #99d6ff;
}
.author__photo {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.club {
    position: absolute;
    left: 22px;
    bottom: -234px;
}
.club:after {
    content: '';
    position: absolute;
    background: url('../images/club-logo-arrow.png') no-repeat;
    width: 15px;
    height: 50px;
    left: -20px;
    top: -24px;
}
.club__title {
    font-size: 16px;
    font-weight: 700;
    padding-left: 2px;
}
.club__logo, .club__desc {
    display: inline-block;
    vertical-align: middle;
}
.club__desc {
    font-size: 13px;
    color: #89878b;
    font-family: Tahoma, sans-serif;
    line-height: 125%;
    margin-left: 3px;
    position: relative;
    top: 2px;
}
/*end header*/

/*advantages*/
.advantages {
    margin-top: 368px;
}
.advantage {
    vertical-align: top;
}
.advantage > * {
    display: inline-block;
    vertical-align: middle;
}
.advantage__icon-wr {
    width: 105px;
    height: 105px;
    position: relative;
}
.advantage-right {
    line-height: 160%;
    font-size: 16px;
    margin-left: 22px;
}
.advantage__title {
    font-weight: 700;
}
.advantage__desc span {
    display: block;
}
.advantage__icon-wr img {
    position: absolute;
}
.advantage__photo_1 {
    top: -46px;
    left: -10px;
    width: 130px;
}
.advantage__photo_2 {
    top: -24px;
    left: 10px;
    width: 105px;
}
.advantage__photo_3 {
    top: -22px;
    left: -18px;
    width: 128px;
}
.advantage:last-child {
    padding-top: 6px;
    padding-right: 34px;
}
.advantage:first-child {
    padding-left: 10px;
}
.advantage:nth-child(1) .advantage-right {
    position: relative;
    top: 17px;
}
.advantage:nth-child(2) {
    padding-top: 33px;
    position: relative;
    left: -12px;
}
.advantage:nth-child(3) .advantage-right {
    position: relative;
    top: -23px;
}
/*end advantages*/

/*form-block*/
.form-block {
    position: relative;
	padding-top: 20%;
    margin-top: 200px;
    padding-bottom: 110px;
}

.f-b-left {
    position: relative;
    max-width: 580px;
    padding-top: 19px;
    text-align: left;
    width: 100%;
    color: #ffffff;
}
.f-b__title {
    text-align: left;
    color: #ffffff;
}
.f-b__title_mob {
    display: none;
}
.f-b-left, .form {
    vertical-align: top;
}
.f-b__info {
    position: absolute;
    left: 405px;
    top: 158px;
    font-size: 16px;
    line-height: 135%;
}
.f-b__info_mob {
    display: none;
}
.w-video__desc span,
.f-b__info span {
    display: block;
}
.f-b__info:after {
    content: '';
    position: absolute;
    background: url('../images/form-block-arrow.png') no-repeat;
    width: 163px;
    height: 238px;
    left: -48px;
    bottom: -186px;
}
.w-video {
    margin-top: 39px;
    margin-left: 37px;
}
.w-video__btn, .w-video-text {
    display: inline-block;
    vertical-align: middle;
}
.w-video__btn {
    width: 144px;
    height: 144px;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}
.w-video__btn:after,
.w-video__btn:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    border-radius: 50%;
}
.w-video__btn:after {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.15);
}
.w-video__btn:before {
    width: 94px;
    height: 94px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.icon-w-video {
        right: -17px;
}
.w-video__title {
    font-size: 20px;
    font-weight: 900;
}
.w-video__desc {
    margin-top: 5px;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    line-height: 125%;
    letter-spacing: 0.05em;
}
.w-video-text {
    position: relative;
    top: 10px;
    margin-left: 30px;
}
.f-b-bg {
    position: absolute;
}
.f-b-bg_1 {
    background: url('../images/form-block-bg-1.png') no-repeat;
    width: 400px;
    height: 456px;
    left: -54px;
    bottom: -18px;
    z-index: 3;
}
.f-b-bg_2 {
    background: url('../images/form-block-bg-2.png') no-repeat;
    width: 156px;
    height: 153px;
    z-index: 3;
    bottom: -29px;
    right: -21px;
}



<!-- new code -->

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
* {box-sizing: border-box;}


@media (min-width: 992px) {
.top-slider-shadow{background:url(../images/shadow1.png) 50% 0 no-repeat;height:106px;width:100%;position:absolute;display:block;left:0;bottom:-106px}
}

.push60{height:60px}
.push70{height:70px}
.container:before,.container:after,.row:before,.row:after{display:table;content:" "}
.container:after,.row:after{clear:both}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-left-xs{text-align:left}
.text-center-xs{text-align:center}
.text-right-xs{text-align:right}
.row.min{margin-left:-5px;margin-right:-5px}
.row.min > div[class^="col-"]{padding-left:5px;padding-right:5px}
.row.no-padding{margin-left:0;margin-right:0}
.row.no-padding > div[class^="col-"]{padding-left:0;padding-right:0}
.news > .row > hr:nth-of-type(2n){clear:both}
.push10{height:10px}
.col-sm-6{position:relative;min-height:1px;padding-left:10px;padding-right:10px}
a.absolute{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:10}
:invalid{box-shadow:none}
:-moz-submit-invalid{box-shadow:none}
:-moz-ui-invalid{box-shadow:none}
.absolute{position:absolute}
 .services-wrapper .element .img-wrapper{height:130px}
 .num-section .element .img-wrapper{height:86px;margin-bottom:20px}
 .hit-section .element .img-wrapper{height:100px}
 .services-list .element .img-wrapper{position:absolute;top:-1px;left:-1px;border-radius:3px 0 0 3px;overflow:hidden}
 .services-list .element .img-wrapper{width:80px;top:15px;left:15px;border-radius:3px}
 .team .element .img-wrapper{height:270px;overflow:hidden;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
 .team .element .img-wrapper img{width:100%;-webkit-transition:all 200ms linear;-moz-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear}
 .team .element:hover .img-wrapper img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05)}
 .team .element .img-wrapper{height:260px}
 .team .element .img-wrapper{height:240px}
 .team .element .img-wrapper{height:230px}
 .team .element .img-wrapper{height:300px}
 .team .element .img-wrapper{height:250px}
 .team .element .img-wrapper{height:220px}
 .team .element .img-wrapper{height:auto}
 .team-detail .element .img-wrapper{position:absolute;top:15px;left:15px;width:230px}
 .team-detail .element .img-wrapper{position:static;width:100%;margin-bottom:20px}
 .news .element .img-wrapper{height:160px;overflow:hidden;margin-bottom:15px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
 .news .element .img-wrapper img{width:100%;-webkit-transition:all 200ms linear;-moz-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear}
 .news .element:hover .img-wrapper img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05)}
 .news .element .img-wrapper{height:28vw}
 .news .element .img-wrapper{height:auto}
 .aside-news .element .img-wrapper{position:absolute;left:0;top:4px}
 .fa-table:before{content:"\f0ce"}
 .fa-tablet:before{content:"\f10a"}
 textarea.form-control{height:auto;max-width:100%;min-height:120px;resize:none;padding-top:10px}
 .base-template .partners .element .content{
    text-align: left;
}
 .text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-left-xs{text-align:left}
.text-center-xs{text-align:center}
.text-right-xs{text-align:right}
 .black{color:#212429}
 .f13{font-size:13px}
 .f16{font-size:16px}
 strong,b,.bold{font-weight:700}
.weight300{font-weight:300}
.weight700{font-weight:700}
.weight800{font-weight:800}
.hidden{opacity:0}
.visible{opacity:1}
 
 table{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
 table{border-collapse:separate;border-spacing:0}
 table{border-collapse:collapse;border-spacing:0}

 
.aside-news .element .img-wrapper{
    position: absolute;
    left: 0;
    top: 5px;
}
.aside-news .img-wrapper .element-img{
    background: #f1f1f1;
}
 .aside-news .element .img-wrapper{
    position: absolute;
    left: 0;
    top: 5px;
}
.aside-news .element .img-wrapper a{
    display: block;
}

@media (max-width: 767px) {
.visible-xs{display:block!important}
table.visible-xs{display:table!important}
tr.visible-xs{display:table-row!important}
th.visible-xs,td.visible-xs{display:table-cell!important}
.visible-xs-block{display:block!important}
.visible-xs-inline{display:inline!important}
.visible-xs-inline-block{display:inline-block!important}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm{display:block!important}
table.visible-sm{display:table!important}
tr.visible-sm{display:table-row!important}
th.visible-sm,td.visible-sm{display:table-cell!important}
.visible-sm-block{display:block!important}
.visible-sm-inline{display:inline!important}
.visible-sm-inline-block{display:inline-block!important}
}

@media (min-width: 992px) and (max-width: 1229px) {
.visible-md{display:block!important}
table.visible-md{display:table!important}
tr.visible-md{display:table-row!important}
th.visible-md,td.visible-md{display:table-cell!important}
.visible-md-block{display:block!important}
.visible-md-inline{display:inline!important}
.visible-md-inline-block{display:inline-block!important}
}

@media (min-width: 1230px) {
.visible-lg{display:block!important}
table.visible-lg{display:table!important}
tr.visible-lg{display:table-row!important}
th.visible-lg,td.visible-lg{display:table-cell!important}
}

.table{display:table;width:100%;height:100%}
.table-cell{display:table-cell;width:100%;height:100%;vertical-align:middle}
.slick-track:before,.slick-track:after{display:table;content:''}

table.tpl-table{width:100%;border-collapse:collapse;border:1px solid #d8d8d8;margin-bottom:30px}
table.tpl-table tr:nth-child(odd){background:#F9F9F9}
table.tpl-table td,table.tpl-table th{padding:12px 20px;border-left:1px solid #d8d8d8;vertical-align:middle;color:#5F5F5F}
table.tpl-table td:first-child,table.tpl-table th:first-child{border-left:none}
table.tpl-table th{color: #215e96;font-weight: 700;font-size: 14px;background: #d8d8d8}
@media (max-width: 767px) {
table.tpl-table td,table.tpl-table th{padding:8px 10px;font-size:12px}
}

table, th, td { border: 1px solid #d8d8d8; padding: 7px;}


@media (min-width: 768px) {
.col-sm-6{float:left}
.col-sm-6{width:50%}
}

@media (min-width: 768px) {
.col-md-3{position:relative;min-height:1px;padding-left:10px;padding-right:10px}
}
@media (min-width: 992px) {
.col-md-3{float:left}
.col-md-3{width:25%}
}

@media (max-width: 490px) {
.team .element .img-wrapper{height:auto}
.team > .row > .col-xs-6{width:100%}
}
@media (min-width: 992px) {
.news > .row > hr:nth-of-type(2n){clear:none}
.news > .row > hr:nth-of-type(3n){clear:both}
}
@media (min-width: 1230px) {
.news > .row > hr:nth-of-type(3n){clear:none}
.news > .row > hr:nth-of-type(4n){clear:both}
}




@media (min-width: 768px) {
.container{width:100%}
.text-left-sm{text-align:left}
.text-center-sm{text-align:center}
.text-right-sm{text-align:right}
}
@media (min-width: 992px) {
.container{width:970px}
.text-left-md{text-align:left}
.text-center-md{text-align:center}
.text-right-md{text-align:right}
}
@media (min-width: 1230px) {
.container{width:1200px}
.text-left-lg{text-align:left}
.text-center-lg{text-align:center}
.text-right-lg{text-align:right}
}
.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
.row,.my-row{margin-left:-10px;margin-right:-10px}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}
.col-xs-pull-12{right:100%}
.col-xs-pull-11{right:91.66666667%}
.col-xs-pull-10{right:83.33333333%}
.col-xs-pull-9{right:75%}
.col-xs-pull-8{right:66.66666667%}
.col-xs-pull-7{right:58.33333333%}
.col-xs-pull-6{right:50%}
.col-xs-pull-5{right:41.66666667%}
.col-xs-pull-4{right:33.33333333%}
.col-xs-pull-3{right:25%}
.col-xs-pull-2{right:16.66666667%}
.col-xs-pull-1{right:8.33333333%}
.col-xs-pull-0{right:auto}
.col-xs-push-12{left:100%}
.col-xs-push-11{left:91.66666667%}
.col-xs-push-10{left:83.33333333%}
.col-xs-push-9{left:75%}
.col-xs-push-8{left:66.66666667%}
.col-xs-push-7{left:58.33333333%}
.col-xs-push-6{left:50%}
.col-xs-push-5{left:41.66666667%}
.col-xs-push-4{left:33.33333333%}
.col-xs-push-3{left:25%}
.col-xs-push-2{left:16.66666667%}
.col-xs-push-1{left:8.33333333%}
.col-xs-push-0{left:auto}
.col-xs-offset-12{margin-left:100%}
.col-xs-offset-11{margin-left:91.66666667%}
.col-xs-offset-10{margin-left:83.33333333%}
.col-xs-offset-9{margin-left:75%}
.col-xs-offset-8{margin-left:66.66666667%}
.col-xs-offset-7{margin-left:58.33333333%}
.col-xs-offset-6{margin-left:50%}
.col-xs-offset-5{margin-left:41.66666667%}
.col-xs-offset-4{margin-left:33.33333333%}
.col-xs-offset-3{margin-left:25%}
.col-xs-offset-2{margin-left:16.66666667%}
.col-xs-offset-1{margin-left:8.33333333%}
.col-xs-offset-0{margin-left:0}
@media (min-width: 1360px) {
.fix-body .container{width:100%;padding-left:40px;padding-right:40px}
.fix-body .header-contacts{width:800px}
.fix-body .header .logo{margin-right:60px}
}
h1,.title-h1{font-size:40px;line-height:1.2;margin-bottom:30px;color:#000;font-weight:600}
.suptitle-h1{font-size:14px;font-weight:700;text-transform:uppercase;color:#215E97}
.color-scheme-defauult,.suptitle-h1.color-scheme-defauult{color:#215E97}
.subtitle-h1{font-size:13px;margin-top:-20px;margin-bottom:30px}
@media (max-width: 767px) {
.modal{padding:40px 30px}
h1,.title-h1{font-size:26px}
}



.services-wrapper .element{border:1px solid #EBEBEB;border-radius:3px;margin-bottom:20px;background:#fff;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
.services-wrapper .element:hover{box-shadow:0 0 10px rgba(0,0,0,0.3);border-color:transparent}
.services-wrapper .element:hover .title{color:#215E97}
.services-wrapper .element .img-wrapper{height:130px}
.services-wrapper .element .element-content{padding:0 10px 30px}
.services-wrapper .element .title{margin-bottom:10px;line-height:1.2;height:38px;overflow:hidden}
.services-wrapper .element .text{height:60px;overflow:hidden}
@media(max-width: 1229px) {
.services-wrapper .element .text{height:75px;font-size:12px}
}
@media(max-width: 991px) {
.services-wrapper .element .text{height:60px;font-size:13px}
}
@media(max-width: 767px) {
.services-wrapper .element .text{height:auto}
}



.form {
    background: url('../images/form-bg.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 460px;
    height: 660px;
    padding: 47px 60px 0;
}
.form__checkboxes-title {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 120%;
}
.checkboxes {
    margin-top: 17px;
    padding: 10px;
    border-radius: 4px;
    background: rgba(33, 44, 60, 0.5);
}
.checkboxes-wr {
    margin-bottom: 16px;
}
.checkboxes__btn {
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}
.checkboxes__btn i {
    display: block;
    padding: 0 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}
.checkboxes__btn .sec-lines {
    line-height: 120%;
    padding-top: 10px;
    height: 40px;
}
.checkboxes__btn span {
    display: block;
}
.checkboxes-wr_half .checkboxes__btn {
    width: 46%;
}
.checkboxes__btn.active {
    background: #ffc47d;
    color: #343235;
    border-radius: 3px;
}
.checkboxes-wr_half {
    margin-bottom: 0;
}
.label {
    font-size: 0;
    position: relative;
    display: block;
    margin-top: 20px;
}
.label .icon {
    position: absolute;
    top: 0; bottom: 0;
    left: 25px;
    margin: auto;
}
.field {
    width: 100%;
    height: 70px;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    padding-left: 60px;
    font-size: 16px;
    color: #666666;
    border-radius: 5px;
    box-shadow: inset 2px 2px 6px rgba(30, 27, 30, 0.15);
    -moz-box-shadow: inset 2px 2px 6px rgba(30, 27, 30, 0.15);
    -webkit-box-shadow: inset 2px 2px 6px rgba(30, 27, 30, 0.15);
    -o-box-shadow: inset 2px 2px 6px rgba(30, 27, 30, 0.15);
}
.field::-webkit-input-placeholder {color:#666666;}
.field::-moz-placeholder          {color:#666666;}
.field:-moz-placeholder           {color:#666666;}
.field:-ms-input-placeholder      {color:#666666;}
.form .btn-wr {
    margin-top: 30px;
}
.checkbox {
    display: block;
    margin-top: 37px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.checkbox input {
    position: absolute;

    opacity: 0;
}
.checkbox > * {
    display: inline-block;
    vertical-align: middle;
}
.checkbox__btn {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: #f7f7f7;
    position: relative;
}
.checked .checkbox__btn:after {
    content: '';
    position: absolute;
    background: url('../images/icons.png') no-repeat 0 -104px;
    width: 13px;
    height: 13px;
    left: 1px;
    bottom: 2px;
}
.checkbox__desc {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #f7f7f7;
    margin-left: 9px;
}
.checkbox__desc a {
    display: inline-block;
    line-height: 135%;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dotted #adaebe;
}
.checkbox__desc a:hover {
    border-bottom-color: transparent;
    transition: 0.3s;
}
/*end form-block*/

/*reason*/
.reason {
    padding-top: 97px;
}
.reason__title {
    max-width: 830px;
    margin: 0 auto;
}
.reason__title_mob {
    display: none;
}
.reason-list {
    height: 700px;
    position: relative;
    z-index: 4;
}
.reason-item__icon, .reason-item__desc {
    display: inline-block;
    vertical-align: middle;
}
.reason-item__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.reason-item__desc em {
    font-weight: 700;
}
.reason-item__desc span {
    display: block;
}
.reason-item__icon_1 {
    background: url('../images/item-1_3.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 112px;
    height: 139px;
    margin-right: 17px;
}
.reason-item__icon_2 {
    background: url('../images/item-2_2.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 180px;
    height: 110px;
    margin-right: 27px;
}
.reason-item__icon_3 {
    background: url('../images/item-3_1.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 129px;
    height: 170px;
    margin-right: 10px;
}
.reason__decor,
.reason-item__arrow,
.reason-item {
    z-index: 2;
    position: absolute;
}
.reason-item_1 {
    left: 40px;
    top: 55px;
}
.reason-item_2 {
    right: 28px;
    top: 67px;
}
.reason-item_3 {
    left: -19px;
    top: 293px;
}
.reason-item__arrow_1 {
    width: 160px;
    height: 89px;
    background: url('../images/arrow-1_1.png') no-repeat;
    bottom: -57px;
    right: -112px;
}
.reason-item__arrow_2 {
    width: 167px;
    height: 193px;
    left: -125px;
    bottom: -151px;
    background: url('../images/arrow-2.png') no-repeat;
}
.reason-item__arrow_3 {
    width: 327px;
    height: 225px;
    bottom: -64px;
    right: -252px;
    background: url('../images/arrow-3.png') no-repeat;
}
.reason-list__bg {
    background: url('../images/main-bg.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 516px;
    height: 828px;
    left: -6px;
    right: 0;
    margin: 0 auto;
    top: 57px;
}
.reason__decor_1 {
    background: url('../images/decor-2.png') no-repeat;
    width: 64px;
    height: 76px;
    left: 126px;
    top: 565px;
}
.reason__decor_2 {
    background: url('../images/decor-1.png') no-repeat;
    width: 82px;
    height: 169px;
    right: 99px;
    top: 293px;
}
.video {
    width: 860px;
    height: 500px;
    position: relative;
    border-radius: 7px;
    margin: 23px auto 0;
    background: url('../images/video-preview.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
    -o-box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
}
.video:after {
    content: '';
    position: absolute;
    background: url('../images/video-shadow.png') no-repeat;
    width: 918px;
    height: 93px;
    left: -56px;
    bottom: -93px;
}
.video__btn, .video-text {
    display: inline-block;
    vertical-align: middle;
}
.video__btn {
    width: 173px;
    height: 173px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}
.video__btn:after,
.video__btn:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    border-radius: 50%;
}
.video__btn:after {
    width: 143px;
    height: 143px;
    background: rgba(255, 255, 255, 0.15);
}
.video__btn:before {
    width: 113px;
    height: 113px;
    background: #ffffff;
}
.video-center {
    margin-left: 198px;
    padding-top: 164px;
}
.video__desc span {
    display: block;
}
.icon-video {
    right: -12px;
    z-index: 99;
}
.video-text {
    margin-left: 30px;
    color: #ffffff;
}
.video__title {
    font-size: 30px;
    font-weight: 900;
}
.video__desc {
    margin-top: 1px;
    font-size: 20px;
    line-height: 130%;
}
/*end reason*/

/*training*/
.training {
    padding-top: 132px;
}
.training .icon-quotes {
    display: block;
    margin: 0 auto;
}
.training__title,
.training__desc {
    text-align: center;
}
.training__title span,
.training__desc span {
    display: block;
}
.training__title {
    margin-top: 23px;
    font-family: 'Gilroy', sans-serif;
    font-size: 40px;
    line-height: 125%;
    font-weight: 700;
}
.training__title_mob {
    display: none;
}
.training__desc {
    margin-top: 15px;
    font-size: 20px;
    line-height: 150%;
}
.training-decor {
    width: 70px;
    height: 85px;
    margin: 51px auto 0;
    position: relative;
}
.training__logo {
    display: block;
    width: 70px;
    height: 85px;
    background: url('../images/logo_2.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.training__arrow {
    background: url('../images/arrow.png') no-repeat;
    width: 376px;
    height: 216px;
    position: absolute;
    top: -128px;
    left: 84px;
}
.training__bg {
    position: absolute;
}
.training__bg_1 {
    background: url('../images/item-1_2.png') no-repeat;
    width: 228px;
    height: 182px;
    top: -32px;
    right: 388px;
}
.training__bg_2 {
    background: url('../images/item-2_3.png') no-repeat;
    width: 210px;
    height: 289px;
    top: -115px;
    left: 416px;
}
/*end training*/

/*plan*/
.plan {
    padding-top: 116px;
    position: relative;
    z-index: 5;
}
.plan__desc {
    max-width: 294px;
    margin: 29px auto 0;
    text-align: center;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-family: Tahoma, sans-serif;
}
.plan__desc strong {
    font-weight: 700;
}
.plan-links, .price-links {
    margin-top: 45px;
    text-align: right;
}
.contacts-link,
.plan-link, .price-link {
    display: inline-block;
    vertical-align: top;
    background: grey;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.plan-tab {
    position: relative;
    display: none;
}
.plan-tab.active {
    display: block;
}
.plan-tab__photo-wr {
    position: relative;
    font-size: 0;
    box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
    -o-box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
}
.plan-tab__photo-wr:after {
    content: '';
    position: absolute;
    background: url('../images/shadow_2.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    bottom: -93px;
    left: -60px;
    width: 1183px;
    height: 93px;
}
.plan-tab__photo {
    border-radius: 7px;
}
.plan-info {
    max-width: 910px;
    padding: 30px 55px 31px 70px;
    background: #ffffff;
    position: absolute;
    left: 0; right: 0;
    bottom: -90px;
    margin: 0 auto;
    border-radius: 7px;
    box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -o-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
}
.plan-info__numb {
    position: absolute;
    left: 20px;
    top: 23px;
    font-size: 15px;
    color: #007adb;
    font-weight: 900;
}
.plan-info__title {
    font-size: 30px;
    text-align: left;
    max-width: 390px;
    line-height: 130%;
    letter-spacing: 0.038em;
    position: relative;
}
.plan-info__title strong {
    font-weight: 900;
}
.plan-info__title span {
    position: absolute;
    bottom: 5px;
    left: 260px;
    width: 80px;
    height: 28px;
    background: #b0bdc7;
    border-radius: 3px;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 28px;
}
.btn-wr_sec-type {
    width: 100%;
    display: inline-block;
}
.orange-btn_center {
    padding-right: 20px;
    padding-left: 134px;
    text-align: center;
}
.btn-wr__decor_2 {
    width: 109px;
    height: 101px;
    background: url('../images/btn-2.png') no-repeat;
    bottom: 0;
    left: 0;
}
/*end plan*/

/*group*/
.group {
    position: relative;
    padding-top: 228px;
    padding-bottom: 630px;
}
.group__title small {
    margin-top: 5px;
    line-height: 125%;
}
.group__desc {
    max-width: 294px;
    margin: 37px auto 0;
    font-size: 13px;
    text-align: center;
    line-height: 155%;
    letter-spacing: 0.045em;
    font-family: Tahoma, sans-serif;
    font-weight: 400;
}
.group__desc em {
    font-weight: 700;
}
.group__bg {
    background: url('../images/bg-main.jpg') no-repeat;
    width: 1289px;
    height: 624px;
    position: absolute;
    left: -42px;
    bottom: -5px;
}
.group__decor {
    position: absolute;
}
.group__decor_1 {
    background: url('../images/bg-1.jpg') no-repeat;
    width: 204px;
    height: 370px;
    left: -18px;
    top: 215px;
}
.group__decor_2 {
    background: url('../images/bg-2.jpg') no-repeat;
    width: 272px;
    height: 705px;
    right: -96px;
    top: -35px;
    z-index: 3;
}
/*end group*/

/*price*/
.price {
    position: relative;
    z-index: 2;
}
.price .btn-wr {
    position: relative;
    z-index: 6;
}
.price-links, .price-tabs {
    max-width: 800px;
    margin: 0 auto;
}
.price-tab {
    display: none;
}
.price-tab.active {
    display: block;
}
.price-tabs {
    background: url('../images/bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 7px;
    padding-bottom: 73px;
    text-align: center;
    margin-bottom: 51px;
    position: relative;
}
.price-tabs:after {
    content: '';
    position: absolute;
    background: url('../images/shadow.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 897px;
    height: 102px;
    bottom: -102px;
    left: -90px;
}
.price-tab__title {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Gilroy', sans-serif;
    padding-top: 73px;
}
.price-tab__sum {
    font-size: 58px;
    font-weight: 700;
    font-family: 'Gilroy', sans-serif;
    margin-top: 22px;
}
.p-t-item, .p-t-item > * {
    display: inline-block;
    vertical-align: middle;
}
.p-t-list {
    margin-top: 54px;
}
.p-t-item {
    right: 9px;
    padding-left: 67px;
    position: relative;
    text-align: left;
}
.p-t-item:first-child {
    margin-right: 58px;
}
.p-t-item__desc span {
    display: block;
}
.p-t-item__desc {
    font-size: 20px;
    line-height: 125%;
}
.p-t-item__icon {
    position: absolute;
    left: -11px;
}
.p-t-item__icon_1 {
    width: 66px;
    height: 86px;
    top: -5px;
    background: url('../images/item-1_1.png') no-repeat;
}
.p-t-item__icon_2 {
    width: 67px;
    height: 90px;
    left: -7px;
    top: -8px;
    background: url('../images/item-2_1.png') no-repeat;
}
.price-tabs__decor {
    position: absolute;
    z-index: 4;
}
.price-tabs__decor_1 {
    background: url('../images/decor-1_1.png') no-repeat;
    width: 79px;
    height: 73px;
    top: -35px;
    left: -49px;
}
.price-tabs__decor_2 {
    background: url('../images/decor-2_1.png') no-repeat;
    width: 83px;
    height: 82px;
    top: 63px;
    left: -21px;
}
.price-tabs__decor_3 {
    background: url('../images/decor-3.png') no-repeat;
    width: 80px;
    height: 84px;
    bottom: -19px;
    right: -41px;
}
/*end price*/

/*program*/
.program {
    background: url('../images/program-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 682px;
    color: #ffffff;
    margin-top: -492px;
}
.program .content {
    padding-bottom: 411px;
    position: relative;
}
.program-block {
    position: relative;
    margin-bottom: 459px;
}
.program-block:last-child {
    margin-bottom: 0;
}
.program-line {
    margin-top: 97px;
}
.program-line__desc span {
    display: block;
}
.program-line__desc {
    font-size: 20px;
    line-height: 150%;
    padding-top: 13px;
    vertical-align: top;
}
.program-line__desc em {
    font-weight: 700;
}
.program-line .btn-wr {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.orange-btn_third {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.orange-btn_third strong {
    font-size: 17px;
    padding-bottom: 1px;
}
.btn-wr__decor_3 {
    background: url('../images/btn-3.png') no-repeat;
    width: 67px;
    height: 90px;
    top: -32px;
    left: -26px;
}
.program-line__bg {
    position: absolute;
    left: 0; top: 100px; right: 0;
    margin: 0 auto;
    z-index: 3;
}
.program-line__bg_1 {
    background: url('../images/bg-1.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 492px;
    height: 502px;
    top: 200px;
    left: -64px;
}
.program-line__bg_2 {
    background: url('../images/bg-2.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 579px;
    height: 586px;
    top: 162px;
    right: -106px;
}
.program-line__arrow {
    position: absolute;
    left: 0; right: 0;
    top: 100px;
    margin: 0 auto;
}
.program-line__arrow_1 {
    background: url('../images/arrow-1.png') no-repeat;
    width: 801px;
    height: 283px;
    left: -46px;
    top: 306px;
}
.program-line__arrow_2 {
    background: url('../images/arrow-2_1.png') no-repeat;
    width: 841px;
    height: 283px;
    left: -88px;
    top: 336px;
}
.program__decor {
    position: absolute;
}
.program__decor_1 {
    background: url('../images/decor-1_3.png') no-repeat;
    width: 158px;
    height: 398px;
    left: 26px;
    bottom: -234px;
}
.program__decor_2 {
    background: url('../images/decor-2_3.png') no-repeat;
    width: 114px;
    height: 209px;
    bottom: -185px;
    right: 55px;
}
/*end program*/

/*gallery*/
.gallery {
    padding-top: 96px;
}
.gallery__desc {
    max-width: 290px;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    line-height: 155%;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 28px auto 0;
}
.gallery__desc em {
    font-weight: 700;
}
.gallery-slider {
    margin-top: 45px;
    position: relative;
}
.gallery-slider .bx-viewport {
    overflow: visible !important;
}
.gallery__slide {
    position: relative;
}
.gallery__slide:after {
    content: '';
    position: absolute;
    background: url('../images/shadow_3.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 1183px;
    height: 93px;
    bottom: -90px;
    left: -64px;
}
.gallery__slide img {
    border-radius: 6px;
    max-width: 100%;
}
.plan-tabs__prev a, .plan-tabs__next a,
.reviews-slider__prev a, .reviews-slider__next a,
.certificates-slider__prev a, .certificates-slider__next a,
.gallery-slider__prev a, .gallery-slider__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.plan-tabs__prev, .plan-tabs__next,
.reviews-slider__prev, .reviews-slider__next,
.certificates-slider__prev, .certificates-slider__next,
.gallery-slider__prev, .gallery-slider__next {
    background: url('../images/slider-arrows.png') no-repeat;
    width: 33px;
    height: 55px;
    position: absolute;
    cursor: pointer;
    top: 0; bottom: 0;
    margin: auto;
    z-index: 3;
}
.reviews-slider__prev, .certificates-slider__prev, .gallery-slider__prev {
    left: 31px;
}
.plan-tabs__prev:hover, .reviews-slider__prev:hover, .certificates-slider__prev:hover, .gallery-slider__prev:hover {

            background: url(../images/shape2.png) no-repeat;
            transform: rotate(180deg);
}
.plan-tabs__next:hover, .reviews-slider__next:hover, .certificates-slider__next:hover, .gallery-slider__next:hover {
        background: url(../images/shape2.png) no-repeat;
   
}
.plan-tabs__next, .reviews-slider__next, .certificates-slider__next, .gallery-slider__next {
    background-position: 0 -57px;
    right: 31px;
}
.plan-tabs__prev, .plan-tabs__next {
    display: none;
}
.g-s-control {
    position: relative;
    z-index: 3;
    margin-top: 32px;
    text-align: center;
    font-size: 0;
}
.g-s-control__link {
    display: inline-block;
    vertical-align: middle;
    width: 99px;
    margin-right: 0;
}
.g-s-control__link_wr {
    width: 86px;
    display: inline-block;
    border-radius: 4px;
    background: #17181a;
}
.g-s-control__link:last-child {
    margin-right: 0;
}
.g-s-control__link img {
    max-width: 100%;
    border-radius: 4px;
    opacity: 0.75;
}
.g-s-control__link:hover img,
.g-s-control__link.active img {
    opacity: 1;
    transition: 0.3s;
}
.g-s-control__link.active .g-s-control__link_wr {
    width: 99px;
}
/*end gallery*/

/*reviews*/
.reviews {
    padding-top: 135px;
}
.review {
    font-size: 0;
}
.reviews-slider {
    position: relative;
    max-width: 980px;
    margin: 54px auto 0;
}
.reviews-slider .bx-viewport {
    padding: 60px;
    margin: -60px 0;
    position: relative;
    left: -60px;
}
.review-video {
    border-radius: 7px;
    position: relative;
    z-index: 1;
    box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
    --o-box-shadow: 0 30px 60px rgba(30, 27, 30, 0.1);
}
.review-video__btn, .review-video__desc,
.review-video, .review-text {
    display: inline-block;
    vertical-align: middle;
}
.review-video-center {
    top: 117px;
    left: 87px;
    position: absolute;
    z-index: 3;
}
.review-video__preview {
    position: relative;
    width: 480px;
    border-radius: 7px;
    z-index: 2;
}
.review-video__desc {
    max-width: 140px;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    line-height: 120%;
    margin-left: 5px;
        margin-left: 30px;
    margin-top: 12px;
}
.review-video__btn {
    width: 132px;
    height: 132px;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}
.review-video__btn:after,
.review-video__btn:before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.review-video__btn:after {
    width: 109px;
    height: 109px;
    background: rgba(255, 255, 255, 0.15);
}
.review-video__btn:before {
    background: #ffffff;
    width: 86px;
    height: 86px;
}
.icon-r-video {
    right: -8px;
    z-index: 99;
}
.review-video:after {
    content: '';
    position: absolute;
    background: url('../images/shadow_1.png') no-repeat;
    width: 524px;
    height: 55px;
    bottom: -50px;
    left: -48px;
}
.review-text {
    width: 500px;
    padding: 33px 35px 38px 45px;
    position: relative;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -o-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
}
.review-text .icon {
    position: absolute;
    top: -11px;
    left: 26px;
}
.review__desc span {
    display: block;
}
.review__desc {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 25px;
}
.review__desc:last-child {
    margin-bottom: 0;
}
.reviews-slider__prev {
    left: -70px;
}
.reviews-slider__next {
    right: -70px;
}
.r-s-control-item > * {
    display: inline-block;
    vertical-align: middle;
}
.r-s-control-item__photo {
    border-radius: 50%;
}
.r-s-control-item__desc {
    font-size: 16px;
    font-weight: 700;
    color: #1e1b1e;
    line-height: 130%;
    margin-left: 14px;
}
.r-s-control-item__desc span {
    display: block;
}
.r-s-control {
    max-width: 915px;
    margin: 40px auto 0;
    padding: 0 35px 0 30px;
    border-bottom: 1px solid #e6e6e6;
}
.r-s-control-item {
    opacity: 0.25;
    padding-bottom: 27px;
    position: relative;
}
.r-s-control-item:hover {
 transition: 0.3s;
    opacity: 1;
}
.r-s-control-item.active {
    opacity: 1;
}
.r-s-control-item.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #0177d5;
    border-radius: 1px;
    left: 0;
    bottom: -2px;
    z-index: 3;
}
/*end reviews*/

/*certificates*/
.certificates {
    margin-top: 90px;
    position: relative;
    z-index: 4;
}
.certificates-slider {
    position: relative;
    max-width: 941px;
    margin: 0 auto;
}
.certificates-slider:after,
.certificates-slider:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0;
    z-index: 3;
}
.certificates-slider:after {
    left: -26px;
    background: #ffffff;
    background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -moz-linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -webkit-linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -o-linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -ms-linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}
.certificates-slider:before {
    right: -40px;
    background: #ffffff;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -moz-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -webkit-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -o-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    background: -ms-linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.certificates-slider .bx-viewport {
    padding: 26px;
    margin-top: -26px;
    margin-bottom: -26px;
    position: relative;
    left: -26px;
}
.certificate {
    float: left;
    width: 220px !important;
    margin-right: 26px;
}
.certificate:last-child {
    margin-right: 0;
}
.certificates-slider__prev {
    left: -80px;
}
.certificates-slider__next {
    right: -80px;
}
.certificate__photo {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 11px rgba(12, 10, 13, 0.3);
    -moz-box-shadow: 0 4px 11px rgba(12, 10, 13, 0.3);
    -webkit-box-shadow: 0 4px 11px rgba(12, 10, 13, 0.3);
    -o-box-shadow: 0 4px 11px rgba(12, 10, 13, 0.3);
    /*0 25px 75px rgba(30, 27, 30, 0.1)*/
}
.certificate__photo img {
    max-width: 100%;
}
.certificate__desc {
    max-width: 80%;
    margin: 11px auto 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    text-align: center;
    opacity: 0.5;
}
.certificate:hover {
    cursor: pointer;
    transition: 0.3s;
}
.certificate:hover .certificate__desc {
    opacity: 1;
    transition: 0.3s;
}
.certificate:hover .zoom {
    display: block;
    transition: 0.3s;
    transition: 0.3s;
}
.zoom {
    display: none;
    width: 74px;
    height: 74px;
    background: rgba(25, 130, 221, 0.15);
    border-radius: 50%;
    transition: 0.3s;
}
.zoom:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    background: #0a7fdc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transition: 0.3s;
}
/*end certificates*/

/*free*/
.free {
    padding-top: 85px;
    position: relative;
}
.free__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    max-width: 530px;
    margin: 0 auto 47px;
}
.free__title, .free .btn-wr {
    position: relative;
    z-index: 3;
}
.free__title strong {
    font-weight: 900;
}
.free__btn {
    padding-left: 136px;
    padding-right: 26px;
    text-align: center;
}
.free__decor {
    position: absolute;
}
.free__decor_1 {
    background: url('../images/app-bg-1.jpg') no-repeat;
    width: 194px;
    height: 163px;
    left: 15px;
    top: 208px;
}
.free__decor_2 {
    background: url('../images/app-bg-2.jpg') no-repeat;
    width: 394px;
    height: 631px;
    right: -104px;
    top: -194px;
}
/*end free*/

/*gallery_sec*/
.gallery_sec {
    padding-top: 208px;
}
.gallery_sec .gallery__desc {
    max-width: inherit;
}
.gallery__desc span {
    display: block;
}
.gallery-slider__info {
    position: absolute;
    background: url('../images/info-bg.png') no-repeat;
    width: 325px;
    height: 144px;
    right: -6px;
    top: -66px;
    font-size: 16px;
    font-weight: 500;
    color: #0099ff;
    text-align: left;
    padding: 41px 30px 0 58px;    display: none;    z-index: 999;
}
.gallery-slider__info-btn {
    cursor: pointer;
    border-bottom: none !important;
}
.gallery-slider__info-btn:hover span {
    border-bottom-color: transparent;
    transition: 0.3s;
}
.gallery-slider__info span {
    display: inline-block;
    line-height: 120%;
    margin-bottom: 4px;
    border-bottom: 1px dotted #64c1ff;
}
.gallery-slider__info span:last-child {
    margin-bottom: 0;
}
.icon-info {
    position: absolute;
    left: 62px;
    top: 10px;
}
/*end gallery_sec*/

/*form-block-wr*/
.form-block-wr {
    margin-top: -744px;
    background: url('../images/form-block-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 898px;
    padding-top: 742px;
}
/*end form-block-wr*/

/*faq*/
.faq {
    position: relative;
    padding-top: 118px;
}
.faq__title {
    margin-bottom: 65px;
}
.faq__title_mob {
    display: none;
	text
}
.faq__decor {
    position: absolute;
    z-index: 3;
    width: 194px;
    height: 238px;
    background: url('../images/faq-bg.png') no-repeat;
    top: 112px;
    left: -67px;
}
.faq-list {
    max-width: 560px;
    display: inline-block;
    vertical-align: top;
}
.faq-item {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 20px 45px 17px 64px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}
.faq-item:last-child {
    margin-bottom: 0;
}
.faq-item.open {
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
    -o-box-shadow: 0 8px 30px rgba(30, 27, 30, 0.1);
}
.faq-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 135%;
}
.faq-item:first-child .faq-item__desc {
    display: block;
}
.faq-item__desc {
    margin-top: 9px;
    padding-bottom: 6px;
    font-size: 16px;
    opacity: 1.5;
    line-height: 150%;
    display: none;
}
.faq-item__title span {
    display: block;
}
.faq-item__title, .faq-item__number, .faq-item__btn {
    cursor: pointer;
}
.faq-item__number {
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid #929092;
    border-radius: 50%;
    top: 18px;
    left: 19px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.faq-item.open .faq-item__number {
    border-color: #83beee;
    color: #007adc;
}
.faq-item__btn {
    background: url('../images/icons.png') no-repeat 0 -256px;
    width: 21px;
    height: 12px;
    position: absolute;
    top: 27px;
    right: 18px;
}
.faq-item.open .faq-item__btn {
    background-position: 0 -270px;
}
.question {
    text-align: center;
    width: 560px;
}
.question__btn {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    color: #242526;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.question__photo, .question-right {
    display: inline-block;
    vertical-align: middle;
}
.question__photo {
    background: url('../images/trainer.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 228px;
    height: 278px;
}
.question .btn-wr {
    margin-top: 39px;
}
.question {
    padding-top: 27px;
    text-align: center;
}
.question__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}
.question__desc {
    padding-left: 10px;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    opacity: 0.5;
    letter-spacing: 0.05em;
    line-height: 125%;
    padding-top: 4px;
}
.question-right {
    margin-left: 16px;
    position: relative;
    text-align: left;
    top: -8px;
}
.question__title span, .question__desc span {
    display: block;
}
.question__photo, .question-right, .question .btn-wr {
    position: relative;
    z-index: 3;
}
.question__decor {
    position: absolute;
    background: url('../images/question-bg.png') no-repeat;
    width: 650px;
    height: 400px;
    right: -90px;
    top: 550px;
}
/*end faq*/

/*contacts*/
.contacts {
    padding-top: 143px;
}
.contacts__title {
    padding-bottom: 61px;
}
.contacts__links-title {
    font-size: 20px;
    font-weight: 700;
    padding-left: 78px;
    text-align: left;
}
.contacts-links {
    text-align: right;
}
.contacts-link {
    font-size: 14px;
    font-weight: 700;
}
.contacts-tabs {
    border-radius: 13px;
    box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
    -moz-box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
    -webkit-box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
    -o-box-shadow: 0 25px 75px rgba(30, 27, 30, 0.1);
    position: relative;
}
.contacts-tabs:after {
    content: '';
    position: absolute;
    background: url('../images/shadow_4.png') no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 1183px;
    height: 93px;
    bottom: -93px;
    left: -70px;
}
.contacts-tab {
    width: 100%;
}
.contacts-tab > div {
    height: 580px;
    border-radius: 13px;
    overflow: hidden;
    background: #f7f1d9;
}
.contacts-tab {
    position: absolute;
    left: -10000px;
}
.contacts-tab.active {
    position: relative;
    left: 0;
}
.contacts-list {
    position: relative;
    z-index: 4;
    text-align: center;
}
.contact {
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    position: relative;
    text-align: left;
}
.contact .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.contact__desc a, .contact__desc {
    font-size: 16px;
    color: #1e1b1e;
    font-weight: 500;
    text-decoration: none;
}
.contacts-list {
    margin-top: 67px;
}
.contact__desc {
    font-weight: 500;
}
.contact__mail {
    display: inline-block;
    border-bottom: 1px solid #dddcdd;
    line-height: 120%;
    font-size: 16px;
}
.contact__mail:hover {
    border-bottom-color: transparent;
    transition: 0.3s;
}
.contact__alias {
    font-size: 13px;
    opacity: 0.5;
    font-family: Tahoma, sans-serif;
    letter-spacing: 0.04em;
    margin-top: 6px;
}
.contact .icon-contact-2 {
    left: 2px;
    top: -1px;
}
.contact .icon-contact-1 {
    left: -1px;
    top: 3px;
}
.contact:first-child {
    margin-right: 162px;
}
.contact__phone {
    font-size: 18px;
    letter-spacing: 0.11em;
    padding-bottom: 2px;
    display: inline-block;
}
.contact:nth-child(2) {
    position: relative;
    top: 2px;
    margin-right: 183px;
}
.contact__desc_time {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding-bottom: 2px;
}
.contact__desc_time sup {
    font-size: 10px;
}
.contacts-list {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 56px;
}
/*end contacts*/

/*footer*/
.footer {
    padding-bottom: 46px;
}
.footer-top {
    padding-top: 42px;
}
.site-map {
    position: relative;
    top: 13px;
    left: -57px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
}
.site-map ul:first-child {
    margin-right: 60px;
}
.site-map li {
    margin-bottom: 16px;
}
.site-map li:last-child {
    margin-bottom: 0;
}
.site-map__link {
    font-size: 14px;
    font-weight: 500;
    color: #1e1b1e;
    text-decoration: none;
    line-height: 120%;
    display: inline-block;
    border-bottom: 1px solid #dddddd;
}
.site-map__link:hover {
    border-bottom-color: transparent;
    transition: 0.3s;
}
.dev {
    text-decoration: none;
    position: relative;
    top: 5px;
    color: #1e1b1e;
    margin-right: 10px;
}
.dev > * {
    display: inline-block;
    vertical-align: middle;
}
.dev__desc {
    opacity: 0.5;
    font-size: 14px;
    line-height: 135%;
}
.dev__logo {
    background: url('../images/dev-logo.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 120px;
    height: 73px;
    margin-left: 11px;
    position: relative;
    top: -10px;
}
.dev__nimb {
    background: url('../images/nimb.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 82px;
    height: 21px;
    margin-left: 11px;
    position: relative;
    top: -2px;
  	margin-right: 10px;
}
.dev__nimb:hover {
    background: url('../images/nimb-hover.png') no-repeat;
}
.company-desc,
.copyright {
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    opacity: 0.5;
    letter-spacing: 0.05em;
    position: relative;
	left: -30px;
    top: -1px;
}
.company-desc {
    left: -16px;
}
.copyright_mob,
.company-desc_mob {
    display: none;
}
.company-desc span:first-child {
    margin-right: 20px;
}
.privacy {
    margin-right: 28px;
    font-size: 13px;
    color: #0099ff;
    font-family: Tahoma, sans-serif;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-bottom: 1px dotted #a4dbff;
    line-height: 135%;
}
.privacy:hover {
    border-bottom-color: transparent;
    transition: 0.3s;
}
.footer-bottom {
    padding-top: 89px;
}
/*end footer*/

/*links*/
.contacts-tabs,
.price-tabs,
.plan-tabs {
    position: relative;
    z-index: 4;
}
.contacts-link,
.price-link,
.plan-link {
    background: #ffffff;
    padding-right: 34px;
    border-radius: 0 6px 0 0;
    margin-left: 12px;
    padding-left: 7px;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    bottom: -10px;
    box-shadow: 0 25px 75px rgba(30, 27, 30, 0.22);
}
.contacts-link:last-child,
.price-link:last-child,
.plan-link:last-child {
    padding-right: 22px;
    padding-left: 19px;
}
.contacts-link:after,
.contacts-link:before,
.price-link:after,
.price-link:before,
.plan-link:after,
.plan-link:before {
    content: '';
    position: absolute;
    top: 0;
}
.contacts-link:after,
.price-link:after,
.plan-link:after {
    background: url('../images/btn-bd-left.png') no-repeat;
    width: 45px;
    height: 70px;
    left: -45px;
}
.contacts-link:before,
.price-link:before,
.plan-link:before {
    background: url('../images/btn-shadow-left.png') no-repeat;
    width: 51px;
    height: 70px;
    left: -60px;
}
.contacts-link__desc i,
.price-link__desc i,
.plan-link__desc i {
    position: relative;
    z-index: 2;
}
.contacts-link__desc,
.price-link__desc,
.plan-link__desc {
    height: 70px;
    font-size: 14px;
    font-weight: 700;
    color: #1e1b1e;
    line-height: 72px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.plan-link__desc sup {
    font-size: 10px;
    color: #007adb;
    position: relative;
    top: -6px;
}
.contacts-link.active,
.price-link.active,
.plan-link.active {
    z-index: 3;
    background: #ffc073;
    background: linear-gradient(to bottom, #ffc073, #fbbd72);
    background: -moz-linear-gradient(to bottom, #ffc073, #fbbd72);
    background: -webkit-linear-gradient(to bottom, #ffc073, #fbbd72);
    background: -o-linear-gradient(to bottom, #ffc073, #fbbd72);
    background: -ms-linear-gradient(to bottom, #ffc073, #fbbd72);
    padding-right: 8px;
    margin-right: 26px;
    border-radius: 0;

}
.plan-link.active sup {
    color: #1e1b1e;
}
.contacts-link.active:after,
.price-link.active:after,
.plan-link.active:after {
    background: url('../images/btn-active-bd-left.png') no-repeat;
}

.contacts-link.active:last-child,
.price-link.active:last-child,
.plan-link.active:last-child {
    padding-right: 22px;
    margin-right: 0;
    border-radius: 0 6px 0 0;
}
.contacts-link.active .contacts-link__desc:after,
.contacts-link.active .contacts-link__desc:before,
.price-link.active .price-link__desc:after,
.price-link.active .price-link__desc:before,
.plan-link.active .plan-link__desc:after,
.plan-link.active .plan-link__desc:before {
    content: '';
    position: absolute;
}
.contacts-link.active .contacts-link__desc:after,
.price-link.active .price-link__desc:after,
.plan-link.active .plan-link__desc:after {
    background: url('../images/btn-active-bd-right.png') no-repeat !important;
    width: 31px;
    height: 70px;
    right: -31px;
    top: 0;
}
.contacts-link.active .contacts-link__desc:before,
.price-link.active .price-link__desc:before,
.plan-link.active .plan-link__desc:before {
    background: url('../images/btn-active-shadow-right.png') no-repeat;
    width: 49px;
    height: 65px;
    bottom: 0;
    right: -39px;
}

.contacts-link:hover .contacts-link__desc:after,
.price-link:hover .price-link__desc:after,
.plan-link:hover .plan-link__desc:after {
    background: url('../images/btn-active-bd-right2.png') no-repeat;
    width: 31px;
    height: 70px;
    right: -31px;
    top: 0;
}
.contacts-link.active:last-child .contacts-link__desc:after,
.contacts-link.active:last-child .contacts-link__desc:before,
.price-link.active:last-child .price-link__desc:after,
.price-link.active:last-child .price-link__desc:before,
.plan-link.active:last-child .plan-link__desc:after,
.plan-link.active:last-child .plan-link__desc:before {
    display: none;
}
/*
.contacts-link.active .contacts-link__blink,
.price-link.active .price-link__blink,
.plan-link.active .plan-link__blink {
    position: absolute;
    background: url('../images/plan/btn-light.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 147%;
    height: 70px;
    left: -52px;
    top: 0;
    z-index: 2;
}
*/
.contacts-link.active .contacts-link__blink {
    width: 207%;
}
.price-link.active .price-link__blink {
    width: 211%;
}
.price-link.active:last-child .price-link__blink {
    width: 155%;
}
.program-block__title_mob {
    display: none;
}
.contacts-link.active:last-child .contacts-link__blink {
    width: 136%;
}
.plan-link.active:last-child .plan-link__blink {
    width: 130%;
}
/*end links*/

/*balloon*/
.balloon {
    background: url('../images/balloon.png') no-repeat;
width: 207px;
    height: 268px;
    background-size: cover;
    margin-top: 80px;
    margin-left: 20px;
}
.ymaps-image-with-content{
    width: 207px !important;
}
.ymaps-image-with-content-content{
    width: 207px !important;
}
.balloon-center {
    width: 192px;
    text-align: center;
}
.balloon__city {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 700;
}
.balloon__address {
    font-size: 16px;
    opacity: 5;
    line-height: 135%;
    margin-top: 25px;
	color: white;
}
.balloon__link {
    margin-top: 26px;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
}
.balloon__link:hover span {
    border-bottom-color: transparent;
    transition: 0.3s;
}
.balloon__link span {
    display: inline-block;
    font-size: 14px;
    line-height: 130%;
    border-bottom: 1px dotted #99d6ff;
    color: #0099ff;
}
.balloon__decor {
    background: url('../images/cargo.png') no-repeat;
    width: 59px;
    height: 44px;
    margin: 15px auto 0;
    display: block;
    position: relative;
    right: -5px;
}
.ymaps-shadows-pane {
    display: none !important;
}
/*end balloon*/

/*overlay*/
.overlay, .overlay-sup {
    background: rgba(80, 80, 80, 0.70);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0; left: 0;
    overflow: auto;
    display: none;
}
.overlay-sup {
    z-index: 1001;
}
.popup {
    max-width: 935px;
    margin: 100px auto;
    position: relative;
    display: none;
    opacity: 0;
}
.popup-form {
    margin-left: auto;
    width: 460px;
    background: url('../images/bg_1.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 550px;
    padding: 53px 60px 30px;
    border-radius: 7px;
    text-align: center;
    position: relative;
}
.popup-form__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 110%;
	color: rgb(255 255 255);
}
.popup-form__desc {
    padding-top: 2px;
    padding-bottom: 12px;
    font-size: 19px;
    line-height: 150%;
    max-width: 340px;
	color: rgb(255 255 255);
}
.popup-form__btn {
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}
.popup-form .checkbox__desc a,
.popup-form .checkbox__desc {
    color: #1e1b1e;
}
.popup-form .checkbox__desc a {
    border-bottom-color: #75828c;
}
.popup-form .checkbox__desc a:hover {
    border-bottom-color: transparent;
    transition: 0.3s;
}
.popup-form__decor {
    position: absolute;
}
.popup-form__decor_1 {
    background: url('../images/decor-1_2.png') no-repeat;
    width: 158px;
    height: 629px;
    left: -133px;
    top: -159px;
}
.popup-form__decor_2 {
    background: url('../images/decor-2_2.png') no-repeat;
    width: 123px;
    height: 179px;
    right: -49px;
    bottom: -57px;
}
.popup__close {
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 28px;
    right: -65px;
    top: 6px;
    background: url('../images/icons.png') no-repeat 0 -339px;
}
.popup-left {
    position: absolute;
    left: 0;
    top: 61px;
}
.popup-trainer, .popup-trainer-text {
    display: inline-block;
    vertical-align: middle;
}
.popup-trainer {
    position: relative;
}
.popup__logo {
    position: absolute;
    background: url('../images/logo_1.png') no-repeat;
    width: 74px;
    height: 89px;
    left: -5px;
    bottom: -8px;
}
.popup__signature_1 {
    background: url('../images/signature-1.png') no-repeat;
    width: 269px;
    height: 155px;
    bottom: -77px;
    right: -112px;
    position: absolute;
}
.popup-trainer__name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 125%;
}
.popup-trainer-text {
    margin-left: 10px;
}
.popup-trainer__position {
    color: #ffffff;
    opacity: 0.25;
    line-height: 125%;
    padding-top: 3px;
    padding-left: 12px;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    letter-spacing: 0.04em;
}
.popup-about {
    max-width: 920px;
    border-radius: 7px;
    background: #ffffff;
    padding: 0 85px 0 50px;
}
.popup-about-left {
    width: 244px;
    position: relative;
    top: -46px;
    text-align: center;
}
.popup-about-photo {
    position: relative;
	padding-top: 100px;
}
.popup-about-photo .popup__logo {
    left: auto;
    right: 7px;
    bottom: -5px;
}
.popup-about-photo {
    width: 235px;
    margin: 0 auto;
}
.popup-about__name {
    margin-top: 16px;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    letter-spacing: 0.04em;
}
.popup__signature_2 {
    width: 244px;
    height: 63px;
    background: url('../images/signature-2.png') no-repeat;
    display: block;
    margin-top: 20px;
}
.popup-about-right {
    text-align: left;
    max-width: 485px;
    width: 100%;
    padding-top: 52px;
    padding-bottom: 50px;
}
.popup-about-left, .popup-about-right {
    vertical-align: top;
}
.popup-about__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 115%;
    margin-bottom: 19px;
}
.popup-about__desc {
    font-size: 16px;
    line-height: 135%;
    margin-bottom: 23px;
}
.popup-about__desc:last-child {
    margin-bottom: 0;
}
.popup-about__decor {
    position: absolute;
}
.popup-about__decor_1 {
    background: url('../images/decor-3_1.png') no-repeat;
    width: 375px;
    height: 500px;
    bottom: -34px;
    left: -60px;
}
.popup-about__decor_2 {
    background: url('../images/decor-4.png') no-repeat;
    width: 122px;
    height: 123px;
    top: -62px;
    right: 34px;
}
.popup-video {
    max-width: 860px;
    height: 500px;
}
.popup-video .video {
    margin-top: 0;
}
.popup-record__bg {
    background: url('../images/photo-3.png') no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 396px;
    height: 669px;
    left: -11px;
}
.popup-app__bg {
    background: url('../images/photo-4.png') no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 492px;
    height: 502px;
    top: -12px;
    left: -80px;
}

.popup-question .popup-form {
    padding-bottom: 40px;
}
.popup__signature_3 {
    background: url('../images/signature-3.png') no-repeat;
    width: 217px;
    height: 129px;
    position: absolute;
    right: -100px;
    bottom: -58px;
}
.display_none{
    display: none;
}
.popup__signature_33 {
    background: url('../images/VectorSmartObject.png') no-repeat;
    width: 217px;
    height: 158px;
    position: absolute;
    right: -100px;
    bottom: -58px;
}
.popup-question .popup-form__decor_1 {
    top: -136px;
}
textarea.field {
    resize: none;
    height: 120px;
    padding: 24px 20px 10px 60px;
}
.label .icon-field-message {
    bottom: auto;
    top: 26px;
}
.popup-privacy,.popup-privacc1,.popup-privaa2,.popup-privv3,.popup-prii4 {
    max-width: 640px;
    background: #ffffff;
    border-radius: 7px;
    padding: 53px 85px 60px 70px;
}
.popup-privac_gg{
    max-width: 640px;
    background: #ffffff;
    border-radius: 7px;
    padding: 53px 85px 60px 70px;
}
.popup-privacy__title {
    font-size: 30px;
    font-weight: 900;
    line-height: 110%;
    margin-bottom: 15px;
}
.popup-privacy__desc {
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 135%;
}
.popup-privacy__desc:last-child {
    margin-bottom: 0;
}
/*end overlay*/



.btn-wr_hidden {
    display: none;
}



.mail .callback {
    text-align: left;
    position: relative;
    top: 1px;
    max-width: 148px;
    vertical-align: top;
}

.mail {
    background: url(../images/HockeyWay.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.mail_1{
    text-align: center;
        font-size: 58px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.mail_2{
    text-align: center;
        margin-bottom: 5px;    font-size: 21px;

}
.mail_3{
    text-align: center;
        margin-bottom: 20px;    font-size: 21px;

}
.mail_4{
    text-align: center;

display: block;
    font-size: 14px;
    line-height: 120%;
    color: #0099ff;
    margin-bottom: 1px;
     font-size: 17px;
    font-weight: 700;
}





.mgo-widget-call_pulse {
   background-color: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-top: 11px;
   z-index: 99;
   cursor:pointer;
}
.mgo-widget-call_pulse:after,
.mgo-widget-call_pulse:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 5s infinite ease-in-out;
    animation: pulse 5s infinite ease-in-out;
    z-index: 9
    opacity: .1;
animation-timing-function:bezier(0.8,0.1,0.8,0.1);
}
.mgo-widget-call_pulse:before {
    margin: auto 0 auto -75px;
    height: 150px;
    width: 150px;

     -webkit-animation-delay: .1s;
    animation-delay: .1s;
        box-shadow: none;
}
.mgo-widget-call_pulse:after {
     margin: auto 0 auto -75px;
    height: 150px;
    width: 150px;
  
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
  
}



@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
      opacity: .2;
  }
  50% {
    transform: scale(1);

  }
  100% {
    transform: scale(1);
    opacity: 0;
      
  }
}

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


.mgo-widget-call_pulse:hover{
    background-color: #f87d00;
    transition: 0.3s;
}
.mgo-widget-call_pulse:hover:after{
    background-color: #f87d00;
    transition: 0.3s;
}
.mgo-widget-call_pulse:hover:before{
    background-color: #f87d00;
    transition: 0.3s;
}
.mgo-widget-call_pulse:hover .icon{
   background: url('../images/rectangle6.png') no-repeat;
background-position: 0 5px;
   transition: 0.3s;
}
.mgo-widget-call_pulse:hover .icon-r-video{
   background: url('../images/rectangle6.png') no-repeat;
   background-position: 2px -1px;
   transition: 0.3s;
}
.mgo-widget-call_pulse:hover .icon-video{
   background: url('../images/rectangle6.png') no-repeat;
   background-position: 0 -1px;
   transition: 0.3s;
}

.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


.orange-btn:active{
      background: linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255)!important;
    background: -moz-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255)!important;
    background: -webkit-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255)!important;
    background: -o-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255)!important;
    background: -ms-linear-gradient(to bottom, #ffa835, #ef9f38, #ffb255)!important;
        text-shadow: 0px 0px 0 rgba(255, 255, 255, 0)!important;
        border-bottom: 0px!important;
            height: 74px;
               transition: 0.3s;
}


.faq-item:hover .faq-item__number{
       border: 1px solid #f87d00;
        transition: 0.3s;
        color: #f87d00;
}
.checkbox__desc:hover a{
    color: #f87d00;
        border-bottom: 1px dotted #adaebe;
        transition: 0.3s;
}
.dev__logo:hover{
        background: url('../images/dev-logo2.png') no-repeat;
        background-size: 100%;
        transition: 0.3s;
}

.checkboxes__btn:hover{
    transition: 0.3s;
    color: #ffffff;
    cursor: pointer;
    background: #687588;
    border-radius: 3px;
}

.checkboxes__btn.active:hover {
    background: #ffc47d;
    color: #343235;
    border-radius: 3px;
}

.privacy:hover {
  color: #f87d00;
      transition: 0.3s;
    
}
.contact__mail:hover {
  color: #f87d00;
      transition: 0.3s;
    
}

.contact__phone:hover {
  color: #f87d00;
      transition: 0.3s;
    
}


.icon-zoom {
    background: url(../images/vectorsmart.png) no-repeat;
}

.zoom:hover:after {
background:  #f87d00;
transition: 0.3s;
}
.zoom:hover {
transition: 0.3s;
    background: rgba(248, 125, 0, 0.15);

}

.faq-item:hover .faq-item__btn{

    background: url(../images/shape3.png) no-repeat 0 0px;
}

.icon-phone{
    background: url(../images/icons.png);
}

.pifpaf{
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    height: 77px;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 99;
}
.pifpaf div{
    display: inline-block;
}
.pifpaf_zag{
width: 165px;

    font-size: 13px;
}

.pifpaf_zag strong{
    font-size: 20px !important;
        text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    display: block;
    margin-bottom: -3px;
    letter-spacing: 0.08em;
    transition: 0.3s;
    margin-bottom: 2px;
    padding-top: 20px;
    }

    .pifpaf_phone{
        vertical-align: top;
            padding-top: 27px;
    }


    .pifpaf_phone i{
    width: 61px;
    height: 21px;
    background-size: cover;
    margin-right: -37px;
    padding-top: 22px;
    }