* {
    padding: 0;
    margin: 0;
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: "Roboto Condensed";
}

header {
    text-align: center;
    max-width: 1230px;
    margin: 0 auto;
}

header .left-block {
    display: inline-block;
}

header .left-block img {
    width: 500px;
}

header .left-block .statistics {
    width: 500px;
}

header .left-block .statistics ul {
    text-align: center;
    list-style: none;
    margin: -40px 0 0 0;
}

header .left-block .statistics ul li {
    display: inline-block;
    font-size: 16px;
    color: #094e45;
    text-align: left;
    z-index: 21;
    padding: 0 20px 0;
    position: relative;
}

header .left-block .statistics ul li > span {
    display: inline-block;
}

header .left-block .statistics ul li > span .first,
header .left-block .statistics ul li > span .second,
header .left-block .statistics ul li > span .third {
    font-weight: 600;
    font-size: 25px;
}

header .left-block .statistics ul li > span .first {
    color: #cc1212;
}

header .left-block .statistics ul li > span .second {
    color: #e34b2d;
}

header .left-block .statistics ul li > span .third {
    color: #ff6437;
}

header .left-block .statistics ul li .firstLine,
header .left-block .statistics ul li .secondLine,
header .left-block .statistics ul li .thirdLine {
    display: inline-block;
    width: 10px;
    border-radius: 5px;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
}

header .left-block .statistics ul li .firstLine {
    background: #cc1212;
    height: 65px;
}

header .left-block .statistics ul li .secondLine {
    background: #e34b2d;
    height: 55px;
}

header .left-block .statistics ul li .thirdLine {
    background: #ff6437;
    height: 40px;
}

header .right-block {
    vertical-align: top;
    display: inline-block;
}

header .right-block .top-level .logo-block {
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

header .right-block .top-level .logo-block .logo-inscription {
    color: #424242;
    font-weight: 600;
    font-size: 30px;
    margin: 15px 0 0 0;
}

header .right-block .top-level .logo-block .logo-inscription-second {
    color: #e52e2d;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
    margin: 15px 0 0 0;
    position: relative;
    padding: 10px 0;
}

header .right-block .top-level .logo-block .logo-inscription-second:before,
header .right-block .top-level .logo-block .logo-inscription-second:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
}

header .right-block .top-level .logo-block .logo-inscription-second:before {
    background: url("../images/header-top-shadow.png") no-repeat 0;
    height: 100px;
    top: -75px;
    background-size: contain;
}

header .right-block .top-level .logo-block .logo-inscription-second:after {
    background: url("../images/header-bottom-shadow.png") no-repeat 0;
    height: 100px;
    bottom: -75px;
    background-size: contain;
}

header .right-block .top-level .second-top-block {
    margin: 0 0 0 20px;
    border-radius: 7px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    background: #2a2929;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2a2929), color-stop(100%, #6a5858));
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2929), to(#6a5858));
    background: linear-gradient(to bottom, #2a2929 0%, #6a5858 100%);
    -webkit-filter: progid:DXimgTransform.Microsoft.gradient(startColorstr='#2a2929', endColorstr='#6a5858', GradientType=0);
            filter: progid:DXimgTransform.Microsoft.gradient(startColorstr='#2a2929', endColorstr='#6a5858', GradientType=0);
}

header .right-block .top-level .second-top-block .title {
    color: white;
    font-size: 20px;
    text-align: center;
}

header .right-block .top-level .second-top-block .inscription {
    font-size: 11px;
    text-align: center;
    line-height: 13px;
}

header .right-block .top-level .second-top-block .inscription span {
    color: #939292;
}

header .right-block .top-level .second-top-block img {
    width: 160px;
    margin: -5px auto 0;
}

header .right-block .bottom-level > img {
    width: 110px;
}

header .right-block .bottom-level .right-block ul {
    list-style: none;
}

header .right-block .bottom-level .right-block ul li {
    margin: 20px 0;
}

header .right-block .bottom-level .right-block ul li img {
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}

header .right-block .bottom-level .right-block ul li i {
    display: inline-block;
}

header .right-block .bottom-level .right-block ul li:nth-child(3) img {
    top: -2px;
}

header .right-block .bottom-level .right-block .certificates {
    vertical-align: middle;
}

header .right-block .bottom-level .right-block .certificates ul {
    vertical-align: middle;
    list-style: none;
    text-align: center;
}

header .right-block .bottom-level .right-block .certificates ul li {
    vertical-align: middle;
    display: inline-block;
}

header .right-block .bottom-level .right-block .certificates ul li img {
    width: 70px;
}

header .right-block .bottom-level .right-block .certificates ul li:nth-child(2) img {
    width: 90px;
}

header .right-block .bottom-level .right-block .certificates ul li:nth-child(3) {
    position: relative;
    top: 5px;
}

header > .bottom-block {
    margin: -97px 0 0 0;
}

header > .bottom-block > ul {
    padding: 15px 0;
    list-style: none;
}

header > .bottom-block > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

header > .bottom-block > ul > li > img {
    display: inline-block;
    vertical-align: top;
}

header > .bottom-block > ul > li > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 0 0 5px;
    text-align: left;
}

