/* Styles */
body {
    background: #fff;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
a {text-decoration: none; outline: none; color: #000; }
a:hover {text-decoration: underline; outline: none;}
a img {border: none;}
h1, h2, h3, h4, h5, h6, p, fieldset, form, ul, ol, li, dl, dt, dd {
    padding: 0;
    margin: 0;
}
header, nav, section, article, aside, footer { display: block;}
.clear {
    clear: both;
    height: 0;
    line-height: 0px;
    font-size: 1px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1310px;
    padding: 0 15px;
    margin: auto;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
b {font-weight: 700;}
h1, h2,h3, h4, h5, h6 {
    font-weight: 900;
    color: #000;
    line-height: 120%;
    margin-bottom: 30px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}
h1 {font-size: 40px;}
h2 {font-size: 40px;}
h3 {font-size: 28px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}
p {
    font-size: 16px;
    line-height: 120%;
    color: #64737f;
    padding-bottom: 15px;
}
input, textarea {
    font-size: 17px;
    color: #000;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    outline: none;
    margin-bottom: 25px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(128, 128, 128, 0.3);
    -moz-box-shadow:    0px 0px 4px 0px rgba(128, 128, 128, 0.3);
    box-shadow:         0px 0px 4px 0px rgba(128, 128, 128, 0.3);
    border-radius: 25px;
    text-align: left;
    font-family: Roboto, sans-serif;
}
textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 110%;
    height: 95px;
}
input[type="submit"], button, .btn {
    text-align: center;
    color: #000;
    background: #91df28;
    border: none;
    border-radius: 25px;
    margin: 0;
    height: 55px;
    padding: 0 20px;
    cursor: pointer;
    line-height:55px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(116, 126, 134, 0.25);
    -moz-box-shadow:    0px 10px 20px 0px rgba(116, 126, 134, 0.25);
    box-shadow:         0px 10px 20px 0px rgba(116, 126, 134, 0.25);
}
.btn {
    padding: 0 50px;
}
.btn:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(116, 126, 134, 0.25);
    -moz-box-shadow:    0px -5px 20px 0px rgba(116, 126, 134, 0.25);
    box-shadow:         0px -5px 20px 0px rgba(116, 126, 134, 0.25);
}
input:-moz-placeholder {
    color: #000;
}
input::-webkit-input-placeholder {
    color: #000;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: 000;
}
button{outline: none;}
.center {text-align: center;}
header {
    background: #fff;
    padding: 18px 0;
    position: relative;
    z-index: 1;
}
.logotype {
    display: inline-block;
    margin: 0;
    max-width: 200px;
}
.phone {
    float: right;
    line-height: 34px;
    font-size: 18px;
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    padding-left: 20px;
    background: url('../images/icons/phone.png') no-repeat left center;
}
.box.center h3 {
    font-size: 20px;
}
.phone:hover {
    text-decoration: none;
}
#advantages .box.box-1 h3{margin-bottom: 30px;}
#header-block {
    background: #f2f2f2 url('../images/bg/header-bg.png') repeat-x center bottom;
    min-height:830px
}
.header-block-inner {
    position: relative;
    min-height: 830px;
    padding-top: 55px;
}
.header-block-inner:before {
    content: "";
    position: absolute;
    background: url('../images/bg/header-bg-inner.png') no-repeat center bottom;
    width: 100%;
    height: 100%;
    bottom: 65px;
    right: 80px;
}
#header-block p {
    line-height: 115%;
}
.text-box {
    max-width: 430px;
    padding-top: 35px;
}
.text-box p {
    font-size: 25px;
    color: #000000;
    padding-bottom: 50px;
}
.text-box small {
    font-size: 20px;
    color: #56636d;
    font-weight: 900;
    padding-bottom: 60px;
    display: block;
}
.text-box strong {
    background: #91df28;
    display: inline-block;
    border-radius: 10px;
    padding: 0 10px;
}
.form-box {
    background: #fff;
    max-width: 380px;
    padding: 60px 60px 60px 60px;
    border-radius: 25px;
    margin-bottom: 30px;
}

