* {
  padding: 0;
  margin: 0;
  border: 0;
}
html, body {
  height: 100%;
}
ul li {
  list-style: none;
}
ul,
ol {
  margin-bottom: 0px;
}
p {
  margin: 0 0 0px;
}
a, a:visited {
  text-decoration: none;
  outline: none;
}
a[href^="tel:"] {
  /* color: inherit; */
}
a[href^="mailto:"] {
  /* color: inherit; */
}
.wrapper {
    min-height: 100%;
    overflow: hidden;
  
    display: flex;
    flex-direction: column;
}
[class*=__container] {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 75px;
}
[class*=__section] {
  padding-top: 100px;
}
body {
    font-family: proxima-soft, sans-serif;
    /* font-family: 'Mulish', sans-serif; */
}
.main, .header {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
/* webkit scrollbar */
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-thumb {
  background-color: #3963B0;
}
html::-webkit-scrollbar-track {
  background-color: #D0D0D0;
}
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  /* padding: 6px 0; */
  background: #3963B0;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top {
    padding: 10px 0;
}
.header-bottom {
    background: #fff;
    padding: 5px 0;
}
.logo-img {
    max-width: 113px;
}
.h-contacts {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #E6E6E6;
}
.h-contacts:hover {
    color: #E6E6E6;
}
.h-contacts svg {
    margin-right: 8px;
}
/* -------------------------------------- */
.menu__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #151515;
    display: flex;
}
.menu__link:hover {
    color: #3963B0;
    transition: 0.3s;
}
.menu__list {
  display: flex;
  grid-column-gap: 40px;
}
.menu__list > li {
  position: relative;
  padding: 10px 0;
}
.menu__sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fefefe;
  padding: 10px;
  min-width: 255px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 5px;
  transform: translate(0, 10%);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
.menu__sub-list li:hover {
    background-color: #3963B0;
    border-radius: 2px;
}
.menu__sub-list li:hover .menu__sub-link {
    color: #FFF;
}
.menu__sub-link {
  color: #000;
  padding: 5px;
  display: flex;
}
.menu__arrow {
  display: none;
}
body._lock {
  overflow: hidden;
}
body._pc .menu__list > li:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: all;
}
body._touch .menu__list > li._active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: all;
}
body._touch .menu__list > li._active .menu__arrow {
  transform: rotate(-180deg);
}
body._touch .menu__link {
  flex: 1 1 auto;
}
body._touch .menu__arrow {
  display: block;
  width: 0;
  height: 0;
  transition: transform 0.3s ease 0s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #000;
  margin-left: 5px;
  padding: 5px 0;
}
body._touch .menu__list > li {
  display: flex;
}
/* -------------------------------------- */
.header__contacts {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.header__contacts svg {
  margin-right: 8px;
}
.header__contacts {
  display: flex;
}
.header__contacts a {
  display: flex;
  align-items: center;
  color: #151515;
}
.call-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 33px;
    padding: 13px 36px;
    background: none;
}
.call-btn:hover {
  background-color: #437CC0;
  transition: 0.3s;
}
.ss-search-form__input  {
    border: 1px solid #E3E3E3;
    border-radius: 33px;
    padding: 8px 23px;
    width: 442px;
    display: flex;
    justify-content: space-between;
}
.ss-search-form__input input {
    outline: none;
    width: 100%;
}
.ss-search-form__input input:placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #C8C8C8;
}
.ss-search-form__submit {
    background: none;
}

