/* Styles */
header{padding:10px 0;}
body {
    background: #fff;
    text-align: right;
    font-family: Rubik, Arial, Helvetica, sans-serif; 
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 400;
	overflow-x:hidden;
}
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;
	font-family: Rubik, Arial, Helvetica, sans-serif; 
}
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: 20px;
    color: #000;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    outline: none;
    margin-bottom: 25px;
    font-weight: normal;
    background: #fff;
    border: none;
	-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: right;
    font-family: 'Rubik','Roboto', 'Arial';
}
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: fixed;*/
	width: 100%;
	z-index: 10000;	
}
.logotype {
    display: inline-block;
    margin: 0;
    max-width: 150px;
}
.phone {
    float: left;
    line-height: 34px;
    font-size: 18px;
    color: #000;
    font-family: 'Rubik',"Roboto";
    font-weight: 500;
    padding-right: 20px;
    background: url('../images/icons/phone.png') no-repeat right center;
}
.phone:hover {
    text-decoration: none;
}
#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;
    left: 80px;
	z-index:1;
}*/
.poiz{background: url('../images/bg/header-bg-inner.png') no-repeat center bottom;}
#content{position:relative;}
#header-block p {
    line-height: 115%;
}
.text-box {
    /*max-width: 430px;*/
    padding-top: 35px;
}
.text-box p {
    font-size: 36px;
    color: #000000;
    padding-bottom: 85px;
}
.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: 10px 10px;
	margin-top:10px;
}
#header-block .form-box, footer .form-box {
    max-width: 385px;
    background: #fff;
    padding: 30px 60px;
    border-radius: 25px;
	border:3px solid #91df28;
	text-align:right;	
}
.form-box {
    background: #fff;
    border-radius: 25px;
	text-align:right;
}
#popup-message .form-box h3{
    font-size:24px;
}
#popup-message .form-box .box{
    min-height:470px;
}
.comment {
    background: url('../images/bg/right-text-bg.png') no-repeat center center / 100% 100%;
    border-radius: 25px;
    padding: 30px 80px 40px 40px;
    max-width: 560px;
    margin-right: -55px;
}
.comment p {
    font-size: 24px;
    color: #83ce1f;
}
.comment p strong{
    font-size: 24px;
    color: #000;
	font-weight:normal;
}
.list ul {
    list-style: none;
    margin: 0 25px 0 0;
    padding: 0;
}
.list ul li {
    position: relative;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 900;
    color:#56636d;
    margin-bottom: 25px;
    line-height: 120%;
}
.list ul li:before {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #91df28;
    margin-left:- 25px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
}
#partners {
    padding: 30px 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;
}
#advantages {
    padding: 115px 0 90px;
    position: relative;
    background: #f2f2f2;
}

#advantages:before {
    background: url('../images/bg/bg.png') no-repeat left top / contain;
    width: 80%;
    height: 171px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
