::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #23B453;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #23B453;
}

body {
    background: #fff url(../image/bg-middle.jpg) no-repeat center top;
    font-family: "MuseoSans";
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

h1, h2, h3, h4, h5 {
    font-family: "MuseoSans";
}

textarea, button, a, select, input {
    outline: none !important;
    text-decoration: none;
}

::selection {
    background: #23B453;
    color: #000;
}

::-moz-selection {
    background: #23B453;
    color: #000;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.container-mini {
    max-width: 980px;
    margin: 0 auto;
    width: 90%;
}

.iziModal-overlay:before {
    content: "";
    position: fixed;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -moz-linear-gradient(135deg, #019dcc 0%, #434b4e 100%);
    background-image: -webkit-linear-gradient(135deg, #019dcc 0%, #434b4e 100%);
    background-image: -ms-linear-gradient(135deg, #019dcc 0%, #434b4e 100%);
}

.iziModal {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.48);
}

.modal-content {
    padding: 0px;
}

.modal-content h3 {
    font-size: 32px;
    font-weight: 600;
}

i.close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

.overflowww {
    overflow-x: hidden;
}

.header {
    position: relative;
}

.btn, a.btn, .flex-button a {
    background: linear-gradient(193.07deg, #29CD61 -7.36%, #23B453 90.15%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 3px 0px #0A9F3D, 0px 14px 34px rgba(38, 191, 90, 0.6);
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 70px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 128.69%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.blink:after {
    content: '';
    background: #fff;
    opacity: .14;
    width: 40px;
    position: absolute;
    height: 100%;
    transform: skewX(-28deg);
    top: 0;
    margin-left: -260px;
    animation-name: blinkbut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.blink:before {
    content: '';
    background: #fff;
    opacity: .14;
    width: 90px;
    position: absolute;
    height: 100%;
    transform: skewX(-28deg);
    top: 0;
    margin-left: -170px;
    animation-name: blinkbut;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blinkbut {
    from {
        transform: translateX(-400px) skewX(-28deg);
    }
    to {
        transform: translateX(100px) skewX(-28deg);
    }
}

@keyframes blinkbut {
    from {
        transform: translateX(-400px) skewX(-28deg);
    }
    to {
        transform: translateX(1000px) skewX(-28deg);
    }
}

.blinkbut {
    -webkit-animation-name: blinkbut;
    animation-name: blinkbut;
}

.topline {
    display: flex;
    place-content: space-between;
    align-items: center;
    padding: 32px 0;
}

a.btn.btn--topline {
    width: 194px;
    height: 44px;
    font-size: 12px;
    opacity: .7;
    transition: .3s;
}

a.btn.btn--topline:hover {
    opacity: 1;
}

.logo {
    display: flex;
}

.logo p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #B5B5B5;
    max-width: 159px;
    margin-left: 18px;
}

a.phoneNum {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000;
}

.phone {
    text-align: right;
}

.phone {
    text-align: right;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: right;
    text-align: right;
    grid-column-gap: 16px;
}

.phone p {
    grid-column-end: -1;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: flex-end;
    position: relative;
}

.phone p:before {
    width: 6px;
    height: 6px;
    content: "";
    margin-right: 8px;
    background: linear-gradient(193.07deg, #29CD61 -7.36%, #23b453 90.15%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 14px 34px rgba(38, 191, 90, 0.6);
    border-radius: 1000px;
}

.ctaForm {
    max-width: 377px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 24px 30px rgba(0, 0, 0, 0.04), inset 0px 0px 0px 6px #FFFFFF, inset 0px 0px 0px 7px #F3F3F3;
    border-radius: 10px;
    padding: 36px 56px 24px;
}

.form--title {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 113.4%;
    text-align: center;
    /* Заголовки */
    color: #13343D;
    margin-bottom: 16px;
}

.form--desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 128.69%;
    text-align: center;
    color: #666666;
    margin-bottom: 20px;
}

.main-inp {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    margin-bottom: 18px;
    padding: 20px;
    transition: .3s;
}

.main-inp:hover, .main-inp:focus, .main-inp:active {
    border: 1px solid #fed639;
}

.form-label {
    font-size: 12px;
    line-height: 128.69%;
    text-align: left;
    color: #666666;
    margin-bottom: 6px;
}

.btn--cta {
    margin: 0 auto;
}

.polit {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 128.69%;
    text-align: center;
    color: #666666;
    opacity: 0.7;
    margin-top: 16px;
}

.polit a {
    color: #FFD333;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

button.owl-prev {
    left: -70px;
    position: absolute;
}

button.owl-next {
    right: -70px;
    position: absolute;
}

.dacorn a {
    display: flex;
    max-width: 157px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dacorn a p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    align-items: left;
    color: #B8B8B8;
}

.dacorn a img {
    margin-right: 10px;
}

textarea.main-inp {
    height: 200px;
    font-family: MuseoSans;
}

.modal-content form.ctaForm {
    padding: 30px;
}

.title {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}

.title span {
    color: #6BC100;
}

.desc-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #7E7E7E;
    text-align: center;
}

.grid-catalog {
    display: grid;
    margin: 50px 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.cat-item {
    height: 269px;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.cat-item p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    max-width: 261px;
    color: #FFFFFF;
}

.cat-item p span {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    display: block;
    color: #23B453;
}

.info-project p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #3C3C3C;
}

.info-project p strong {
    font-weight: 700;
}

.owl-portfolio {
    margin: 40px 0 10px;
}

.info-project {
    padding: 30px 0;
}

.flex-button {
    display: flex;
    place-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

/* переходы квиза */

.fade-enter-active, .fade-leave-active {
    transition: opacity .3s ease-in;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
    top: 110px;
    position: absolute;
    left: 0;
    right: 0;
}

.quiz {
    padding: 0 0 50px 0;
    position: relative;
    z-index: 1;
}

.quiz-container {
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05), inset 0px 0px 0px 5px #FFFFFF, inset 0px 0px 0px 6px #F8F8F8;
    border-radius: 5px;
}

.quiz-content {
    padding: 40px 90px;
}

.quiz-container h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #13343D;
    max-width: 842px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.progress {
    background: #F8F8F8;
    box-shadow: inset 0px 4px 12px rgba(0, 0, 0, 0.03);
    border-radius: 100px;
    max-width: 490px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.progress p {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #000000;
    position: relative;
}

.progress i {
    background: linear-gradient(193.07deg, #29CD61 -7.36%, #23B453 90.15%);
    border-radius: 100px;
    position: absolute;
    height: 46px;
    display: block;
    top: 7px;
    left: 7px;
}

p.question {
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #13343D;
    font-family: "PT Serif";
    font-style: italic;
    margin-bottom: 15px;
}

.radio-group {
    position: relative;
    display: inline-block;
}

input.radio-inp:not(checked) {
    position: absolute;
    left: 0;
    opacity: 0;
}

input.radio-inp:not(checked)+label {
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    color: #000;
    margin: 10px;
    transition: all 0.23232323s easy-in-out;
    -webkit-transition: all 0.23232323s ease-in-out;
    -moz-transition: all 0.23232323s ease-in-out;
}

.radio-inp+label {
    cursor: pointer;
    margin: 15px 0;
}

label.radio-label img {
    margin-bottom: 20px;
    border-radius: 5px;
    width: 200px;
    height: 140px;
    object-fit: cover;
}

label.radio-label p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

.radio-inp:not(checked)+label:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    background: #5b5f6d;
    border-radius: 50%;
    transition: all 0.23232323s easy-in-out;
    -webkit-transition: all 0.23232323s ease-in-out;
    -moz-transition: all 0.23232323s ease-in-out;
    background: linear-gradient(180deg, #C4C4C4 0%, #E2E2E2 100%);
    border: 7px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.radio-inp:checked+label:before {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 7px solid #3FAF4B;
    box-sizing: border-box;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
}

.box-question {
    margin-bottom: 20px;
    text-align: center;
}

.btn-next {
    width: 235px;
    height: 60px;
    line-height: 55px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}

.btn-prev {
    background: linear-gradient(193.07deg, #FFFFFF -7.36%, #DEDEDE 90.15%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 3px 0px #D8D8D8, 0px 14px 34px rgba(221, 221, 221, 0.6);
    border-radius: 1000px;
    width: 235px;
    height: 60px;
    line-height: 55px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #B6B6B6;
}

.btn-quiz-group {
    text-align: center;
}

.btn-quiz-group button {
    display: inline-block;
    margin: 0 10px;
}

.no-img-quiz .radio-group {
    width: 220px;
    position: relative;
    border: 2px solid #f1f1f1;
    height: 50px;
    vertical-align: top;
    margin: 10px 10px;
    border-radius: 100px;
}

.no-img-quiz input.radio-inp:not(checked)+label {
    display: block;
}

.no-img-quiz .radio-inp:not(checked)+label:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    background: #5b5f6d;
    border-radius: 50%;
    transition: all 0.23232323s easy-in-out;
    -webkit-transition: all 0.23232323s ease-in-out;
    -moz-transition: all 0.23232323s ease-in-out;
    background: linear-gradient(180deg, #C4C4C4 0%, #E2E2E2 100%);
    border: 7px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.no-img-quiz .radio-inp:checked+label:before {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 7px solid #3FAF4B;
    box-sizing: border-box;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
}

.quiz-big-img label.radio-label img {
    margin-bottom: 20px;
    border-radius: 5px;
    width: 200px;
    height: 270px;
    object-fit: cover;
}

.quiz-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
}

.quiz-form-grid h3 {
    font-size: 33px;
    line-height: 1.3;
    font-weight: 400;
    font-style: italic;
}

.box-form {
    padding: 30px 0;
}

.flex-gift {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.flex-gift img {
    margin-right: 15px;
}

.flex-gift p {
    font-size: 18px;
    line-height: 1.3;
    font-family: PT serif;
    font-style: italic;
}

i.fly-sish-left {
    pointer-events: none;
    top: 60px;
    position: absolute;
    left: 170px;
}

i.fly-sish-right {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 280px;
}

i.fly-list-right {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 20px;
}

.btn {
    cursor: pointer !important;
}

.map{
    position: relative;
}

.info-page {
    position: absolute;
    z-index: 1;
    max-width: 362px;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.09), inset 0px 0px 0px 5px #FFFFFF, inset 0px 0px 0px 6px #F8F8F8;
    border-radius: 5px;
    padding: 35px;
    margin: 190px 0 0;
}
.info-page .address{
    max-width: 182px;
    margin-bottom: 20px;
}
.info-page h4{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #13343D;
    margin-bottom: 35px;
}
.info-page .phone {
    text-align: right;
    padding-right: 20px;
    max-width: 220px;
}
.footer{
    padding: 70px 0;
}
.grid-footer {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr 2fr 3fr;
    grid-gap: 30px;
}
.footer .address {
    /*max-width: 182px;*/
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 40px;
}
.menu-ff h4{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #13343D;
    margin-bottom: 25px;
}
.menu-ff ul li {
    line-height: 1.7;
}
.menu-ff ul li a {
    color: #000;
    border-bottom: 1px solid #000;
    opacity: .5;
    transition: .3s;
    font-size: 14px;
}
.menu-ff ul li a:hover{
    opacity: 1;
}
.cloud-top{
    position: absolute;
    z-index: 1;
    background: url(../image/cloud-top.png) no-repeat center;
    width: 100%;
    height: 244px;
    display: block;
    top: -50px;
}

.cloud-bottom{
    position: absolute;
    z-index: 1;
    background: url(../image/cloud-bottom.png) no-repeat center;
    width: 100%;
    height: 248px;
    display: block;
    bottom: 0;
}

.map-title{
    padding-top: 50px;
}

i.i-list {
    pointer-events: none;
    position: absolute;
    left: -40px;
    top: 0;
}

.owl-portfolio .item img {
    max-height: 470px;
    object-fit: cover;
    height: auto;
}