.charact {
    width: 70%
}

.charact-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.charact-item__value {
    font-weight: 500
}

.charact-item__name {
    font-weight: 600
}

.about-sec {
    position: relative
}

#ref_side {
    position: absolute;
    top: -150px
}

.menu-m-btn svg {
    margin: auto;
    height: 100%;
    width: 100%;
    fill: var(--main-color)
}

.mobile-infos .phone-sec {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px
}

.mobile-infos .phone-sec a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--main-color);
    letter-spacing: .05em
}

.promotion_btn:hover,
.btn:hover,
.estimate-btn:hover,
.feedback_btn:hover {
    background: var(--main-color-hover);
    color: #fff
}

.btn-callback.window-show {
    border-bottom: 1px dashed var(--main-color);
    display: inline-block;
    color: var(--main-color);
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width:1000px) {

    header .wrapper,
    footer .wrapper {
        height: 100%
    }
}

@media screen and (max-width:1250px) {

    header .logo-sec,
    footer .logo-sec {
        margin-right: 30px
    }
}

.logo-label {
    font-size: 14px;
    flex: 0 0 70%;
    line-height: 1.2
}

@media screen and (max-width:1000px) {

    header .logo-sec a img,
    footer .logo-sec a img {
        height: 40px
    }
}

header .right-sec .phone-sec {
    flex-direction: column;
    justify-content: center
}

header .right-sec .phone-sec a {
    color: #fff
}

header .right-sec .phone-sec a:hover,
footer .right-sec .phone-sec a:hover {
    color: var(--main-color)
}

.phone-sec-soc {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 50%
}

.menu-sec .phone-sec-soc {
    display: none
}

footer .phone-sec-soc {
    justify-content: flex-end;
    flex: 0 0 auto
}

header .phone-sec-soc a:not(:last-child) {
    margin-right: 10px
}

header .phone-sec-soc a {
    width: 33px;
    height: 33px;
    display: block;
    opacity: 1;
    transition: .5s
}

header .phone-sec-soc a:hover {
    opacity: .7
}

.phone-sec-soc-mob {
    padding: 5px;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
}

header .right-sec .phone-sec-soc a,
footer .right-sec .phone-sec-soc a,
header .phone-sec-soc-mob a {
    display: block
}

footer .right-sec .phone-sec-soc a:nth-child(1),
header .phone-sec-soc-mob a:nth-child(1) {
    margin-right: 10px
}

header .right-sec .phone-sec-soc a svg,
footer .right-sec .phone-sec-soc a svg,
header .phone-sec-soc-mob a svg {
    width: 30px;
    height: 30px;
    color: var(--main-color)
}

@media screen and (max-width:1250px) {

    header .right-sec .phone-sec a,
    footer .right-sec .phone-sec a {
        font-size: 16px
    }
}

@media screen and (max-width:1000px) {

    header .right-sec .phone-sec a,
    footer .right-sec .phone-sec a {
        font-size: 13px
    }
}

header .right-sec .phone-sec-soc a svg:hover,
footer .right-sec .phone-sec-soc a svg:hover,
header .phone-sec-soc-mob a svg:hover {
    color: #000
}

@media screen and (max-width:1000px) {
    .menu-sec {
        position: absolute;
        top: 100px;
        left: -100%;
        padding-top: 30px;
        display: block;
        -webkit-transition: .2s;
        transition: .2s;
        width: 100%;
        height: calc(100vh - 60px);
        background: #fff;
        z-index: 999
    }
}

.menu-sec.active-menu {
    left: 0
}

