@font-face{

font-family: 'oswald';

src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');

font-weight: normal;

font-style: normal;

}

html {
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
}

body{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    font-family: oswald;
    height: 100%;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
}

.wrapp{
    position: relative;
    width: 80%;
    height: 100vh;
    margin: 0 auto;
}

.wrapp-color {
    height: 100vh;
    background: #717ed3;
    background: -moz-linear-gradient(top,  #717ed3 0%, #00b0de 100%);
    background: -webkit-linear-gradient(top,  #717ed3 0%,#00b0de 100%);
    background: linear-gradient(to bottom,  #717ed3 0%,#00b0de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717ed3', endColorstr='#00b0de',GradientType=0 );
}

.bottom_img {
    background: url(../img/22834914.png)no-repeat;
    background-position: bottom right -70px;
    background-size: 1300px;
}

.article_wrapp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
}

section {
    padding: 30px 0;
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
}

.article-title {
    color: #000;
}

.right h2 {
    text-align: right;
}

.right p {
    text-align: right;
    margin-left: auto;
}

.article-title h2 {
    padding-bottom: 30px;
    font-size: 34px;
}

.article-title p {
    width: 75%;
    line-height: 2;
    font-size: 17px;
    font-family: sans-serif;
}

.bg_block {
    width: 100%;
    background: url('../img/image1@2x.png')no-repeat;
    background-size: contain;
    background-position: right; 
}
.bg-block1 {
    width: 100%;
    background: url('../img/image2 2@2x.png')no-repeat;
    background-size: contain;
    background-position: center;
}

.reviews-title {
    color: #000;
    padding-bottom: 40px;
}

.reviews-title h2 {
    font-size: 34px;
    text-align: center;
}

.wrapp-card_reviews {
    display: flex;
    flex-wrap: wrap;
}

.card_reviews {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 360px;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 2px 6px -1px #000;
    padding: 20px;
    margin: 25px 10px;
}

.wrapp-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    align-items: center;
    padding-bottom: 15px;
}

img.quotes {
    position: absolute;
    top: -25px;
    right: 25px;
    width: 50px !important;
}

button.owl-prev,
button.owl-next {
    outline: none;
}

.avatar {
    padding-right: 15px;
}

.wrapp-end-bg {
    width: 100%;
    max-width: 1920px;
    background: #717ed3;
    background: -moz-linear-gradient(top,  #717ed3 0%, #00b0de 100%);
    background: -webkit-linear-gradient(top,  #717ed3 0%,#00b0de 100%);
    background: linear-gradient(to bottom,  #717ed3 0%,#00b0de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717ed3', endColorstr='#00b0de',GradientType=0 );
}

.wrapp-end-bg .wrapp-title-end {
    padding: 50px 0;
    text-align: center;
}

.wrapp-end-bg .wrapp--end_form {
    padding-bottom: 100px;
}

.wrapp-end-bg .wrapp-title-end h2 {
    font-size: 4rem;
}

.wrapp-end-bg .wrapp-title-end p {
    font-size: 34px;
}

.wrapp_stars {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

img.stars {
    width: 20px !important;
}

.title-r-card h3 {
    margin-bottom: 15px;
}

.card_reviews p {
    line-height: 1.6;
    font-size: 15px;
    font-family: sans-serif;
}

h1 {
    font-family: 'oswald';
    font-size: 4rem;
/*    text-align: center;*/
/*    margin-top: 60px;*/
    margin-bottom: 25px;
}

.wrapp span {
    font-family: 'oswald';
    color: #000;
    font-size: 38px;
    font-weight: bold;
    display: block;
    padding-top: 90px;
}

.after_h1{
    text-align: center;
    padding-bottom: 40px;
    font-size: 30px;
}

.main-btn {
    background: #E89200;
    font-family: sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 25px;
    border: none;
    margin: 0 auto;
    outline: none;
}

.first_form{
    background: #fff;
    border-radius: 25px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.first_form .title_form{
    color: #E99B00;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 10px;
}

.first_form .after_title{
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}

.first_form .wrapp_input{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
}

.first_form .wrapp_input label{
    color: #000;
    text-align: left;
}

.first_form .wrapp_input input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    outline: none;
    box-sizing: border-box;
}

.second_form,
.third_form{
    color: #000;
    border-radius: 22px !important;
}

.second_form .iziModal-wrap{
    background-image: url(/img/form2.png) !important;
    background-position: bottom right 6% !important;
    background-repeat: no-repeat;
    background-size: 260px;
}

.second_form .title_form{
    color: #2A46BD;
    font-size: 30px;
    text-transform: uppercase;
    margin: 25px 0 10px;
}

.second_form .after_title{
    margin-bottom: 50px;
}


.second_form .wrapp_input{
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.second_form .wrapp_input label{
    text-align: left;
}

.second_form .wrapp_input input{
    border: none !important;
    border-bottom: 1px solid #C8C8C8 !important;
}

.second_form #send-ins{
    position: static;
    margin: 15px 0 0;
    padding: 15px 70px;
}

.second_form #form{
    padding: 0 35px 15px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0) !important;
    outline: none;
}

.iti--separate-dial-code .iti__selected-flag:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.third_form h2{
    color: #F7A219;
    font-size: 45px;
    margin-bottom: 15px;
}

.third_form .after_h2{
    font-size: 25px;
    color: #2A46BD;
    margin-bottom: 40px;
}

.third_form .text{
    max-width: 310px;
    margin-bottom: 40px;
}
.third_form .iziModal-wrap{
    background-image: url(/img/third-f.png) !important;
    background-position: bottom right 6% !important;
    background-repeat: no-repeat;
    background-size: 260px;
}

.copyright {
    color: #fff;
    padding-bottom: 5px;
    text-align: center;
    font-family: sans-serif;
}
.copyright a {
    color: #fff;
    text-decoration: none;
}
.copyright a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 625px){
    .third_form .iziModal-wrap,
    .second_form .iziModal-wrap{
        background-image: none !important;
    }

    .after_h1{
        font-size: 20px;
    }

    body>.wrapp{
        padding-bottom: 20px;
    }
}



.bottom_img img{
    width: 100%;
    position: absolute;
    bottom: 0;
}

/*modal*/

.modal__content{
    font-size: 20px;
    text-align: center;
}

.modal_polis {
    color: #000;
}

.modal__close{
    background: #999;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-weight: bold;
    position: absolute;
    right: -25px;
    top: -15px;
    transform: rotate(45deg);
    outline: none;
    font-size: 15.5px;
}

.wrapp_input input#name,
.wrapp_input input#email,
.wrapp_input input#phone,
.wrapp_input .polis_conf,
.iti{
    width: 100%;
    max-width: 400px;
}

.iti{
    margin: 7px 0;
}

.wrapp_input{
    text-align: center;
}
.wrapp_input input#name,
.wrapp_input input#email,
.wrapp_input input#phone{
    padding: 5px;
    margin: 7px 0;
    border: none;
    outline: none;
}

.wrapp_input input#phone{
    padding-left: 45px;
}

