@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

body{
    direction: ltr;
    font-family: 'Libre Caslon Text', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
    list-style: none;
}

img,
video {
    max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}

nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: rgb(74, 74, 74);
}
.sectionPadding {
    padding-top:65px;
    padding-bottom:65px;
}
.sectionmargin {
    margin-top:65px;
    margin-bottom:65px;
}
.title {
    text-align: center;
    color: #52057B;
    padding: 29px 0;
}
.header {
    display: flex;
    gap: 6px;
    padding: 6px 23px;
    justify-content: space-between;
}
.header-main-new {
    background-color: #f8f4e1;
    padding: 0 24px;
}
.header-main {
    display: flex;
    justify-content: center;
}
.header-logo {
    display: flex;
    position: relative;
    gap: 6px;
    padding: 23px;
    align-items: center;
    
}
.header-contakt {
    display: flex;
    justify-content: center;
    position: relative;
}
.header-contakt-bac {
    position: relative;
}
.header-contakt-bac::before {
position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    transform: skewX(16deg);
    transform-origin: 50% 100%;
    will-change: transform;
    pointer-events: none;
    z-index: 0;
}

.header-contakt-main {
    display: flex;
    gap: 15px;
    padding: 15px;
    z-index: 1;
    align-items: center;
}
.header-contakt-main i {
    padding-right: 15px;
}
.header-contakt-text {
    word-break: break-all;
    color: inherit;
}
.contact-text {
    word-break: break-all;
    text-align: center;
    color: inherit;
}
.header-logo::before {
    position: absolute;
    content: '';
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        transform: skewX(16deg);
        transform-origin: 50% 100%;
        will-change: transform;
        pointer-events: none;
        z-index: 0;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    z-index: 1;
}
.logo-title {
    font-size: 18px;
    padding: 6px;
    color: #3E432E;
    z-index: 1;
}
.logo img {
    height: 40px;
}
.header-navbar {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}
.header-navbar a {
    padding: 6px;
    color: #3E432E;
}
.header-navbar a:hover {
    border-bottom: 1px solid #3E432E;
}
.header-shapka {
    background: url("images/portrait_header_683c184000a058.97575301.jpg") no-repeat;
    height: 60%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.header-shapka-bac {
    background-color: #52057B;
    padding: 80px 0;
}
.header-shapka-main {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}
.header-shapka-main a {
    width: 50%;
}
.header-shapka-text {
    padding: 24px 0;
    color: white;
    text-align: center;
    font-size: 40px;
}
.main {
    display: flex;
}
.superiority {
    display: flex;
    gap: 24px;
}
.block-superiority {
    display: flex;
    gap: 24px;
    padding: 29px 24px;
    flex: 1;
    align-items: center;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.03);
    justify-content: space-between;
}


.block-superiority:hover .block-superiority-i-new::before,
.block-superiority:hover .block-superiority-i-new::after {
    border-color: #52057B;
}

.block-superiority:hover .block-superiority-i-new::before {
    height: 44px;
    transform: translate3d(-50%, -50%, 0) rotate(180deg);
    transition-delay: 0s, 0s;
}

.block-superiority:hover .block-superiority-i-new::after {
    height: 4px;
    width: 173px;
    border-width: 0 24px 0 24px;
    transition-delay: 0s, .2s, 0s;
}

.block-superiority:hover {
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.07);
    transition: all 200ms ease;
}



.block-superiority-i-new {
    position: relative;
    padding-top: 23px;
}
.block-superiority-i-new::before {
    width: 114px;
    height: 54px;
    transition: all .2s ease, border-color .2s ease-in-out .2s;
}
.block-superiority-i-new::after {
    width: 153px;
    height: 25px;
    transition: all .2s ease .2s, border-width .2s ease 0s, border-color .2s ease-in-out .2s;
}
.block-superiority-i-new::before,
.block-superiority-i-new::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border-width: 0 4px 0 4px;
    border-style: solid;
    border-color: #f5f5f5;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
}


.block-superiority-obsh {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    align-items: center;
}
.block-superiority-1 {
    color: #52057B;
    font-size: 59px;
    display: none;
}
.block-superiority-2 {
    color: #52057B;
    display: block;
    font-size: 59px;
}
.block-superiority-title {
    text-align: center;
    font-size: 20px;
    color: #52057B;
}
.block-superiority-text {
    text-align: center;
}
.main-blokc-osnova-text p {
    margin-bottom: 15px;
}
.main-blokc-osnova-text li {
    margin-bottom: 15px;
}
.main-blokc-osnova {
    display: flex;
    text-align: justify;
    align-items: center;
}

