/* This stylesheet generated by Transfonter (https://transfonter.org) on October 5, 2017 10:21 PM */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaDemiC.eot');
  src: local('Futura Demi Cyrillic'), local('FuturaDemiC'),
    url('/fonts/FuturaDemiC.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaDemiC.woff') format('woff'),
    url('/fonts/FuturaDemiC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaMediumC.eot');
  src: local('Futura Medium Cyrillic'), local('FuturaMediumC'),
    url('/fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaMediumC.woff') format('woff'),
    url('/fonts/FuturaMediumC.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaLightC-Italic.eot');
  src: local('Futura Light Italic Cyrillic'), local('FuturaLightC-Italic'),
    url('/fonts/FuturaLightC-Italic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaLightC-Italic.woff') format('woff'),
    url('/fonts/FuturaLightC-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaMediumC-Italic.eot');
  src: local('Futura Medium Italic Cyrillic'), local('FuturaMediumC-Italic'),
    url('/fonts/FuturaMediumC-Italic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaMediumC-Italic.woff') format('woff'),
    url('/fonts/FuturaMediumC-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaLightC.eot');
  src: local('Futura Light Cyrillic'), local('FuturaLightC'),
    url('/fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaLightC.woff') format('woff'),
    url('/fonts/FuturaLightC.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaDemiC-Italic.eot');
  src: local('Futura Demi Italic Cyrillic'), local('FuturaDemiC-Italic'),
    url('/fonts/FuturaDemiC-Italic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaDemiC-Italic.woff') format('woff'),
    url('/fonts/FuturaDemiC-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaBookC-Italic.eot');
  src: local('Futura Book Italic Cyrillic'), local('FuturaBookC-Italic'),
    url('/fonts/FuturaBookC-Italic.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaBookC-Italic.woff') format('woff'),
    url('/fonts/FuturaBookC-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Futur';
  src: url('/fonts/FuturaBookC.eot');
  src: local('Futura Book Cyrillic'), local('FuturaBookC'),
    url('/fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaBookC.woff') format('woff'),
    url('/fonts/FuturaBookC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; 
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html, body{
  font-family: 'Inter', sans-serif;
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
 overflow-x: hidden;
}
body {
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/body.png);
    background-repeat: no-repeat;
    background-size: cover; 
}
.flex, ul.slick-dots{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.conteiner {
    max-width: 1315px;
    margin: 0 auto;
    padding: 0px 15px;
}
input::-moz-placeholder {
    color: rgb(102, 102, 102); /* Цвет подсказывающего текста */
   }
input::-webkit-input-placeholder { rgba(190, 190, 190, 1); }
input:-ms-input-placeholder { rgba(190, 190, 190, 1); }
input::-ms-input-placeholder {rgba(190, 190, 190, 1); }
input::placeholder {rgba(190, 190, 190, 1); } 

.wrap{
  flex-wrap: wrap;
}
.btn {
    display: inline-block;
    cursor: pointer;
    border: 0px;
    outline: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #242424;
    text-decoration: none;
    background: #FFD952;
    border-radius: 50px;
    padding: 20px 0px;
   max-width: 360px;
    width: 100%;
    text-align: center;
}
.asept-new {
font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
}
h2.title {
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 85%;
    letter-spacing: -0.025em;
    font-family: 'Futur';
}
textarea, input[type="text"] {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #B1B1B1;
    border: 1px solid #646464;
    padding: 10px 0px 10px 30px;
    margin-bottom: 20px;
}
textarea {
    height: 85px;
    padding-top: 32px;
}
header {
    position: fixed;
    background: white;
    right: 0px;
    left: 0px;
    top: 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    z-index: 99;
}
header .flex {
    align-items: center;
}
.logo img {
 width: 115px;
    display: flex;
    height: 99px;
    object-fit: cover;
}
header a {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #000000;
    text-decoration: none;
}
header .iteim.logo {
    width: 17%;
}
header .info.flex {
    width: 33%;
}
header .info.flex .adres {
    font-size: 12px;
    line-height: 15px;
}
header .info.flex a {
    display: inline-block;
    vertical-align: top;
}
header .info.flex a.wat {
    margin: 10px 0px 0px 30px;
}
header .info.flex a.phone {
    margin-top: 8px;
    margin-left: -5px;
}
header .info.flex a.phone2 {
    margin: 20px 0px 0px -8px;
    position: relative;
    top: -5px;
}
.header_btn {
    position: relative;
    cursor: pointer;
}
.header_btn:before {
    content: '';
    position: absolute;
    height: 7px;
    background: #FFE073;
    left: 0px;
    right: 0px;
    bottom: -6px;
    border-radius: 7px;
}
header .iteim.nav {
    width: 47%;
}
.section1 {
    padding: 115px 0px 0px 0px;
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/section1.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.section1 .iteim.img {
    margin-left: -57px;
    width: 730px;
}
h1 {
    font-weight: 500;
    font-size: 56px;
    line-height: 85%;
    letter-spacing: -0.025em;
    font-family: 'Futur';
    margin-bottom: 20px;
    position: relative;
}
h1:before {
    content: '';
    position: absolute;
    width: 410px;
    left: -10px;
    background: rgba(255, 217, 82, 0.6);
    z-index: -1;
    height: 22px;
    border-radius: 10px;
    top: 30px;
}
.section1 .iteim.text {
    width: 65%;
    margin-top: 106px;
}
.section1 ul.list {
    margin-top: 35px;
}
.section1 ul.list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.section1 ul.list li:before {
    content: '';
    position: absolute;
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/Star.svg);
    width: 30px;
    height: 30px;
    left: 0px;
    top: -7px;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.section1  ul.list.two li:nth-child(1):before{
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/l1.svg);    
}
.section1  ul.list.two li:nth-child(2):before{
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/l2.svg);    
}
.section1  ul.list.two li:nth-child(3):before{
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/l3.svg);    
}
.section1 .btn {
    margin-top: 30px;
}
.section2 {
    background: #FFD952;
    text-align: center;
    font-size: 25px;
    line-height: 100%;
    margin-top: 140px;
    position: relative;
}
.section2 .title {
    padding: 30px 0px 105px 0px;
}
.section2 .col_3 img {
    margin: auto;
    margin-bottom: 20px;
}
.section2 .col_3 {
    width: 32%;
    margin-bottom: 65px;
}
.section2 .abs1, .section2 .abs2, .section2 .abs3 {
    position: absolute;
}
.section2 .abs1 {
    top: -90px;
    right: 17%;
}
.section2 .abs2 {
    top: 106px;
    left: 10%;
}
.section2 .abs3 {
    top: 60%;
    right: 4%;
}
.section3 {
    position: relative;
    padding: 127px 0px 88px 0px;
}
.section3 h2.title {
    margin-bottom: 0px;
}
.section3 .col_3 {
    width: 32%;
    margin-right: 2%;
}
.section3 .flex.wrap {
    justify-content: flex-start;
}
.section3 .col_3:nth-child(3n+3){
    margin-right: 0%;    
}
.section3 .block, .section5 .block {
    height: 400px;
    margin-bottom: 35px;
    background-size: cover!important;
    cursor: pointer;
}
.section3 .flex.wrap {
    max-width: 1200px;
    margin: auto;
}
a.more {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #242424;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 23px;
}
.section3 .abs1, .section3 .abs2, .section3 .abs3 {
    position: absolute;
}
.section3 .abs1 {
    right: 1%;
    top: 42%;
}
.section3 .abs2 {
    top: 44px;
    left: 15%;
}
.section3 .abs3 {
    left: 12%;
    bottom: 0px;
}
.section4 {
    position: relative;
}
.section4 h2.title, .section6 h2.title{
    background: #FFD952;
    margin: 85px 0px 65px 0px;
    padding: 15px 0px 20px 0px;
}
.section4 .titlew {
    position: relative;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.section4 .block {
    max-width: 825px;
    margin: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 110%;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.section4 .body{
    display: none;
}
.section4 .titlew img.arr {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.section4 .block.active img.arr {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section4 .block.active .body{
    display: block;
}
.section4 .abs1, .section4 .abs2, .section4 .abs3 {
    position: absolute;
}
.section4 .abs1 {
    top: -90px;
    right: 25%;
}
.section4 .abs3 {
    right: 7%;
    top: 423px;
}
.section4 .abs2 {
    top: 240px;
    left: 3%;
}
ul.slick-dots button {
    display: none;
}
.avtor_sl_dots, .rew_sl_dots {
    height: 2px;
    background: #CFCFCF;
    left: 0px;
    right: 0px;
}
ul.slick-dots li {
    width: 100%;
    height: 2px;
}
ul.slick-dots li.slick-active{
    background: #242424;
}
.section5 {
    margin: 135px 0px 0px 0px;
    padding: 60px 0px 0px 0px;
    position: relative;
}
.section5 .title {
    margin-bottom: 50px;
}
.avtor_sl .block {
    margin: 0px 15px;
}
.avtor_sl {
    max-width: 1230px;
    margin: auto;
}
.prev, .next {
    position: absolute;
    top: 46%;
    z-index: 9;
    cursor: pointer;
}
.avtor_sl .prev {
    left: 40px;
}
.avtor_sl .next {
    right: 40px;
}
.avtor_sl_dots {
    margin-top: 95px;
}
.section5 .abs3 {
    position: absolute;
    top: 0px;
    left: 24%;
}
.section6 .metod {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.section6 .name {
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}
.section6 .flex {
    justify-content: flex-start;
}
.section6 .stars {
    margin-left: 20px;
}
.section6 .stars img {
    display: inline-block;
}
.section6 .flex {
    padding-bottom: 2px;
    border-bottom: 1px solid #858585;
    margin-bottom: 10px;
}
.section6 span {
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-top: 15px;
}
.section6 .text {
    font-weight: 500;
}
.rewers_sl .slaid {
    margin: 0px 20px;
}
.rewers_sl {
    max-width: 880px;
    margin: auto;
}
.rewers_sl .prev, .rewers_sl .next {
    top: 35%;
}
.rewers_sl .prev {
    left: -127px;
}
.rewers_sl .next {
    right: -152px;
}
.rew_sl_dots {
    margin-top: 100px;
}
.section6 {
    padding: 245px 0px 0px 0px;
    position: relative;
}
.section6 h2.title {
    margin: 0px 0px 0px 0px;
    margin-bottom: 65px;
}
.section6 .abs1, .section6 .abs2 {
    position: absolute;
}
.section6 .abs1 {
    top: 155px;
    left: 5%;
}
.section6 .abs2 {
    right: 3%;
    top: 605px;
}
.section7 .abs1, .section7 .abs2 {
    position: absolute;
}
.section7 {
    background: #FFD952;
    margin-top: 170px;
    position: relative;
    padding: 70px 0px 70px 0px;
    text-align: center;
    font-size: 25px;
    line-height: 100%;
}
.section7 .title {
    margin-bottom: 20px;
}
.section7 .btn_f, a.btn_fixed {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #242424;
    text-decoration: none;
    border: 2px solid #242424;
    border-radius: 50px;
    display: block;
    width: 320px;
    margin: 26px auto 0px auto;
    padding: 15px 0px;
}
a.btn_fixed {
    background: #ffd952;
    font-size: 13px;
    width: 250px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9;
}
textarea, input[type="tel"] {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #B1B1B1;
    border: 1px solid #646464;
    padding: 10px 0px 10px 30px;
    margin-bottom: 20px;
}
.section7 .abs1 {
    top: -150px;
    left: 14%;
}
.section7 .abs2 {
    right: 21%;
    top: 175px;
}
.overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background: #0000007a;
    display: none;
}
.popup {
    position: fixed;
    top: 10vh;
    display: none;
    z-index: 99;
}
.overlay.active, .popup.active{
    display: block;
}
.form_popup, .tranks {
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/bac_form.png) white;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    width: 530px;
    left: calc(50% - 265px);
    padding: 137px 90px 123px 90px;
}
.close {
    position: absolute;
    right: 35px;
    top: 25px;
    cursor: pointer;
}
.form_title {
    font-family: 'Futur';
    font-weight: 500;
    font-size: 40px;
    line-height: 85%;
    text-align: center;
    letter-spacing: -0.025em;
    color: #242424;
    margin-bottom: 30px;
}
form button.btn {
    width: 320px;
    margin: auto;
    display: block;
}
.asept, .asept a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
.asept {
    margin-top: 10px;
}
.asept label {
    position: relative;
    padding-left: 10px;
    display: block;
    padding-top: 5px;
    cursor: pointer;
}
.asept label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
}
.asept input[type="checkbox"] {
    display: none;
}
.asept label:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/ok.png);
    left: 0px;
    top: 0px;
    opacity: 0;
}
.asept input:checked+label::after{
    opacity: 1
}
.img_popup {
    background: url(https:///logopedfilippova.com/wp-content/themes/logopedfilippova/img/img_bac.png) white;
    width: 700px;
    left: calc(50% - 350px);
    border-radius: 50px;
    background-size: cover;
    overflow: scroll;
}
.img_popup .content{
    padding: 100px 75px;
}
.img_popup img {
    width: 100%;
}
.img_popup.two {
    width: 900px;
    left: calc(50% - 450px);
    max-height: calc(100% - 20vh);
}
/*Убрать полосу прокрутки у элемента*/
.img_popup::-webkit-scrollbar {
  width: 0;
}
input.required.errore {
    border-color: red;
}
.asept.errore label::before {
    border-color: red;
}
.tranks {
    font-size: 18px;
    text-align: center;
    padding: 70px;
}

@media screen and (max-width:1315px){
    .conteiner {
        max-width: 1200px;
    }
    header a {
        font-size: 13px;
    }
    .header_btn {
        font-size: 14px;
    }
    header .info.flex .adres {
        font-size: 10px;
    }
    header .info.flex {
        width: 31%;
    }
    .section1 .iteim.img {
        margin-left: 0px;
        width: auto;
        margin-top: 69px;
    }
}
.mobail{
    display: none;
}
@media screen and (max-width:1200px){
    .conteiner {
        max-width: 992px;
    }
    .desc{
        display: none;
    }
    .mobail{
        display: block;
    }
    .burger.flex {
        flex-direction: column;
        align-content: space-between;
        height: 22px;
        width: 30px;
    }
    .burger span {
        height: 4px;
        background: black;
        display: block;
        width: 100%;
    }
    .mobail_menu {
        position: fixed;
        right: -100%;
        top: 0px;
        width: 300px;
        background: white;
        bottom: 0px;
        z-index: 999;
        padding: 80px 40px;
        text-align: right;
        transition-duration: .3s;
    }
    .mobail_menu.active{
        right: 0%; 
    }
    .mobail_menu a {
        font-weight: 400;
        font-size: 16px;
        line-height: 110%;
        color: #000000;
        text-decoration: none;
    }
    .mobail_menu li {
        margin-bottom: 10px;
    }
    .mobail_menu .iteim {
        margin-top: 20px;
    }
    .header_btn {
        font-size: 20px;
    }
    .mobail_menu img {
        display: inline-block;
    }
    .rewers_sl .next {
        right: 0px;
    }
    .rewers_sl .prev {
        left: 0px;
    }
    .conteiner {
        z-index: 9;
        position: relative;
    }
    .section2 .abs1 {
        right: 1%;
    }
    .section3 .abs2 {
        left: 0px;
    }
    .section4 .abs1 {
        right: 0px;
    }
    .section5 .abs3 {
        left: 5%;
    }
    .section6 .abs1 {
        left: 0px;
    }
    .section6 .abs2 {
        right: 0px;
        top: auto;
        bottom: 0px;
    }
    .section7 .abs1 {
        left: 0px;
    }
    header .iteim.logo {
        width: 200px;
    }
}
@media screen and (max-width:992px){
    .conteiner {
        max-width: 768px;
    }
    .section1 .flex {
        flex-direction: column;
    }
    .section1 .iteim.img img {
        margin: auto;
    }
    .section1 .iteim.img {
        margin: 0px;
    }
    .section1 .iteim.text {
        width: 100%;
    }
    .section2 .col_3 {
        width: 48%;
    }
    .section3 .abs2 {
        display: none;
    }
    .section3 {
        position: relative;
        padding: 30px 0px 0px 0px;
    }
    .section3 .col_3 {
        width: 49%;
    }
    .section3 .col_3:nth-child(3n+3) {
        margin-right: 2%;
    }
    .section3 .col_3:nth-child(2n+2) {
        margin-right: 0%;
    }
    .section5 {
        margin: 90px 0px 0px 0px;
    }
    .section5 .abs3 {
        left: 0px;
    }
    .section6 .abs1, .section7 .abs1{
        display: none;
    }
    .section6 {
        padding: 90px 0px 0px 0px;
    }
    .section7 .abs2 {
        right: 10%;
    }
    .img_popup.two {
        width: 100%;
        left: 0px;
    }
	
	.section4 h2.title, .section6 h2.title {
		margin: 0px 0px 65px 0px;
	}
}
@media screen and (max-width:768px){
    .conteiner {
        max-width: 576px;
    }
    .section2 .abs1{
        display: none;
    }
    .section3 .block, .section5 .block {
        height: 250px;
    }
    .img_popup {
        width: 100%;
        left: 0px;
    }
}
@media screen and (max-width:576px){
h1 {
    font-size: 36px;
}
h1:before {
    width: 200px;
}
.section2 .col_3 {
    width: 100%;
}
.section7 .btn_f {
    width: 100%;
}
h2.title {
    font-size: 32px;
}
.section1 .btn {
    width: 100%;
}
.section1 .iteim.text {
    margin-top: 50px;
}
.section2 {
    margin-top: 50px;
}
.section2 .title {
    padding: 30px 0px 50px 0px;
}
.section3 .col_3 {
    width: 100%;
    margin-right: 0px;
}
.img_popup .content {
    padding: 60px 20px;
}
.img_popup {
    border-radius: 30px;
}
.section4 .abs1, .section5 .abs3, .section6 .abs2, .section7 .abs2{
    display: none;
}
.section4 .titlew {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.section4 .block {
    padding-bottom: 10px;
}
.section5 {
    margin: 0px 0px 0px 0px;
}
.section6 .stars {
    margin-left: 0px;
    width: 150px;
}
.section7 {
    margin-top: 50px;
}
.rew_sl_dots {
    margin-top: 50px;
}
.form_popup, .tranks {
    width: 100%;
    left: 0px;
    border-radius: 30px;
    padding: 60px 20px;
}
form button.btn {
    width: 100%;
}
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-list-item label input {
 width: 18px;
    height: 18px;
margin-right: 7px;
}

.wpcf7-list-item label span label a {
    margin-left: 4px;
}


@media screen and (max-width:576px){

.asept-new {
margin-top: 10px;
}
}

@media screen and (max-width:516px){

.asept-new {
margin-top: 0px;
}
}

@media screen and (max-width:480px){
.wpcf7-list-item label {
   display: inline;
}

.wpcf7-list-item label input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
}