/* header fixed */
/* .header.fixed {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  z-index: 5;
} */
/* footer */
.footer {
  background: #F2F5F7;
  margin-top: 100px;
}
.footer.active {
  margin-top: -7px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  padding-top: 33px;
}
.footer-block {
  display: flex;
  justify-content: space-between;
}
.copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #444444;
    margin-bottom: 28px;
}
.cop {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #444444;
}
.footer-body-line {
  max-width: 100%;
  height: 1px;
  background-color: #DEDEDE;
  margin: 64px 0 28px 0;
}
.footer-links {
  display: flex;
  flex-direction: column;
}
.l-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #151515;
}
.links-body {
  display: flex;
  grid-column-gap: 50px;
  margin-top: 21px;
}
.l-col a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #444444;
}
.l-col {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
.footer-logo {
    display: flex;
    flex-direction: column;
}
.footer-logo img {
    max-width: 100%;
}
.social {
    display: flex;
    grid-column-gap: 10px;
    margin-top: 27px;
}
.contacts-body {
    display: flex;
    flex-direction: column;
    margin-top: 17px;
    grid-row-gap: 16px;
}
.c-row {
  display: flex;
  align-items: flex-start;
}
.c-svg {
  margin-right: 8px;
}
.c-descr, .f-tel {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
.c-descr {
  max-width: 198px;
}
/* main page */
.main-page {
  position: relative;
}
.intro_slider-block {
  position: relative;
}
.intro_slider-block:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  background: rgba(48, 48, 48, 0.4);
  border-radius: 2px;
}
.intro_slider-img {
  width: 100%;
  height: 100vh;
  margin: 0;
  z-index: 1;
  object-fit: cover;
  border-radius: 2px;
}
.intro_slider-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.main-title {
    font-family: 'Mulish', sans-serif; 
    font-weight: 800;
    font-size: 60px;
    line-height: 101.5%;
    color: #FFFFFF;
    max-width: 688px;
}
.main-title:before {
    content: "";
    width: 36px;
    height: 1px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-bottom: 23px;
}
.main-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    max-width: 615px;
    margin: 26px 0 53px;
}
.button {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: none;
    padding: 17px 41px;
    border: 1px solid #FFFFFF;
    border-radius: 47px;
}
.button:hover {
  color: #3963B0;
  background: #fff;
  border: 1px solid #fff;
  transition: 0.3s
}
.section-title {
    font-family: 'Mulish', sans-serif;  
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #151515;
    max-width: 357px;
}
.section-title-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    font-family: 'Mulish', sans-serif;  
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #151515;
    margin: 0 auto;
}
.section-title-center.white {
    color: #fff;
}
.section-title:before {
    content: "";
    width: 36px;
    height: 1px;
    background: #000;
    display: flex;
    flex-direction: column;
    margin-bottom: 23px;
}
.main-title.con {
    font-weight: 700;
font-size: 48px;
}
/* advantages */
.adv-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 126px;
    margin-top: 63px;
}
.adv-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.adv-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 8px;
    text-align: center;
}
.intro_slider-img.adv {
  height: 80vh;
}
/* text */
.text__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-left {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}
.text-right {
    max-width: 50%;
    margin-left: 43px;
}
.text-text {
    font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #555555;
margin-top: 37px;
max-width: 467px;
}
.text-right img {
    max-width: 100%;
    border-radius: 2px;
}
/* feedback */
.feedback__container {
    display: flex;
}
.feedback__container.con {
    display: flex;
    flex-direction: row-reverse;
}
.feed-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 26px 0 42px;
    max-width: 489px;
}
.intro_slider-img.feed {
    height: 85vh;
}
.contacts {
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    margin-left: 32px;
    padding: 100px 87px;
}
.contacts.con {
    margin-right: 32px;
    margin-left: 0px;
}
.con-element {
     display: flex;
}
.con-text {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}
.con-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #989898;
    margin-bottom: 
}
.con-descr {
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    color: #151515;
}
.con-line {
    width: 100%;
    height: 1px;
    background-color: #DADADA;
    margin: 20px 0;
}
.con-line.none {
    display: none;
}
.map.hide {
    display: none;
}
/* gallery */
.gallery__section {
    padding-bottom: 100px;
}
.gallery-slider {
  display: flex;
  align-items: center;
  padding-top: 35px;
}
.products-slider {
  display: flex;
}
.gallery-slider .slick-track {
  position: relative;
  display: flex;
  align-items: center;
  left: 20px;
}
.products-slider .slick-track {
  position: relative;
  display: flex;
}
.slider-element img {
  max-width: 100%;
  height: 288px;
}
.slider-element a {
    outline: none;
    padding: 0 5px;
}
.slick-center img {
    transform: scale(1.1);
    transition: 0.3s;
}
.gallery-body {
    position: relative;
    display: flex;
    flex-direction: column;
}
.partners_slider-arrows_one, .partners_slider-arrows_one1 {
    position: absolute;
    top: 50%;
    left: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    padding: 10px;
    border-radius: 50%;
    z-index: 7;
}
.partners_slider-arrows_one:hover path {
    fill: #fff;
}
.partners_slider-arrows_two:hover path {
    fill: #fff;
}
.partners_slider-arrows_one1:hover path {
    fill: #fff;
}
.partners_slider-arrows_two2:hover path {
    fill: #fff;
}
.partners_slider-arrows_two, .partners_slider-arrows_two2 {
    position: absolute;
    top: 50%;
    right: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    padding: 10px;
    border-radius: 50%;
    z-index: 7;
}