.main-blokc-osnova-price {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
}
.main-blokc-osnova-text {
    padding: 15px;
}
.servis-main {
    background: url("images/photograph_header_683c184000a2b5.57735277.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
}
.servis-bac {
    background-color: #3E432E;
    display: flex;
    align-items: center;
}
.servis {
    display: flex;
    gap: 24px;
    padding: 24px;
    justify-content: center;
}
.servis-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    flex: 1;
    justify-content: space-between;
}
.servis-box:hover {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear
}
.servis-title {
    color: #f8f4e1;
    font-size: 20px;
}
.servis-text {
    color: #ffffff;
    text-align: justify;
}

.main-osnova-price {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #3E432E;
}
.article-back {
    background-color: #3E432E;
}
.article-main {
    display: flex;
    gap: 24px;
}
.article {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background-color: #ffffff;
    justify-content: space-between;
    border-radius: 10px;
}
@keyframes fade-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    75% {
        -webkit-transform: translateX(23px);
        transform: translateX(23px);
        opacity: 0
    }
}

.article-bloc {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.article-img {
    flex: 1;
    gap: 23px;
    overflow: hidden;
}
.article-img:hover img {
    transform: scale(1.1);
}
.article-img img {
    width: 100%;
    object-fit: contain;
    height: 274px;
    display: flex;
    transition: transform 0.25s;   
}
.article-osnova {
    display: flex;
    gap: 24px;
}
.article-osnova-title {
    color: #52057B;
    font-size: 18px;
}
.article-more {
    color: #52057B;
    font-size: 18px;
}
.statistika-back {
    background: linear-gradient(to bottom, #830910, #841513, #861e16, #872519, #882b1c);
    color: #ffffff;
}
.statistika-main {
    display: flex;
    justify-content: center;
}
.statistika {
    display: flex;
    gap: 23px;
    text-align: center;
    justify-content: center;
    padding: 24px;
    position: relative;
}
.statistika-number {
    font-size: 40px;
}
.statistika-text {
    font-size: 18px;
}
.counter-classic-decor {
    position: absolute;
    bottom: -30%;
    left: 50%;
    width: 53px;
    height: 5px;
    font-size: 0;
    line-height: 0;
    background: #52057B;
    transform: translateX(-60%);
    transition: all 0.4s ease;
}
.statistika:hover::before {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
}

.statistika:hover::after {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.statistika:hover .counter-classic-decor {
    bottom: 0;
    transform: translateX(-60%) rotate(180deg);
}
.work-main {
    display: flex;
    gap: 24px;
}
.work {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.werk-title {
    display: flex ;
    flex-direction: column;
}
.work-box {
    display: flex;
    background-color: #000;
    opacity: 1;
}
.work-flex {
    display: flex;
    gap: 24px;
    justify-content: space-between
}
.work-box img {
    height:274px;
  
}
.work-box:hover {
    opacity: 0.5;
}
.work-text {
        opacity: 0;
            top: 0%;
            position: absolute;
            padding: 50% 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
}

.work-text:hover {
    display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        position: absolute;
        content: '';
        color: rgb(255, 255, 255);
        padding: 10px 15px 15px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all .2s ease;
        z-index: 1;
        opacity: 1;
        background: rgb(10, 10, 10, 0.6);;
}
.form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 23px;
    padding: 23px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05),
    0 5px 15px rgba(0, 0, 0, 0.03);
    
}
.form-main {
    display: flex;
    gap: 23px;
    padding: 23px;
    flex-direction: column;
}
.check {
    color: #52057B;
    text-decoration-line: underline;
}
.karta {
    padding-top: 65px;
}

.karta iframe{
    border: 0;
}

.form-btn {
    width: 30%;
}
.foter-main {
    background: #52057B;
}
.foter {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.foter-contak {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}
.foter-contak-main {
    display: flex;
    align-items: center;
    gap: 23px;
    flex-direction: column;
}
.foter-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.foter-logo-title {
    font-size: 18px;
    padding: 6px;
    color: white;
}
.foter-logo img {
    height: 40px;
}
.foter-contak-main-nev {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    
}
.foter-contak-main-nev i {
    font-size: 21px;
}
.foter-component {
    display: flex;
    gap: 24px;
}
.politic {
    display: flex;
    padding: 15px;
    gap: 15px;
    justify-content: center;
}
.privacy a {
    color: white;
}
.otziv {
    display: flex;
    flex-direction: column;
}
.otziv-main {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
}
.answer-quest {
    position: relative;
    text-align: center;
}

.answer-quest-caption {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 14px 0;
    z-index: 1;

}
.answer-quest-caption::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 40px;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
    transition: all .4s ease;
    z-index: -1;
    border-radius: 10px;
}
.answer-quest-figure {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 14px 14px 10px 0 rgba(0, 0, 0, 0.01);
    transition: all .4s ease;
}
.answer-quest-author {
    letter-spacing: .05em;
    font-size: 16px;
    text-transform: none;
    padding: 15px 0;
    
}
.answer-quest-status {
    letter-spacing: .05em;
    color: #52057B;
}
.otziv-bloc {
    display: none;
}
.answer-quest-text {
    padding: 24px;
}
.main-content {
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.main-content p {
    margin-bottom: 15px;
}

.main-content li {
    margin-bottom: 15px;
}

.contactk {
    background-color:  #f8f4e1;
}
.main-foote {
    display: flex;
    gap: 24px;
}
.cont {
    display: flex;
    gap: 24px;
    padding: 24px;
    flex: 1;
    color: #52057B;
    justify-content: space-evenly;
    background-color: #ffffff;
}
.linki {
    color: #52057B;
}
.linki-cont {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.icon i {
    font-size: 36px;
    color: #52057B;
    padding-right: 24px;
}
.foote-ots {
    gap: 24px;
    display: flex;
}
.foote {
    color: inherit;
    font-size:18px;
    word-break: break-all;
}
.icon {
    display: flex;
    align-items: flex-start;
}
.form-cont {
    background-color: #ffffff;
}
.karta-fot {
    flex: 1;
}

.karta-fot iframe{
    border: 0;
}

.new-page-about li {
    list-style: circle;
    margin: 0 20px;
    padding:  6px 0;
  }
  .new-page-about p {
    padding:  6px 0;
  }
  .priv-Blok li {
    list-style: circle;
    margin: 0 20px;
    padding:  6px 0;
  }
  .priv-Blok p {
    padding:  6px 0;
  }
 @media (max-width: 991px) {
    .header-navbar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-contakt {
        flex-direction: column !important;
    }
    .header-main {
        flex-direction: column-reverse !important;
    }
    .superiority {
        flex-wrap: wrap;
        gap: 29px;
    }
    .servis {
        flex-wrap: wrap;
    }
    .otziv-main {
        flex-direction: column!important;
        align-items: center;
    }
    .article-main {
        flex-direction: column!important;
    }
    .statistika-main {
        flex-direction: column !important;
    }
    .counter-classic-decor {
        bottom: 0;
    }
    .work-flex {
        justify-content: center;
        flex-wrap: wrap;
    }
    .foter {
        flex-direction: column !important;
    }
    .form-btn {
        width: 100%;
    }
    .main-foote {
        flex-direction: column !important;
    }
    .foter-contak {
        flex-direction: column !important;
    }
    .foter-contak-main {
        flex-direction: column !important;
    }
 }
 @media(max-width: 767px) {
    .header {
        flex-direction: column!important;
        align-items: center;
    }
    .header-shapka-text {
        font-size: 21px;
    }
    .superiority {
        flex-wrap: nowrap;
        flex-direction: column!important;
    }
    .servis {
        flex-wrap: nowrap;
        flex-direction: column!important;
    }
    .work-flex {
        flex-wrap: nowrap;
        flex-direction: column !important;
        align-items: center;
    }
    .row {
        flex-direction: column !important;
    }
    .politic {
        flex-direction: column !important;
        text-align: center;
    }
    .linki-cont {
        flex-direction: column !important;
    }
 }
 @media(max-width: 520px) {
   

 }
 .input-input__panelsection{
    display: block;
    width: 100%;
    padding: 0.374rem 0.74rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-input__panelsection{
    border: 1px solid #ced4da;
    border-radius: 20px;
}

.but, button{
    outline: none;
    border: none;
    background: inherit;
    padding: 15px;
    box-sizing: border-box !important;
  }
  .button-1 {
      width: fit-content;
    background-color: #EA4C89;
    border-radius: 20px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-1:hover,
  .button-1:focus {
    background-color: #F082AC;
    color: #fff;
  }
  .button-2 {
    all: unset;
    width: fit-content;
    font-size: 18px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 15px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  .button-2:hover{
    color: #fff;
  }
  
  .button-2::after,
  .button-2::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
  }
  
  .button-2::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 15px;
  }
  
  .button-2::after {
    transform: translate(15px, 15px);
    width: 34px;
    height: 34px;
    background: #ffffff15;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px;
  }
  
  .button-2:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
  }
  
  .button-2:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  
  }
  
  .button-2:active::after {
    transition: 0s;
    transform: translate(0, 5%);
  }
  .button-3 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #405cf5;
    border-radius: 20px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.15;
    margin: 15px 0 0;
    outline: none;
    overflow: hidden;
    padding: 20px 29px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
  }
  
  .button-3:disabled {
    cursor: default;
  }
  
  .button-3:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
  }
  .button-3:hover{
    color: #fff;
  }
  .button-4 {
    margin: 15px;
    padding: 20px 29px;
    text-align: center;
    text-transform: inherit;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 15px;
    display: block;
    border: 0px;
    font-weight: 900;
    box-shadow: 0px 0px 15px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-4:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
  }
  
  .button-4:active {
    transform: scale(0.95);
  }
  .button-5 {
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    line-height: 23px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
  }
  
  .button-5:hover,
  .button-5:focus {
    background-color: #16437E;
    color: #ffffff;
  }
  
  .button-5:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
  }
  
  .button-5:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
  }
 
  

  @media (max-width: 1399px){
    .first-screen-title {
        font-size: 60px;
        max-width: 460px;
    }
}