.polis_conf #checked{

}

#send-ins{
    background: #E89200;
    color: #fff;
    font-size: 17px;
    padding: 15px 40px;
    border-radius: 25px;
    border: none;
    margin: 0 auto;
    display: block;
    outline: none;
    position: relative;
    bottom: -23px;
}

.modal_polis p{
    text-align: left;
    font-size: 16px;
}

.iti{
    color: #000;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    .wrapp h1 {
        font-size: 3rem;
    }
    .bottom_img {
        background-position: bottom;
        background-size: 1030px;
    }
    .card_reviews p {
        line-height: 1.3;
        font-size: 15px;
    }
    .card_reviews {
        height: 430px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .wrapp span {
        font-size: 28px;
        padding-top: 10px;
    }
    .wrapp h1 {
        font-size: 2.7rem;
    }
    .bottom_img {
        background-position: bottom right;
        background-size: 770px;
    }
    .article-title p {
        line-height: 1.6;
        font-size: 17px;
    }
    .card_reviews {
        height: 450px;
    }
    .card_reviews p {
        line-height: 1.3;
    }
    .wrapp-end-bg .wrapp-title-end h2 {
        font-size: 3rem;
    }

    
}

@media screen and (min-width: 569px) and (max-width: 768px) {
    .wrapp {
        font-size: 3rem;
    }

    .wrapp span {
        font-size: 28px;
        padding-top: 10px;
    }

    .wrapp h1 {
        font-size: 2rem;
    }

    .bottom_img {
        background-position: bottom center;
        background-size: 570px;
    }
    .article-title {
        padding-bottom: 30px; 
    }
    
    .article-title h2 {
        padding-bottom: 15px;
        font-size: 32px;
    }
    .article-title p {
        width: 100%;
        line-height: 1.4;
        font-size: 17px;
    }
    .article_wrapp {
        flex-direction: column;
        padding-bottom: 25px;
    }
    .mb-clr {
        flex-direction: column-reverse;
    }
    .bg_block {
        height: 150px;
        background-position: center;
    }
    .bg-block1 {
        height: 150px;
        background-position: center;
    }
    .wrapp-end-bg .wrapp-title-end h2 {
        font-size: 2.2rem;
    }
    .wrapp-end-bg .wrapp-title-end p {
        font-size: 22px;
    }
    .card_reviews {
        height: 450px;
    }
    .card_reviews p {
        line-height: 1.2;
        font-size: 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 568px) {
    .wrapp {
        padding: 10px 0 0 0;
        height: auto;
    }
    .wrapp span {
        padding-top: 10px;
        font-size: 18px;
    }
    .wrapp h1 {
        font-size: 2rem;
    }
    .wrapp-color {
        height: 70vh;
    }
    .bottom_img {
        height: 100%;
        background-position: bottom;
        background-size: 320px;
    }
    .article-title h2 {
        padding-bottom: 10px;
        font-size: 22px;
    }
    .article-title p {
        width: 100%;
        line-height: 1.3;
        font-size: 16px;
    }
    .bg_block {
        height: 120px;
        background-position: center;
    }
    .bg-block1 {
        height: 120px;
        background-position: center;
    }
    .article_wrapp {
        flex-direction: column;
        padding-bottom: 10px;
    }
    .mb-clr {
        flex-direction: column-reverse;
    }
    section {
        padding: 20px 0;
    }
    .reviews-title h2 {
        font-size: 24px;
    }
    .card_reviews p {
        line-height: 1.2;
        font-size: 14px;
    }
    .wrapp-end-bg .wrapp-title-end h2 {
        font-size: 1.3rem;
    }
    .wrapp-end-bg .wrapp-title-end p {
        font-size: 16px;
    }
    .first_form .title_form {
        font-size: 20px;
    }
    .copyright {
        font-size: 11px;
    }
    .second_form .title_form {
        font-size: 22px;
    }
}