@media screen and (max-width:1000px) {
    .menu-sec ul {
        display: block;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:1250px) {
    .menu-sec ul li {
        margin-right: 15px
    }
}

@media screen and (max-width:1000px) {
    .menu-sec ul li {
        display: block;
        margin-right: 0
    }
}

.menu-sec ul li a:hover {
    color: var(--main-color)
}

@media screen and (max-width:1250px) {
    .menu-sec ul li a {
        font-size: 16px
    }
}

@media screen and (max-width:1000px) {
    .menu-sec ul li a {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        border-bottom: 2px solid var(--main-color)
    }
}

.menu-sec ul li a.active {
    color: var(--main-color-hover);
    border-bottom: 2px dashed var(--main-color-hover)
}

@media screen and (max-width:450px) {
    .slider-sec .slide-main {
        height: 100vh;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width:1400px) {
    .slider-sec .slide-main .wrapper {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (max-width:1000px) {
    .slider-sec .slide-main .wrapper {
        padding-top: 0
    }
}

@media screen and (max-width:450px) {
    .slider-sec .slide-main .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:1400px) {
    .slider-sec .slide-main .title-slide {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media screen and (max-width:600px) {
    .slider-sec .slide-main .title-slide {
        font-size: 20px
    }
}

@media screen and (max-width:1400px) {
    .review-sec {
        padding-left: 15px;
        padding-right: 15px;
        height: 30px
    }
}

@media screen and (max-width:450px) {
    .review-sec {
        display: none
    }
}

@media screen and (max-width:1400px) {
    .review-sec .prev {
        height: 30px;
        width: 30px
    }
}

@media screen and (max-width:1400px) {
    .review-sec .next {
        height: 30px;
        width: 30px
    }
}

@media screen and (max-width:1400px) {
    .review-sec svg {
        height: 10px;
        width: 10px
    }
}

.about-sec {
    margin-top: -70px;
    margin-bottom: 0
}

@media screen and (max-width:1200px) {
    .about-sec {
        margin-top: -50px;
        margin-bottom: 0
    }
}

.about-sec h1 {
    margin-top: 150px;
    margin-bottom: 70px;
    text-align: center
}

@media screen and (max-width:1200px) {
    .about-sec h1 {
        margin-bottom: 40px
    }
}

@media screen and (max-width:600px) {
    .about-sec h1 {
        margin-top: 60px
    }
}

.grid-about {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px
}

@media screen and (max-width:1200px) {
    .grid-about {
        grid-gap: 20px
    }
}

@media screen and (max-width:950px) {
    .grid-about {
        grid-template-columns: repeat(1, 1fr)
    }
}

.grid-about p {
    line-height: 1.5;
    text-align: justify
}

@media screen and (max-width:1200px) {
    .video-sec {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.video-sec h2 {
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width:1200px) {
    .video-sec h2 {
        margin-bottom: 40px
    }
}

.video-sec .video {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.video-sec .video img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.video-sec .video-caption {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    font-size: 18px
}

@media screen and (max-width:1200px) {
    .video-sec .video-caption {
        margin-top: 40px
    }
}

.advantage-sec {
    display: flex;
    margin-top: 70px;
    margin-bottom: 0;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:1200px) {
    .advantage-sec {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media screen and (max-width:950px) {
    .advantage-sec {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:600px) {
    .advantage-sec {
        grid-template-columns: repeat(1, 1fr);
        margin-left: -10px
    }
}

.advantage-sec .advantage {
    border: 4px solid #6BB1DB;
    border-radius: 10px;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.11);
    padding: 20px;
    padding-right: 120px;
    position: relative;
    overflow: hidden;
    height: auto;
    flex: 0 0 32%
}

.advantage-sec .title-rabot__desc {
    font-size: 16px;
    color: #000;
    font-weight: 400
}

@media screen and (max-width:1200px) {
    .advantage-sec .advantage {
        padding-left: 60px
    }
}

.advantage-sec .advantage .ico {
    height: 100%;
    width: 20%;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 10%
}

@media screen and (max-width:480px) {
    .advantage-sec .advantage .ico p {
        margin-left: -20%
    }

    .advantage-sec .advantage .title-rabot {
        font-size: 16px
    }
}

.advantage-sec .advantage .ico p {
    font-size: 100px;
    font-weight: 900;
    color: var(--main-color-hover)
}

@media screen and (max-width:1200px) {
    .advantage-sec .advantage .ico svg {
        height: 20px;
        width: 20px
    }
}

.advantage-sec .advantage .info {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:1200px) {
    .advantage-sec .advantage .info {
        height: 50px
    }
}

.advantage-sec .advantage .title-rabot {
    font-weight: 600;
    line-height: 1.3;
    font-size: 20px;
    position: relative;
    z-index: 3;
    color: #000;
    margin-bottom: 12px
}

@media screen and (max-width:1200px) {
    .advantage-sec .advantage .title {
        font-size: 16px;
        line-height: 22px
    }
}

.location-sec .advantage-sec {
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:900px) {
    .location-sec .advantage-sec {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:600px) {
    .location-sec .advantage-sec {
        grid-template-columns: repeat(1, 1fr)
    }

    .advantage-sec .advantage .ico p {
        font-size: 80px;
        font-weight: 700
    }

    .advantage-sec .advantage .ico {
        right: -30px
    }
}

.plan-sec {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #F8F9F7
}

@media screen and (max-width:1200px) {
    .plan-sec {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.plan-sec h2 {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px
}

@media screen and (max-width:1250px) {
    .plan-sec h2 {
        padding-left: 15px
    }
}

@media screen and (max-width:1200px) {
    .plan-sec h2 {
        margin-bottom: 40px
    }
}

.plan-sec .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

@media screen and (max-width:1200px) {
    .plan-sec .wrapper {
        grid-gap: 15px
    }
}

@media screen and (max-width:1000px) {
    .plan-sec .wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:650px) {
    .plan-sec .wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.plan-sec .plan-card {
    padding: 15px;
    vertical-align: top;
    text-align: left;
    border-radius: 20px;
    color: inherit;
    text-decoration: none;
    background: #FFF;
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.06)
}

.plan-sec .plan-card .img {
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:1200px) {
    .plan-sec .plan-card .img {
        height: 300px
    }
}

.plan-sec .plan-card .img img {
    height: 80%;
    display: block;
    margin: auto;
    width: 80%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain
}

.plan-sec .plan-card .name {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid var(--main-color);
    letter-spacing: .02em;
    font-weight: 500
}

.plan-sec .plan-card .btn {
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.plan-sec .plan-card .inform {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif
}

.plan-sec .plan-card .inform .rooms,
.plan-sec .plan-card .inform .square {
    width: 50%;
    font-size: 22px;
    font-weight: 500
}

.plan-sec .plan-card .inform .rooms sup,
.plan-sec .plan-card .inform .square sup {
    font-size: 10px;
    position: relative;
    top: -10px
}

.plan-sec .plan-card .inform .rooms span,
.plan-sec .plan-card .inform .square span {
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 13px
}

.b-location {
    position: relative
}

.b-location__groups {
    position: absolute;
    overflow: auto;
    z-index: 2;
    top: 40px;
    left: 0;
    right: 0
}

@media screen and (max-width:1200px) {
    .b-location__groups {
        top: 20px
    }
}

@media screen and (max-width:850px) {
    .b-location__groups {
        top: 10px
    }
}

.b-location__groups::-webkit-scrollbar {
    height: 2px;
    background: transparent
}

.b-location__groups::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent
}

.b-location__groups::-webkit-scrollbar-thumb {
    background: var(--main-color)
}

.b-location__map {
    height: 700px;
    width: 100vw;
    border: none;
    position: relative
}

@media screen and (max-width:1200px) {
    .b-location__map {
        height: 500px
    }
}

.b-location__marker {
    position: relative;
    z-index: 50
}

.b-location__marker:hover {
    z-index: 60
}

.b-location__marker:hover .b-location__gray {
    display: block
}

.b-location__gray {
    position: absolute;
    left: 13px;
    z-index: 3;
    bottom: 44px;
    background: #fff;
    padding: 20px 15px;
    color: #333;
    min-width: 250px;
    display: none;
    -webkit-animation: .2s top forwards;
    animation: .2s top forwards;
    -webkit-box-shadow: 0 0 40px rgba(1, 56, 120, 0.14);
    box-shadow: 0 0 40px rgba(1, 56, 120, 0.14)
}

.b-location__marker-ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px
}

.b-location__marker-ico img {
    max-width: 24px;
    max-height: 20px;
    display: block;
    margin-bottom: 10px
}

.b-location__marker-name {
    font-size: 13px;
    font-weight: 700;
    display: block
}

.b-location__group-list {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}

@media screen and (max-width:900px) {
    .b-location__group-list {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding-left: 15px;
        padding-right: 15px
    }
}

.b-location__group-list::-webkit-scrollbar {
    width: 0;
    background: #f1f1f1
}

.b-location__group-item {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-radius: 25px;
    padding: 7px 25px 7px 40px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    color: #3C3C3C;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

.b-location__group-item+.b-location__group-item {
    margin-right: 5px
}

.b-location__group-item:last-child {
    margin-right: 0
}

.all-cat-btn {
    padding: 7px 20px
}

.b-location__group-item:hover {
    background: var(--main-color-hover);
    color: #fff
}

.b-location__group-item_active {
    background: var(--main-color);
    color: #fff
}

.b-location__group-item_active img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.b-location__group-ico {
    position: absolute;
    left: 18px;
    height: 16px;
    display: block;
    top: calc(50% - 9px)
}

.b-location__group-ico img {
    height: 16px
}

.b-location__marker-pin {
    display: block;
    width: 32px;
    height: 32px;
    background: var(--main-color);
    -webkit-box-shadow: 0 0 10px rgba(1, 56, 120, 0.18);
    box-shadow: 0 0 10px rgba(1, 56, 120, 0.18);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.b-location__marker-pin img {
    width: 16px;
    height: 16px
}

@media screen and (max-width:1000px) {
    .map {
        min-height: calc(100vh - 160px)
    }
}

@media screen and (max-width:800px) {
    .map {
        position: relative;
        top: 30%
    }
}

.map .gmnoprint {
    display: none
}

@media screen and (max-width:1200px) {
    .map .info-contact {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

@media screen and (max-width:800px) {
    .map .info-contact {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0
    }
}

@media screen and (max-width:1200px) {
    .map .info-contact div {
        margin-bottom: 20px
    }
}

@media screen and (max-width:800px) {
    .map .info-contact div {
        font-size: 17px
    }
}

.map .info-contact div a:hover {
    color: var(--main-color-hover)
}

.page-not-front {
    min-height: calc(100vh - 180px)
}

@media screen and (max-width:1200px) {
    .page-not-front h1 {
        margin-bottom: 40px
    }
}

.page-not-front p .img-custom-size {
    margin-top: 50px
}

.page-not-front .img-custom-size {
    max-height: 600px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:800px) {
    .page-not-front .img-custom-size {
        min-height: 100px;
        width: 100% !important;
        height: auto !important
    }
}

.catalog-arts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 50px
}

@media screen and (max-width:1000px) {
    .catalog-arts {
        grid-template-columns: repeat(1, 1fr)
    }
}

.catalog-arts .adv-card img {
    display: block;
    height: 200px;
    border-radius: 10px;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.06)
}

.catalog-arts .adv-card .name {
    font-weight: 500;
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif
}

.catalog-arts .adv-card .desc {
    font-size: 14px;
    line-height: 21px
}

@media screen and (max-width:1000px) {
    .catalog-arts .adv-card .desc {
        font-size: 17px;
        line-height: 24px
    }
}

.shadow-sec .window {
    position: absolute;
    left: 50%;
    background: #fff;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px
}

@media screen and (max-width:500px) {
    .shadow-sec .window {
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
        width: 100%;
        height: 100vh
    }
}

.shadow-sec .title-sec {
    padding: 25px;
    padding-right: 70px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: var(--main-color);
    font-size: 25px;
    line-height: 28px;
    font-weight: 300;
    position: relative
}

@media screen and (max-width:500px) {
    .shadow-sec .title-sec {
        font-size: 20px;
        line-height: 25px
    }
}

.shadow-sec .title-sec .close {
    height: 27px;
    width: 27px;
    position: absolute;
    right: 25px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.shadow-sec .title-sec .close svg {
    height: 100%;
    width: 100%
}

.shadow-sec .btn-sec {
    padding: 25px;
    padding-bottom: 10px
}

@media screen and (max-width:500px) {
    .shadow-sec .btn-sec {
        text-align: center
    }

    .shadow-sec .btn-sec .btn {
        width: 100%;
        text-align: center;
        font-size: 10px
    }
}

.shadow-sec #modalmessage {
    padding-top: 0;
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 12px;
    height: 34px
}

.shadow-sec .politic {
    font-size: 15px;
    padding-left: 25px;
    white-space: pre-line;
    padding-right: 25px;
    font-family: 'Montserrat', sans-serif
}

@media screen and (max-width:500px) {
    .shadow-sec .politic {
        font-size: 12px;
        line-height: 20px
    }
}

.shadow-sec .politic a {
    color: var(--main-color);
    -webkit-transition: .3s;
    transition: .3s
}

.shadow-sec .politic a:hover {
    color: var(--main-color-hover)
}

.shadow-sec .window-content {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0
}

.shadow-sec .window-content .inputs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding-bottom: 20px
}

.map-sec {
    height: 500px
}

.map-sec iframe {
    width: 100%;
    height: 100%
}

.shadow-sec .window-content .inputs input,
.promotion-form .promotion-form-inputs input,
.estimate-window-content .estimate-inputs input,
.feedback-form .feedback-form-inputs input {
    width: 100%;
    height: 50px;
    display: block;
    border: 1px solid #ccc;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px
}

.thank-page {
    min-height: calc(100vh - 180px);
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative
}

@media screen and (max-width:1200px) {
    .thank-page {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (max-width:1000px) {
    .thank-page {
        min-height: calc(100vh - 160px)
    }
}

.thank-page h1 {
    margin-bottom: 40px
}

.head-soc {
    display: flex;
    width: 20%;
    justify-content: space-between;
    align-items: center
}

header .right-sec .head-soc {
    width: 20%
}

footer .right-sec .head-soc {
    width: 20%
}

.soc-item:hover {
    opacity: .8
}

.portfolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px 40px
}

.portfolio-item {
    flex: 0 0 23%;
    margin-bottom: 20px;
    margin-right: 20px;
    display: block;
    transition: .6s;
    box-shadow: 0 0 15px -2px #ababab;
    filter: brightness(.7);
    overflow: hidden;
    height: 360px
}

.portfolio .portfolio-item h3 {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 40%;
    color: #FFF
}

.portfolio-item:hover {
    box-shadow: 0 0 20px -5px var(--main-color);
    filter: brightness(1)
}

.portfolio-item:hover img {
    transform: scale(1.1)
}

.process-block-rabot h2 {
    text-align: center;
    color: var(--main-color-hover);
    font-weight: 700
}

.portfolio-link__info {
    font-size: 22px;
    font-weight: 600;
    color: #242c37;
    padding: 10px;
    display: block;
    line-height: 1.2;
    height: 80px
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.3s;
    transform: scale(1.0)
}

.portfolio-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.portfolio-img a {
    flex: 0 0 31%;
    margin-right: 20px;
    margin-bottom: 20px
}

.portfolio-img img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    display: block;
    box-shadow: 0 0 15px -7px #007aff;
    border-radius: 10px
}

.portfolio-wrap {
    padding: 40px 0
}

.portfolio-wrap h2 {
    text-align: center
}

.portfolio-wrap .portfolio {
    padding-top: 40px
}

.portfolio-wrap .portfolio-all.btn {
    margin: 0 auto;
    display: block;
    width: 25%;
    text-align: center
}

.advan-wrap {
    display: none
}

.advan-box__item-1 {
    background: url(../userfiles/images/narezka-4.jpg)
}

.advan-box__item-2 {
    background: url(../userfiles/images/narezka-3.jpg)
}

.advan-box__item-3 {
    background: url(../userfiles/images/narezka-1.png)
}

.advan-box__item-4 {
    background: url(../userfiles/images/narezka-2.jpg)
}

.advan-box__item-5 {
    background: url(../userfiles/images/ipoteka-1.jpg)
}

.advan-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px
}

.advan-wrap h2 {
    text-align: center
}

.advan-box__item {
    flex: 0 0 19%;
    background-size: cover;
    padding: 15px;
    height: 330px;
    position: relative
}

.advan-box__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .5
}

.advan-box__item p {
    color: #fff;
    position: relative;
    z-index: 90
}

.advan-box__item-desc {
    font-size: 12px;
    line-height: 1.5
}

.advan-box__item-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400
}

.contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0
}

.contacts-item.contacts-info {
    flex: 0 0 43%
}

.contacts-item.contacts-map {
    flex: 0 0 55%
}

.contacts-map iframe {
    height: 400px;
    width: 100%
}

.contacts-info__name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px
}

.contacts-info__address,
.contacts-info__mail,
.contacts-info__phone {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.contacts-info svg {
    width: 20px;
    height: 100%;
    margin-right: 8px
}

.contacts-info p,
.contacts-info a {
    line-height: 1.5
}

.info-komp:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    height: 2px;
    width: 150px;
    background: #0251c2;
    background: linear-gradient(90deg, rgba(2, 81, 194, 0.04) 0, rgba(2, 81, 194, 1) 50%, rgba(2, 81, 194, 0.04) 100%)
}

.info-komp {
    font-weight: 400;
    margin-top: 40px
}

.okomp-info ul li {
    margin: 10px 0;
    position: relative;
    left: 1em;
    list-style: none
}

.okomp-info ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .7em;
    left: -1em;
    width: 8px;
    height: 1px;
    background-color: #666
}

.okomp-img-price {
    flex: 0 0 42%;
    padding: 10px;
    box-shadow: 1px 1px 8px 3px #bdbdbd;
    border-radius: 8px
}

@media screen and (max-width:480px) {
    .okomp-img-price {
        flex: 0 0 100%
    }
}

.okomp-img-price img {
    width: 60%;
    object-fit: cover;
    display: block;
    margin: 0 auto
}

.okomp-info:before {
    margin-bottom: 20px
}

.okomp-info:after {
    margin-top: 20px
}

.video-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.video-item {
    margin-bottom: 20px;
    margin-right: 20px;
    flex: 0 0 31%;
    height: 220px
}

.video-item iframe {
    height: 100%
}

.form-block .form-item {
    color: #000
}

.mansory-gallery img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    border-radius: .5em;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6)
}

.mansory-gallery {
    column-gap: .9em;
    column-count: 2
}

.mansory-gallery .gallery-item {
    margin: .9em 0
}

@media (min-width:700px) {
    .mansory-gallery {
        column-count: 4
    }
}

.process-item {
    position: relative;
    padding-left: 72px;
    margin-top: 30px
}

.process-item .number {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #252426;
    font-size: 48px;
    font-weight: 700;
    opacity: .9;
    position: absolute;
    left: 0;
    top: -7px
}

.process-item .title {
    font-size: 20px;
    font-weight: 600
}

.process-item .title:after {
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 10px
}

.process-item p {
    margin-top: 10px;
    line-height: 20px;
    opacity: .5
}

.row-rabot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:550px) {
    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.process-item-rabot {
    margin: 0 20px;
    position: relative;
    padding-left: 72px;
    margin-top: 30px
}

.process-item-rabot .number-rabot {
    -webkit-background-clip: text;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    opacity: .9;
    position: absolute;
    left: -20px;
    top: -7px
}

.process-item-rabot .title-rabot {
    font-size: 20px;
    font-weight: 600
}

.process-item-rabot .title-rabot:after {
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    background-color: var(--main-color);
    background-image: linear-gradient(to right, var(--main-color) 40%, #fff 100%);
    margin-top: 10px
}

.process-item-rabot p {
    margin-top: 10px;
    line-height: 20px;
    opacity: .5
}

@media (min-width:992px) {
    .process-block-rabot {
        padding: 75px 0 115px
    }
}

.process-block-rabot {
    position: relative;
    padding: 60px 0;
    color: #fff
}

.process-block-rabot:before {
    content: '';
    display: block;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 50
}

.process-block-rabot div {
    z-index: 90;
    position: relative
}

.process-block-rabot .container-rabot {
    position: relative;
    z-index: 999
}

@media (min-width:1200px) {
    .container-rabot {
        max-width: 1200px
    }
}

@media (max-width:992px) {
    .container-rabot {
        max-width: 960px
    }
}

@media (max-width:768px) {
    .container-rabot {
        max-width: 720px
    }
}

@media (max-width:576px) {
    .container-rabot {
        max-width: 540px
    }
}

.process-block-rabot h2 {
    color: #fff
}

.process-block-rabot .subtitle-rabot {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center
}

@media (min-width:992px) {
    .form-block {
        padding: 43px 0 45px
    }
}

.form-block {
    position: relative;
    padding: 60px 0;
    background: #A4A4A4
}

.form-block:before {
    display: block;
    background: #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .72
}

.form-block .container {
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
}

@media (min-width:768px) {
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:992px) {
    .form-block .text {
        max-width: 430px;
        margin: auto 60px auto 0
    }
}

@media (max-width:768px) {
    .form-block .text {
        margin-top: 10px
    }
}

.form-block H3 {
    text-align: left;
    color: var(--main-color-hover);
    font-size: 30px;
    font-weight: 600;
    line-height: 35px
}

.form-block .subtitle {
    text-align: left;
    color: var(--main-color);
    margin-top: 6px
}

.subtitle {
    text-align: center;
    margin-top: 20px;
    opacity: .8;
    color: #252426
}

@media (min-width:992px) {
    .form-block .form-box {
        margin-top: 0;
        padding: 63px 0 69px 55px;
        border-left: 1px solid rgba(234, 234, 234, .22)
    }
}

@media (min-width:768px) {
    .form-block .form-box {
        margin-top: 0
    }
}

.form-block .form-box {
    margin-top: 30px
}

.form-box .tabs {
    margin-top: 16px
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:992px) {
    .form-box .tabs .radio-item {
        margin-right: 32px
    }
}

.radio-item {
    position: relative;
    cursor: pointer;
    color: var(--main-color);
    display: inline-block;
    font-weight: 700
}

.radio-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    opacity: 0
}

.radio-item input:checked+.label {
    color: #252426
}

.radio-item input:checked+.label:after {
    opacity: 1
}

.radio-item .label:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d31136;
    background-image: linear-gradient(to right, var(--main-color) 40%, #fff 100%);
    margin-top: 4px;
    opacity: 0;
    transition: .3s
}

@media (min-width:992px) {
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

@media (min-width:992px) {
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width:1200px) {
    .form-block .form-item {
        width: 235px
    }
}

@media (min-width:992px) {
    .form-block .form-item {
        width: calc(100% - 220px)
    }
}

.form-item {
    margin-top: 15px
}

.form-item input[type="text"] {
    box-shadow: 0 0 10px #000
}

.form-item input {
    height: 48px;
    border-radius: 10px;
    background-color: var(--bg12);
    padding: 0 16px;
    color: var(--col01);
    font-weight: 700
}

input[type="text"],
input[type="tel"],
input[type="mail"] {
    background: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    z-index: 99999
}

@media (min-width:1200px) {
    .form-block .form-box .bt {
        width: 150px;
        margin: 15px 20px 0 15px
    }
}

@media (min-width:992px) {
    .form-block .form-box .bt {
        width: 190px;
        margin-left: auto;
        box-shadow: 0 0 10px -2px #fff
    }
}

.form-box .bt {
    margin-top: 15px
}

.bt {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 46px;
    box-shadow: 0 6px 17px var(--21);
    border-radius: 23px;
    background-color: var(--bg13);
    background-image: linear-gradient(to right, var(--main-color) 0, var(--main-color-hover) 100%);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 2px;
    transition: .4s
}

.bt:hover {
    background-image: linear-gradient(to right, var(--main-color-hover) 0, var(--main-color) 100%)
}

@media (min-width:1200px) {
    .form-block .form-box .agree {
        width: 100%
    }
}

.form-block .form-box .agree {
    opacity: .8;
    color: var(--main-color)
}

.agree {
    margin-top: 15px;
    font-size: 12px;
    opacity: .52;
    color: #949494;
    font-weight: 600
}

#mainafisha-vid {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: flex-start
}

#mainafisha-vid .event-vid {
    width: 32%;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 15px;
    box-shadow: 5px 5px 14px -4px #000
}

@media screen and (max-width:650px) {
    #mainafisha-vid .event-vid {
        width: 50%;
        margin-bottom: 20px
    }
}

@media screen and (min-width:750px) {
    #mainafisha-vid .event-vid {
        width: 32%
    }
}

#mainafisha-vid .event-vid .title-vid {
    background-color: #fff;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 4px 4px 0 0
}

@media screen and (max-width:750px) {
    #mainafisha-vid .event-vid .title-vid {
        height: 80px;
        padding: 0 15px
    }
}

#mainafisha-vid .event-vid .title-vid a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Panton-Bold'
}