.partners_slider-arrows_one1, .partners_slider-arrows_two2 {
    top: 35%;
}
.partners_slider-arrows_one:hover, .partners_slider-arrows_one1:hover {
    background: #C60F2D;
    border: 1px solid #C60F2D;
    transition: 0.3s;
}
.partners_slider-arrows_two:hover, .partners_slider-arrows_two2:hover {
    background: #C60F2D;
    border: 1px solid #C60F2D;
    padding: 10px;
    transition: 0.3s;
}
/* TOBAPЫ */
.products__container {
    display: flex;
    justify-content: space-between;
}
.cat-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #222222;
}
.cat-main {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border: 1px solid #DCDCDC;
    border-bottom: none;
    padding: 20px;
}
.cat-main svg {
    margin-left: 18px;
}
.cat-main.active {
    background: #3963B0;
}
.cat-main.active .cat-name {
    color: #fff;
}
.cat-main.first {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.cat-main.last {
    border-bottom: 1px solid #DCDCDC;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.products-side {
    margin-left: 30px;
    max-width: 70%;
}
.pr-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    
    margin: 37px 0 54px;
}
.products-menu {
    max-width: 30%;
}
.prod-block img {
    max-width: 100%;
}
.prod-title {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #151515;
    margin: 21px 0 16px;
}
.call-btn.prod {
    background: #fff;
    border: 1px solid #3963B0;
    border-radius: 60px;
    color: #3963B0;
}
.call-btn.prod:hover {
    background: #3963B0;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s;
}
.prod-btn {
    display: flex;
    justify-content: space-between;
}
.call-btn.prod.arrow {
    padding: 10px 15px;
    border-radius: 50%;
    margin-left: 5px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-btn.prod.arrow:hover path {
    fill: #fff;
}
.go-back {
    font-family: 'Mulish', sans-serif;  
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.04em;
    color: #525252;
}
.go-back svg {
    margin-right: 8px;
}
.go-back:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.detail-body {
    display: flex;
    margin-top: 65px;
}
.det-img img {
    max-width: 100%;
}
.det-text {
    margin-left: 54px;
}
.cat-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #151515;
    font-family: 'Mulish', sans-serif;
}
.cat-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    margin-top: 27px;
}
.cat-descr-body {
    display: flex;
    flex-direction: column;
}
.det-subtitle {
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #888888;
}
.det-title {
    font-family: 'Mulish', sans-serif;  
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #151515;
    margin-top: 26px;
}
.det-title:after {
    content: "";
    width: 44px;
    height: 2px;
    background: #151515;
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}
.det-detail {
    font-weight: 400;
    font-size: 18px;
    line-height: 122.01%;
    color: #151515;
}
.det-row {
    display: flex;
    justify-content: space-between;
    max-width: 443px;
}
.char {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #151515;
    
    margin: 53px 0 29px;
}
.det-line {
    width: 100%;
    height: 1px;
    background: #D7D7D7;
    margin: 4px 0;
    max-width: 443px;
}
.det-line2 {
    width: 100%;
    height: 1px;
    background: #D7D7D7;
    margin: 35px 0;
}
.det-btn {
    margin-top: 48px;
}
.call-btn.blue {
    background: #3963B0;
    color: #fff;
    border: 1px solid #3963B0;
}
.call-btn.blue:hover {
    background: #fff;
    color: #3963B0;
    transition: 0.3s;
    border: 1px solid #3963B0;
}
.descr-body {
    margin-top: 68px;
}
.d-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #151515;
}
.descr-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #555555;
}