.fancybox-stage .form-box {
	max-width: 720px !important;
}

.comment {
    background: url('../images/bg/right-text-bg.png') no-repeat center center / 100% 100%;
    border-radius: 25px;
    padding: 20px 40px 40px 40px;
    max-width: 560px;
    margin-left: -55px;
}
.comment p {
    font-size: 25px;
    color: #000000;
}
.list ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}
.list ul li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: normal;
    color:#56636d;
    margin-bottom: 25px;
    line-height: 120%;
}
.list ul li:before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #91df28;
    margin-right:- 25px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}
#partners {
    padding: 40px 0;
}
#partners ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
}
#partners ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}
#partners ul li a,
#partners ul li img {
    display: inline-block;
    cursor: auto;
}
#advantages {
    padding: 115px 0 90px;
    position: relative;
    background: #f2f2f2;
}
#advantages:before {
    background: url('../images/bg/bg.png') no-repeat right top / contain;
    width: 80%;
    height: 171px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
#advantages:after {
    background: url('../images/bg/bg-bottom.png') no-repeat left bottom / contain;
    width: 80%;
    height: 171px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
#advantages .container {
    position: relative;
    z-index: 1;
}
#advantages .box {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 45px;
}
#advantages p {
    color: #64737f;
    font-size: 18px;
    font-weight: normal;
}
#advantages p.big {
    color: #64737f;
    font-size: 25px;
    font-weight: normal;
}
#advantages h3 {
    margin-bottom: 63px;
}