@media screen and (max-width:750px) {
    #mainafisha-vid .event-vid .title-vid a {
        font-size: 18px
    }
}

@media screen and (max-width:750px) {
    #mainafisha-vid .event-vid .box-vid {
        margin: 0 5px
    }
}

#mainafisha-vid .event-vid .box-vid {
    margin: 0;
    background: #f7f6f5;
    padding: 0;
    border-radius: 0 0 4px 4px;
    height: 305px
}

.image-vid {
    height: 306px
}

.image-vid img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media screen and (max-width:750px) {
    #mainafisha-vid .event-vid .price-vid {
        font-size: 18px
    }
}

#mainafisha-vid .event-vid .price-vid {
    font-size: 14px;
    font-weight: 700;
    color: #392b2b;
    padding: 10px 10px 20px
}

.title-vid a {
    color: var(--main-color)
}

.tel-mail-color {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    text-decoration: underline
}

.tel-mail-color:hover {
    opacity: .5
}

.table-headRWD .columnRWD {
    background: #68B022;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    text-align: center !important;
    font-weight: 600;
    padding: 10px;
    font-size: 18px
}

.rowRWD:nth-child(odd) {
    background: #E0E0E0
}

.rowRWD:nth-child(odd):hover {
    background: #68B022;
    color: #fff
}