header > .bottom-block > ul > li > div > span b {
    position: relative;
    top: 3px;
    color: #27b5a3;
    font-size: 18px;
}

header > .bottom-block > ul > li > div > ul {
    list-style: none;
}

header > .bottom-block > ul > li > div > ul > li {
    font-size: 14px;
    margin: 10px 0;
    text-align: left;
}

header > .bottom-block > ul > li > div > ul li:nth-child(1) {
    margin: 15px 0 10px;
}

header > .bottom-block > ul > li .last-li {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 50px 0 0 5px;
}

header > .bottom-block > ul > li .last-li .title {
    font-size: 14px;
    font-weight: 600;
}

header > .bottom-block > ul > li .last-li .inscription {
    font-size: 9px;
}

header > .bottom-block > ul > li .last-li-img {
    position: absolute;
    top: 0;
    left: 0;
}

header > .bottom-block:before {
    content: '';
    display: block;
    background: url("../images/bb-top-shadow.png") no-repeat 0;
    background-size: contain;
    width: 100%;
    top: -100px;
    height: 97px;
}

header > .bottom-block:after {
    content: '';
    display: block;
    background: url("../images/bb-bottom-shadow.png") no-repeat 0;
    background-size: contain;
    width: 100%;
    bottom: -100px;
    height: 97px;
}

main {
    width: 1000px;
    margin: 0 auto 50px;
}

main > .first-block {
    margin: 0 0 40px;
    background: #ebebeb;
    width: 100%;
    height: 530px;
    background: url("../images/first-block-bg.png") no-repeat;
    background-size: cover;
    position: relative;
}

main > .first-block > .title {
    color: white;
    font-size: 35px;
    padding: 15px 0 0 0;
    margin: 0 0 35px 30px;
}

main > .first-block > .text {
    padding: 10px 0 0 30px;
    font-size: 14px;
}

main > .first-block .before-after {
    margin: 10px 0 0 35px;
    display: block;
}