#advantages .box h3 {
    position: relative;
    overflow: hidden;
    margin: 0 -40px 5px -40px;
    padding: 0px 60px;
    min-height: 40px;
}
#advantages .box h3:before,
#advantages .box h3:after {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #91df28;
    content: "";
    position:absolute;
    top: 0;

}
#advantages h3 strong {
    background: #91df28;
    display: inline-block;
    border-radius: 10px;
    padding: 0 10px;
}
#advantages .box h3:before {
    right: -20px;
}
#advantages .box h3:after {
    left: -20px;
}
.text {
    max-width: 400px;
    padding-bottom: 60px;
}
.text p {
    padding-bottom: 24px;
}
.align-bottom {
    align-items: flex-end;
}
.block-1 .row {
    min-height: 635px;
}
.bg-line {
    background: #f8f8f8;
    margin: 30px -40px 0 -40px;
    padding: 13px 40px;
    font-size: 16px;
    color: #000;
    font-weight: 900;
    line-height: 120%;
}
.block-2 {
    position: relative;
    padding: 130px 0 195px;
}
.block-2:before {
    background: url('../images/bg/bg-white.png') no-repeat left top;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -60px;
    content: "";
    width: 92%;
    z-index: 0;
}
.block-2 .row {
    align-items: center;
}
.block-2 h3 {
    margin-bottom: 53px;
}
.block-2 .list ul {
    padding-bottom: 40px;
}
.block-3 h2 {
    margin-bottom: 100px;
}
#video {
    padding: 45px;
}
#video .row {
    align-items: center;
}
.video {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    display: inline-block;
}
.video:after {
    background: url('../images/bg/video-button.png') no-repeat center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%)!important;
    content:"";
    width: 90px;
    height: 90px;
}
.desc {
    position: absolute;
    max-width: 230px;
    margin-left: 25px;
    top: 13%;
    left: 0;
    z-index: 10;
}
.desc p {
    font-weight: 900;
}
#variations {
    background: #f2f2f2;
    padding: 140px 0;
    position: relative;
}
#variations:before {
    background: url('../images/bg/bg.png') no-repeat right top / contain;
    width: 80%;
    height: 171px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.title {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 45px;
    line-height: 120%;
    margin-top: -8px;
}
.number {
    font-size: 28px;
    text-align: center;
    font-weight: 900;
    background: #91df29;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin-right: 25px;
}
.box {
    background: #fff url('../images/bg/bg-box.png') no-repeat center bottom;
    background-size: 100%;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(86, 99, 109, 0.3);
    -moz-box-shadow:    0px 10px 30px 0px rgba(86, 99, 109, 0.3);
    box-shadow:         0px 10px 30px 0px rgba(86, 99, 109, 0.3);
    padding: 50px 40px;
    /*height: 100%;*/
}
.padding {
    padding-left: 140px;
}
#variations p {
    color: #64737f;
    font-size: 16px;
    font-weight: 900;
}
#variations h2 {
    margin-bottom: 100px;
}
footer {
    background: #f2f2f2;
    padding: 70px 0;
    position: relative;
}
footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg/bg-footer.png') no-repeat center bottom / cover
}
footer .row {
    align-items: flex-end;
}
footer strong {
    background: #91df28;
    display: inline-block;
    border-radius: 10px;
    padding: 0 10px;
}
footer h3 {
    margin-bottom: 60px;
}
footer p {
    font-size: 20px;
    color: #64737f;
    margin-bottom: 55px;
}
.map {
    margin-bottom:25px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.col-sm-1, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6,
.col-md-7, .col-md-8, .col-md-9,
.col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;

}
/* Responsive */
@media(min-width: 768px){
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(min-width: 992px){
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(min-width: 450px){
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.header-block-inner:before,
img,
#advantages:before,
#advantages:after,
.block-2:before,
.video:after,
#variations:before,
footer:before  {
    transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

.reverse {
    flex-direction: row-reverse;
}
#hidden-content .form-box,
#btn-modal {
    padding: 0;
}
#hidden-content .form-box h3 {
    font-size: 25px;
    text-align: center;
}
.error {
    border: 1px solid red;
}
#popup-message .form-box {
    padding: 10px;
}
.logotype img,
.modal-body img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
input[type=checkbox] {
    width: auto;
    height: auto;
    position: relative;
    top: 3px;
}
.agreement-link {
    border-bottom: 1px dashed;
    text-decoration: none;
    cursor: pointer;
}
.agreement-link:hover {
    text-decoration: none;
}
.modal-title {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    text-align: center;
}
#btn-modal {
    border-radius: 6px;
    width: 600px;
}
.modal-body {
    padding: 20px;
}
.modal-img {
    width: 25%;
    margin: 0 auto;
}
.modal-text p {
    color: #333;
}
.modal-text {
    direction: rtl;
    text-align: right;
}
.error + a {
    color: red;
}
.box {
    overflow: hidden;
}
.box + a {
    display: block;
    text-align: center;
    margin: 10px 0;
}
.margin {
    margin: 20px 0;
    width: 100%;
}
#advantages .box-2 h3 {
    margin-bottom: 25px;
}


.box-1,.box-2,.box-3{position:relative;}