.tableRWD {
    display: table;
    font-size: 24px;
    color: #666;
    margin: 10px 0;
    width: 100%
}

.table-headRWD {
    display: table-header-group
}

.table-headRWD .column:hover {
    background: #222
}

.rowRWD {
    display: table-row;
    background: #EFF0F1;
    transition: .4s
}

.rowRWD:hover {
    background: #6F7072;
    color: #fff;
    font-weight: 500
}

.rowRWD .columnRWD:nth-child(1) {
    border-left: 1px solid #fff;
    text-align: center
}

.rowRWD:last-child .columnRWD {
    border-bottom: none
}

.columnRWD {
    display: table-cell;
    padding: 3px 5px;
    border-right: 1px solid #fff;
    text-align: center;
    min-width: 1px !important;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    font-weight: 500
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media all and (max-width:640px) {

    .tableRWD,
    .rowRWD,
    .columnRWD,
    .columnRWD:before {
        display: block
    }

    .tableRWD,
    .rowRWD .columnRWD:last-child {
        border-bottom: none
    }

    .table-headRWD {
        position: absolute;
        top: -1000em;
        left: -1000em
    }

    .rowHeader {
        background-color: #393A3A !important;
        color: #fff;
        font-weight: 700
    }

    .rowRWD {
        border: 1px solid #eee;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin: 10px 0
    }

    .rowRWD .columnRWD:nth-child(1) {
        border-left: none
    }

    .rowRWD .columnRWD:last-child {
        border-right: none
    }

    .columnRWD:first-child {
        background-color: #d8d8d8
    }

    .columnRWD:before {
        font-weight: 700;
        padding-right: 20px;
        font-size: 16px;
        content: " " attr(data-label)""
    }
}

.pic1 {
    width: 30px;
    height: 30px;
    border: 2px solid #CF5959;
    border-radius: 50%;
    cursor: pointer
}

.pic2 {
    width: 0;
    transition: all .5s ease;
    position: absolute;
    border-radius: 50%;
    z-index: 99999
}

.pic1:hover+.pic2 {
    width: 200px
}

.block-price h2 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    margin-top: 40px
}

