

.main-screen {height: 100dvh; min-height: 600px; position: relative; display: flex; align-items: center; background: url(../img/topbg.webp) top center/cover no-repeat;}
.main-screen__pic {position: absolute; left: calc(50% + 50px); top: 50%; transform: translateY(calc(-50% + 50px)); width: 598px; height: 541px;}
.main-screen__pic:before {animation: 30s ease-in-out 0s infinite normal none running partsI; content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; bottom: 0; background: url(../img/main-screen-pic.webp) center center/contain no-repeat;}
.main-screen__pic_center {animation: 60s linear 0s infinite normal none running centerI; position: absolute;  top: 0; left: 0; bottom: 0; width: 100%; background: url(../img/main-screen-centerpic.webp) center center/428px auto no-repeat;}
.main-screen__title {font-family: 'Bruno Ace'; font-size: 55px; line-height: 100%; margin: 0 0 12px; padding: 0; font-weight: normal; color: #fff;}
.main-screen__title .yellow {color: #F5A300;}
.main-screen__txt {font-size: 20px; line-height: 100%; color: #fff;}
.main-screen__btn {padding: 0 44px 0 14px; position: relative; display: table; border-radius: 18px; line-height: 54px; background: #F5A300; color: #0A121E; font-size: 25px; text-decoration: none; margin: 50px 0 0 0;}
.main-screen__btn:after {width: 24px; height: 24px; content: ''; display: block; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: url(../img/main-screen__btn-arr.svg) center center no-repeat;}
.main-screen__btn:hover {box-shadow: 0 0 20px 5px rgba(245, 163, 0, 0.8); color: #0A121E;}

.orange-title {font-size: 30px; line-height: 34px; font-weight: bold; margin: 0 0 18px; padding: 0; color: #F5A300;}
.white-title {font-size: 30px; line-height: 120%; font-weight: bold; margin: 0 auto 60px; padding: 0; color: #fff; text-align: center; max-width: 676px; display: table;}
.gradient-bg-title {font-size: 20px; color: #fff; line-height: 120%; padding: 15px 23px; font-weight: normal; margin: 0 0 12px; border-radius: 18px; background: linear-gradient(90deg, #122036 0%, #000309 100%);}
.grey-subtitle {text-align: center; font-size: 20px; line-height: 34px; opacity: 0.5; margin: 0 0 12px; font-weight: normal; padding: 0;}
.orange-bigcount {font-family: 'Bruno Ace'; font-size: 55px; line-height: 120%; color: #F5A300; margin: 0 0 8px;}


.content {font-family: 'Arimo'; font-size: 20px; line-height: 120%; color: #fff;}
.content .title {font-family: 'Bruno Ace'; font-size: 40px; color: #fff; margin: 0 0 18px; padding: 0; text-align: center; line-height: 48px; font-weight: normal;}
.content .title .yellow {color: #F5A300;}
.welcome-block {margin: 0 0 130px;}
.welcome-block__subtitle {font-weight: bold; font-size: 25px; line-height: 30px; margin: 0 0 6px; padding: 0; text-align: center;}
.welcome-block_descr {max-width: 828px; text-align: center; font-size: 30px; line-height: 34px; margin: 0 auto 20px;}

.product-cols {max-width: 900px; margin: 0 auto 40px; display: flex; align-items: center; justify-content: space-between;}
.product-cols.long {max-width: 100%;}
.product-cols_txt {max-width: 405px; width: calc(50% - 10px);}
.product-cols_txt.long {max-width: 999999px;}
.product-cols_pic {position: relative; height: 358px; width: calc(50% - 10px);}
.product-cols_pic:before {width: 300px; height: 300px; opacity: 0.2; transition: opacity 0.9s ease; content: ''; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-58%); background: radial-gradient(50% 50% at 50% 50%, #F5A300 0%, #000309 100%); backdrop-filter: blur(203.7090301513672px);}
.product-cols_pic.big:before {width: 500px; height: 500px;}
.product-cols_pic.light:before {opacity: 0.55;}
.product-cols_img {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-58%); width: 432px; display: block;}
.big .product-cols_img {width: 500px; transform: translate(-58%,-58%);}
.product-cols_p {padding: 0 0 25px 23px;}
.product-cols_p:last-child {padding-bottom: 0;}

.tabs-list {row-gap: 20px; flex-wrap: wrap; position: relative; z-index: 5; display: flex; justify-content: center; padding: 0; margin: 12px 0 60px; list-style-type: none; gap: 20px;}
.tabs-list__link {display: table; color: #fff; text-decoration: none; line-height: 52px; padding: 0 20px; border-radius: 18px; border: 1px solid #122036; background: #122036; font-size: 20px;}
.active .tabs-list__link, .tabs-list__link:hover {border-color: #F5A300; color: #fff; text-decoration: none;}
.tabs-content__tab:not(.active) {position: absolute; top: -99999px;left: -99999px; opacity: 0;}
.tabs-content__tab {transition: opacity 0.3s ease;}
.tavs-content {position: relative;}

.company-block {margin: 0 0 130px; min-height: 600px; position: relative;}
.company-block:before {pointer-events: none; content: ''; display:block; position: absolute; bottom: -500px; right: -550px; width: 1000px; height: 1000px; background: url(../img/shadow.svg) center center/contain no-repeat;}
.company-block__item {display: flex; align-items: flex-start;}
.company-block__pic {animation: pulse 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite; min-height: 400px; position: relative; width: 50%;}
.company-block__img {max-width: 580px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.company-block__txt {position: relative; width: 50%;}
.company-block__txt .orange-title {margin: 0 0 12px;}
.company-block__txt .orange-title + .gradient-bg-title {margin-top: 18px;}
.company-block__txt .gradient-bg-title {margin: 0 0 20px;}
.company-block__descr {font-size: 30px; line-height: 34px; color: #fff;}
.company-block__descr-small {font-size: 20px; line-height: 25px; margin: 0 0 20px;}

ul.scale-ul {padding: 20px 0 0 0; margin: 0; list-style-type: none; position: relative;}
.company-block__descr-small + ul.scale-ul {padding-top: 0;}
.scale-ul__item {font-size: 20px; line-height: 25px; color: rgba(255,255,255,0.8); padding: 0 0 16px 37px; position: relative;}
.scale-ul__item:last-child {padding-bottom: 40px;}
.scale-ul__item:last-child:after {background: linear-gradient(to bottom, #F5A300, #060709);}
.scale-ul__item:before {content: ''; display: block; position: absolute; width: 22px; height: 22px; box-sizing: border-box; border-radius: 50%; border: 1px solid #F5A300; top: 0; left: 0;}
.scale-ul__item:after {content: ''; display: block; position: absolute; top: 22px; left: 11px; width: 1px; bottom: 0; background: #F5A300;}

.company-block__contacts {flex-wrap: wrap; margin-top: 86px; display: flex;}
.company-block__contacts-col {width: 50%;}
.company-block__contacts-item {margin: 0 0 15px; display: flex; align-items: center; color: #fff; text-decoration: none;}
.company-block__contacts-ic {display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; margin: 0 12px 0 0;}
.company-block__contacts-ic img {display: block; max-width: 100%; max-height: 100%;}
.company-block__contacts-txt {max-width: calc(100% - 36px);}


.chart-block {margin: 0 0 130px;}
.chart-cols {display: flex; padding: 50px 0 0 0;}
.chart-leftcol {font-size: 14px; line-height: 120%; display: flex; flex-direction: column; width: 270px;}
.chart-leftcol__title {font-size: 30px; line-height: 34px; margin: 0 0 20px;}
.chart-leftcol__bottom {margin-top: auto; max-width: 142px; color: rgba(255,255,255,0.8);}
.chart-rightcol {width: calc(100% - 270px);}
.chart-rightcol__chart {width: 100%;}

.chart-designations {margin: 0 0 16px; gap: 15px; display: flex; justify-content: center;}
.chart-designations__item {padding: 0 12px  0 32px; min-width: 115px; text-align: right; line-height: 30px; background: #122036; border-radius: 10px; font-size: 14px; position: relative; }
.chart-designations__item:before {width: 12px; height: 12px; left: 10px; top: 50%; margin-top: -6px; content: ''; display: block; position: absolute; border-radius: 50%; background: #585858;}
.chart-designations__item.yellow:before {background: #ED9F09;}
.chart-designations__item.light:before {background: #B2B2B2;}
.chart-designations__item.medium:before {background: #777777;}

.advantages-counts {font-size: 20px; line-height: 25px; color: rgba(255,255,255,0.8); padding: 28px 0 80px; display: flex; justify-content: space-between; text-align: center;}
.advantages-blocks {margin: 0 0 170px; flex-wrap: wrap; display: flex; justify-content: space-between; position: relative; padding-left: 50%;}
.advantages-blocks:before {pointer-events: none; content: ''; display: block; position: absolute; top: 0; bottom: 0; width: 100vw; left: 50%; transform: translateX(-50%); background: url(../img/advantages-bg.webp) bottom center/100% auto no-repeat;}
.advantages-blocks>* {position: relative;}
.advantages-blocks__item {font-size: 14px; line-height: 16px; color: rgba(255,255,255,0.8); min-height: 238px; display: flex; flex-direction: column; border-radius: 18px; border: 1px solid #F5A300; padding: 20px; width: calc(50% - 10px); margin: 0 0 248px;}
.advantages-blocks__item.absolute {margin: 0; width: calc(25% - 20px); position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.advantages-blocks__item .orange-title {font-size: 20px; line-height: 25px;}
.advantages-blocks__item:last-child, .advantages-blocks__item:nth-last-child(2) {margin-bottom: 0;}
.advantages-blocks__txt {margin-top: auto;}

.advantages-blocks__left-pic {animation: jumpUp 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;  z-index: 2; top: 50px; right: calc(50% + 100px); position: absolute; width: 355px; height: 355px; pointer-events: none;}
.advantages-blocks__left-pic:before {width: 240px; height: 240px; opacity: 0.2; transition: opacity 0.9s ease; content: ''; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-58%); background: radial-gradient(50% 50% at 50% 50%, #F5A300 0%, #000309 100%); backdrop-filter: blur(203.7090301513672px);}
.advantages-blocks__left-pic.light:before {opacity: 0.55;}
.advantages-blocks__left-pic img {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.advantages-blocks__right-pic {animation: rotate 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;  z-index: 2; top: 28%; left: 18%;  position: absolute; width: 510px; height: 510px; pointer-events: none;}
.advantages-blocks__right-pic:before {width: 340px; height: 340px; opacity: 0.2; transition: opacity 0.9s ease; content: ''; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-58%); background: radial-gradient(50% 50% at 50% 50%, #F5A300 0%, #000309 100%); backdrop-filter: blur(203.7090301513672px);}
.advantages-blocks__right-pic img {width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}

.standart-slider.owl-carousel {padding-top: 150px;}
.standart-slider.owl-carousel .owl-nav {top: 20px; gap: 20px; position: absolute; display: flex; justify-content: center; left: 0; width: 100%;}
.standart-slider.owl-carousel .owl-nav button.owl-prev,
.standart-slider.owl-carousel .owl-nav button.owl-next {width: 54px; height: 54px; background: #F5A300 url(../img/main-screen__btn-arr.svg) center left 21px no-repeat; border-radius: 18px;}
.standart-slider.owl-carousel .owl-nav button.owl-prev {transform: scale(-1,1);}
.standart-slider.owl-carousel .owl-nav button.owl-prev:hover,
.standart-slider.owl-carousel .owl-nav button.owl-next:hover {box-shadow: 0 0 10px 3px rgba(245, 163, 0, 0.6);}
.standart-slider.owl-carousel .owl-stage {display: flex; flex-wrap: wrap;}
.standart-slider.owl-carousel .owl-item {display: flex; flex-wrap: wrap;}
.standart-slider.owl-carousel .owl-dots {display: none;}

.reviews-block {margin: 0 0 130px; position: relative;}
.reviews-block:before {pointer-events: none; content: ''; display:block; position: absolute; bottom: -200px; left: -550px; width: 1000px; height: 1000px; background: url(../img/shadow.svg) center center/contain no-repeat;}


.reviews-item {font-size: 14px; line-height: 120%; margin-top: 67px; border-radius: 18px; border: 1px solid #F5A300; position: relative; padding: 0 20px 20px; display: flex; flex-direction: column; width: 100%;}
.reviews-item__photo {width: 134px; height: 134px; margin: -67px 0 20px; border-radius: 18px; overflow: hidden;}
.reviews-item__photo img {width: 100%; display: block; height: 100%; object-fit: cover;}
.reviews-item__name {font-size: 22px; line-height: 120%; color: #F5A300; font-weight: bold; margin: 0 0 5px;}
.reviews-item__post {font-size: 14px; line-height: 120%; color: #fff; font-weight: bold; margin: 0 0 20px;}
.reviews-item__soc {font-size: 22px; line-height: 25px; color: #F5A300; font-weight: bold; text-decoration: none; margin-top: auto;}
.reviews-item__txt {color: rgba(255,255,255,0.8);}
.reviews-item__txt:not(:last-child) {margin-bottom: 50px;}

.contact-form__cols {max-width: 930px; margin: 0 auto; display: flex; justify-content: space-between;}
.contact-form__leftcol {max-width: 390px; width: calc(50% - 20px);}
.contact-form__rightcol {width: calc(50% - 20px);}

.book-block {display: flex; align-items: center;}
.book-block__cover {width: 160px; transform: rotate(-10deg); margin: 0 20px 0 -50px;}
.book-block__txt {font-size: 20px; line-height: 25px; color: #fff;}
.book-block__txt b {display: block; color: #F5A300;}

.form-block {border-radius: 18px; padding: 30px 20px 40px; border: 1px solid #F5A300;}
.form-block__title {text-align: center; font-size: 22px; line-height: 25px; margin: 0 0 25px; font-weight: bold; color: #fff;}
.form-block__field {width: 100%; position: relative; margin: 0 0 18px;}
.form-block__field.hidden {display: none;}
.form-block__label {transition: opacity 0.3s ease; display: block; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 14px; line-height: 16px; color: #122036; opacity: 0.5; pointer-events: none;}
.ok + .form-block__label {opacity: 0;}
.form-block__inp-txt {color: #122036; font-size: 20px; width: 100%;  border: 0; font-family: inherit; height: 54px; padding: 0 23px; background: #fff; border-radius: 18px;}
.form-block__inp-txt::-moz-placeholder {opacity: 0.3; color: #122036;}
.form-block__inp-txt::-webkit-input-placeholder {opacity: 0.3; color: #122036;}
.form-block__inp-txt:focus::-moz-placeholder {opacity: 0;}
.form-block__inp-txt:focus::-webkit-input-placeholder {opacity: 0;}
.form-block__submit {font-family: inherit; border: 0; font-size: 20px; color: #122036; font-weight: bold; display: table; width: 100%; cursor: pointer; transition: all 0.3s ease; line-height: 54px; text-align: center; background: #F5A300; border-radius: 18px;}
.form-block__submit:hover {box-shadow: 0 0 20px 5px rgba(245, 163, 0, 0.8);}
.contact-form__white-title {font-size: 30px; line-height: 34px; margin: 0 0 20px; font-weight: bold;}

.drop-list {margin: 0 0 18px; position: relative;}
.drop-list__btn {position: relative; line-height: 54px; cursor: pointer;}
.drop-list__btn:after {content: ''; display: block; position:absolute; width: 24px; height: 24px; top: 50%; margin-top: -10px; right: 20px; background: url(../img/drop-arr.svg) center center no-repeat;}
.drop-list__items {font-size: 20px; color: #122036; line-height: 120%; width: 100%; background: #fff; border-radius: 18px; overflow: hidden; position: absolute; top: -9999px; left: -9999px; opacity: 0; transition: opacity 0.3s ease;}
.open .drop-list__items {top: 100%; left: 0; opacity: 1;}
.drop-list__title {background: #EAEAEA; padding: 8px 23px; }
.drop-list__item {padding: 4px 23px; cursor: pointer;}
.drop-list__item:last-child {padding-bottom: 10px;}



@media all and (max-width:1300px) {
.main-screen__title {font-size: 45px;}
.welcome-block_descr {font-size: 24px; line-height: 120%;}
.company-block__descr {font-size: 24px; line-height: 120%;}
.white-title {font-size: 24px;}
}


@media all and (max-width:1000px) {
.directions-txt .gradient-bg-title:first-child {max-width: calc(100% - 60px);}
.directions-txt .gradient-bg-title:nth-child(2) {max-width: calc(100% - 30px);}


.advantages-blocks__item {font-size: 16px; line-height: 120%;}

.main-screen {margin: 0 0 90px; height: auto; align-items: flex-start; padding-top: 82px;  text-align: center;}
.main-screen__txt {margin-bottom: 470px;}
.main-screen__pic {width: 602px; height: 420px; top: 200px; left: 50%; transform: translateX(-50%);}
.main-screen__pic_center {background-size: 360px auto;}
.main-screen__btn {line-height: 44px; padding: 0 40px 0 22px; font-size: 16px; margin: 0 auto; border-radius: 12px;}
.main-screen__btn:after {background-size: 10px auto; right: 12px;}

.welcome-block__subtitle {font-size: 20px;}
.content .title {font-size: 30px; line-height: 120%;}
.welcome-block_descr {font-size: 18px;}

.product-cols {margin: 0 0 40px; flex-direction: column;}
.product-cols_pic {order: 1; margin: 0 auto 30px;}
.product-cols_txt {max-width: 500px; text-align: center; order: 2; width: 100%;}
.gradient-bg-title {display: table; margin: 0 auto 10px;}
.content {font-size: 16px;}
.product-cols_p {padding-left: 0;}
.big .product-cols_img {width: 400px;}
.welcome-block {margin-bottom: 90px;}
.company-block__item {flex-direction: column;}
.company-block__pic {min-height: 300px; margin: 0 auto;}
.company-block__img {max-width: 450px;}
.tabs-list__link {line-height: 42px; font-size: 16px;}
.company-block__txt {width: 100%; text-align: center; margin: 0 auto; width: 100%; max-width: 500px;}
.scale-ul__item {text-align: left; font-size: 16px;}
.company-block__descr {font-size: 20px;}
.company-block {margin-bottom: 80px;}

.chart-cols {flex-direction: column;}
.chart-leftcol {order: 2; width: 100%; text-align: center;}
.chart-leftcol__bottom {margin: 0 auto;}
.chart-leftcol__title {font-size: 20px;}
.chart-rightcol {margin: 0 0 40px; order: 1; width: 100%;}

.advantages-counts {justify-content: center; flex-wrap: wrap; row-gap: 30px;}
.orange-bigcount {font-size: 45px;}
.advantages-counts {font-size: 16px;}
.advantages-counts__item {width: calc(100% / 3);}
.advantages-blocks {margin-bottom: 100px; padding-top: 120px; padding-left: 0;}
.advantages-blocks__item.absolute {width: 100%; max-width: 100%; position: relative; margin: 0 0 20px; top: auto; left: auto; transform: none;}
.advantages-blocks__item {margin: 0 0 20px!important; width: 100%; min-height: 198px;}
.advantages-blocks__left-pic {width: 300px; height: 300px; top: -80px; right: -70px; left: auto;}
.advantages-blocks__right-pic {left: auto; top: auto; transform: none; margin: -100px 0 -100px -150px; position: relative; width: 350px; height: 350px;}
.contact-form__cols {display: block;}
.contact-form__leftcol {width: 100%; max-width: 500px; margin: 0 auto 50px;}
.contact-form__white-title {font-size: 20px; color: #F5A300; text-align: center;}
.contact-form__rightcol {width: 100%; max-width: 500px; margin: 0 auto;}

.gradient-bg-title {font-size: 16px;}
}

@media all and (max-width:700px) {
.main-screen__title {font-size: 25px; line-height: 120%; margin: 0 0 10px;}
.main-screen__txt {font-size: 15px; line-height: 120%; margin-bottom: 450px;}
.main-screen__pic {top: 158px;}
.main-screen {min-height: 1px;}
.welcome-block__subtitle {font-size: 15px; margin: 0 0 8px; font-weight: normal; line-height: 120%;}
.content .title {font-size: 20px; margin: 0 0 15px;}
.welcome-block_descr {font-size: 13px; max-width: 300px;} 
.product-cols_pic {margin-bottom: 10px; height: 195px;}
.product-cols_img {width: 230px;}
.product-cols_pic:before {width: 180px; height: 180px;}
.orange-title {font-size: 15px; line-height: 120%;}
.gradient-bg-title {padding: 7px 20px; font-size: 13px; border-radius: 8px; line-height: 120%;}
.content {font-size: 13px;}
.product-cols_txt {max-width: 300px;}
.big .product-cols_img {width: 230px;}
.product-cols_pic.big:before {width: 180px; height: 180px;}
.grey-subtitle {font-size: 13px; font-weight: normal; line-height: 120%; margin: 0 0 10px;}
.tabs-list__link {line-height: 25px; border-radius: 8px; padding: 0 10px; font-size: 13px;}
.tabs-list {gap: 7px; max-width: 300px; margin-left: auto; margin-right: auto;}
.company-block__img {max-width: 300px;}
.company-block__pic {min-height: 200px; margin: -30px auto 20px;}
.company-block__descr {font-size: 15px; max-width: 300px; margin-left: auto; margin-right: auto;}
.scale-ul__item {font-size: 13px; line-height: 120%; padding: 0 0 16px 24px;}
.scale-ul__item:before {width: 13px; height: 13px;}
.scale-ul__item:after {left: 6px; top: 13px;}
.scale-ul__item:last-child {padding-bottom: 16px;}
.company-block__descr-small {font-size: 13px; line-height: 120%; max-width: 300px; margin-left: auto; margin-right: auto;}
.company-block__txt .orange-title + .gradient-bg-title {margin-top: 15px;}
.company-block__txt .gradient-bg-title {margin-bottom: 15px;}
.company-block__txt .gradient-bg-title {margin: 0 auto 15px;}
ul.scale-ul {max-width: 300px; margin-left: auto; margin-right: auto;}
.tabs-content__tab .company-block__descr {font-size: 13px;}
.company-block__contacts {margin-top: 20px;}
.company-block__contacts-col {width: 100%;}
.company-block__contacts-ic {width: 14px; height: 14px; margin: 0 7px 0 0;}
.company-block__contacts-item {width: 100%; justify-content: center;}
.chart-cols {padding-top: 10px;}
.chart-designations {flex-wrap: wrap; gap: 7px; max-width: 300px; margin: 0 auto 20px;}
.chart-designations__item {border-radius: 8px; line-height: 27px; font-size: 13px; min-width: 102px; padding: 0 10px;}
.chart-designations__item:before {width: 10px; height: 10px; margin-top: -5px;}
.chart-leftcol__title {font-size: 15px; line-height: 120%; margin: 0 0 15px;}
.orange-bigcount {font-size: 55px;}
.chart-leftcol__bottom {max-width: 170px; font-size: 13px;}
.chart-block {margin-bottom: 100px;}
.advantages-counts {padding-top: 15px;}
.advantages-counts__item {width: 100%;}
.advantages-counts__item br {display: none; font-size: 15px;}
.advantages-counts__item .orange-bigcount {margin: 0;}
.advantages-blocks__item .orange-title {font-size: 17px; line-height: 120%;}
.advantages-blocks__item {font-size: 13px; line-height: 120%;}
.standart-slider.owl-carousel .owl-nav button.owl-prev, .standart-slider.owl-carousel .owl-nav button.owl-next {border-radius: 8px; width: 35px; height: 35px; background-size: 12px auto; background-position: center left 13px;}
.standart-slider.owl-carousel .owl-nav {gap: 12px;}
.reviews-item__photo {width: 92px; height: 92px; margin-top: -45px; border-radius: 8px;}
.reviews-item__name {font-size: 17px;}
.reviews-item__post {font-size: 13px;}
.reviews-item {font-size: 13px;}
.reviews-item__txt:not(:last-child) {margin-bottom: 20px;}
.reviews-item__soc {font-size: 17px; line-height: 120%;}
.standart-slider.owl-carousel {padding-top: 85px;}
.reviews-block {margin-bottom: 100px;}
.white-title {font-size: 15px; line-height: 120%; margin: 0 auto 10px; max-width: 300px; }
.contact-form__white-title {font-size: 15px; line-height: 120%; max-width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 0px;}
.book-block {text-align: center; padding: 10px 0 0 0; display: block;}
.book-block__cover {display: table; margin: 0 auto 10px;}
.book-block__txt {font-size: 15px; line-height: 120%; max-width: 180px; margin: 0 auto;}
.contact-form__leftcol {margin-bottom: 30px;}
.form-block {border-radius: 10px; padding: 16px;}
.form-block__title {font-size: 13px; line-height: 120%; margin: 0 0 15px;}
.form-block__inp-txt {padding: 0 12px; height: 38px; border-radius: 10px; font-size: 13px;}
.form-block__field {margin-bottom: 10px;}
.form-block__label {font-size: 13px;}
.drop-list__btn {line-height: 34px;}
.drop-list__btn:after {background-size: 12px auto; right: 6px;}
.drop-list__item {font-size: 12px; padding: 6px 12px;}
.drop-list__title {font-size: 12px; padding: 6px 12px;}
.form-block__submit {line-height: 34px; font-size: 13px; border-radius: 10px;}

}
