@charset "utf-8";
:root {
    --radio: 'RoadRadio';
    --beige: #dec4a1;
    --blue: #5fdfe1;
}
body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    overflow-x: hidden;
    color: #222;
    background-color: #112a3a;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    text-rendering: optimizeSpeed;
    min-width: 320px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.header__in {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
}
.header__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: auto;
}
.header__logo img {
    width: 220px;
}
.top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fffaf3;
    align-items: center;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__nav li a {
    font-size: 14px;
    color: #fffaf3;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.header__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__item svg {
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.header__item svg path {
    fill: #e5cdac;
}
.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.header__social svg {
    width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.header-social__wa svg {
    position: relative;
    top: 0px;
    left: 1px;
}
.header-social__tg svg {
    position: relative;
    top: -1px;
    left: -1px;
}
.header__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #010610;
    -webkit-transition: .4s;
    transition: .4s;
}
.header__social a:hover,
.header__social a:focus,
.header__social a:active {
    background: var(--beige);
    -webkit-transition: .4s;
    transition: .4s;
}
.header__social svg path {
    fill: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.header__social a:hover svg path,
.header__social a:focus svg path,
.header__social a:active svg path {
    fill: var(--main);
    -webkit-transition: .4s;
    transition: .4s;
}
.header__mail {
    margin-right: 40px;
}
.header__social {
    margin-left: 32px;
}
.header__phone {
    margin-left: auto;
}
.header__phone a {
    font-family: var(--radio);
    font-weight: bold;
    font-size: 20px;
    color: #ffebd1;
}
.top-panel {
    margin-bottom: 20px;
}
.hero {
    position: relative;
    overflow: hidden;
    padding: 200px 0 100px;
}
.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(60%, #01061059));
    background: linear-gradient(to top, transparent, #01061059 60%);
}
.hero__title {
    font-family: 'RoadRadio';
    font-weight: bold;
    font-size: 90px;
    line-height: 0.9;
    color: var(--beige);
    margin-bottom: 30px;
}
.hero__title span {
    color: var(--blue);
}
.hero__list {
    margin-bottom: 60px;
}

.hero__list li {
    position: relative;
    font-size: 20px;
    color: #fffaf3;
    margin-bottom: 20px;
    padding-left: 30px;
}
.hero__list li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    background: var(--blue);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.hero {
    background: url(/img/bg-in.jpg);
    background-size: cover;
    background-position: center;
}
.hero__in {
    position: relative;
    z-index: 2;
}
.hero__sub {
    position: absolute;
    top: -50px;
    right: 0;
}
.hero__img {
    position: absolute;
    bottom: -140px;
    right: 65px;
    pointer-events: none;
}
.hero__img img {
    width: 600px;
}
.btn {
    padding: 0 52px;
    border-radius: 34px;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 1.5px;
    font-size: 13px;
    height: 68px;
    line-height: 68px;
    font-weight: 800;
    text-transform: uppercase;
    color: #06080e;
    background: var(--beige);
    transition: .4s;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: var(--blue);
    transition: .4s;
}
.hero__sub {
    font-family: 'RoadRadio';
    font-size: 20px;
    font-weight: 300;
    color: #ffebd1;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .8;
}
.hero__sub span {
    font-weight: bold;
    color: #fff;
}
.hero__folio {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.hero__folio a {
    position: relative;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    line-height: 1.4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: rgb(10 30 45 / 50%);
    font-size: 13px;
    color: var(--beige);
    font-weight: 800;
    z-index: 2;
    -webkit-transition: .4s;
    transition: .4s; 
}
.hero__folio a:hover {
    -webkit-transition: .4s;
    transition: .4s;
}

/* Внешние круги */
.hero__folio::before,
.hero__folio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #5fdfe1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

/* Внешние круги */
.hero__folio::before,
.hero__folio::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1.5px solid rgb(95 223 225 / 20%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

/* Первый круг */
.hero__folio::before {
    width: 280px;
    height: 280px;
}

/* Второй круг */
.hero__folio::after {
    width: 370px;
    height: 370px;
}

/* Третий круг */
.hero__folio .third-circle {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    border: 1.5px solid rgb(95 223 225 / 20%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.discuss {
    position: relative;
    padding: 90px 95px 91px;
    border-radius: 30px;
    background-color: #112a3a;
    background: url(/img/discuss.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.discuss__sub {
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.81px;
    text-align: left;
    color: #dec4a1;
    font-family: var(--radio);
    font-size: 40px;
}
.discuss__text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.discuss__content {
    position: relative;
}
.discuss__buttons {
    position: absolute;
    top: 60px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}
.discuss__buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 299px;
    height: 69px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 18px;
    border-radius: 34.5px;
    border: solid 1px #6b98a1;
    background-color: #1e4755;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.discuss__buttons a:hover {
    background: #0a303d;
    -webkit-transition: .4s;
    transition: .4s;
}
.discuss__button svg {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.discuss__button.button_primary svg path {
    fill: #5838ec;
}
.discuss__button.button_secondary svg path {
    fill: #5fcae1;
}

.pricing__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.pricing__table-header-cell,
.pricing__table-cell {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.pricing__table-header {
    background-color: #2c3e50;
    color: #fff;
}

.pricing__table-body tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* quiz */
.quiz__step {
    display: none;
}
.quiz__step.active {
    display: block;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    opacity: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.quiz__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    height: 460px;
    gap: 0;
    background: #1a6476;
    border-radius: 30px;
}
.quiz__dec__title {
    font-family: var(--radio);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.15;
    letter-spacing: 0.52px;
    text-align: left;
    color: #dec4a1;
}
.quiz__progress__bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding: 3px;
    background-color: #2b8492;
    border-radius: 50rem;
    min-height: 24px;
}
.quiz__progress__bar__scale {
    position: absolute;
    top: 4px;
    left: 5px;
    bottom: 4px;
    border-radius: inherit;
    background-color: var(--blue);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAAARCAYAAABerHfAAAAD7UlEQVRogd2ZzW/TQBDF37hJ2/RDIEAgOIBAgECAQHz8/1dAohe4UI5tj5RDE9qmbRZZctrJy3jH64+0xbf1L7H3vRnvvjgCdYQQ7gB4qk5ti8j+dBBC2ATwSvEdEdlTfBnAe8X3RWRb8fx+nwBkxamxiGzRHN4BWJ0OReQL8ZcAbqhTX0VkovgTAHcV3xKRseIPADxU/LuIjBS/DeCZ4r9E5LfiGwBeK74rIruK9wF8UPyPiPwkDz4CWCpOnYjIN9L4FsBgOhaRz8RfALgZ8eAxgHsRD+4DeKT4DxEZKn4LwPOIB+sA3ii+JyI7ivcKjaYHxWdy3iuGpxlmj00aH9F4g8Z/HT6i8Zpqwvw4oMn1VBNa3+d7nOoCGDw/TmjMGscOZw+Yex4MaTxQTTjHCw8G6hRfn+9RxYNTGrOGY4c37YMZHkIYqCbMjyE3Il/AK8Khw7mRmHORorwQECviUtHs5/MTkUDX1BrPRIQb1fOAuecBF4n5zMNoXJ8f1rkiEs/IgyOjUfUcJhU88BrV88Cr88F5IxoCDisI8IrEjeitFh6fE+B8n4uYr7b9susXHqyrU3kRzyJzmBiN6hWhqQdVuI5c7MGK44GQB8ciEltRg9GI0RXR4AcZQS2AJ1hHQGxbDEajNmo0g1tFivF1x4M8Ay+rUyO94hoejCt4kPqwNeVVPMjKeJGBV9QpywN9jzwDeyvqKIvAVAM2nPxnCdABO1XAVSgi8+QMbOw6nP+8XaftXaUp5/hkeTCTgfNdh1fEmICuDahSRBbgFdHbMppqaJUbGZg9sDIwRwfOwO626PC2PTLvX9aIbQhoW2CU1wjxh072mRjZpum210kRp0fNDOx5kBqfanmUoTsBqUVcxLYay39zGZiyD3vQRQbuutG7yMD8+kvPobIHWQxeMQGXnY3YAy8DD2tkYPZg0fmujfiUkoFPphk4MyA6KmJMQL+ugMgckrY1g7e9rV6HDNxpRg4hrJW9By5bEZu+v2s7/5UKwEWIn/slRtfUGs4qFLFpBm7Vo/8kA5fyrOSXGAuY+SFjvMC87HdfUV5kYK+IbWfgy3i1FIsObWfgSZsa+eZzX64goMqLbN0o1i+xaCPFBLTEvSL2r2EGTvUwNQOPnL9PkzJwZkzQyjYxPnAE9FoQ4L3IXsTfZvrgIq46+W9pARm463+leMGydp2YB5kRn849sBoxVcDA4Ss0tv4y8gToItYJ8U2LyA+j5wFffzXGCw9iGViMInovslM98Ooc3TkreBT1IKtQRG9F9DhPwGtU5j0aW/muNP8Zc6yTgb3VIrUIzPW2b3EdjebuX8ODOhk4uiLWeBgvNAL4B5enxHEPS7t8AAAAAElFTkSuQmCC);
}
.quiz__progress__bar__label {
    color: var(--blue);
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
}
.quiz__dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url(/img/quiz-bg.png);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
.quiz__steps {
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 1px 6px 40px rgb(30 29 30 / 10%);
            box-shadow: 1px 6px 40px rgb(30 29 30 / 10%);
    padding-bottom: 60px;
}
.quiz__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
}
.quiz__dec__text  .arrow-down {
    position: absolute;
    bottom: -10px;
    left: 75px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.quiz__dec__img img {
    width:  330px;
    display: block;
    margin: 0 auto -120px;
}
.quiz__steps {
    width: 100%;
    padding: 20px;
}
.quiz-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.quiz-item:hover, .quiz-item.active {
    -webkit-transition: .7s;
    transition: .7s;
}
.quiz-item__img {
    position: relative;
}
.quiz-item__img .quiz-item__check {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eee;
    border: 6px solid #fff;
    content: '';
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-box-shadow: 2px 2px 10px #ababab;
            box-shadow: 2px 2px 10px #ababab;
}
.quiz-item.active .quiz-item__img .quiz-item__check {
    background: var(--blue);
    border: 6px solid #fff;
}
.quiz-item__img img {
    max-height: 130px;
    border-radius: 10px;
}
.calc-form .quiz-item__img img {
    max-height: 100%;
}
.quiz-item__title {
    text-align: center;
    font-size: 16x;
    line-height: 24px;
    margin-top: 30px;
    color: #fff;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.quiz__buttons button {
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #dec4a1;
    color: #2b6879;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    line-height: 1em;
    padding: 12px 28px;
    border-radius: 50px;
    -webkit-transition: .7s;
    transition: .7s;
    text-decoration: none;
}
button:disabled,
button[disabled] {
  opacity: .7;
  -webkit-transition: .7s;
  transition: .7s;
}
.quiz__buttons button.quiz__prev {
    margin-right: 10px;
    font-weight: bold;
    border: none;
    background: #2b8492;
    color: #2b6879;
}
.quiz__dec {
    position: relative;
}
.quiz-dec__img {
    position: absolute;
    top: 0;
    left: 0;
}
.quiz-dec__img img {
    width: 260px;
}
.quiz__presents__title {
    margin-bottom: 6px;
    color: #1a6476;
    font-family: var(--radio);
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.quiz__presents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #1a6476;
    gap: 10px;
}
.quiz__dec__in {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}
.quiz__present {
    text-align: center;
}
.quiz__present:before {
    content: '';
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1a6476;
    margin: 0 auto 12px;
}
.quiz-item__img {
    width: 100%;
    height: 144px;
    position: relative;
    border-radius: 20px;
    background-color: #42acb6;
    text-align: center;
}
.quiz-item__img img {
    position: relative;
    top: 32px;
}
.quiz-item__in {
    width: 100%;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.quiz-item__img:hover img {
  -webkit-animation: ring .25s ease-in-out infinite;
          animation: ring .25s ease-in-out infinite;
}
/* .quiz */

footer {
    background: #01050f;
    padding: 40px 0;
}
.footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    padding-top: 20px;
    font-size: 14px;
    color: rgba(255, 250, 243, 0.5);
}
.footer__copy a {
    color: rgba(255, 250, 243, 0.5);
}
.m-100 {
    margin-bottom: 140px;
}
h2 {
    font-family: var(--radio);
    font-weight: bold;
    font-size: 80px;
    line-height: 0.9;
    color: var(--beige);
    margin-bottom: 30px;
}
h2 span {
    color: var(--blue);
}
.cta__content {
    position: relative;
    margin-top: -68px;
    padding-left: 450px;
    color: #fff;
}
.cta__text {
    padding: 0 80px 40px;
    color: #fff;
}
.cta__text.text-block {
    color: #fff;
}
.cta-text__bold {
    font-weight: bold;
    margin-bottom: 20px;
}
.cta__form {
    padding: 40px 70px;
    border-radius: 20px;
    background-color: #22515e;
}
.cta-form__title {
    font-family: var(--radio);
    font-size: 29.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: 0.59px;
    text-align: left;
    color: #5fdfe1;
    margin-bottom: 17px;
}
.form input[type="text"] {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: rgba(255,255,255,0.5);
    border-radius: 8px;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    color: #09343e;
}
.cta__in {
    position: relative;
}
.cta__image {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
}
.cta__image img {
    width: 480px;
    border-radius: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-submit__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}
.composition-form .btn {
    background: #2a7782;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
}
.composition-form .form-terms {
    color: #09343e;
}
.form-terms {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
    color: #91a8af;
}
.h2__sub {
    font-size: 18px;
    color: #fff;
    margin: -20px 0 30px;
}
.faq__item {
    border: 1px solid transparent;
    margin-bottom: 14px;
}
.faq__item:hover {
    -webkit-transition: .4s;
    transition: .4s;
}
.faq__question {
    font-family: var(--radio);
    color: var(--beige);
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 50px 35px 25px;
    font-weight: 600;
    font-size: 22px;
}

.faq__question .faq__arrow {
    position: absolute;
    top: 27px;
    right: 28px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #112a3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.faq__question .faq__arrow:after {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='11' x2='22' y2='11' stroke='%235fdfe1' style='stroke:%235fdfe1;stroke-opacity:1;' stroke-width='2'/%3E%3Cline x1='11' y1='22' x2='11' y2='-4.37114e-08' stroke='%235fdfe1' style='stroke:%235fdfe1;stroke-opacity:1;' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 13px;
    width: 13px;
    height: 13px;
    -webkit-transition: .5s;
    transition: .5s
}

.faq__item.active .faq__arrow {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s;
    transition: .5s
}
.faq {
    position: relative;
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .7s;
    transition: .7s;
    position: relative;
}

.faq__item.active .faq__answer {
    max-height: 100%;
    -webkit-transition: .5s;
    transition: .5s
}
.faq__answer {
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
    padding-right: 50px
}
.faq__item {
    position: relative;
    background: #22515e;
    border-radius: 20px;
}
.folio {
    padding: 100px 0;
    background: #010610;
}
.folio-item {
    margin-bottom: 34px;
}
.folio-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    background-color: #e5cdac;
    width: 100%;
    height: 315px;
}

.folio-row {
    padding: 60px 40px;
    border-radius: 12px;
}
.folio-row:nth-child(odd) {
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .1);
}
.folio-item__image img {
    max-width: 200px;
    min-width: 200px;
}
.folio-item_1 .folio-item__image {
    background: url(/img/logos/verh-bg.png);
    background-size: cover;
    background-position: center;
}
.folio-item_3 .folio-item__image {
    background: #fff;
}
.folio-item_4 .folio-item__image {
    background: #04404a;
}
.folio-item_5 .folio-item__image {
    background: url(/img/logos/granni.png);
    background-size: cover;
    background-position: center;
}
.folio-item_6 .folio-item__image {
    background: url(/img/logos/int.png);
    background-size: cover;
    background-position: center;
}
.folio-item_4 .folio-item__image img {
    width: 300px;
}
.folio-item_1 .folio-item__image img {
    width: 140px;
    display: block;
    padding-top: 200px;
}
.folio-item__title {
    text-align: center;
}
.front-folio-list .folio-item__title {
    font-size: 20px;
    color: #fff;
    padding: 20px 20px 0;
    text-align: center;
    display: block;
}
.folio-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 60px;
}
.folio-sub {
    font-size: 18px;
    line-height: 1.4;
}
.folio-title h2 {
    margin-bottom: 0
}
.folio-sub {
    color: #fff;
}
.discuss__img {
    position: absolute;
    bottom: -110px;
    left: 283px;
    z-index: 2;
    pointer-events: none;
}
.discuss__img img {
    width: 390px;
}
.services {
    overflow: hidden;
    padding-top: 150px;
}
.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 170px;
    height: 158px;
    border-radius: 30px;
    background-color: #1a6476;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.service-item__icon {
    margin-bottom: 10px;
}
.services__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.services-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
}
.services-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
}
.services-title h2 {
    margin-bottom: 0;
}
.services-title__sub {
    font-size: 16px;
    font-weight: 500;
    max-width: 260px;
    line-height: 1.44;
    letter-spacing: 0.45px;
    text-align: left;
    color: #dec4a1;
}
.services__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.services__wrap {
    position: relative;
}
.services-title,
.services__in {
    position: relative;
    z-index: 2;
}
.services__robot {
    position: absolute;
    pointer-events: none;
    bottom: -195px;
    left: 480px;
}
.services__robot:before {
    position: absolute;
    top: -386px;
    left: -246px;
    content: '';
    background: url(/img/lights/robot.png);
    background-size: 1000px;
    width: 1000px;
    height: 1000px;
    z-index: 0;
    z-index: 0;
}
.services__robot img {
    position: relative;
    z-index: 2;
}
.services-light {
    width: 300px;
    height: 300px;
    background: var(--blue);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
}
.composition-item {
    width: 100%;
    height: 380px;
    border-radius: 30px;
    background-color: #103a47;
    margin-bottom: 30px;
}
.composition__title {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.52px;
    text-align: left;
    color: #dec4a1;
    font-family: var(--radio);
    margin-bottom: 17px;
}
.composition__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}
.composition-item {
    padding: 60px 40px;
    position: relative;
}
.composition-item_2 {
    padding-left: 200px;
    padding-top: 60px;
}
.composition-item__img {
    pointer-events: none;
}
.composition-item_2 .composition-item__img {
    position: absolute;
    top: -41px;
    left: 0;
}
.composition-item_2 .composition-item__img img {
    width: 220px;
}
.composition-form {
    background: #dec4a1;
}
.compositon-form__title {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.52px;
    text-align: left;
    color: #103a47;
    font-family: var(--radio);
    margin-bottom: 17px;
}
.composition-item_1 {
    background: url(/img/comm.png);
    background-size: cover;
    background-position: center;
}
.composition-item_3 {
    background: url(/img/composition/bg2.png);
    background-size: cover;
    background-position: center;
    background: #103a47;
}
.composition-item_4 {
    background: url(/img/composition/bg1.png);
    background-size: cover;
    background-position: center;
}
.composition-item_1 {
    /*
    background: url(/img/composition/bg4.jpg);
    background-size: cover;
    background-position: center;
    */
}
.composition-item_1 .composition__title-numb {
    max-width: 550px;
}
.composition-item_1 .composition-item__img {
    position: absolute;
    top: 41px;
    right: 100px;
}
.composition-item_4 .composition-item__img {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.composition-item_4 .composition__title-numb {
    max-width: 340px;
}
.composition__text p {
    margin-bottom: 15px;
}
.text-ul {
    margin-bottom: 15px;
}
.text-ul li {
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    color: #fffaf3;
    margin-bottom: 3px;
    padding-left: 20px;
}
.text-ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: var(--blue);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.composition-title {
    position: relative;
    margin-bottom: 70px;
}
.composition__sub {
    color: #fff;
    position: relative;
    margin-top: -80px;
    padding-left: 315px;
    font-size: 18px;
    line-height: 1.4;
}
.quiz__title {
    font-family: var(--radio);
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1px;
    text-align: left;
    color: var(--beige);
    margin-bottom: 35px;
}
.quiz__title span {
    color: var(--blue);
}
.services {
    padding-bottom: 300px;
}
.video-item__img {
    position: relative;
    width: 100%;
    margin-bottom: 34px;
}
.video-item__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(17 42 59 / 40%);
    content: '';
    border-radius: 30px;
}
.video-item__img img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
}
.video-item__btn {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    z-index: 2;
}
.video-item__btn svg {
    width: 50px;
    height: 50px;
}
.video-item__btn svg path {
    fill: var(--blue);
}
.video-item__text {
    color: #fff;
}
.video-reviews__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
    gap: 24px;
}
.video-reviews__title h2 {
    margin-bottom: 0;
}
.video-reviews__sub {
    color: #fff;
    position: relative;
    top: -13px;
}
.reviews__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
    gap: 24px;
}
.reviews__title h2 {
    margin-bottom: 0;
}
.reviews-title__sub {
    color: #fff;
    position: relative;
    top: -13px;
}
.review-item {
    padding: 40px 50px 45px 34px;
    border-radius: 20px;
    background-color: #1a6476;
    position: relative;
    color: #fff;
}
.review-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 27px;
}
.review-item__title {
    font-family: var(--radio);
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 10px;
}
.review-item__avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}
.ask h2 {
    color: var(--blue);
    margin-bottom: 0;
}
.ask {
    position: relative;
    background: url(/img/bg.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 200px;
}
.ask:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(80%, #122a39));
    background: linear-gradient(to top, transparent, #122a39 80%);
}
.ask__sub {
    font-family: var(--radio);
    text-transform: uppercase;
    font-size: 55px;
    color: var(--beige);
    margin-bottom: 30px;
}
.ask__in {
    position: relative;
    z-index: 2;
}
.ask .ask__img {
    pointer-events: none;
    position: absolute;
    bottom: -200px;
    right: 36px;
}
.ask .ask__img img {
    width: 560px;
}
.comm__in {
    position: relative;
    padding: 90px 95px 91px;
    border-radius: 30px;
    background-color: #22515e;
    background: url(/img/comm.png);
    background-size: cover;
    background-position: center;
}
.communication__img {
    position: absolute;
    bottom: 0;
    right: 0;
}
h2.comm__title {
    font-size: 60px;
}
.comm__sub {
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
    font-family: var(--radio);
    margin-bottom: 4px;
}
.comm__in .form {
    width: 600px;
}
.review-item__text {
    line-height: 1.4;
}
.content {
    padding: 150px 0 100px;
}
h1 {
    font-family: 'RoadRadio';
    font-weight: bold;
    font-size: 70px;
    line-height: 0.9;
    color: var(--beige);
    margin-bottom: 30px;
}
/* bc */
.breadcrumb {
    position: relative;
    background: transparent;
    margin: 0 0 20px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(255,255,255,1);
}
.breadcrumb li {
    list-style: none;
    display: inline-block;
    font-weight: 500;
    color: rgba(255,255,255,1);
}
.breadcrumb li:after {
    content: '';
    background: #fff;
    width: 24px;
    height: 1px;
    top: -4px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.breadcrumb li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    font-weight: normal;
    color: var(--beige);
}
.breadcrumb li:last-child:after {
    content: none;
}
.breadcrumb > li + li:before {
    content: none;
}
/* .bc */
.folio-item__image {
    padding: 20px;
}
.folio-align-top {
    align-items: flex-start;
}
.folio-align-bottom {
    align-items: flex-end;
}
.m-50 {
    margin-bottom: 50px;
}
.h1__sub {
    color: #fff;
    font-size: 24px;
}
.hero_service .hero__sub {
    position: relative;
    right: inherit;
}
.hero.hero_service {
    padding: 140px 0 60px;
}
.hero.hero_service img {
    width: 530px;
}
.hero.hero_service .hero__img {
    bottom: -150px;
    right: 12px;
}
.product-item__in {
    padding: 20px;
}
.product-item__img img {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
}
.catalog-block {
    padding: 60px 0;
}
.product-item {
    position: relative;
    border: 2px solid var(--beige);
    padding: 20px;
    border-radius: 10px;
    transition: .4s;
}
.product-item:hover {
    transform: scale(1.02);
    transition: .4s;
}
.product-item__title a {
    font-size: 24px;
    font-weight: bold;
    color: var(--beige);
    font-family: 'RoadRadio';
}
.product-item__price {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.product-item__cur-price {
    font-size: 30px;
    font-weight: bold;
}
.product-item__old-price {
    text-decoration: line-through;
}
.product-item__btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-item__btns .btn {
    height: 44px;
    line-height: 44px;
    font-size: 13px;
}
.product-item__btns a:last-child {
    background: transparent;
    border: 1px solid var(--beige);
    color: var(--beige);
}
.contacts__list {
    color: #fff;
}
.contact__btn {
    display: flex;
    align-items: center;
    gap: 5px;
}
.contact__btn svg {
    width: 20px;
    height: 20px;
}
.composition-item__price {
    font-size: 20px;
    letter-spacing: 0.52px;
    text-align: left;
    color: #dec4a1;
    font-family: var(--radio);
    margin-bottom: 17px;
}
.composition__btn .btn {
    height: 44px;
    line-height: 44px;
    font-size: 13px;
}
.seo-content .composition-item_2 {
    padding-top: 50px;
}

.folio-item__text {
    font-size: 18px;
    color: #fff;
}
.folio-item__text a {
    color: var(--beige);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.folio-item__title {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.52px;
    text-align: left;
    color: #dec4a1;
    font-family: var(--radio);
    margin-bottom: 17px;
}
.folio-row {
    margin-bottom: 40px;
}
.folio-item__link {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.folio-item__link a {
    color: var(--beige);
    text-decoration: underline;
    text-underline-offset: 4px;
}
.folio-more {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
footer .header__social a {
    background: rgba(255,255,255,.1);
}
/* 33524 */

/* text block */
.text-block {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  color: #fff;
}
.text-block th,
.text-block td,
.text-block thead th {
  padding: 20px;
  text-align: left;
}
.text-block table {
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.text-block table tr td {
    padding: 20px;
    border-bottom: 1px solid #dedcde;
    border-right: 1px solid #dedcde;
}
.text-block h2 {
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
}
.text-block h2 span {
    font-weight: 300;
}
.text-block h3 {    
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
}
.text-block h4 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px;
}
.text-block p + h2,
.text-block ul + h2,
.text-block p + h3,
.text-block ul + h3 {
    margin-top: 40px;
}
.text-block p {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 30px;
}
.text-block li {
    position: relative;
    padding-left: 25px;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 10px;
}

.text-block li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--beige);
    border-radius: 50%;
}
.text-block ol {
    padding-left: 0;
    margin: 0 0 20px;
}
.text-block ul {
    margin-bottom: 20px;
}

.text-block img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}
.text-block a {
    font-weight: bold;
    color: var(--blue);
    border-bottom: 1px solid;
}
.text-block .article-content__list li a {
    color: #fff;
    border-bottom: none;
}

/* radio */
.checkmark:after, .checkradio:after {
    content: "";
}
.checkbox-label:hover input~.checkmark,.checkmark{
    background-color:#ddd
}
.checkbox, .radio {
    margin-bottom: 22px;
}
.checkbox, .radio {
    display: block;
}
.checkbox-label{
    display:inline-block;
    position:relative;
    padding-left:35px!important;
    line-height:25px;
    margin-bottom:12px;
    cursor:pointer;
    font-size:14px;
    -webkit-user-select:none;
       -moz-user-select:none;
            -ms-user-select:none;
        user-select:none
}
.checkbox-label input{
    position:absolute;
    opacity:0;
    width: 0;
}
.checkmark {
    position:absolute;
    top:0;
    left:0;
    height:24px;
    width:24px;
    border-radius: 4px;
    border: 2px solid transparent;
    background-color: #fff;
}
.checkbox-label input:checked~.checkmark:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid var(--orange);
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
}
.checkmark:after {
    position:absolute;
    display:none
}
.checkbox-label input:checked~.checkmark:after, .radio {
    display: block;
}
.modal {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,.5);
    padding: 20px
}

.modal-content {
    position: relative;
    width: 600px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    background-color: #22515e;
    padding: 30px;
    -webkit-animation: slideIn .3s;
    animation: slideIn .3s;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1)
}