@media (max-width: 1199px){
    .first-screen-img {
        max-width: 230px;
    }
    .first-screen-title {
        font-size: 46px;
        max-width: 355px;
    }
    .first-screen-img {
        max-width: 200px;
    }
    .contact-header{
        display: none;
    }
    .header-inner-content{
        flex-basis: 78%;
    }
    .nav-menu {
        flex-basis: 100%;
    }
    .nav-menu ul{
        width: 100%;
    }
    .contact-block-inner{
        flex-direction: column !important;
    }
    .contact-block-title{
        text-align: center;
        margin-bottom: 40px;
    }
    .contact-info-wrapper{
        margin-bottom: 40px;
    }
}



@media (max-width: 991px){
    .first-screen-inner{
        flex-direction: column !important;
    }
    .first-screen-title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .feature-text{
        font-size: 17px;
    }
    .nav-menu{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0, .7);
        align-items: flex-start;
        padding-top: 50px;
        z-index: 9;
        transform: translate(-100%);
        transition: all .2s ease-in-out;
    }
    .nav-menu-active{
        transform: translate(0);
        transition: all .2s ease-in-out;
    }
    .hidden{
        overflow: hidden;
    }
    .nav-menu ul{
        flex-direction: column;
    }
    .nav-menu li{
        border-bottom: 1px solid #fff;
        width: 100%;
       
    }
    .nav-menu .nav-menu-link{
        display: block;
        padding-left: 30px;
        color: #fff;
        font-size: 18px;
    }
    .header-inner-content {
        flex-basis: auto;
    }
    .burger{
        display: flex;
    }
    .close{
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        background-image: url(../img/close.png);
        background-size: cover;
    }
    .feature-wrapper.flex-column .feature-img{
        width: auto;
        height: 220px
    }
    .about-us-inner{
        flex-direction: column !important;
    }
    .about-us-images-wrapper{
        width: 100%;
        margin-right: 0;
    }
}
@media(max-width: 767px){
    .feature-wrapper.flex-row .feature{
        justify-content: flex-start;
    }
    .feature-content{
        padding: 23px 0px;
    }
    .feature-wrapper.flex-column .feature-img {
        width: auto;
        height: 154px;
    }
}
@media(max-width: 576px){
    .first-screen-title {
        font-size: 34px;
    }
    .feature{
        flex-direction: column !important;
    }
    .feature:nth-child(even){
        flex-direction: column-reverse !important;
    }
    .contact-info-item {
        flex-basis: 100%;
    }
    .contact-block-form form{
        width: 100%;
    }
    .text-field_floating .text-field__label{
        font-size: 14px;
    }
    .feature-wrapper.flex-row .feature {
        flex-basis: 100%;
    }
    .about-us-img{
        border-radius: 20px;
    }
}

.padd-poli{
    padding: 120px 0px;
}

.main-img, .main-blokc-osnova-img{
    position: relative;
    float: right;
    margin: 33px;
    width: 40%;
    height: 434px;
    margin: 29px;
    border-radius: 20px;
  }
  
  .main-img img, .main-blokc-osnova-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  
  @media (max-width: 992px){
    .main-img, .main-blokc-osnova-img{
      float: none !important;
      width: 100% !important;
      margin: 0 0 29px 0 !important;
    }
  }
  
  
  @media (max-width: 420px){
  
    .main-img, .main-blokc-osnova-img{
      height: auto;
    }
  
  }

  .otzivOwlBlock{
    width: 360px; 
    margin-right: 44px;
  }