/*CATEGORY MAIN*/
.prod__container {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.cat-list {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 40px;
    margin: 0 auto;
    margin: 40px 0 43px;
}

.prod-main-title {
    font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #5B5B5B;

background: #FDF3F4;
border: 1px solid #FFFFFF;
border-radius: 60px;
padding: 8px 22px;
}
.prod-main-title.active {
    background: #C60F2D;
    border: 1px solid #FFFFFF;
    color: #fff;
}
.prod-main-title:hover {
    background: #C60F2D;
    border: 1px solid #FFFFFF;
    color: #fff;
    transition: 0.3s;
}
.cat-list-res {
    position: relative;
    display: flex;
    flex-direction: column;
}
.prod-block.main {
    margin: 0 16px;
}
.prod-block.main img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
/*  */
.lines {
  position: relative;
  max-width: 652px;
  text-align: center;
}
.lines.second {
  position: relative;
  max-width: 460px;
  text-align: center;
}
.lines:before{
  content:" ";
  height: 1px;
  width: 36px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.lines:after{
  content:" ";
  height: 1px;
  width: 36px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.lines.white:before{
  background: #fff;
}
.lines.white:after{
  background: #fff;
}
/*  */
.prod_input {
    outline: none;
    width: 100%;
    background: transparent;
    
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    
    margin-bottom: 20px;
}


.tabs {
  display: flex;
  flex-direction: column;
  /* max-width: 400px; */
  width: 100%;
}

.tabs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #fff;
  box-shadow: 0px 4px 5px rgba(0,0,0,.1);
  border-radius: 30px; */
  padding: 10px 5px;
  margin-bottom: 20px;
  overflow-y: auto;
  white-space: nowrap;
}

.tabs__toggle {
  margin: 0 15px;
  padding: 7px 25px;
  background: #FDF3F4;
  border-radius: 20px;
  cursor: pointer;
  transition: .5s;
}
.tabs__name {
  font-weight: 500;
  font-size: 14px;
  color: #5B5B5B;
}
.tabs__body {
  background: #fff;
  /* box-shadow: 0px 4px 5px rgba(0,0,0,.1);
  border-radius: 25px; */
  padding: 30px;
  position: relative;
}
.tabs__title {
  font-weight: 600;
  font-size: 24px;
  color: #484848;
  margin-bottom: 20px;
  text-align: center;
}
.tabs__text {
  font-size: 14px;
  line-height: 1.2;
  color: #484848;
}
.tabs__content {
  /* display: none; */
  display: block;
}

.tabs__toggle.is-active {
  background: #FDF3F4;
}
.tabs__toggle.is-active .tabs__name {
    color: #5B5B5B;
}
.tabs__content.is-active {
  display: block;
}
.cat-list-main {
    margin-top: 36px;
}
.products-slider.slick-slider {
    display: none;
}
.products-slider.slick-track {
    width: 100%;
}
.products-slider.slick-slider.active {
    display: block;
}
.products-slider.hide {
    display: none;
}





























/* slick dots */
.products-slider .slick-dots {
    display: flex;
    justify-content: center;
  list-style-type: none;
}
.products-slider .slick-dots li {
  list-style: none;
  margin: 0 4px;
}
.products-slider .slick-dots button {
  font-size: 0;
  width: 7px;
  height: 7px;
  background-color: #C9C9C9;
  border-radius: 50%;
}
.products-slider .slick-dots .slick-active button {
  background-color: #437CC0;
}

/*  modal ajax form starts here */
.modal-with-img .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 150px 60px;
    /* padding: 10px 60px; */
    position: relative;
}

.input::placeholder{
	color: #ffffff;
}
.input{
	outline: none;
}

.input:hover, .input:focus{
	border:none;
}
.modal-with-img .modal-dialog.modal-dialog-centered {
    width: 95%;
}


.modal-with-img .modalimg img{
    object-fit:cover;
}


.modal-content {
    border-radius: 20px;
    overflow: hidden;
    max-height: 90vh;
}

.modal-dialog.modal-dialog-centered {
    max-width: 1024px;
}

.modal-content > button.close {
    position: absolute;
    top: 5px;
    right: 12px;

    font-size: 45px;
    opacity: 1;
    font-weight: normal;
    z-index: 10;
    
}
#contactForm_forms_flash {
    position: fixed;
    left: 50%;
    top: 18%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 60%;
    max-width: 100%;
}

.alert.alert-success.alert-dismissible {
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    background: #fff;
    color: white;
    padding: 60px 30px;
    position: relative;
    border-radius: 10px;
    color: #000;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000;
    opacity: 0.9;
    background: rgba(0,0,0,0);
    font-size: 20px;
}
.modalimg img {
    width: 100%;
    height: 100%;
}
.modal-content > button.close {
    font-size: 40px;
}

.modal-with-img .modalimg {
    width: 41.7%; 
    border: none;
}
.modal-with-img .form-modal {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.modal-body {
    background-size: cover;
}
.modal-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(29, 29, 29, 0.6);
}
.close {
    color: #FFFFFF;
}
.close:hover {
    color: #FFFFFF;
}
/* contact form styles */
.form-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.input {
    display: flex;
    grid-column-gap: 13px;
    margin-bottom: 34px;
}
.f-input {
    outline: none;
    padding: 14px 26px;
    
    background: rgba(255, 255, 255, 0.3);
    border-radius: 54px;
    color: #fff;
}
.f-input:first-child {
    width: 250px;
}
.f-input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
/* animation */
.more_a {
    animation-name: more-btn;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.margin-top {
    padding: 30px 0; 
}
@keyframes more-btn {
    0%{
        margin-top: 0;
    }
    100%{
        margin-top: -10px;
    }
}

.descr-text table td, .descr-text table th {
    border: 1px solid #ccc;
    padding: 10px;
}

.reverse .text__container {
    flex-direction: row-reverse;
}
.reverse .text-right {
    margin-right: 43px;
    margin-left: 0;
}