.modal-content h2 {
    color: #007568
}

.modal-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    color: var(--black)
}

.modal .form label,.modal .form__terms,.modal .form__terms a {
    color: var(--main)
}

.modal .form__terms {
    margin-left: 0
}

.modal .btn-main {
    width: 100%
}

.content {
    padding-bottom: 100px;
}

.modal .close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px
}

.modal .close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    width: 22px;
    height: 2px;
    background: #fff;
}

.modal .close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 22px;
    height: 2px;
    background: #fff;
}

.panel-adaptive {
    position: fixed;
    top: 66px;
    right: 0;
    left: 100%;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding-bottom: 55px;
    overflow-y: auto;
    background: #112a3a;
    display: none;
    -webkit-transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53), -webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    transform: translateZ(0);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}
.panel-adaptive ul li {
    position: relative;
    list-style: none;
}
.panel-adaptive ul {
    padding: 40px 40px 30px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.panel-adaptive .panel__email a {
    color: var(--blue);
}
.panel-adaptive ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 24px;
}
.panel__contacts {
    color: #fff;
    text-align: center;
}
.panel__contacts .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.panel__contacts .footer__phone {
    color: var(--gold);
}
.panel__bottom {
    padding: 0 40px;
}
.panel__callback {
    margin-bottom: 25px;
}
.panel__email {
    margin-bottom: 20px;
}
.panel__title {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
}
.panel__schedule {
    font-size: 14px;
    color: #fff;
}

