:root {
    --color-black: #000000;
    --color-light-black: #202020;
    --color-white: #ffffff;
    --color-white-10: #FFFFFF1A;
    --color-red: #FF3A29;
    --color-dark-red: #ce3022;
    --color-gray: #BBBBBB;
    --color-dark-gray: #404040;
}

html, body {
    margin: 0;
    font-size: 16px;
    font-family: 'Wix Madefor Text';
    line-height: 1.2;
    background: var(--color-black);
    color: var(--color-white);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

a {
    text-decoration: none;
}

.btn {
    font-size: 1em;
    background: var(--color-white);
    color: var(--color-black);
    padding: 0.75em 2.843em;
    text-transform: uppercase;
    border: 1px solid var(--color-white-10);
    -webkit-box-shadow: 0 1px 0 0 #FFFFFF33 inset;
    box-shadow: 0 1px 0 0 #FFFFFF33 inset;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

.btn-red {
    background: var(--color-red);
    color: var(--color-white);
}
.btn-red:hover {
    background: var(--color-dark-red);
}

.color-gray {
    color: var(--color-gray);
}

.color-red {
    color: var(--color-red);
}

.bg-light-black {
    background: var(--color-light-black);
}

.text-center {
    text-align: center;
}

p {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}

.container {
    max-width: 1170px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto;
}

.container-fluid {
    max-width: 1170px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto;
}

header {
    -webkit-box-shadow: 0px 3px 5px 0px #0000001A;
    box-shadow: 0px 3px 5px 0px #0000001A;
}

.icon {
    width: 1em;
    height: 1em;
    display: block;
}

.icon:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}

.icon-check:after {
    background: url(../img/icon-check.svg) no-repeat center / contain;
}

.icon-minus:after {
    background: url(../img/icon-minus.svg) no-repeat center / contain;
}

.icon-web:after {
    background: url(../img/icon-web.svg) no-repeat center / contain;
}

.icon-mail:after {
    background: url(../img/icon-mail.svg) no-repeat center / contain;
}

.icon-phone:after {
    background: url(../img/icon-phone.svg) no-repeat center / contain;
}

.logo {
    height: 3.812em;
}

.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875em 0;
}

.h1 {
    font-size: 2.75em;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}

.h1 strong {
    background: -webkit-linear-gradient(345.43deg, #FF958B 29.37%, #FF402F 70.62%);
    background: -moz-linear-gradient(345.43deg, #FF958B 29.37%, #FF402F 70.62%);
    background: -o-linear-gradient(345.43deg, #FF958B 29.37%, #FF402F 70.62%);
    background: linear-gradient(104.57deg, #FF958B 29.37%, #FF402F 70.62%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h3 {
    font-size: 2em;
    margin: 0;
}

.quote-block {
    border-left: 2px solid var(--color-red);
    padding-left: 1.875em;
}

section {
    padding: 8.75em 0;
}

section.main .main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
}

section.main .main-wrapper .main-column:first-child {
    max-width: 41.875em;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.75em;
}

section.main .main-wrapper .quote-block {
    font-size: 1.375em;
    padding-left: 1.363em;
}

section.info {
    padding: 6.25em 0;
}

section.info .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875em;
}

section.info .info-wrapper p {
    font-size: 1.375em;
}

section.advantages .quote-block {
    font-size: 1.375em;
    padding-left: 1.363em;
}

section.advantages .advantages-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3.75em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.advantages .advantages-wrapper .advantages-img {
    max-width: 25em;
    width: 100%;
}

section.advantages .advantages-wrapper .advantages-list {
    max-width: 41em;
    width: 100%;
    list-style: circle;
}

section.advantages .advantages-wrapper .advantages-list .advantages-item {
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

section.advantages .advantages-wrapper .advantages-list .advantages-item::marker {
    color: var(--color-red);
}

section.license {
    padding-top: 0;
}

section.license table {
    border-collapse: collapse;
    width: 100%;
}

section.license table th {
    padding-bottom: 60px;
}

section.license table th:not(:first-child) {
    font-size: 1.5em;
}

section.license table th:first-child {
    text-align: left;
}

section.license table td {
    font-size: 1.375em;
    padding: 1.22em 1.36em;
    border: 1px solid var(--color-dark-gray);
    border-left: none;
    border-right: 0;
}

section.license table td:not(:first-child) {
    text-align: center;
    font-size: 1.25em;
}

section.license table td .icon {
    width:  1.6em;
    height: 1.6em;
    margin: 0 auto;
}

section.license table td .icon-minus {
    width:  1.2em;
    height: 1.2em;
}

.currency span {
    font-size: 0.7em;
}

section.warning {
    padding: 5em 0 6.56em;
}

section.warning .warning-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875em;
}

section.warning .quote-block {
    font-size: 1.25em;
    padding-left: 1.5em;
}

section.contacts .contacts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em;
    margin-top: 3.75em;
}

section.contacts .contacts-wrapper .quote-block {
    max-width: 30em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875em;
}

section.contacts .contacts-wrapper .quote-block .contact-logo {
    height: 3.125em;
}

section.contacts .contacts-wrapper .quote-block .contact-name {
    font-size: 1.375em;
}

section.contacts .contacts-wrapper .quote-block .contact-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625em 1.875em;
}

section.contacts .contacts-wrapper .quote-block .contact-social .contact-social-item {
    font-size: 1.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    font-weight: 600;
}

section.contacts .contacts-wrapper .quote-block .contact-social .contact-social-item .icon {
    width: 1.5em;
    height: 1.5em;
}

footer .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3.6em 0;
    font-size: 1.25em;
}

footer .footer-wrapper .logo {
    height: 3.05em;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}