.block-price p {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

.block-price p:nth-child(3) {
    margin-bottom: 30px
}

.mainafisha-box {
    background: var(--main-color);
    opacity: 1;
    padding: 40px 20px 30px
}

.mainafisha-box h2 {
    color: #fff
}

.fun-info {
    padding: 40px 0
}

.phone-txt {
    background: #d7d7d7;
    padding: 15px;
    text-align: center;
    box-shadow: inset 1px 1px 4px -1px #868686
}

.phone-txt p {
    font-weight: 600;
    line-height: 1.5
}

.fun-info-box {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.fun-info__desc p {
    line-height: 1.5;
    margin-bottom: 20px
}

.fun-info__desc {
    flex: 0 0 52%
}

.fun-info__img,
.fun-info__img2 {
    flex: 0 0 45%
}

.fun-info__img {
    height: 300px
}

.fun-info__img img,
.fun-info__img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.fun-info__advan {
    padding: 15px 30px;
    border-left: 3px solid #ed4634;
    width: 60%;
    flex: 0 0 60%
}

.fun-info__advan p {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase
}

.fun-info__advan ul li {
    color: #000;
    margin-bottom: 10px
}

.fun-advan-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0
}

.advan-img {
    flex: 0 0 38%
}

.advan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fun-info-box h3 {
    text-align: center;
    flex: 0 0 100%;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5
}

.fun-info__desc-work {
    margin-left: 40px
}

.fun-info-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 10px
}

.fun-info-gallery__item {
    flex: 0 0 31%;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .4s;
    border-radius: 20px
}

.fun-info-gallery__item:hover img {
    transform: scale(1.1)
}

.fun-info-gallery img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transform: scale(1);
    transition: .4s;
    border-radius: 20px
}

.form-back {
    padding: 50px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: 5px solid var(--main-color-hover);
    border-top: 5px solid var(--main-color-hover);
    border-right: 6px double var(--main-color-hover);
    border-left: 6px double var(--main-color-hover);
    box-shadow: inset 1px 1px 25px -5px var(--main-color-hover);
    border-radius: 50px
}

.form-back-title span {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.5;
    color: var(--main-color)
}

.form-back-title {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500
}

.form-back .btn-sec {
    width: 240px
}

.form-back .btn-sec .btn {
    width: 100%;
    text-align: center
}

.contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-top: 30px
}

.contacts-item.contacts-info {
    flex: 0 0 43%
}

.contacts-info p,
.contacts-info a {
    line-height: 1.5
}

.contacts-info__name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px
}

.contacts-info__address,
.contacts-info__mail,
.contacts-info__phone {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.contacts-info svg {
    width: 20px;
    height: 100%;
    margin-right: 8px
}

.info-komp,
.info-komp-rezhim {
    font-weight: 400
}

.info-komp {
    margin-top: 40px
}

.info-komp:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    height: 2px;
    width: 150px;
    background: #0251c2;
    background: linear-gradient(90deg, rgba(2, 81, 194, 0.04) 0, rgba(2, 81, 194, 1) 50%, rgba(2, 81, 194, 0.04) 100%)
}

.contacts-item.contacts-map {
    flex: 0 0 55%
}

.contacts-map iframe {
    height: 400px;
    width: 100%
}

.o-comp {
    display: flex;
    padding: 40px 25px;
    flex-wrap: wrap;
    justify-content: space-between
}

.o-comp__img {
    flex: 0 0 44%;
    box-shadow: 3px 3px 5px 1px #222;
    height: 100%
}