.modal .form__title {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'RoadRadio';
    font-weight: bold;
    font-size: 24px;
    line-height: 0.9;
    color: var(--beige);
    text-align: center;
    margin-bottom: 10px;
}

.modal .form__sub {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}


.form-group {
    position: relative;
}
input:not(:-moz-placeholder-shown)~.floating-label {
    top: 2px;
    bottom: 10px;
    left: 25px;
    font-size: 11px;
    opacity: 1
}

input:not(:-ms-input-placeholder)~.floating-label {
    top: 2px;
    bottom: 10px;
    left: 25px;
    font-size: 11px;
    opacity: 1
}

input:focus~.floating-label,input:not(:placeholder-shown)~.floating-label {
    top: 0px;
    left: 16px;
    font-size: 11px;
    opacity: 1
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 16px;
    font-size: 15px;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    color: #09343e;
}

.floating-label span {
    color: red;
}

.panel-adaptive.panel-right {
    -webkit-transform: translateX(-100%) translateZ(0);
            transform: translateX(-100%) translateZ(0);
    -webkit-transition-duration: .63s;
            transition-duration: .63s;
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
            transition-timing-function: cubic-bezier(.23,1,.32,1); 
}
.panel-adaptive ul li {
    position: relative;
    list-style: none;
}
.panel-adaptive ul {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}
/*
.panel-adaptive ul li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
}
*/
.panel__contacts {
    color: #fff;
    text-align: center;
}
.panel__contacts .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.panel__contacts .footer__phone {
    color: var(--gold);
}
.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--purple);
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
}
.hamburger-box {
    width: 30px;
    height: 27px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}