main > .first-block .before-after .before,
main > .first-block .before-after .after {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

main > .first-block .before-after .before span,
main > .first-block .before-after .after span {
    position: absolute;
    text-transform: uppercase;
    left: 37%;
    top: -10px;
}

main > .first-block .before-after .after {
    position: relative;
    top: 2px;
}

main > .first-block .week1,
main > .first-block .week2,
main > .first-block .week3 {
    position: absolute;
    font-style: italic;
    font-size: 15px;
}

main > .first-block .week1 img,
main > .first-block .week2 img,
main > .first-block .week3 img {
    display: block;
}

main > .first-block .week1 {
    top: 146px;
    left: 565px;
}

main > .first-block .week2 {
    top: 255px;
    left: 596px;
}

main > .first-block .week3 {
    top: 345px;
    left: 670px;
}

main > .second-block {
    margin: 40px 0;
    background: #EBEBEB;
    width: 100%;
    background: url("../images/second-block-bg.png");
    background-size: cover;
    position: relative;
    height: 759px;
}

main > .second-block > .title {
    color: white;
    font-size: 35px;
    padding: 15px 0 0 0;
    margin: 0 0 35px 30px;
}

main > .second-block .right-block {
    margin: -20px 0 0 auto;
    width: 390px;
}

main > .second-block .right-block img {
    display: block;
    margin: 0 0 10px 70px;
}

main > .second-block ul {
    list-style: none;
    margin: 30px auto 0;
}

main > .second-block ul li {
    vertical-align: top;
    display: inline-block;
    margin: 0 10px;
}

main > .second-block ul li img {
    vertical-align: top;
    display: inline-block;
}

main > .second-block ul li .text {
    vertical-align: top;
    display: inline-block;
}

main > .second-block ul li .text .title {
    font-size: 25px;
    font-weight: 600;
    color: #cc1212;
    border-bottom: 2px dotted #cc1212;
}

main > .second-block ul li .text span {
    font-size: 14px;
}

main > .third-block {
    margin: 40px 0;
    vertical-align: top;
}

main > .third-block .left-block {
    background: #EBEBEB;
    background: url("../images/third-block-bg.png") no-repeat;
    background-size: contain;
    height: 586px;
    width: 65%;
    display: inline-block;
}

main > .third-block .left-block > .title {
    color: white;
    font-size: 35px;
    padding: 15px 0 0 0;
    margin: 0 0 35px 30px;
}

main > .third-block .left-block span {
    display: block;
    margin: 0 0 0 30px;
}

main > .third-block .left-block .before-after {
    margin: 10px 0 10px 50px;
}

main > .third-block .left-block .before-after .inscr span {
    display: inline;
    margin: 0;
    font-style: italic;
}

main > .third-block .left-block .before-after .inscr span:nth-child(1) {
    padding: 0 60px;
}

main > .third-block .left-block .before-after .inscr span:nth-child(2) {
    padding: 0 30px;
}

main > .third-block .left-block .statistics {
    margin: 30px 0 0 30px;
    background: url("../images/statistics.png") no-repeat;
    width: 333px;
    height: 136px;
    position: relative;
}

main > .third-block .left-block .statistics .title {
    position: absolute;
    top: -8px;
    left: 33%;
    font-weight: 600;
}

main > .third-block .left-block .statistics .text {
    display: block;
    padding: 25px 0;
    margin: 0;
    text-align: center;
}

main > .third-block .right-block {
    vertical-align: top;
    display: inline-block;
    background: url("../images/thirdblock-right-bg.png") no-repeat;
    background-size: contain;
    height: 575px;
    width: 325px;
    position: relative;
}

main > .third-block .right-block .title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

main > .third-block .right-block .title > span {
    line-height: 45px;
}

main > .third-block .right-block img {
    width: 100%;
}

main > .third-block .right-block .right-block-green-bg {
    position: relative;
    margin: -45px 0 10px auto;
    text-transform: uppercase;
    color: white;
    background: #3dd1bf;
    padding: 10px;
    border-radius: 7px 0 0 7px;
    font-size: 14px;
    width: 90%;
}

main > .third-block .right-block .text {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    color: #4f4f4f;
    line-height: 18px;
}

main > .third-block .right-block .text-second {
    margin: 10px auto 0 auto;
    color: #e96338;
    width: 80%;
    font-size: 13px;
    line-height: 18px;
}

main > .fouth-block > .title {
    font-size: 25px;
    text-align: center;
}

main > .fouth-block > .img-block {
    text-align: center;
    margin: 20px 0;
}

main > .fouth-block > .img-block img {
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0px 4px 0px 0px #2f8b80;
    box-shadow: 0px 4px 0px 0px #2f8b80;
}

main > .fouth-block > .img-block img:nth-child(1) {
    z-index: 1;
    left: 74px;
}

main > .fouth-block > .img-block img:nth-child(2) {
    z-index: 2;
    top: 5px;
    left: 51px;
}

main > .fouth-block > .img-block img:nth-child(3) {
    z-index: 3;
    top: 10px;
    left: 22px;
}

main > .fouth-block > .img-block img:nth-child(4) {
    z-index: 4;
    top: 20px;
    left: 5px;
}

main > .fouth-block > .img-block img:nth-child(5) {
    z-index: 3;
    left: -12px;
    top: 10px;
}

main > .fouth-block > .img-block img:nth-child(6) {
    z-index: 2;
    left: -35px;
}

main > .fouth-block > .bottom-block {
    text-align: center;
    vertical-align: middle;
}

main > .fouth-block > .bottom-block > span {
    color: #32c9b6;
    font-style: italic;
    font-size: 25px;
    font-weight: 600;
    vertical-align: middle;
}

main > .fouth-block > .bottom-block > img {
    vertical-align: middle;
}

main > .fouth-block > .bottom-block > a {
    margin: 0 5px;
    vertical-align: middle;
    color: white;
    background: #27b5a3;
    padding: 20px;
    text-decoration: none;
    font-style: italic;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 0px 0px #2f8b80;
    box-shadow: 0px 4px 0px 0px #2f8b80;
}

main > .fouth-block > .bottom-block > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #32c9b6;
    border-radius: 5px 5px 0 0;
}