.o-comp__img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover
}

.o-comp__desc {
    flex: 0 0 50%;
    padding-top: 30px;
    padding-bottom: 30px
}

.o-comp__desc:before,
.o-comp__desc:after {
    content: '';
    margin: 0 auto;
    width: 30%;
    height: 2px;
    background: var(--main-color);
    display: block;
    background: linear-gradient(90deg, transparent 0, var(--main-color) 50%, transparent 100%)
}

.o-comp__desc:before {
    margin-bottom: 30px
}

.o-comp__desc:after {
    margin-top: 30px
}

.o-comp__desc p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5
}

.o-comp__desc ul li {
    font-size: 18px;
    line-height: 1.5
}

.agree label {
    text-decoration: underline
}

.sert-wrap {
    padding: 60px 0
}

.sert {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center
}

.sert-img {
    height: 480px;
    flex: 0 0 42%;
    margin-right: 20px
}

.sert-img img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.sert-desc {
    flex: 0 0 50%
}

.sert-desc p {
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--main-color)
}

.cost-srok {
    display: flex;
    align-items: center;
    flex: 0 0 20%;
    order: 1
}

.cost-srok__img {
    flex: 0 0 50px;
    height: 50px;
    width: 50%
}

.cost .cost-srok__img img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover
}

.cost-srok p {
    font-weight: 600;
    flex: 0 0 200px
}

.promotion-box {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #d5d4d4;
    position: relative
}

.promotion-box-img {
    position: absolute;
    transform: rotate(370deg);
    right: 100px;
    top: 150px;
    z-index: 80
}

.promotion-box-img img {
    width: 90%
}

.promotion {
    border-radius: 10px;
    border: 2px dotted #797979;
    padding: 40px;
    position: relative;
    z-index: 999
}

.promotion-title {
    width: 60%;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    color: #000
}

.promotion-slogan__date {
    color: red;
    font-weight: 600;
    font-size: 22px
}

.promotion-title p {
    text-transform: uppercase
}

.promotion-slogan p,
.promotion-in p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500
}

.promotion-slogan {
    width: 60%;
    margin-bottom: 25px
}

p.promotion-in-title {
    margin-bottom: 20px
}

.promotion-in-box {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: space-between
}

.promotion-in-box-item {
    display: flex;
    align-items: center;
    flex: 0 0 48%;
    margin-bottom: 20px
}

.promotion-in-box-item__img {
    margin-right: 20px;
    flex: 0 0 90px;
    height: 90px
}

.promotion-in-box-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.promotion-in-box-item__name {
    flex: 0 0 150px
}

.promotion-in-box .promotion-in-box__details {
    flex: 0 0 100%;
    font-size: 16px;
    color: #828282;
    flex: 0 0 100%;
    font-size: 16px;
    color: #828282
}

.promotion-form,
.feedback-form {
    display: flex;
    flex-wrap: wrap
}

.promotion-form {
    align-items: center
}

.feedback-form {
    flex-direction: column;
    align-items: flex-start
}

.promotion-form {
    width: 60%
}

.feedback-form-inputs {
    flex: 0 0 48%;
    margin-right: 20px
}

.promotion-form-inputs {
    margin-right: 20px;
    flex: 0 0 290px
}

.promotion-politic,
.feedback-politic {
    margin-top: 10px;
    font-size: 12px
}

.estimate-politic {
    margin-top: 10px
}

.services-box {
    padding: 70px 0 0
}

.services-box h2,
.services-subtitle {
    text-align: center
}

.services-subtitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px
}

.services {
    padding: 30px 0 0
}

.services-item {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 3px solid var(--main-color-hover);
    margin-bottom: 25px
}

.services-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.services-item__img,
.services-item__info {
    flex: 0 0 49%
}

.services-item__img {
    min-height: 265px
}

.services .btn {
    color: #242c37
}

.services-item__info-price {
    font-size: 20px;
    line-height: 1.5;
    width: 200px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    height: 40px;
    align-items: center;
    font-weight: 600;
    background: var(--main-color)
}

.services-item__info-txt p,
.services-item__info-txt ul li {
    font-weight: 500;
    line-height: 1.5
}

.services-item__info-txt p {
    margin-bottom: 10px
}

.services-item__info-txt ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 20px
}

.services-item__info-promo {
    margin-bottom: 15px;
    width: 50%;
    text-align: center;
    background: var(--main-color);
    font-weight: 600;
    padding: 3px;
    position: relative;
    font-size: 14px;
    margin-left: 30px;
    transform: translate3D(0, 0, 0);
    transition: transform 2s;
    animation: vibration .5s ease infinite
}