#advantages:after {
    background: url('../images/bg/bg-bottom.png') no-repeat right bottom / contain;
    width: 80%;
    height: 171px;
    content: "";
    position: absolute;
    right: 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: 900;
}
#advantages h3 {
    margin-bottom: 63px;
}
#advantages .box h3 {
    position: relative;
    overflow: hidden;
    margin: 0 -40px 65px -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: 10px 10px;
}
#advantages .box h3:before {
    left: -20px;
}
#advantages .box h3:after {
    right: -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 right top;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    right: 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%;
    left: 50%;
    transform: translate(-50%,-50%);
    content:"";
    width: 90px;
    height: 90px;
}
.desc {
    position: absolute;
    max-width: 230px;
    margin-right: 25px;
    top: 13%;
    right: 0;
    z-index: 10;
}
.desc p {
    font-weight: 900;
}
#variations {
    background: #f2f2f2;
    position: relative;
    padding: 140px 0 70px 0;
}
#variations:before {
    background: url('../images/bg/bg.png') no-repeat left top / contain;
    width: 80%;
    height: 171px;
    content: "";
    position: absolute;
    left: 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-left: 25px;
}
.box {
    background: #fff url('../images/bg/bg-box.png') no-repeat center bottom;
    background-size: 100%;
    border-radius: 25px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(86, 99, 109, 0.3);
    -moz-box-shadow:    0px 5px 10px 0px rgba(86, 99, 109, 0.3);
    box-shadow:         0px 5px 10px 0px rgba(86, 99, 109, 0.3);
    padding: 50px 40px;
    /*height: 100%;*/
    min-height:530px;
}
.box:hover {
    -webkit-box-shadow: 0px 15px 15px 1px rgba(86, 99, 109, 0.5);
    -moz-box-shadow:    0px 15px 15px 1px rgba(86, 99, 109, 0.5);
    box-shadow:         0px 15px 15px 1px rgba(86, 99, 109, 0.5);
}
#variations .box{min-height:310px;}
.owl-dot{
    box-shadow: none;	
}
.padding {
    padding-right: 140px;
}
#variations p {
    color: #64737f;
    font-size: 18px;
    font-weight: 900;
}
#variations h2 {
    margin-bottom: 100px;
}
footer {
    background: #f2f2f2;
    padding: 0px 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: 10px 10px;
	margin-bottom:15px;
}
footer h3 {
    margin-bottom: 60px;
}
footer p {
    font-size: 20px;
    color: #64737f;
    margin-bottom: 5px;
}
.map {
    margin-bottom:25px;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -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-left: 20px;
	padding-right: 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%;
    }
}
.reverse {
    flex-direction: row-reverse;
}
@media(max-width: 1400px){
    .comment {
        margin-right: 0;
        padding: 30px 40px 40px 40px;
        max-width: 540px;
        margin-left: 80px;
        min-height: 225px;
    }
    .header-block-inner:before {
        left: 40px;
    }
}
@media(max-width: 1200px){
    .comment {
        padding: 30px;
    }
    .comment p,
    .text-box p {
        font-size: 35px;
    }

}
@media(max-width: 991px){
    .header-block-inner {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .comment p, .text-box p {
        font-size: 20px;
    }
    .comment {
        margin-left: 30px;
		background:url('../images/bg/right-text-bg.png') no-repeat center center / 100% 130%;
    }
    .header-block-inner .form-box {
        margin-right: 40px;
    }
    .header-block-inner:before {
        left: 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){
    #variations .row,
    #advantages .row {
        margin-left: -10px;
        margin-right: -10px;
    } 
    #variations .row > div,
    #advantages .row > div {
        padding-left: 10px;
        padding-right: 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-left: 15px;

    }
}
@media(max-width: 767px){
    .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-left: 0;
        max-width: 100%;
        min-height: 1px;
    }
    .header-block-inner .form-box {
        float: left;
        margin-right: 80px;
    }
    .header-block-inner:before {
        left: 74px;
    }
    #partners {
        padding: 50px 0;
    }
    #partners ul {
        display: block;
    }
    #partners ul li {
        display: inline-block;
    }
    
}
@media(max-width: 450px){
    .form-box {
        padding: 40px 30px;
    }
}

.p0{padding:0!important;}
.step1{padding: 10px;background: #f4fce9;margin-bottom: 30px; border-right:1px solid #c3ee88;text-align:center;}
.step2{padding: 10px;background: #f4fce9;margin-bottom: 30px;text-align:center;}
.step1 h4,.step1 p{color:#c2c2c2;}
.step1 h4,.step2 h4{margin-bottom:10px;}
.step1 p,.step2 p{font-size:14px!important;margin-bottom:10px;}


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

.block-blog{margin-top:30px;margin-bottom:30px;text-align:center;}
.fancybox-content{border-radius:20px;}

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

.mnotice{text-align: center;z-index:1000;width: 100%;margin-top: 30px;}

.fancybox-content {
    max-width: 855px;
}

#hidden-content.fancybox-content {
    max-width: 450px;
	padding:10px;
}

#hidden-content.fancybox-content .form-box {
	padding:30px 10px;
}

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


/* ///// */
 
.myframe {
    width: 500px;
    height: 800px;
    margin: 0 auto;
  }
  @media (max-width: 900px) {
    #btn-modal{
    padding: 10px;
  }
}
@media (max-width: 550px){
    .myframe {
        width: 100%;
    }
  }
@media (max-height: 900px) {
    .myframe {
      height: 450px;
    }
  }

  
/* ///// */

input[name="agree"]{
    margin-bottom: 0px;
}

#form-1 input[type="submit"]{
    margin-top: 25px;
}
#form-2 input[type="submit"]{
    margin-top: 25px;
}
    



input.error{border:1px solid red;}
.error + a{color:red;}

#btn-modal p{text-align:right;}
#btn-modal .modal-img{text-align:right;}
#btn-modal .modal-title{text-align:center;}