main > .fouth-block > .bottom-block > a:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -9px;
    width: 110%;
    background: url("../images/fouth-lvl-shadow.png") no-repeat 0;
    height: 77px;
    background-size: contain;
    z-index: -1;
}

main > .fouth-block > .bottom-block > a > span {
    position: relative;
    z-index: 9;
}

main > .fouth-block > .bottom-block > a > span .arrow-button {
    font-size: 35px;
    font-weight: 600;
    font-style: normal;
    position: relative;
    top: 7px;
    padding: 0 0 0 5px;
}

main > .fifth-block {
    margin: 20px 0 40px;
    width: 100%;
    background: #ebebeb;
    background-img: url("../images/fifth-block-bg.png");
    background-size: cover;
    position: relative;
    height: 721px;
    border-radius: 10px;
}

main > .fifth-block .title {
    color: white;
    font-size: 35px;
    padding: 15px 0 0 0;
    margin: 0 0 35px 30px;
}

main > .fifth-block .top-block {
    width: 100%;
    font-size: 0;
}

main > .fifth-block .top-block .first-block {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 33%;
    position: relative;
    font-size: 16px;
}

main > .fifth-block .top-block .first-block img {
    width: 235px;
}

main > .fifth-block .top-block .first-block span {
    position: absolute;
    font-style: italic;
    top: 85%;
    left: 75%;
    color: white;
    font-size: 20px;
}

main > .fifth-block .top-block .second-block {
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    width: 33%;
}

main > .fifth-block .top-block .second-block .title {
    font-size: 28px;
    font-family: 'Lobster';
    color: #525252;
    font-style: normal;
    margin: 0;
    padding: 0;
}

main > .fifth-block .top-block .second-block .mark {
    color: #f07541;
    font-size: 21px;
    margin: 10px 0;
}

main > .fifth-block .top-block .second-block .text > span {
    font-size: 15px;
    color: #525252;
}

main > .fifth-block .top-block .second-block .text .inscr {
    margin: 10px auto;
    color: #cacaca;
}

main > .fifth-block .top-block .third-block {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 33%;
    position: relative;
    font-size: 16px;
}

main > .fifth-block .top-block .third-block img {
    width: 235px;
}

main > .fifth-block .top-block .third-block span {
    position: absolute;
    font-style: italic;
    top: 85%;
    left: 65%;
    color: white;
    font-size: 20px;
}

main > .fifth-block .bottom-block {
    width: 100%;
    font-size: 0;
    margin: 20px 0 0;
    text-align: center;
}

main > .fifth-block .bottom-block .slide {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    width: 43%;
    margin: 0 25px;
}

main > .fifth-block .bottom-block .slide .img-container {
    width: 100%;
    font-size: 0;
}

main > .fifth-block .bottom-block .slide .img-container > .img {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    position: relative;
}