.box-1:after  {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 28%;
background: linear-gradient(to top,#fff, #fed10000);
content: "";
z-index: 1;}

.box-2:after  {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 28%;
background: linear-gradient(to top,#fff, #fed10000);
content: "";
z-index: 1;}

.box-3:after  {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 28%;
background: linear-gradient(to top,#fff, #fed10000);
content: "";
z-index: 1;}


@media(max-width: 1400px){
    .comment {
        margin-left: 0;
        padding: 30px 40px 40px 40px;
        max-width: 540px;
        margin-right: 80px;
        min-height: 225px;
    }
    .header-block-inner:before {
        right: 40px;
    }
}
@media(max-width: 1200px){
    .comment {
        padding: 25px;
    }
    .comment p,
    .text-box p {
        font-size: 22px;
    }

}
@media(max-width: 991px){
    .header-block-inner {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .comment p, .text-box p {
        font-size: 20px;
    }
    .comment {
        margin-right: 30px;
    }
    .header-block-inner .form-box {
        margin-left: 40px;
    }
    .header-block-inner:before {
        right: 0;
        bottom: 50px;
    }
    .desc {
        position: static;
        margin: auto;
        text-align: center;
        margin-top: 40px;
    }
    .padding {
        padding: 0;
    }
    footer:before {
        background-size: auto;
    }
}
@media(max-width: 992px) and (min-width: 768px){
	.btn.popup{
		font-size: 15px;
	}		
    #variations .row,
    #advantages .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    #variations .row > div,
    #advantages .row > div {
        padding-right: 10px;
        padding-left: 10px;
    }
    .box {
        padding: 30px 20px;
    }
    #advantages .box h3 {
        margin: 0 -20px 30px -20px;
        padding: 0px 30px;
    }
    .bg-line {
        margin: 30px -20px 0 -20px;
        padding: 13px 20px;
    }
    #advantages .box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title {
        font-size: 22px;
        line-height: 110%;
    }
    .number {
        font-size: 20px;
        width: 30px;
        line-height: 30px;
        margin-right: 15px;

    }
}
@media(max-width: 767px){
	#advantages .box{
		height:auto!important;
	}
	.container.block-3 .btn.popup{
		display:none;
	}	
    .text {
        max-width: 100%;
    }
    .box {
        padding-bottom: 50px;
        height: auto;
        margin-bottom: 20px;
    }
    #variations {
        padding: 60px 0;
    }
    #variations h2 {
        margin-bottom: 50px;
    }

    footer {
        text-align: center;
        padding: 30px 0;
    }
    .form-box {
        margin: 0 auto 20px;

    }
    .header-block-inner {
        text-align: center;
    }
    .comment, .text-box{
        margin-right: 0;
        max-width: 100%;
        min-height: 1px;
    }
    .header-block-inner .form-box {
        float: right;
        /*margin-left: 80px;*/
    }
    .header-block-inner:before {
        right: 74px;
    }
    #partners {
        padding: 50px 0;
    }
    #partners ul {
        display: block;
    }
    #partners ul li {
        display: inline-block;
    }

}
@media(max-width: 450px){
    .form-box {
        padding: 40px 30px;
    }
}
.normal{font-weight:normal;}

/**/

#partners img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.comment p {
    font-family: "Caveat";
	font-size: 28px;
	text-align: center;
}

h2 {
    font-family: "Russo One";
	color: #404040;
}

h3 {
    font-family: "Russo One";
}

.text-box {
    max-width: 455px;
}

#advantages p.big {
    font-size: 18px !important;
	line-height: 26px;
}

.text-box.footer p{
    padding-bottom: 0px !important;
}

#advantages h3 strong {
	padding: 15px 15px !important;
}

#advantages h3 strong {
	padding: 15px 15px !important;
}

.text-box {
	text-align: center;
}

.text-box strong {
	padding: 10px 20px;
}

.form-box {
	max-width: 455px !important;
}

.fancybox-stage .form-box {
	max-width: 720px !important;
}

@media(max-width: 767px){ 
	.comment p {
		padding-bottom: 50px;
	}
	.mobhide img{max-height: 230px;}
	.block-2{padding:30px 0 195px;}
}
	

.p0{padding:0!important;}
.step1{padding: 10px;background: #f4fce9;margin-bottom: 30px; border-right:1px solid #c3ee88;}
.step2{padding: 10px;background: #f4fce9;margin-bottom: 30px;}
.step2 h4,.step2 p{color:#c2c2c2;}
.step1 h4,.step2 h4{margin-bottom:10px;}
.step1 p,.step2 p{font-size:16px!important;margin-bottom:10px;}
.video img{transform:unset;-webkit-transform:unset;}

@media(max-width: 767px){ 
	.step1{border-right:0;}
	
	.box-1:after ,.box-2:after ,.box-3:after  {
		background:none;
	}
	
	h2{font-size:32px!important;}
	
}
.myframe{width:100%;height:800px;}

