body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #252525;
}

.wrapper {
    line-height: 37px;
    margin: 0px auto;
    max-width: 326px;
}

.padding-200 {
    padding: 100px 0px;
}

.padding-first {
    padding: 200px 0px 100px;
}

.padding-100 {
    padding: 100px 0px;
}

.padding-bottom {
    padding: 0px 0px 100px;
}

a {
    text-decoration: none;
}

.shapka_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.btn_call {
    position: relative;
    font-size: 10px;
    letter-spacing: 0.115em;
    border-bottom: 1px dashed #fff;
    text-transform: uppercase;
    color: #FFFFFF !important;
    z-index: 101;
    line-height: 167.4%;
    transition: 0.3s;
    text-align: center;
    margin-right: 9px;
}

.btn_call:hover {
    letter-spacing: 0.2em;
}

.h1-t {
    position: inherit;
    font-weight: 600;
    font-size: 23px;
    line-height: 167.4%;
    text-transform: uppercase;
    margin: 95px 0px 50px;
    width: 220px;
    z-index: 100;
}

.bg-first {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.btn_primary {
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    position: relative;
    background: linear-gradient(105.94deg, #377FE6 -16.52%, #255AD2 118.61%);
    box-shadow: 0px 4px 0px #2357CD;
    border-radius: 5px;
    z-index: 120;
    top: 100px;
    text-align: center;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 25px 5px;
    transition: 0.3s;
}

.btn_primary:hover {
    background: linear-gradient(105.94deg, #2A6CCB -16.52%, #255AD2 118.61%);
}

.btn_op {
    position: relative;
    font-size: 12px;
    line-height: 167.4%;
    text-align: center;
    color: #9B9B9B !important;
    top: 110px;
}

.img-1 {
    position: absolute;
    top: 94px;
    right: -65px;
    z-index: 2;
    width: 262px;
    height: 389px;
}

.img-2 {
    position: absolute;
    width: 304px;
    height: 192px;
    top: 340px;
    z-index: 3;
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.15));
}

.bg-blue {
    position: absolute;
    content: "";
    background-color: #377FE6;
    height: 100%;
    top: 0;
    right: -65px;
    width: 162px;
    z-index: 1;
}

.h2-t {
    font-weight: 500;
    font-size: 22px;
    line-height: 167.4%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.h2-w {
    color: #fff;
    margin-bottom: 20px;
}

.blue {
    color: #377FE6;
}

.b-prem {
    display: flex;
    justify-content: space-between;
}

.prem_item {
    flex-basis: 42%;
    background: linear-gradient(105.94deg, #377FE6 -16.52%, #255AD2 118.61%);
    border-radius: 5px;
    padding: 30px 0px 30px 20px;
}

.prem__title {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.prem__text {
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.b-polza {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.polza__item {
    flex-basis: 48%;
    text-align: center;
}

.polza__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}

.check {
    position: relative;
    overflow-x: hidden;
    background: linear-gradient(105.94deg, #377FE6 -16.52%, #255AD2 118.61%);
    border-radius: 5px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.check_text {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    width: 184px;
}
.check-img {
    position: absolute;
    height: 400px;
    left: 188px;
    top: 35px;
}

.btn_black {
    background-color: #000000;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    color: #fff;
    width: 167px;
    padding: 15px 0px;
    margin-top: 50px;
    transition: 0.3s;
}

.btn_black:hover {
    background: #1D1D1D;
}


/** SLIDER **/

.slider {
    position: relative;
    min-width: 0;
}

.slider__item {
    touch-action: auto;
    -ms-touch-action: auto;
}

.slick-list {
    overflow: hidden;
}

.slick-list:after {
    clear: both;
    content: "";
    display: block;
}

.slick-track {
    display: flex;
}

.slider>.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 5px;
}

.slider>.slick-dots li {
    list-style: none;
}

.slider>.slick-dots li.slick-active button {
    background: #000;
}

.slider>.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0px 5px;
    background: rgba(0, 0, 0, 0.5);
}

.slider>.slick-arrow {
    position: absolute;
    bottom: 0%;
    font-size: 0;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 100;
}

.slider>.slick-arrow.slick-prev {
    left: 7%;
    background: url(https://taplink.shmakovv.ru/img/arrow-l.svg) 0 0 / 20% no-repeat, #000;
    background-position: center;
}

.slider>.slick-arrow.slick-next {
    right: 7%;
    background: url(https://taplink.shmakovv.ru/img/arrow-r.svg) 0 0 / 20% no-repeat, #000;
    background-position: center;
}

.slider>.slick-arrow.slick-prev:hover {
    background: url(https://taplink.shmakovv.ru/img/arrow-l.svg) 0 0 / 20% no-repeat, #1D1D1D;
    background-position: center;
}

.slider>.slick-arrow.slick-next:hover {
    background: url(https://taplink.shmakovv.ru/img/arrow-r.svg) 0 0 / 20% no-repeat, #1D1D1D;
    background-position: center;
}


/** slider m **/

.slider__item__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider__title {
    flex-basis: 55%;
    font-size: 12px;
    line-height: 150%;
    font-weight: 500;
}

.slider__arb {
    text-align: center;
    border: 1px solid #377FE6;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    line-height: 150%;
    color: #377FE6;
    padding: 6px;
    font-weight: 500;
}

.slider__srok {
    margin-top: 30px;
}

.slider__srok__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.slider__srok__time {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #377FE6;
    margin-left: 15px;
}

.slider__dolg {
    margin-top: 10px;
}

.round {
    width: 9px;
    height: 9px;
    border: 1px solid #FFF500;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 5px;
}

.slider__btn {
    background: linear-gradient(105.94deg, #377FE6 -16.52%, #255AD2 118.61%);
    box-shadow: 0px 4px 0px #2357CD;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 5px;
    margin-top: 30px;
    transition: 0.3s;
}

.slider__btn:hover {
    background: linear-gradient(105.94deg, #2A6CCB -16.52%, #255AD2 118.61%);
}

.slider__line {
    border: 0.5px solid #D1D1D1;
    width: 100%;
    margin: 30px 0px 0px;
}


/** css spoilers **/


/** css spoilers **/

.block {
    padding: 15px 0px;
}

.block__item {
    margin-bottom: 20px;
}

.block__title {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 167.4%;
    color: #000 !important;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 20px;
}

.block__title:before {
    transform: rotate(90deg);
    left: 0;
}

.block__title:after {
    transform: rotate(0deg);
    left: 0;
}

.block__title:after,
.block__title:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .5s;
}

.block__text {
    display: none;
    font-size: 14px;
    color: #000 !important;
    line-height: 167.4%;
    padding: 20px 15px;
    border: 1px solid #377FE6;
    box-sizing: border-box;
    border-radius: 5px;
}

.block__circle {
    content: '';
    width: 24px;
    height: 24px;
    background: linear-gradient(105.94deg, #377FE6 -16.52%, #255AD2 118.61%);
    box-shadow: 0px 0px 15px rgba(237, 225, 213, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
}

.block__title.active:before {
    transform: rotate(360deg);
}

.kontakt_blue {
    font-weight: bold;
    font-size: 14px;
    line-height: 183.9%;
    color: #377FE6;
}

.kontakt_adress {
    font-weight: 500;
    font-size: 18px;
    line-height: 183.9%;
}

.kontakt_phone {
    font-weight: 500;
    font-size: 24px;
    line-height: 183.9%;
    color: #252525 !important;
    transition: 0.3s;
}

.kontakt_phone:hover {
    color: #255AD2 !important;
}

.kontakt_graf {
    font-size: 14px;
    line-height: 183.9%;
    color: #636363;
}

.b-62479488 {
    max-width: 330px;
    margin: 0px auto;
}

.b-62479224 {
    max-width: 330px;
    margin: 0px auto;
    padding: 70px 40px;
    background: linear-gradient( 105.94deg, #377FE6 -16.52%, #255AD2 118.61%), #EFF5E4;
    border-radius: 15px;
    margin-bottom: 150px;
    margin-top: 40px;
}

.block-form .label {
    color: #fff !important;
}

.form-field>.form-field-desc {
    color: #fff !important;
}

.b-62479248 {
    max-width: 330px;
    margin: 0px auto;
}

.padding-top {
    padding: 100px 0px30 px;
}


/** **/

.nav-fix {
    position: fixed;
    bottom: 5%;
    left: 0%;
    width: 100%;
    z-index: 1000;
}

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item-1 {
    flex-basis: 33%;
    padding: 16px;
    font-size: 14px;
}

.nav-item-2 {
    flex-basis: 45%;
    padding: 16px 5px;
    font-size: 14px;
}

.nav-item-3 {
    flex-basis: 35px;
    padding: 16px;
    font-size: 14px;
}

.nav-grey {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 5px;
    background: rgba(42, 45, 52, 0.50);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.nav-green {
    text-align: center;
    background: #34D14E;
    color: #fff !important;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 5px;
}

.nav-top {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    background: rgba(42, 45, 52, 0.50);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.class_bg {
    animation: change-background 13s linear infinite;
}
@keyframes change-background {
    0% {
        background: #000C13;
    }
    25% {
        background: #00130D;
    }
    50% {
        background: #130011;
    }
    75% {
        background: #130000;
    }
    100% {
        background: #130F00;
    }
}