@-webkit-keyframes vibration {
    0% {
        -webkit-transform: translateX(-3px, 0, 0) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: transform:translateX(3px, 0, 0) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: transform:translateX(-3px, 0, 0) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes vibration {
    0% {
        -webkit-transform: translateX(-3px, 0, 0) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: transform:translateX(3px, 0, 0) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: transform:translateX(-3px, 0, 0) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.services-item__info-promo:before {
    position: absolute;
    content: '';
    top: -8px;
    left: -35px;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    background: #04c619;
    box-shadow: 0 0 4px 2px #fff
}

.steps-box {
    margin-top: -100px;
    padding: 70px 0
}

.steps {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.steps-item {
    flex: 0 0 100%;
    border-radius: 15px;
    box-shadow: 0 0 10px 5px #ccc;
    top: 30px;
    margin-bottom: 50px;
    position: relative;
    height: 800px
}

.steps-item__img {
    position: relative;
    z-index: 800;
    height: 100%;
    overflow: hidden;
    border-radius: 15px
}

.steps-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.steps-item__info {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 50px;
    width: 70%;
    padding-right: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(400px - 50px)
}

@media all and (max-width:600px) {
    .steps-item {
        top: -50px;
        height: 500px
    }

    .steps-item__info {
        font-size: 14px
    }

    .steps-item .steps-item__info ul li {
        font-size: 14px
    }
}

.steps-item__info ul li {
    margin: 10px 0;
    position: relative;
    left: 1em;
    list-style: none
}

.steps-item__info ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .7em;
    left: -1em;
    width: 8px;
    height: 1px;
    background-color: #666
}

.steps-item__info-srok-label {
    font-weight: 600;
    display: block;
    margin-right: 8px
}

.steps-item__info-srok {
    display: flex;
    flex-wrap: wrap
}

.comp {
    padding: 10px 0
}

.comp-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 40px 0
}

.comp-info {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5
}

.comp-advan-item__name {
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    flex: 0 0 60%
}

.comp-advan {
    padding: 30px 0;
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column
}

.comp-left {
    flex: 0 0 40%
}

.comp-right {
    flex: 0 0 56%
}

.comp-advan-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.comp-advan-item__img {
    width: 125px;
    height: 90px;
    flex: 0 0 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px
}

.comp-advan-item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.digit-box {
    margin: 70px
}

.digit {
    display: flex;
    justify-content: space-between;
    height: 250px;
    align-items: center
}

.digit,
.estimate-window,
.freedback-window {
    border-radius: 10px;
    border: 2px dotted #797979;
    padding: 40px 20px
}

.digit-wrap,
.estimate-wrap,
.feedback-wrap {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px #d5d4d4
}

.digit-item__name {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--main-color-hover)
}

.digit-item__name span {
    font-size: 32px;
    font-weight: 700;
    display: block;
    line-height: 1.5
}

.digit-item-main {
    color: var(--three-color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

.digit-item-main span {
    font-size: 60px;
    font-weight: 800
}

.digit-item-label {
    color: var(--main-color-hover);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2
}

.digit-item {
    margin-right: 40px;
    height: 110px
}

.estimate {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: space-around
}

.estimate-wrap {
    background: #fff
}

.estimate-window h3 {
    color: var(--main-color-hover);
    text-align: center;
    font-weight: 700
}

.estimate-item {
    flex: 0 0 50%
}

.estimate .estimate-item:nth-child(2) {
    flex: 0 0 35%
}

.process-block-rabot .estimate-left {
    flex: 0 0 100%;
    transform: rotate(270deg);
    text-transform: uppercase;
    color: #cfcfcf;
    font-size: 60px;
    font-weight: 700;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    position: absolute;
    top: 45%;
    left: -300px
}

.estimate-window .subtitle {
    color: var(--main-color-hover);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px
}

.estimate-window-content .estimate-inputs input {
    margin-bottom: 15px
}

.estimate-politic {
    color: var(--main-color-hover);
    margin-bottom: 15px
}

.estimate-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.question {
    padding: 40px 0
}

.question-item:not(:last-child) {
    margin-bottom: 10px
}

.question-item {
    background-color: var(--main-color);
    cursor: pointer
}

.question-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px
}

.question-item__name {
    font-weight: 600;
    line-height: 1.35;
    font-size: 22px;
    color: #fff;
    padding-right: 20px
}

.question-item__icon {
    line-height: 0;
    padding: 8px;
    transition: .5s;
    border-radius: 100%;
    background-color: transparent
}

.question-item__body {
    display: none;
    color: var(--golden-color);
    font-size: 20px;
    line-height: 1.55;
    padding: 20px 30px 30px;
    color: #fff
}

.question-item__head:hover .question-item__icon {
    background-color: var(--main-color-hover);
    display: flex;
    align-items: center;
    justify-content: center
}

.question-item__body.accordion-item__body {
    background: #69b4bd
}

.question-item__head:hover .question-item__icon svg path {
    fill: #fff
}

.question-item__head.is--open .question-item__icon {
    transform: rotate(45deg)
}

.feedback-box {
    padding: 60px 0 40px
}

.feedback {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px
}

.feedback .feedback-item:nth-child(2) {
    flex: 0 0 60%
}

.feedback-window__title,
.feedback-window__subtitle {
    text-align: center;
    line-height: 1.5
}

.feedback-window__title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.feedback-window__subtitle {
    margin-bottom: 15px
}

ul.feedback-list {
    margin-bottom: 15px
}

ul.feedback-list li {
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500
}

ul.feedback-list li svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.feedback-item-contact__title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px
}

.feedback-item__row-circle {
    background: var(--main-color)
}

.feedback-item__row-circle,
.feedback-item__row-circle-2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px
}

.feedback-item__row-circle-2 {
    box-shadow: 0 0 5px -2px #1e1e1e
}

.feedback-item__row-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 100%
}

.feedback-item__row-phone {
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
    color: #242c37;
    margin: 8px 0;
    display: block;
    flex: 0 0 100%
}

.feedback-item__row-schedule {
    display: flex;
    align-items: center
}

.feedback-item__row-schedule svg {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.feedback-item__row {
    margin-bottom: 15px
}

.feedback-item__row-soc a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 20px;
    color: #242c37
}

.feedback-item__row-soc a svg {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-right: 10px
}

.feedback-item__row-soc {
    display: flex;
    justify-content: flex-start;
    padding: 0
}

.first-screen .left-screen__title {
    font-weight: 600;
    text-transform: uppercase;
    white-space: pre-line;
    font-size: 22px;
    line-height: 30px;
    color: #000
}

.first-screen .left-screen__sub-title::before {
    content: "";
    background: url(/img/warning.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    top: 0;
    background: url(/img/warning.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    top: 0
}

.first-screen .left-screen__sub-title {
    margin-top: 15px;
    font-weight: 400;
    white-space: pre-line;
    font-size: 15px;
    line-height: 19px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
    white-space: pre-line;
    font-size: 15px;
    line-height: 19px
}

.first-screen .left-screen__small .left-screen__small-subtitle {
    color: #fff;
    margin-top: 0;
    padding-left: 40px;
    letter-spacing: .02em;
    line-height: 1.5;
    font-size: 23px;
    font-weight: 600
}

.left-screen__small {
    display: flex;
    align-items: center;
    background: var(--three-color);
    padding: 15px;
    margin-top: 30px;
    width: 88%;
    position: relative;
    height: 60px
}

.left-screen__small__img {
    flex: 0 0 90px;
    margin-right: 10px;
    position: absolute;
    width: 90px;
    left: -40px
}

.left-screen__small__img img {
    width: 100%
}

.first-screen .left-screen__ul {
    max-width: 450px;
    margin-top: 20px
}

.first-screen .left-screen__ul li:before {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--three-color);
    content: ""
}

.first-screen .left-screen__ul li {
    display: block;
    font-style: italic;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 20px
}

.first-screen .left-screen__btn {
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    margin-top: 30px;
    padding: 15px 25px;
    background: #f5ab3b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s
}

#kviz {
    padding: 40px 0
}

#kviz .kviz-title,
#kviz .kviz-subtitle {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center
}

#kviz .kviz-title {
    margin-bottom: 10px
}

#kviz .kviz-subtitle {
    padding: 10px;
    background: var(--main-color);
    margin: 0 auto 20px;
    width: 45%
}

.catalog-arts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 50px
}

.catalog-arts .adv-card img {
    display: block;
    height: 200px;
    border-radius: 10px;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 0 75px #000;
    box-shadow: 0 0 75px #000
}

.catalog-arts .adv-card .name {
    font-weight: 500;
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif
}

.catalog-arts .adv-card .desc {
    font-size: 14px;
    line-height: 21px
}

.reserv-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 24px
}

.steps-item__num {
    position: absolute;
    top: -30px;
    left: 20px;
    z-index: 850;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 800;
    text-shadow: 1px 0 1px #fff;
    box-shadow: 0 0 8px 1px #888
}

.reserv-iframe {
    height: 850px
}

.reserv-iframe iframe {
    height: 100%
}

.arrow:hover {
    box-shadow: 0 0 9px 2px var(--main-color), inset 0 0 10px -3px #fff;
    background: #ffef92
}

.cards {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 2px 0
}

.card {
    background: #fff;
    width: 19%;
    margin: 0 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    border: 4px solid #6BB1DB;
    border-radius: 10px;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.11)
}

.card-title {
    padding: 18px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #DCA518
}

.card-image img {
    display: block;
    width: 100%;
    height: 100%
}

.card-prices {
    background-color: #FEC500;
    text-align: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: -20px
}

.price-sale {
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #fff;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.price-org {
    font-size: 12px;
    padding: 10px
}

@media all and (min-width:600px) and (max-width:1000px) {
    .card {
        width: calc(100% / 3 - 2%)
    }
}