main > .fifth-block .bottom-block .slide .img-container > .img img {
    display: block;
    margin: 0 auto;
}

main > .fifth-block .bottom-block .slide .img-container > .img span {
    position: absolute;
    top: 75%;
    color: white;
    font-size: 19px;
}

main > .fifth-block .bottom-block .slide .img-container > .img span:nth-child(2) {
    left: 10%;
}

main > .fifth-block .bottom-block .slide .img-container > .img span:nth-child(3) {
    left: 80%;
}

main > .fifth-block .bottom-block .slide .title {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #3c3c3c;
    font-family: 'Lobster';
    font-size: 21px;
}

main > .fifth-block .bottom-block .slide .text {
    text-align: left;
    padding: 0;
    margin: 0;
    font-style: italic;
}

main > .fifth-block .bottom-block .slide .inscr {
    padding: 0;
    margin: 20px 0;
    color: #cacaca;
    font-style: italic;
}

main > .sixt-block {
    width: 100%;
    background: url("../images/sixt.png") no-repeat;
    height: 461px;
    text-align: right;
    position: relative;
}

.btn_submit {
    background: url('../images/btn.png') no-repeat 0 0;
    border: none;
    outline: none;
    width: 169px;
    height: 80px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-style: italic;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn_submit:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

main > .sixt-block > .inscr-absolute {
    position: absolute;
    top: 80%;
    left: 2%;
    color: white;
    font-size: 25px;
    text-align: center;
}

main > .sixt-block > .first-block,
main > .sixt-block > .second-block {
    margin: 0;
    padding: 0;
    display: inline-block;
}

main > .sixt-block > .first-block {
    text-align: center;
}

main > .sixt-block > .first-block .logo-inscription {
    font-size: 35px;
    color: #e86b35;
    margin: 20px 50px 20px;
}

main > .sixt-block > .first-block .inscr {
    margin: 10px 0 0;
    font-size: 25px;
    font-style: italic;
    color: #444343;
}

main > .sixt-block > .first-block .arrow-img {
    margin: -10px 0 15px 80px;
}

main > .sixt-block > .second-block {
    vertical-align: top;
    width: 305px;
    text-align: center;
}

main > .sixt-block > .second-block .title {
    font-size: 30px;
    color: white;
    font-style: italic;
    font-weight: 600;
    margin: 20px 0;
    display: block;
    text-transform: uppercase;
}

main > .sixt-block > .second-block form {
    display: block;
    margin: 40px 0 0 0;
}

main > .sixt-block > .second-block form > span {
    display: block;
    color: #555555;
    font-style: italic;
    padding: 10px 0;
    margin: 0;
}

main > .sixt-block > .second-block form .line-through {
    text-decoration: line-through;
    color: #949494;
}

main > .sixt-block > .second-block form input,
.second-block form select {
    padding: 15px 10px;
    border: none;
    border-radius: 5px;
    width: 80%;
    margin: 10px 0 10px;
}

main > .sixt-block > .second-block form select {
    width: 86%;
}

main > .sixt-block > .second-block form a {
    margin: 0 5px;
    vertical-align: middle;
    color: white;
    background: #27b5a3;
    padding: 15px;
    text-decoration: none;
    font-style: italic;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 0px 0px #2f8b80;
    box-shadow: 0px 4px 0px 0px #2f8b80;
}

main > .sixt-block > .second-block form a .submit-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

main > .sixt-block > .second-block form a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #32c9b6;
    border-radius: 5px 5px 0 0;
}

main > .sixt-block > .second-block form a:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -9px;
    width: 110%;
    background: url("../images/fouth-lvl-shadow.png") no-repeat 0;
    height: 77px;
    background-size: contain;
    z-index: -1;
}

main > .sixt-block > .second-block form a > span {
    position: relative;
    z-index: 9;
}

main > .sixt-block > .second-block form a > span .arrow-button {
    font-size: 35px;
    font-weight: 600;
    font-style: normal;
    position: relative;
    top: 7px;
    padding: 0 0 0 5px;
}

.validator__tooltip {
    margin-top: -22px!important;
}