/* Elastic Reverse */
.hamburger--elastic-r .hamburger-inner {
    top: 5px;
    -webkit-transition-duration: 0.275s;
            transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease; 
}
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
            transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; 
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; 
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
            transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 0.075s;
            transition-delay: 0.075s; 
}
.header__mobile-panel {
    display: none;
    margin-left: auto;
    gap: 10px;
}
.header__btns svg,
.footer__contact svg {
    position: relative;
    top: -1px;
}

.header__menu_mob {
    display: none;
}
.screen__down a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.screen__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.screen__header .screen__sub {
    margin: 0;
}
.contacts__sub {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 6px;
}
.contacts__tel {
    font-size: 24px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.header__phone-mobile {
    display: none;
}
.bottom-form__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 68px;
    line-height: 112%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    background: linear-gradient(318deg, #767676 70%, #007861 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-img {
    margin-left: auto;
}
.bottom-form__title-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.bottom-form {
    padding: 80px 0 360px;
    background: #fff;
    overflow: hidden;
}
.title-img {
    padding-right: 80px;
}
.bottom-form__title-block {
    margin-bottom: 30px;
}
.bottom-form__sub {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #4b4b4b;
    margin-bottom: 20px;
}
.c-form .form-group input {
    background: #f9f9f9;
    border: none;
}
.bottom-form {
    position: relative;
}
.bottom-form__img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.bottom-form__img img {
    max-width: 100%;
}
.header__menu {
    display: none;
}
.header__menu button {
    width: 50px;
    height: 50px;
    background: var(--red);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 1280px) {
    .top-menu__list {
        gap: 20px;
    }
}
.product-item,
.sale-item {
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    body {
        padding-left: 0;
        font-size: 14px;
    }
    .sidebar {
        display: none;
    }
    .header__menu {
        display: block;
    }
    .header__logo img {
        width: 50px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        right: 0;
        background: transparent;
        z-index: 99;
    }
    .header__right {
        display: none;
    }
    .header__in {
        height: 66px;
    }

    footer .header__in {
        height: auto;
        display: block;
    }
    footer .header__right {
        display: block;
    }
    footer .top-panel {
        display: block;
    }
    footer .header__logo {
        margin-bottom: 20px;
        text-align: center;
    }
    footer .header__item {
        margin-bottom: 20px;
    }
    footer .header__social a {
        background: var(--beige);
    }
    footer .header__social a svg path {
        color: #222;
    }
    footer .header__social {
        margin: 0 auto 20px;
    }
    footer .header__nav {
        display: block;
    }
    footer .header__nav li {
        margin-bottom: 10px;
    }
    .footer__copy {
        display: block;
    }
    .hero {
        padding: 80px 0 120px;
    }
    .hero__folio {
        display: none;
    }
    .hero__sub {
        display: none;
    }
    .hero__img {
        position: absolute;
        bottom: -132px;
        right: -8px;
    }
    .hero__img img {
        width: 260px;
    }
    .hero__title {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .header__logo {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .header__logo img {
        width: 140px;
    }
    .header__in {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .panel-adaptive {
        display: block;
    }
    .reviews__title {
        display: block;
    }
    .hero__list {
        margin-bottom: 20px;
    }
    .hero__list li {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .hero__list li:before {
        top: 6px;
    }
    .btn {
        height: 58px;
        line-height: 58px;
        font-size: 11px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .ask__sub {
        font-size: 20px;
    }
    .ask__img {
        display: none;
    }
    .hero__btn .btn {
        position: relative;
        z-index: 2;
    }
    .hero__list {
        position: relative;
        z-index: 2;
    }
    .reviews__title h2 {
        margin-bottom: 10px;
    }
    .reviews-title__sub {
        top: 0;
        font-size: 13px;
    }
    .m-100 {
        margin-bottom: 60px;
    }
    .ask {
        padding: 40px 0 100px;
    }
    .folio {
        padding: 60px 0;
    }
    .folio-title {
        display: block;
    }
    .folio-title h2 {
        margin-bottom: 20px;
    }
    .folio-title h2 br {
        display: none;
    }
    .folio-title h2 span {
        color: var(--beige);
    }
    .folio-sub {
        font-size: 13px;
    }
    .folio-sub br {
        display: none;
    }
    .discuss__sub {
        font-size: 16px;
    }
    .discuss {
        padding: 40px;
    }
    .discuss__title br {
        display: none;
    }
    .discuss__buttons {
        top: 0;
        right: inherit;
        position: relative;
        gap: 12px;
    }
    .discuss__text {
        font-size: 13px;
        margin-bottom: 40px;
    }
    .discuss__buttons a {
        height: 58px;
        line-height: 58px;
        font-size: 10px;
    }
    .composition-title {
        margin-bottom: 20px;
    }
    .composition__sub {
        padding: 0;
        margin: 0;
        font-size: 13px;
        line-height: 1.4;
    }
    .composition-item_1 .composition-item__img {
        display: none;
    }
    .composition-item {
        height: auto;
    }
    .composition__title {
        font-size: 22px;
    }
    .composition-item_2 {
        padding: 200px 40px 40px 40px;
    }
    .composition-item_2 .composition-item__img img {
        width: 200px;
    }
    .composition-item_4 .composition-item__img {
        display: none;
    }
    .compositon-form__title {
        font-size: 22px;
    }
    .form-submit__block {
        display: block;
    }
    .form-terms {
        font-size: 10px;
        margin-top: 10px;
    }
    .quiz__dec {
        display: none;
    }
    .quiz__in {
        height: auto;
    }
    .quiz__in .row {
        margin: 0 -8px;
    }
    .quiz__in .row .col-3 {
        padding: 0 8px;
        width: 50%;
    }
    .quiz__title {
        font-size: 24px;
    }
    .quiz__dec__title {
        font-size: 16px;
    }
    .quiz__steps {
        padding: 20px 20px 80px;
    }
    .services {
        padding: 60px 0;
    }
    .services-title {
        display: block;
    }
    .services-title h2 {
        margin-bottom: 20px;
    }
    .services-title__sub {
        font-size: 13px;
    }
    .services__robot {
        margin-top: 40px;
        position: relative;
        bottom: inherit;
        left: 0;
    }
    .services__robot img {
        width: 100%;
    }
    .video-item {
        margin-bottom: 40px;
    }
    .video-item__img {
        margin-bottom: 20px;
    }
    .cta__image {
        display: none;
    }
    .cta__content {
        margin: 0;
        padding: 0;
    }
    .cta__text {
        padding: 0;
        font-size: 13px;
        line-height: 1.3;
    }
    .text-block p {
        font-size: 14px;
        line-height: 1.3;
    }
    .cta__form {
        padding: 40px;
    }
    .cta .form-terms {
        margin-top: 10px;
    }
    .cta-form__title {
        font-size: 24px;
        line-height: 1.2;
    }
    .faq__title {
        font-size: 14px;
    }
    .comm__in {
        padding: 40px;
    }
    h2.comm__title {
        font-size: 30px;
    }
    .comm__in .form {
        width: 100%;
    }
    .communication__img {
        display: none;
    }
    header.animate {
        background: #112a3a;
    }
}
.composition__numb {
    display: none;
}
@media (max-width: 768px) {
}
@media (max-width: 500px) {
}
/* 267 */
@media (max-width: 400px) {
}