.item a:hover{text-decoration:none;}
.paddingblock{padding:60px;}
.fulltext{line-height: 24px;font-size: 16px;}
.blog-block a, .blog-block h1, .blog-block p, .blog-block div{font-family:Rubik, Roboto, Arial!important;}
.blog-block{padding-top:50px;}
.pageblog a{color:#00964b;}
.likeshand{font-size: 26px;color: #2f7f77;}
#likeshand:hover{text-decoration:none;}
.likescnt {font-size: 22px;margin: 10px;}
.addthis_inline_share_toolbox_0oyl{margin-top:20px;}
.moauto{margin:0 auto;}
.form-box.wideform{max-width:100%!important;width:100%!important;margin:30px 0;padding:40px 20px 20px 20px;background: #fff;border-radius: 20px;}
.form-box.wideform form{max-width:100%!important;width:100%!important;}
.error + a{color:red;}
.rulesch{margin-top:15px;}

input::-webkit-input-placeholder{
    color:#ccc;
}
input:-moz-placeholder {
    color:#ccc;
}
.poli{direction:rtl;}
.bold{font-weight:900!important;}

#popup-message .box{min-height:350px;}
#popup-message{text-align:center!important;}
#popup-message .box.center h3{font-size:16px;}
#popup-message .btn{padding:0 30px;font-size:14px;}
.thanksbox p{text-align:center;}
.blogitem img{margin-bottom:10px;}
.fulltext p, .fulltext li, .fulltext span{color:#000!important;}
.fulltext li{margin-right:30px!important;}

.box.center{position:relative;}
.box.center .btn{position: absolute;
width: 80%;
display: block;
bottom: 55px;
margin: 0 auto;}
.blogitem .btn{padding-left:0;padding-right:0px;}
#popup-message .box.center .btn{width: 65%;}

@media(max-width: 1200px){ 
	#popup-message.fancybox-content{max-width:auto!important}
	#popup-message.fancybox-content{width:100%!important}
	#popup-message .box.center .btn{width: 90%;}	
}

@media(max-width: 767px){ 
	.poiz{background:none;}
	.blog-block h1{font-size:30px;line-height:34px;}
	.onmain, .fulltext p{font-size:20px;line-height:26px!important;}
	.onmain, .fulltext p{font-size:20px;line-height:26px!important;}
	.rulesch input[type="checkbox"]{margin-bottom:0;}
	.rulesch .agreement-link{font-size:14px;line-height:18px;}
	.likeshand{font-size:36px;}
	.likescnt{font-size:32px;}
	#header-block .blog-block .form-box{padding:20px;}
	.paddingblock{padding:20px;}
	input,textarea{border:3px solid #ddd;}
	.blog-block .paddingblock{margin-top:30px;}
	#header-block .form-box, footer .form-box{margin-right:0;}
	.comment{margin-top:45px;}
	.block-2 .center{display:none;}
	.block-2{padding-bottom:0px;}
	#popup-message.fancybox-content{max-width:auto!important}
	#popup-message.fancybox-content{width:100%!important}
	#popup-message.fancybox-content{padding:40px 0!important}
	.mnotice{margin:0 auto;padding-left:10px;padding-right:10px;}
	#popup-message .box.center .btn{width: 70%;}
}

.langs{display:none;}
@media(max-width: 400px){
	.langlink{display:none;}
	.langs{display:block;text-align: center;padding:20px 0 0px 0;font-size: 20px;}
	.langs a{margin:0px 15px 0px 15px;text-decoration:underline;}
	#variations .box{min-height:auto;}
	.logotype img{width:120px;}
	header .phone{padding-right:20px;}
}

.langlink{font-size:16px;text-decoration:underline;float:left;margin:24px 0 14px 24px;}
.phone{margin-top: 15px;}
.text.list ul{margin:0;}

.m0{
    margin-bottom: 0;}

label.agreement-link{
  border-bottom: none !important;}
  
  
  
#exit_content{direction: rtl;text-align: right;}
.scnd_type-links_wrap {
    width: 100%;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 35px;
	direction:rtl;
	text-align:right;
  }
  @media (max-width: 1300px) {
    .scnd_type-links_wrap {
      padding: 20px 20px;
    }
  }
  .scnd_type-links_wrap h2 {
    margin-bottom: 15px;
    font-family: Rubik;
    font-size: 40px;
    font-style: normal;
    /* font-weight: 600; */
    letter-spacing: 0em;
    color: #000;
    text-transform: uppercase;
    /* text-align: initial; */
  }
  @media (max-width: 1300px) {
    .scnd_type-links_wrap h2 {
      margin-bottom: 5px;
      font-size: 18px !important;
    }
  }
  
  .scnd_type-links_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
  }
  @media (max-width: 1300px) {
    .scnd_type-links_container {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 600px) {
    .scnd_type-links_container {
      flex-direction: column;
    }
  }
  
  .scnd_type-link {
    width: 25%;
    min-width: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none !important;
  }
  .scnd_type-link:hover p {
    color: #32ccbd;
  }
  .scnd_type-link:hover img {
    filter: brightness(120%);
  }
  .scnd_type-link img {
    transition: 0.3s;
  }
  .scnd_type-link p {
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    color: #000;
    margin: 0 10px;
    transition: 0.3s;
    text-transform: uppercase;
    padding-bottom: 0px !important;
  }
  .scnd_type-link .link_arrow {
    margin: 0 10px;
    margin-bottom: -2px;
    transition: 0.3s;
  }
  .scnd_type-link body.rtl .link_arrow {
    transform: rotate(45deg);
  }
  @media (max-width: 1300px) {
    .scnd_type-link {
      margin-top: 10px;
      justify-content: flex-start;
      width: 32%;
    }
  }
  @media (max-width: 600px) {
    .scnd_type-link {
      width: 100%;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    .scnd_type-link img {
      margin-bottom: 10px;
    }
    .scnd_type-link p {
      width: 70%;
    }
  }
#agree.error{outline:2px solid red;}
.tcenter{text-align:center;}