@media all and (min-width:400px) and (max-width:599px) {
    .card {
        width: calc(100% / 2 - 2%)
    }
}

@media all and (max-width:480px) {
    .card {
        width: calc(144% / 3 - 2%)
    }

    .cards {
        margin-left: 8px
    }

    .card-image img {
        height: 150px
    }

    .card-title {
        font-size: 16px
    }
}

.fdb-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    padding: 2.5rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #FFF
}

.fdb-block .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.text-center {
    text-align: center
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.pt-5,
.py-5 {
    padding-top: 3rem
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.about-sec.wrapper h2 {
    text-align: center;
    line-height: 1.5
}

.multi-city-shadow-sec .multi-city-window {
    max-height: 360px;
    height: 400px
}

.middle .btn:hover {
    color: #000;
    background: #fff
}

.tags {
    list-style: none;
    padding-left: 0;
    display: inline-block
}

.tags li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.tags .tag {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6);
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 10px 10px 0
}

.tag:hover {
    transition: all 0.2s;
    background-color: #42AAFB;
    color: white
}

.tag:hover::after {
    border-left-color: crimson
}

.tags a {
    text-decoration: none
}

@media only screen and (max-width:600px) {
    .grid-3 {
        grid-template-columns: 1fr
    }
}

@media only screen and (max-width:600px) {
    .grid-4 {
        grid-template-columns: 1fr 1fr;
        column-gap: 3px;
        row-gap: 3px
    }
}

.grid2 {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 30px;
    row-gap: 30px;
    padding: 20px 0
}

@media only screen and (max-width:600px) {
    .grid2 {
        grid-template-columns: 1fr
    }
}

.grid22 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #fff
}

.grid22 .btn-sec-1 {
    margin-left: -10%
}

.grid22 .btn-sec-2 {
    margin-left: 10%
}

@media only screen and (max-width:600px) {
    .grid22 {
        grid-template-columns: 1fr
    }

    .grid22 .btn-sec-1 {
        margin-left: 0;
        margin: 10px 0
    }

    .grid22 .btn-sec-2 {
        margin-left: 0;
        margin: 10px 0
    }
}

.block1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px
}

@media only screen and (max-width:600px) {
    .block1 {
        grid-template-columns: 1fr
    }
}

.iconblock-7 {
    margin: 0;
    width: 100%;
    padding: 12px;
    display: table
}

.iconblock-7 .icon {
    display: table-cell;
    vertical-align: top;
    width: 60px;
    padding: 12px 12px 0 0;
    text-align: center
}

.iconblock-7 .icon img {
    width: 50px;
    height: 50px
}

.iconblock-7 h3 {
    transition: all 0.7s ease 0s;
    color: #337AB7;
    font-size: 20px;
    margin: 10px 0
}

.iconblock-7:hover h3 {
    color: #000
}

.iconblock-7 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0
}

.iconblock-8:hover .icon img {
    transform: rotate(-360deg);
    width: 48px;
    height: 48px;
    opacity: 1
}

.iconblock-8:hover h3 {
    color: #000
}

@media only screen and (max-width:600px) {
    .iconblock-8 {
        margin: 0
    }
}

.warning-form__title-form {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    max-width: 730px
}

.warning-form__subtitle-form {
    max-width: 620px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px
}

@media only screen and (min-width:769px) {
    .warning-form__title-form {
        font-size: 30px;
        line-height: 40px
    }
}

.warning-form__form-form {
    margin-top: 50px
}

@media screen and (min-width:768px) {
    .carousel img {
        height: 400px
    }
}

@media only screen and (max-width:600px) {
    .carousel-cell .text-slider {
        width: 100%
    }

    .previous {
        display: none
    }

    .next {
        display: none
    }

    .carousel img {
        width: 100%;
        height: auto
    }

    .form-warning-form h1 {
        font-size: 26px
    }

    .form-warning-form {
        margin-top: 20px;
        margin-bottom: 40px
    }
}

.our_services_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px 50px
}

.our_services_item:hover {
    color: #000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.45)
}

.pest_item:hover {
    color: #000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
    text-decoration: none
}

@media only screen and (max-width:600px) {
    .pest_item_name {
        position: relative;
        left: -20px;
        font-size: 14px
    }

    .pest_item_text {
        position: relative;
        left: -20px;
        font-size: 12px
    }

    .pest_item_icon {
        left: 20px
    }
}

input:checked+.accordion-item:before {
    background: #EB6121;
    color: #fff;
    transition: all 0.5s ease
}

input:checked+.accordion-item:after {
    height: calc(100% - 7px)
}

input:checked+.accordion-item .accordion-header:after {
    content: "-";
    background: #000;
    transition: all 0.5s ease
}

input:checked+.accordion-item .accordion-content {
    max-height: 5000px;
    opacity: 1;
    transition: all 0.5s ease
}

.article-page h1 {
    margin-bottom: 40px;
    margin-top: 40px
}

.spasibo-page h1 {
    margin-top: 150px
}

.sample04 li:first-child {
    margin-top: 0
}

.sample04 li {
    position: relative;
    padding-left: 2em;
    line-height: 1.5;
    margin-top: .5em
}

.sample04 li::after {
    display: block;
    content: '';
    position: absolute;
    top: .4em;
    left: 1em;
    width: 8px;
    height: 8px;
    background-color: #EB6121;
    border-radius: 50%
}

.sample10 li:first-child {
    margin-top: 0
}

.sample10 li {
    position: relative;
    margin-top: .5em;
    padding-left: 2em;
    counter-increment: li
}

.sample10 li::before {
    content: counter(li);
    display: block;
    position: absolute;
    top: .2em;
    left: 1em;
    color: #EB6121;
    font-size: 17px;
    line-height: 1;
    font-weight: 600
}

.hero {
    position: relative;
    justify-content: center;
    text-align: center;
    min-height: 100vn;
    color: #fff
}

.hero .background-image {
    position: absolute;
    top: 0;
    left: -40%;
    width: 170%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-color: #80a3db
}

@media (max-width:800px) {
    .hero {
        min-height: 600px
    }
}

@media (max-width:600px) {
    .hero .background-image {
        width: 100%;
        left: 0
    }
}

.article-page h2 {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    color: var(--main-color-hover);
    margin-bottom: 20px;
    margin-top: 20px
}

.mobi_matomba {
    margin-top: 10%
}

@media only screen and (max-width:600px) {
    .mobi_matomba {
        margin-top: 40%
    }
}


.service-list{
margin-top: 30px;
text-align: justify;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}



.service-card {
    margin-bottom: 30px;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    height: 330px;
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 40px 20px 20px;
    color: #fff;
    text-decoration: none;
}


.img:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    opacity: 1;
    transition: 0.5s;
}

.service-card  img {
    position: absolute;
    display: block;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.articles-name{
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 30px;
    line-height: 40px;

}


@media (max-width: 700px) {
    .service-card {
        width: 48%;
        height: 220px;
    }}

@media (max-width: 550px) {
    .service-card {
        width: 100%;
        height: 185px;
    }
}

.service-card :hover:before {
    opacity: 0.7;
}

.article-sec, .article-page{
    margin-top: 150px;
}

