@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
    --black: #000;
    --yellow: #feef3d;
    --blue: #3094ff;
    --gray: #f5f5f5;
}

html,
body {
    color: var(--black);
    font-size: 16px;
    line-height: 1.55;
    width: 100%;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0;
}

input,
button {
    outline: none;
}

@media (min-width : 991px) {
    ::-webkit-scrollbar {
        width: 7px;
        background-color: rgba(0, 74, 158, 0.7);
    }

    ::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    }

    ::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: rgba(0, 74, 158, 0.7);
    }
}

input:-ms-input-placeholder {
    color: rgb(133, 133, 133);
}

input::-moz-placeholder {
    color: rgb(133, 133, 133);
}

input:-moz-placeholder {
    color: rgb(133, 133, 133);
}

input::-webkit-input-placeholder {
    color: rgb(133, 133, 133);
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

li {
    list-style-type: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: inherit;
    font-size: 22px;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-group {
    margin-bottom: max(1.2vw, 10px);
}

.form-control {
    width: 100%;
    font-size: inherit;
    padding: 14px 20px;
    background-color: transparent;
    border: 1px solid var(--black);
    font-weight: 300;
    box-sizing: border-box;
    outline: none;
}
.form-control.input-invalid {
	border-color: red;
}

select {
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/arrow-down-white.png);
    background-repeat: no-repeat;
    background-position: right 1em top 50%;
    background-size: .8em auto;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    line-height: 1.2;
    color: inherit;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}


.btn {
    display: inline-block;
    color: var(--black);
    background-color: transparent;
    border: 2px solid var(--yellow);
    position: relative;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding: 15px 40px;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.btn.white {
    background-color: #fff;
}

.btn:hover,
.btn.white:hover {
    background-color: var(--yellow);
}

.btn.yellow {
    background-color: var(--yellow);
}

.btn.yellow:hover {
    background-color: #fff;
}

.btn.border-white {
    color: #fff;
    border-color: #fff;
}

.btn.border-white:hover {
    background-color: #fff;
    color: var(--black);
}

.btn.learn {
    color: #fff;
    border-color: #86b3fb;
    box-shadow: none;
}

.btn.learn:hover {
    background-color: #fff;
    color: var(--black);
}

.btn.learn-dark {
    color: var(--black);
    border-color: #86b3fb;
    box-shadow: none;
}

.btn.learn-dark:hover {
    background-color: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.btn.border-blue {
    color: var(--black);
    border-color: var(--blue);
    box-shadow: none;
}

.btn.border-black {
    color: var(--black);
    border-color: var(--black);
    box-shadow: none;
}

.btn.border-black:hover,
.btn.border-blue:hover {
    background-color: var(--blue);
    border-color: var(--blue);
    color: #fff;
}

.grid-mobile-btn {
    display: none;
}

.btn-page-wrap {
    text-align: center;
    width: 100%;
    margin-top: max(5vw, 30px);
}

.container {
    width: min(96%, 1200px);
    margin: 0 auto;
    padding: 0 15px;
}

.title-page {
    font-size: 100px;
    color: #fff;
}

.title-page.dark {
    color: var(--black);
}

strong {
    font-weight: 700;
}

section {
    position: relative;
    overflow: hidden;
}

.coll-2,
.coll-3,
.coll-4,
.coll-5 {
    display: grid;
    grid-template-rows: repeat(auto-fill, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(15px, 3vw, 50px);
    width: 100%;
    margin: max(5vw, 30px) 0;
}

.coll-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coll-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coll-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.coll-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.center {
    text-align: center !important;
}


/* header */
header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    padding: 5px max(2vw, 15px);
}

.navbar-brand {
    margin-right: max(3vw, 15px);
}

.navbar-brand {
    width: 260px;
}

.navbar-brand img,
.navbar-brand svg {
    width: 100%;
}

.navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.top-mnu li {
    display: inline-block;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.top-mnu>li>a {
    padding: 17px max(1vw, 5px);
    font-weight: 400;
}

.top-mnu li:hover>a {
    color: #008bc2;
}

.navbar-collapse {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.sub-li.active > a {
    pointer-events: all;
}

.sub-li>a::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    right: 0;
    border: 4px solid var(--black);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin-left: 10px;
    top: 2px;
}

.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 5;
    opacity: 0;
    transform: translateY(15px) translateX(-30%);
    top: 100%;
    width: 340px;
    background-color: #e7eff5;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.sub-menu a {
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 25px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.top-mnu>li:hover .sub-menu {
    opacity: 1;
    transform: translateY(0) translateX(-30%);
    pointer-events: auto;
}

.navbar-right ul,
.navbar-right li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-right li a {
    padding: 4px max(1vw, 5px);
}

.top-mnu .btn {
    font-weight: 500;
    font-size: 14px;
    padding: 4px 29px;
}

.top-mnu .btn:hover {
    color: var(--black);
}

.lang-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    padding: 4px max(1.2vw, 5px);
}

.lang-wrap li a {
    padding: 4px 5px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-sizing: border-box;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 2px auto;
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    -o-transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.hamburger span:first-child {
    transform-origin: 0% 0%;
}

.hamburger span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

header.toggle .hamburger span:nth-child(1) {
    transform: translateY(0) translateX(4px) rotate(42deg);
}

header.toggle .hamburger span:nth-child(2) {
    -webkit-transform: translateX(2px) rotate(90deg);
    -ms-transform: translateX(2px) rotate(90deg);
    -o-transform: translateX(2px) rotate(90deg);
    transform: translateX(2px) rotate(90deg);
    background-color: var(--black);
    opacity: 0;
}

header.toggle .hamburger span:nth-child(3) {
    transform: translateY(-4px) rotate(-40deg);
}

.header-additional {
    background-color: rgba(0, 74, 158, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 max(2vw, 20px);
    transform: translateY(-100%);
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.header-additional.header-active {
    transform: translateY(0);
}

.header-additional ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-additional ul a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 15px;
    color: #fff;
}

/* s-home-hero */
.section-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.s-home-hero {
    background-image: url(/img/home/home-hero-bg.jpg);
    background-position: center;
}

.home-top-content {
    width: min(100%, 520px);
}

.title-page.hero {
    font-size: 44px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
}

.title-page.hero span {
    color: var(--yellow);
}

.hero-p-color {
    padding: 10px 30px 10px 10px;
    font-size: 22px;
    background-color: var(--yellow);
    opacity: 0.8;
    line-height: 1.3;
}

.home-top-content ul {
    padding: max(7vw, 30px) 0;
}

.home-top-content ul li {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    margin-bottom: max(1vw, 5px);
}

/* s-home-experience */
.color-bg {
    background-color: var(--yellow) !important;
}

.bg-dark {
    background-color: var(--black) !important;
}

.bg-blue {
    background-color: var(--blue) !important;
}

.bg-gray {
    background-color: var(--gray) !important;
}

.home-experience-content {
    margin: max(3vw, 30px) 0;
}

.subtitle-exp {
    letter-spacing: 2.5px;
    font-weight: 500;
}

.title-experience {
    font-size: 64px;
    font-weight: 400;
    margin: max(2vw, 40px) 0;
}

.home-experience-content a {
    font-size: 24px;
}

/* home-statistic */
.home-statistic-content {
    margin: max(8vw, 90px) 0;
}

.title-statistic {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.home-statistic-content .item-title {
    font-size: 32px;
    line-height: 1.17;
    font-weight: 500;
    padding: 0 20px max(1vw, 10px) 0;
    margin: max(1vw, 10px) 0;
    border-bottom: 3px solid var(--black);
}

.home-statistic-content p {
    font-size: 18px;
}

.statistic-procents-block {
    margin-bottom: 0;
}

.statistic-procents-block .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.statistic-procents-block .img-wrap svg {
    width: 70% !important;
    height: 70% !important;
}

.statistic-procents-block p {
    text-align: center;
    margin: max(1vw, 40px) 0;
}

/* s-home-about */
.s-home-about {
    background-image: url(/img/home/home-about-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.home-about-content {
    width: min(100%, 760px);
    padding: max(4vw, 20px);
    background-color: #fff;
    text-align: center;
    margin: max(5vw, 120px) auto;
}

.title-home-about {
    font-size: 52px;
    font-weight: 400;
    position: relative;
    margin-top: 15px;
}

.title-home-about::after {
    content: "";
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    background-color: var(--yellow);
    margin: max(1.5vw, 15px) auto;
}

.home-about-content p,
.subtitle-home-about {
    font-size: 20px;
}

.subtitle-home-about {
    margin-bottom: max(1.5vw, 20px);
}

/* s-home-create */
.home-create-content {
    margin: max(8vw, 90px) 0;
}

.title-home-create {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    margin-bottom: max(1.5vw, 20px);
}

.subtitle-home-create {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    width: min(100%, 560px);
    margin: 0 auto;
}

.home-create-items .item-title {
    font-size: 24px;
    margin: max(2vw, 45px) 0 max(2vw, 25px);
}

.home-create-items p {
    font-size: inherit;
    text-align: justify;
}

.home-create-items img {
    display: block;
    width: min(100%, 320px);
    padding-top: 20px;
    border-radius: 10px;
}

/* timeline-block */
.home-what-we-do-content {
    margin: max(4vw, 90px) 0;
}

.timeline-block {
    position: relative;
    margin: clamp(20px, 5vw, 80px) 0 clamp(15px, 3vw, 50px);
    width: min(100%, 760px);
    margin: max(6vw, 40px) auto;
    counter-reset: item;
}

.timeline-block::before {
    content: '';
    position: absolute;
    top: 0%;
    height: 84%;
    width: 2px;
    background: var(--yellow);
    left: 26px;
    margin-left: -2px;
}
.timeline-block.release-history::before {
    height: 94%;
}

.timeline-block.middle::before {
    left: 50%;
    margin-left: -4px;
}

.timeline-block.middle-img::before {
    top: 9%;
    height: 87%;
}

.timeline-block .timeline-item {
    display: grid;
    grid-template-rows: repeat(auto-fill, minmax(0, 1fr));
    grid-template-columns: 50px 1fr;
    gap: 25px;
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 60px;
}

.timeline-block.middle .timeline-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
}

.timeline-block.middle .timeline-item:nth-child(even) {
    flex-direction: row;
}

.timeline-block .timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-block span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    background-color: var(--yellow);
}

.timeline-block.middle span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 2px solid var(--yellow);
}

.timeline-block.middle-img span {
    width: 42px !important;
    height: 42px !important;
    background-color: var(--yellow);
}

.timeline-block.middle .timeline-item:nth-of-type(even) span {
    right: 5px;
}

.timeline-block.middle-img .timeline-item:nth-of-type(even) span {
    right: -4px;
}

.timeline-block.middle-img .timeline-item:nth-of-type(odd) span {
    right: 9px;
}

.timeline-block span::after {
    content: counter(item, decimal);
    counter-increment: item;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 400;
}

.timeline-block.middle span::after {
    display: none;
}

.timeline-block.middle-img span::after {
    display: flex;
}

.timeline-block .timeline-item-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.timeline-item-content p {
    font-size: inherit;
}

.timeline-block.middle .timeline-item-content {
    width: 340px;
}

.timeline-block.middle .timeline-item:nth-of-type(odd) .timeline-item-content {
    text-align: right;
}

.timeline-block.middle .timeline-item-content p {
    font-size: 14px;
}

/* main-foot */
.main-foot {
    padding: max(2.5vw, 30px) 0 0;
}

.foot-menu-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.main-foot p {
    margin: 0;
}

.navbar-bottom ul a,
.copy {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 0;
    width: 100%;
}

.copy {
    width: auto;
}

.navbar-bottom ul a:hover {
    transform: translateX(7px);
}

.main-foot .navbar-bottom {
    display: grid;
    margin: 0 0 max(2vw, 40px);
}

.partner-link a {
    border-top: 1px solid var(--black);
    margin-top: 25px;
    width: auto !important;
}

.foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00001f;
    color: #fff;
    padding: max(1vw, 10px) max(2vw, 20px);
}

.foot-bottom,
.foot-bottom .copy {
    font-size: 14px;
    font-weight: 400;
}

.foot-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: max(5vw, 1px);
    padding: 0;
}

.foot-bottom ul a {
    padding: 10px max(1vw, 15px);
}

.back-top {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.back-top svg {
    margin-left: 6px;
}

/* home-we-are-here */
.s-home-we-are-here {
    background-color: #ededed;
}

.home-we-are-here-content {
    gap: 0;
    margin: 0;
}

.map-block {
    height: max(60vh, 400px);
}

#map {
    width: 100%;
    height: 100%;
}

.title-home-we-are-here {
    font-size: 28px;
    margin-bottom: max(3vw, 20px);
}

.home-we-are-here-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: max(4vw, 30px) max(4vw, 20px);
}

.home-we-are-here-info p {
    font-size: 18px;
    margin: 0;
}

/* home-blog */
.home-blog-grid {
    padding: 0 20px;
    gap: 20px;
}

.home-blog-grid a img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.home-blog-grid a:hover {
    transform: scale(1.02);
}

/* home-contact */
.home-contact-info {
    width: min(100%, 960px);
    margin: max(7vw, 40px) auto max(4vw, 35px);
}

.home-contact-form button {
    padding-left: 60px;
    padding-right: 60px;
}

.home-contact-form button.disable {
    opacity: 0.5;
    pointer-events: none;
}

.home-contact-info p {
    font-size: 18px;
}

.social-block {
    margin: 15px 0 25px;
}

/* home-our-products */
.our-products-content {
    display: grid;
    grid-template-areas:
        "two two one one"
        "three four one one";
    grid-template-rows: 568px 273px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
    margin: max(7vw, 90px) 0;
}

.our-products-content>div:first-of-type {
    grid-area: one;
}

.our-products-content>div:nth-of-type(2) {
    grid-area: two;
}

.our-products-content>div:nth-of-type(3) {
    grid-area: three;
}

.our-products-content>div:last-of-type {
    grid-area: four;
}

.our-products-content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-products-info {
    padding: max(2.7vw, 25px) max(2.7vw, 15px);
    background-color: var(--yellow);
}

.title-our-products {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: max(2.5vw, 20px);
}

.our-products-info p {
    font-size: inherit;
    text-align: justify;
    margin-bottom: max(2vw, 15px);
}

/* home-slider */
.home-slider-title-wrap {
    width: min(100%, 760px);
    margin: max(5vw, 30px) auto;
    text-align: center;
}

.home-slider-title-wrap p {
    font-size: 20px;
}

.home-slider a,
.home-slider img {
    display: block;
    width: 100%;
}

.home-slider {
    margin: max(5vw, 40px) 0 max(3vw, 30px);
}

.home-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    padding: max(2vw, 15px) 0;
    width: min(100%, 760px);
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
}

.home-slider-description {
    text-align: center;
    margin: 0 0 max(6vw, 30px);
}

.home-slider-description .title {
    font-weight: 500;
    margin-bottom: 5px;
}

.home-slider-description p {
    width: min(100%, 760px);
    margin: 0 auto;
    font-size: 14px;
}



/* s-what-for*/
.what-for-content {
    margin: max(4vw, 120px) 0;
}

.what-for-title-wrap {
    text-align: center;
}

.what-for-title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: max(2vw, 15px);
}

.what-for-items .what-for-item {
    display: grid;
    text-align: center;
    gap: 50.5px;
}

.what-for-item>div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.what-for-item:nth-of-type(even)>div:first-of-type {
    grid-column: 2;
    grid-row: 1;
}

.what-for-item:nth-of-type(even)>div:last-of-type {
    grid-column: 1;
    grid-row: 1;
}

.what-for-items img {
    display: block;
    width: 100%;
}

.what-for-item-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: max(1.5vw, 15px);
}

.what-for-items p {
    font-size: 18px;
}

/* s-home-privacy */
.s-home-privacy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 25, 105, 0.40));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 25, 105, 0.40));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 25, 105, 0.40));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 25, 105, 0.40));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.0), rgba(0, 25, 105, 0.40));
}

.s-home-privacy img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.home-privacy-content {
    position: relative;
    z-index: 3;
    margin: max(10vw, 120px) 0 max(3vw, 40px);
    color: #fff;
}

.home-privacy-content span {
    font-size: 12px;
    letter-spacing: 2.5px;
}

.title-home-privacy {
    font-size: 48px;
    font-weight: 400;
    color: var(--yellow);
    letter-spacing: 2px;
    margin: max(1.5vw, 15px) 0 max(6vw, 30px);
}

.home-privacy-content p {
    font-size: 28px;
    font-weight: 300;
}

.arrow-down {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.2s;
    animation: t-arrow-bottom 1.7s infinite ease;
}

.arrow-down>div {
    cursor: pointer;
    padding: 30px;
}

.arrow-down svg path {
    fill: #fff;
}

@-webkit-keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes t-arrow-bottom {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    55% {
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

/* s-home-download-am */
.download-am-block {
    margin: max(4vw, 30px) 0;
}

.download-am-block img {
    width: min(100%, 160px);
    margin-bottom: 15px;
    height: 160px;
}

.download-am-block .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.download-am-block p {
    font-size: inherit;
    width: min(100%, 420px);
}

.home-download-am-content {
    width: min(100%, 780px);
    position: relative;
    z-index: 1;
    margin: max(11vw, 30px) 0 max(5vw, 120px) auto;
}

.home-download-am-content .what-for-title {
    margin-bottom: 20px;
}

.home-download-am-content p {
    text-align: left;
}

.s-home-download-am>a {
    display: block;
}

.s-home-download-am>img,
.s-home-download-am>a>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    object-fit: cover;
    object-position: center;
}

/* cure-yourpc-laptop */
.cure-yourpc-laptop-content {
    margin: max(6vw, 40px) 0 max(8vw, 120px);
    text-align: center;
}

.cure-yourpc-laptop-content p {
    width: min(100%, 760px);
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
}

.cure-yourpc-laptop-content img {
    display: block;
    max-width: 100%;
}

/* ------ Contact Page ----------- */
.s-contact-hero {
    height: max(70vh, 400px);
    background-position: center;
    background-image: url(/img/contacts/gridinsoft_contact_bg.jpg);
}

.contact-questions,
.contact-social-media {
    margin: max(6vw, 90px) 0;
    text-align: center;
}

.contact-questions .title {
    font-size: 26px;
    min-height: 62px;
}

.contact-questions p {
    font-size: 18px;
    min-height: 108px;
}

.contact-social-media span {
    display: block;
    letter-spacing: 2.5px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: max(1.5vw, 15px);
}

.contact-social-media p {
    font-size: inherit;
}

.contact-social-block {
    margin: max(4vw, 90px) 0;
}

.contact-social-block a {
    margin: 5px;
}

/* contact-places */
.s-contact-places {
    background-image: url(/img/contacts/gs-map.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s-contact-places .container {
    position: relative;
    z-index: 1;
}

.contact-places {
    text-align: center;
    margin: max(3vw, 50px) 0 max(12vw, 120px);
}

.title-contact-places {
    font-size: 52px;
    text-align: center;
    font-weight: 400;
    margin-top: max(11vw, 120px);
}

.contact-places>div>div {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
}

.contact-places p {
    font-size: 14px;
    font-weight: 300;
}

.contact-places a {
    font-size: 14px;
    color: #0056d3;
    font-weight: 400;
}

.contact-corporate {
    width: min(100%, 760px);
    margin: max(6vw, 90px) auto;
}

.contact-corporate>div {
    margin-bottom: 30px;
}

.contact-corporate .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-corporate p,
.contact-corporate a {
    font-size: 18px;
    display: block;
}

/* ---------- Get Started Page ------- */
.s-get-started-hero {
    background-image: url(/img/get-started/get-started-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1370px;
}

.get-started-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 150px;
}

.get-started-logo img {
    display: block;
    max-width: 100%;
}

.get-started-top-content .title-page.hero {
    font-size: 82px;
    line-height: 80px;
    margin-top: 0;
    text-align: center;
    font-weight: 400;
}

.get-started-top-content .title-page.hero span {
    font-weight: 300;
    color: #fff;
}

.get-started-top-action-block {
    padding: 300px 0 50px;
    width: min(100%, 950px);
    margin: 0 auto;
}

.get-started-top-action-block span {
    font-size: 72px;
    font-weight: 400;
}

.get-started-top-action-block div {
    font-size: 34px;
    font-weight: 400;
}

.get-started-top-action-block .btn-page-wrap {
    margin-top: 100px;
}

/* s-involved */
.s-be-involved .container>p {
    font-size: 16px;
    margin: 60px 0;
}

.be-involved-content {
    margin: max(12vw, 150px) 0 max(8vw, 100px);
}

.subtitle-be-involved {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    width: min(100%, 560px);
    margin: 0 auto;
}

.block-boxs {
    margin: max(8vw, 60px) 0 0;
}

.block-boxs img {
    display: block;
    max-width: 100%;
}

p a {
    color: #0056d3;
}

.block-boxs p {
    font-size: 20px;
}

.grid-block-wrap {
    overflow-x: auto;
}

.grid-block {
    display: grid !important;
    width: 100%;
    gap: 0;
    margin: max(3vw, 45px) 0 0;
    padding: max(2.5vw, 15px);
    grid-template-columns: 260px 1fr 1fr;
}

.grid-block>div {
    border-bottom: 1px solid #eee;
}

.grid-block>div:nth-child(3n+2) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.grid-head {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.grid-head {
    font-size: 20px;
    padding: 22px 0;
    font-weight: 400;
}

.grid-descr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    padding: 22px 20px 22px 0;
    min-height: 90px;
}

.grid-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-img img {
    width: 40px;
    height: auto;
}

.grid-block .btn {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 9px 30px;
    margin: 0 15px;
}

/* get-started-trial */
.get-started-trial-content {
    margin: max(3vw, 40px) auto 0;
    text-align: center;
    width: min(100%, 960px);
}

.subtitle-get-started-trial {
    font-size: 16px;
    letter-spacing: 2.5px;
    padding-bottom: 22px;
    font-weight: 500;
}

.title-get-started-trial {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.get-started-trial-content p {
    font-size: inherit;
}

.get-started-trial-img {
    position: relative;
    margin-top: 150px;
}

.get-started-trial-img img {
    width: 100%;
}

.get-started-trial-img p {
    top: 220px;
    left: -150px;
    width: 290px;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    position: absolute;
    text-align: left;
    font-weight: 400;
}

.trial-gs-logo {
    position: relative;
    width: auto !important;
    top: -40px;
    right: -64%;
}

/* good-tool */
.s-good-tool {
    background-image: url(/img/get-started/fish-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.s-good-tool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(48, 148, 255, 0.9), rgba(0, 52, 115, 0.9));
}

.good-tool-content {
    margin: max(8vw, 120px) 0;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.title-good-tool {
    font-size: 52px;
    margin: 0 auto 40px;
    font-weight: 300;
    width: min(100%, 780px);
}

.good-tool-content>p {
    font-size: 24px;
    width: min(100%, 560px);
    margin: 0 auto 60px;
    font-weight: 300;
    font-weight: 100;
}

.good-tool-block {
    margin: 0;
}

.good-tool-block .title {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
    min-height: 70px;
}

.good-tool-block p {
    font-size: inherit;
    font-weight: 100;
}

.good-tool-block img {
    max-width: 100%;
}

.good-tool-content .btn-page-wrap {
    margin-top: 30px;
}

/* system-requirements */
.system-requirements-content {
    margin: max(8vw, 90px) 0;
}

.title-system-requirements {
    font-size: 42px;
}

/* operating-systems */
.title-operating-systems {
    font-size: 22px;
    margin-bottom: max(5vw, 40px);
    font-weight: 400;
}

.operating-systems-content {
    text-align: center;
    margin: 0 0 max(7vw, 90px);
}

.operating-systems-title {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 5px;
}

.operating-systems-content p {
    font-size: 14px;
    font-weight: 300;
}

/* available-free */
.available-free>img {
    left: auto;
    right: 0;
    width: 33%;
    object-position: top 0% left 36% !important;
}

.available-free .home-download-am-content {
    margin: max(5vw, 90px) auto max(4vw, 90px) 0;
}

.available-free-block {
    text-align: center;
    gap: max(1vw, 15px);
    margin: max(3vw, 30px) 0;
}

.available-free-item .title {
    font-size: 20px;
    padding: 20px 0 15px;
    font-weight: 400;
}

.available-free-item p {
    font-size: 14px;
    text-align: center;
}

.available-free-item .img-box {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.available-free-item:first-of-type .img-box {
    background-image: url(/img/get-started/Trial--InstallGSAM.png);
}

.available-free-item:nth-of-type(2) .img-box {
    background-image: url(/img/get-started/Trial--StartTrial-GS.png);
}

.available-free-item:nth-of-type(3) .img-box {
    background-image: url(/img/get-started/Trial--GSAM-request.png);
}

.available-free-item:nth-of-type(4) .img-box {
    background-image: url(/img/get-started/Trial--GSAM_-_check_.png);
}

.available-free-item:nth-of-type(5) .img-box {
    background-image: url(/img/get-started/Trial--GSAM_-_enter_.png);
}

.available-free-item:last-of-type .img-box {
    background-image: url(/img/get-started/Trial--GSAM_-_cure_y.png);
}


/* faq */
.s-faq {
    background-color: #f4f8fc;
}

.faq-content {
    margin: max(7vw, 120px) 0;
}

.faq-head {
    width: min(100%, 760px);
    margin: 0 auto;
}

.faq-block-items {
    width: min(100%, 960px);
    margin: 40px auto 0;
}

.faq-item {
    position: relative;
    padding: max(2vw, 20px);
    border-radius: 20px;
    background-color: #fff;
    margin: 20px 0;
}

.faq-item div {
    margin: 0;
    grid-template-columns: 0.1fr 1fr;
}

.faq-item div::before {
    content: "Q:";
    position: relative;
    text-align: right;
    color: #999;
    font-size: 18px;
    font-weight: 100;
}

.faq-item div.ans::before {
    content: "A:";
}

.qst {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px !important;
}

.ans {
    font-size: 18px;
    font-weight: 300;
}

.faq-title {
    font-size: 32px;
}

.faq-head p {
    font-size: 20px;
}

/* s-testimonials */
.s-testimonials {
    background-color: #25374b;
}

.testimonials-slider {
    margin: max(10vw, 120px) 0 max(6vw, 90px);
}

.testimonials-item {
    width: min(100%, 760px);
    margin: 0 auto;
    color: #fff;
    grid-template-columns: 0.3fr 1fr;
    gap: 20px;
}

.testimonials-item .img-icon {
    background-image: url(/img/get-started/customer-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
}

.testimonials-titile {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 100;
}

.visit-fb-text {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 100;
}

.testimonials-slider .pagint {
    position: relative;
    margin-top: 40px;
}

.testimonial-social a {
    padding: 0 2px;
}

.testimonial-social a svg {
    width: 23px;
    height: 23px;
}

.testimonials-slider .swiper-pagination-bullet {
    background-color: #c7c7c7 !important;
    opacity: 1;
    margin: 0 8px !important;
}

.testimonials-slider .swiper-pagination-bullet-active {
    background-color: var(--black) !important;
}

/* -------- Team --------- */
.s-team-hero {
    height: max(100vh, 400px);
    background-position: center;
    background-image: url(/img/team/team-top-bg.jpg);
}

.s-team-hero .container {
    position: relative;
    height: 100%;
}

.s-team-hero .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/team/logo_features.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* s-protect-interests */
.protect-interests-content {
    margin: max(7vw, 90px) 0;
}

.protect-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.protect-interests-title {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 400;
}

.protect-interests-content span {
    display: block;
    position: relative;
    color: #666;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 100;
}

.protect-interests-content span::after {
    content: "";
    display: block;
    position: relative;
    width: 50px;
    height: 3px;
    background-color: var(--yellow);
    margin: max(1.5vw, 15px) 0;
}

.protect-interests-content p {
    font-size: 20px;
}

.protect-interests-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url(/img/team/will_cure_your_pc_on.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* s-how-do */
.timeline-block.middle-img .timeline-item,
.timeline-block.middle-img .timeline-item:nth-of-type(odd) .timeline-item-content {
    text-align: center;
}

.timeline-block.middle-img .timeline-item {
    padding-top: 230px;
}

.timeline-block.middle-img .timeline-item-title {
    font-size: 24px;
}

.timeline-block.middle-img .timeline-item-content p {
    font-size: 20px;
}

.timeline-block.middle-img .timeline-item .img-box {
    display: block;
    width: 220px;
    height: 220px;
    margin: 0 auto 14px;
    position: absolute;
    top: 0;
    left: 7%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline-block.middle-img .timeline-item:nth-of-type(even) .img-box {
    left: auto;
    right: 7%;
}

.timeline-block.middle-img .timeline-item:first-of-type .img-box {
    background-image: url(/img/team/Icon_1_malware.png);
}

.timeline-block.middle-img .timeline-item:nth-of-type(2) .img-box {
    background-image: url(/img/team/Icon_2_Analitycs_tea.png);
}

.timeline-block.middle-img .timeline-item:nth-of-type(3) .img-box {
    background-image: url(/img/team/Icon_3_a_Support_tea.png);
}

.timeline-block.middle-img .timeline-item:nth-of-type(4) .img-box {
    background-image: url(/img/team/Icon_3_b_Help_scan_c.png);
}

.timeline-block.middle-img .timeline-item:nth-of-type(5) .img-box {
    background-image: url(/img/team/Icon_3__connecting_r.png);
}

.timeline-block.middle-img .timeline-item:nth-of-type(6) .img-box {
    background-image: url(/img/team/Icon_4_Every_week_re.png);
}

.timeline-block.middle-img .timeline-item:nth-of-type(7) .img-box {
    background-image: url(/img/team/Icon_6_group_of_prof.png);
}

.s-how-do .system-requirements-content>p {
    width: min(100%, 560px);
    margin: max(2.5vw, 20px) auto;
    font-size: 24px;
}

/* gs-m-block */
.gs-m-block {
    margin: 0 0 max(7vw, 90px);
}

.gs-m-block .protect-interests-title {
    font-size: 26px;
    font-weight: 500;
}

.gs-m-block.protect-interests-content span::after {
    margin: 0;
}

.gs-m-block p {
    font-size: 18px;
}

.gs-m-block .protect-interests-img {
    height: 560px;
    background-image: url(/img/team/gridinsoft_logo.png);
}

/* join-our-team */
.join-our-team-content .title {
    color: var(--black);
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}

.join-our-team-content .title::after {
    content: "";
    display: block;
    position: relative;
    width: 160px;
    height: 1px;
    background-color: var(--yellow);
    margin: max(2vw, 2px) auto max(6vw, 45px);
}

.join-our-team-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-image: url(/img/team/gridinsoft_is_better.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: max(60vh, 400px);
    width: 100%;
}

.join-our-team-description {
    gap: 0;
    margin: 0;
}

.join-our-team-description>div:last-of-type p {
    text-align: right;
}

.join-our-team-description>div:last-of-type {
    color: #fff;
    background-color: #003266;
}

.join-our-team-description>div:last-of-type ul li {
    font-weight: 300;
}

.join-our-team-description-item {
    padding: max(2vw, 25px) max(2vw, 15px);
}

.join-our-team-description-item>p {
    font-size: 12px;
    color: #9e9e9e;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2.5px;
}

.join-our-team-description ul {
    padding-left: 20px;
    margin: 30px 0 45px;
}

.join-our-team-description ul li {
    font-size: 22px;
    list-style-type: disc;
    font-weight: 500;
    margin-bottom: 7px;
}

.join-our-team-description-item-bottom p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 100;
}

/* s-recruitment */
.s-recruitment {
    background-color: #f4f7f9;
}

.recruitment-content {
    margin: max(8vw, 90px) 0;
}

.recruitment-content .center {
    margin-bottom: 60px;
}

.recruitment-items {
    gap: max(2vw, 15px);
}

.recruitment-item {
    padding: max(1.5vw, 20px) max(1.5vw, 15px);
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px 0px;
}

.recruitment-item .title {
    font-size: 22px;
    font-weight: 500;
}

.recruitment-item ul {
    padding-left: 20px;
}

.recruitment-item ul li,
.recruitment-item em {
    font-size: 18px;
    list-style-type: disc;
}

.recruitment-item svg {
    width: 60px;
    height: auto;
    margin-bottom: max(3vw, 25px);
}

.send-cv {
    color: #ff8562;
    font-weight: 500;
    margin: 20px 0;
    cursor: pointer;
}

.send-cv:after {
    content: "\00a0→";
}

.send-cv:hover {
    opacity: 0.7;
}

/* team-slider */
.team-slider .testimonials-item {
    color: var(--black);
}

.team-slider .testimonial-description {
    font-size: 22px;
    margin-bottom: max(2vw, 30px);
}

.team-slider .testimonial-img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.team-slider .testimonial-name {
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.team-slider .testimonial-position {
    font-size: 14px;
}

.team-slider .testimonial-img.Vladislav_Baglay {
    background-image: url(/img/team/Vladislav_Baglay.png);
}

.team-slider .testimonial-img.Andrei_Gavryuk {
    background-image: url(/img/team/Andrei_Gavryuk.png);
}

.team-slider .testimonial-img.Polina_Lisovska {
    background-image: url(/img/team/Polina_Lisovska.png);
}

.team-slider .testimonial-img.Elena_Slavko {
    background-image: url(/img/team/Elena_Slavko.png);
}

.team-slider .testimonial-img.Tetiana_Fantukh {
    background-image: url(/img/team/Tetiana_Fantukh.png);
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
    background-color: var(--black);
    color: var(--yellow);
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.iziModal .iziModal-content {
    padding: 30px 30px !important;
}

#modal-tnx.iziModal .iziModal-content {
    padding: 0 !important;
}

#modal-custom .iziModal-content button {
    height: 46px;
    padding: 0;
    color: #fff;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 50%;
    display: block;
    margin: 0 auto;
    background: rgba(97, 172, 205, 1);
}

#modal-custom .iziModal-content button:hover {
    opacity: 0.8;
}

#modal-custom .iziModal-content button:focus {
    outline: none;
}

#modal-custom .iziModal-content .icon-close {
    background: #FFF;
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
}

#modal-custom .coll-2 {
    margin: 0;
    gap: 5px;
}

#modal-custom .iziModal-content .icon-close:hover,
#modal-custom .iziModal-content .icon-close:focus {
    color: black;
}

#modal-custom .iziModal-content input {
    font-size: 15px;
}

#modal-custom .iziModal-content textarea {
    resize: none;
}

#modal-custom .iziModal-content #positions label {
    margin: 0;
    width: 100%;
    cursor: pointer;
}

#modal-custom .iziModal-content #positions input {
    outline: none;
}

#modal-custom .iziModal-content #positions label:first-child {
    width: 100%;
    display: inline-block;
    margin-bottom: .5rem;
}

#modal-custom .iziModal-content .form-group label:first-child {
    width: 100%;
}

#modal-custom .iziModal-content .form-group label:first-child span {
    color: rgba(97, 172, 205, 1);
}

#modal-custom .iziModal-content small {
    display: inline-block;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
}

#validation-errors {
    margin: 0;
    padding: 5px 0;
    background: rgba(255, 207, 207, 1);
    text-align: center;
}

#validation-errors li {
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
    list-style: none;
    line-height: 1.5;
}

#upload-spinner {
    display: none;
}

/* Product Page */
.products-hero-content {
    width: min(100%, 400px);
    color: #fff;
    margin: max(6vw, 90px) 0;
}

.products-hero-content .title {
    font-size: 80px;
    line-height: 2;
}
.s-products-hero iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.products-video-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgb(0, 0, 0));
}
.s-products-hero .container {
    position: relative;
    z-index: 3;
}

.shape-border-bottom::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 8vw;
    z-index: 4;
    clip-path: polygon(0 99%, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--blue);
}

/* s-tk */
.s-tk.shape-border-bottom::after {
    background-color: #fff;
}

.product-content {
    margin: max(9vw, 120px) 0;
    color: #fff;
}

.product-content.dark {
    color: var(--black);
}

.product-content-head .title {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: max(1vw, 10px);
}

.product-content-head p {
    font-size: 20px;
}

.product-content img {
    display: block;
    max-width: 100%;
}

.product-action-block>div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: max(2vw, 30px) 0;
}

.product-action-block p {
    font-weight: 100;
}

.btns-wrap {
    margin: max(3vw, 50px) 0 max(3vw, 20px);
}

.btns-wrap .btn {
    margin: 0 10px 5px 0;
}

/* s-am */
.s-am.shape-border-bottom::after {
    background-color: #f5f5f5;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

/* am-try */
.s-am-try::after {
    background-color: #3ea0df;
}

.am-try-content {
    margin: max(9vw, 120px) 0;
}

.am-try-content .timeline-block::before {
    display: none;
}

.am-try-content .timeline-block {
    width: min(100%, 560px);
}

.s-ts.bg-blue {
    background-color: #3ea0df !important;
}

/* s-ts */
.s-ts.bg-blue {
    background-color: #3ea0df !important;
}

.s-ts::after {
    background-color: #f5f5f5;
}

/* s-all-product */
.s-all-product::after {
    background-color: #00398f;
}

/* s-year-licenses */
.s-year-licenses {
    background-color: #00398f;
}

.s-year-licenses::after {
    background-color: #0f0f0f;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.product-tabs-block {
    width: min(100%, 960px);
    margin: max(4vw, 40px) auto;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.product-tabs-block {
    color: var(--black);
}

.product-tabs-head {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.product-tab-head {
    padding: 18px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.4s;
    border-bottom: 3px solid transparent;
}

.product-tab-head.active {
    font-weight: 500;
    border-bottom-color: var(--black);
}

.product-tab-head:hover {
    opacity: 0.7;
}

.product-tabs-body {
    padding: max(3vw, 30px) max(3vw, 15px);
}

.product-tab {
    display: none !important;
    gap: max(2vw, 20px);
    margin: 0;
}

.product-tab.active {
    display: grid !important;
}

.product-tab img {
    width: 100%;
    margin-bottom: 25px !important;
}

.product-tab-info,
.product-tab-info p {
    font-size: 18px;
}

.product-tab-info>span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.product-tab-info .title {
    font-size: 28px;
    font-weight: 500;
    margin: max(1.5vw, 25px) 0 10px;
}

.product-tab-info ul {
    padding: 20px 0 0 20px;
}

.product-tab-info li {
    list-style-type: disc;
}

.tab-license {
    margin: max(2vw, 25px) 0 max(1.5vw, 10px);
}

.tab-license-price {
    font-size: 30px;
}

.product-tab .btn {
    font-size: 14px;
    text-transform: uppercase;
}

/* s-profit-results */
.s-profit-results {
    background-color: #0f0f0f;
    color: #fff;
}

.s-profit-results .what-for-items .what-for-item {
    text-align: left;
}

.s-profit-results .what-for-item>div:first-of-type {
    align-items: flex-start;
}

.what-for-items.profit-results {
    width: min(100%, 960px);
    margin: 0 auto;
}

.profit-results-download-block {
    width: min(100%, 960px);
    gap: max(6vw, 20px);
    margin: 0 auto;
    text-align: center;
}

.profit-results-download-block>div:last-of-type {
    text-align: left;
}

.profit-results-download-block .btn {
    width: min(100%, 200px);
}

.profit-results-download-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: right;
}

/* s-licenses-for-business */
/* s-licenses-for-business */
.s-licenses-for-business .product-content {
    position: relative;
    color: var(--black);
    margin: 90px 0;
    z-index: 2;
}

.s-licenses-for-business::after {
    display: none;
    /* background-color: #ebebeb;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); */
}

.s-licenses-for-business .product-content-head .title {
    font-weight: 400;
}

.s-licenses-for-business .product-content-head p {
    width: min(100%, 560px);
    font-size: 24px;
    margin: 0 auto;
}
.product-tabs-block-wrap {
    background-color: var(--yellow);
    padding: max(6vw, 50px) 0;
    margin-bottom: 213px;
}

.product-tabs-block.business {
    position: relative;
    z-index: 3;
    width: 100%;
    box-shadow: none;
    border: none;
    grid-template-columns: 0.7fr 1fr;
    gap: 5px;
    margin: 0 auto;
    background-color: transparent;
}
.product-tabs-block.business .product-tab-head {
    position: relative;
    padding: 5px 45px 5px 5px;
    background-color: transparent;
    border-radius: 7px;
    margin-bottom: 8px;
    border-bottom: none;
}
.product-tabs-block.business .product-tab-head.active,
.product-tabs-block.business .product-tab-head:hover {
    background-color: rgb(225, 201, 9);
}
.product-tab-head-label {
    position: absolute;
    bottom: 21px;
    right: 41px;
    transform: rotate(-90deg);
    font-weight: 300;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.product-tab-head-label::before {
    content: "• Business";
    font-size: 24px;
    color: #1e1e1e;
    text-transform: uppercase;
    position: absolute;
    white-space: nowrap;
    letter-spacing: 1.1px;
}
.product-tab-head-label.corporate-tk::before {
    content: "• СORPORATE";
}
.product-tabs-block.business .product-tab-head.active .product-tab-head-label,
.product-tabs-block.business .product-tab-head:hover .product-tab-head-label {
    opacity: 1;
}

.product-tabs-block.business .product-tabs-head {
    display: block;
    border-bottom: none;
    background-color: transparent;
}

.product-tabs-block.business .product-tab-head-content {
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    padding: 25px 47px 25px 30px;
    background-color: transparent;
    font-weight: 300;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.product-tabs-block.business .product-tab-head.active .product-tab-head-content,
.product-tabs-block.business .product-tab-head:hover .product-tab-head-content{
    background-color: #fff;
}

.product-tabs-block.business .product-tab-head-content.active {
    border-color: #c5c5c5;
    font-weight: 300;
}
.product-tabs-block.business .product-tab-head:hover {
    opacity: 1;
}

.product-tabs-block.business .product-tabs-body {
    padding: 0;
}

.product-tabs-block.business .product-tab-head .title {
    font-size: 24px;
    margin-top: 0;
}

.product-tabs-block.business .product-tab-head p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 300;
}

.product-tabs-block.business .product-tab-head a {
    color: var(--blue);
    font-size: 14px;
    font-weight: 300;
}

.product-tabs-block.business .product-tab img {
    border-radius: 22px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
    /* border: solid 1px #979797; */
    margin-bottom: 0 !important;
}
.tab-business-tk.active {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
}
/* .s-licenses-for-business {
    overflow-x: hidden;
    overflow-y: auto;
} */
.hexagon-wrap {
    position: absolute;
    z-index: 1;
    filter: drop-shadow(0px 2px 32px #6f556f);
}
.hexagon-content .hexagon-wrap:first-of-type {
    transform: rotate(-15deg);
    position: absolute;
    right: 30px;
    top: 74px;
}
.hexagon-content .hexagon-wrap:first-of-type .hexagon {
    width: 456px;
    height: 495px;
    animation: 10s movingCircleX linear infinite;
}
.hexagon-content .hexagon-wrap:nth-of-type(2) {
    transform: rotate(-29deg);
    top: 280px;
    right: -100px;
    z-index: 2;
}
.hexagon-content .hexagon-wrap:nth-of-type(2) .hexagon {
    width: 352px;
    height: 382px;
    animation: 8s movingCircleY linear infinite;
    background-image: linear-gradient(to bottom, #ff934b, #fd6970);
}
.hexagon-content .hexagon-wrap:nth-of-type(3) {
    transform: rotate(-30deg);
    bottom: -60px;
    right: -200px;
}
.hexagon-content .hexagon-wrap:nth-of-type(3) .hexagon {
    width: 431px;
    height: 463px;
    animation: 6s movingCircleX linear infinite;
    background-image: linear-gradient(to bottom, #5ab3fd, #9850ef);
}
.hexagon-content .hexagon-wrap:nth-of-type(4) {
    transform: rotate(-21deg);
    top: 470px;
    left: -250px;
}
.hexagon-content .hexagon-wrap:nth-of-type(4) .hexagon {
    width: 408px;
    height: 448px;
    animation: 9s movingCircleX linear infinite;
    background-image: linear-gradient(to bottom, #816cfc, #9e5cec);
}
.hexagon-content .hexagon-wrap:last-of-type {
    transform: rotate(3deg);
    top: 800px;
    left: -170px;
}
.hexagon-content .hexagon-wrap:last-of-type .hexagon {
    width: 468px;
    height: 513px;
    animation: 10s movingCircleY linear infinite;
    background-image: linear-gradient(to bottom, #00e7bd, #007ede);
}
.hexagon {
    overflow: hidden;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-image: linear-gradient(to bottom, #d50984, #930f8e 50%, #a42889);
}
@keyframes movingCircleY {
    0% {
      transform: translateY(-10px);
    }
    25% {
      transform: translateX(-15px);
    }
    50% {
      transform: translateY(10px);
    }
    75% {
      transform: translateX(15px);
    }
    100% {
      transform: translateY(-10px);
    }
}
@keyframes movingCircleX {
    0% {
      transform: translateX(-10px);
    }
    25% {
      transform: translateY(-15px);
    }
    50% {
      transform: translateX(10px);
    }
    75% {
      transform: translateY(15px);
    }
    100% {
      transform: translateX(-10px);
    }
}
/* s-certified */
.s-certified {
    background-color: #ebebeb;
}

.certified-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.certified-img img {
    width: 350px;
    max-width: 100%;
}

.certified-info {
    color: var(--black);
}

.certified-info .title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: max(1.5vw, 15px);
}

.certified-info p {
    font-size: 20px;
    margin-bottom: max(1.5vw, 10px);
}

/* s-faq-products */
.s-faq-products {
    background-color: #0f0f0f;
}

.s-faq-products .product-content-head p {
    width: min(100%, 560px);
    font-size: 24px;
    margin: max(2vw, 15px) auto max(5vw, 30px);
    font-weight: 200;
}

.faq-products-list {
    width: min(100%, 760px);
    font-weight: 200;
    margin: 0 auto;
}

.faq-products-list>div {
    margin-bottom: max(2vw, 30px);
}

.faq-products-list .title {
    font-size: 20px;
    color: #f4f4f4;
    margin-bottom: 15px;
    font-weight: 400;
}

.faq-products-list p {
    font-size: 18px;
    color: #adadad;
}
.simple-page-content {
    margin: max(6vw, 40px) 0 max(4vw, 40px);
}
.simple-page-content h1 {
    font-size: 40px;
}
.simple-page-content h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-top: 15px;
}
.simple-page-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-top: 15px;
}
.simple-page-content h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-top: 15px;
}
.simple-page-content p {
    font-size: 18px;
    line-height: 1.7em;
}
.simple-page-content ul, .simple-page-content ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
.simple-page-content ul:not(.no-marker) li, .simple-page-content ol li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 1.7em;
}
.simple-page-content span {
    font-size: 18px;
    font-weight: 700;
}

/*release-history*/
.version-info {
    margin: max(4vw, 40px) 0;
}
.version-info h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.58;
    margin: 0;
}
.version-info h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.9;
}
.version-info p {
    font-size: 18px;
    text-indent: 28px;
}
.version-info ul {
    margin: 0 0 clamp(25px, 4vw, 80px) 48px;
    padding: 0;
    font-size: 18px;
}
.version-info ul li {
    list-style-type: disc;
}
.imgalignright {
    display: inline;
    width: 280px;
    height: auto;
    float: right;
    margin-left: 1.5em;
}



@media (min-width : 2100px) {
    .s-products-hero iframe {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
@media (min-width : 1650px) {
    .home-top-content {
        min-height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .home-experience-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 20vh;
    }

    .s-home-about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
    }

    .our-products-info {
        padding: 40px;
    }

}

@media (max-width : 1440px) {
    .home-download-am-content {
        margin: max(8vw, 30px) 0 max(5vw, 120px) auto;
    }

    .s-home-download-am>img,
    .s-home-download-am>a>img {
        object-position: top 0% right 40%;
    }
    .faq-products-list p {
        font-weight: 300;
    }
    .hexagon-content .hexagon-wrap:first-of-type {
        right: -230px;
    }

    .hexagon-content .hexagon-wrap:nth-of-type(2) {
        right: -270px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(3) {
        right: -250px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(4) {
        left: -300px;
    }
    .hexagon-content .hexagon-wrap:last-of-type {
        left: -300px;
    }
    .product-tabs-block.business {
        display: block;
        width: min(100%, 670px);
    }
}

@media (max-width : 1280px) {
    body {
        font-size: 15px;
    }

    .navbar-brand {
        width: 180px;
    }

    .top-mnu>li>a {
        font-size: 14px;
        padding: 17px 5px;
    }

    .our-products-content {
        grid-template-rows: 368px 273px;
    }

    .home-download-am-content {
        width: min(100%, 650px);
    }

    .products-hero-content .title {
        font-size: 60px;
    }

    .product-tab-info .title {
        font-size: 25px;
    }

    .s-licenses-for-business .product-content-head p {
        font-size: 20px;
    }

}

@media (max-width : 991px) {
    body {
        font-size: 14px;
    }

    .hamburger {
        display: flex;
    }

    header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: var(--black);
        padding: 0 5px;
    }

    .navbar-top {
        display: none;
        background-color: #f2f2f2;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px 0;
    }

    .navbar-brand {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .navbar-brand img,
    .navbar-brand svg {
        width: 200px;
    }

    .top-mnu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .top-mnu>li>a {
        padding: 9px 5px;
    }

    .navbar-right {
        margin-top: 25px;
    }

    .lang-wrap {
        margin-top: 15px;
    }

    .sub-menu {
        display: none;
        position: relative;
        opacity: 1;
        transform: none;
        top: 0;
        width: 100%;
    }

    .sub-menu a {
        padding: 9px 15px;
    }

    .top-mnu>li:hover .sub-menu {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .top-mnu li {
        width: 100%;
        text-align: center;
    }

    /* ------------ */
    .coll-2,
    .coll-3,
    .coll-4,
    .coll-5 {
        display: block;
    }

    .home-statistic-content p {
        font-size: 14px;
    }

    .home-statistic-content .item-title {
        font-size: 26px;
    }

    .title-experience {
        font-size: 44px;
    }

    .home-experience-content a {
        font-size: 16px;
    }

    .title-home-about {
        font-size: 32px;
    }

    .home-about-content p,
    .subtitle-home-about {
        font-size: 16px;
    }

    .navbar-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-blog-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .our-products-content {
        display: block;
    }

    .our-products-content>div {
        margin-bottom: 20px;
    }

    .home-slider-title-wrap p {
        font-size: 18px;
    }

    .what-for-item-title {
        font-size: 22px;
    }

    .what-for-items p {
        font-size: inherit;
    }

    .what-for-title {
        font-size: 30px;
    }

    .title-home-privacy {
        font-size: 28px;
    }

    .home-privacy-content p {
        font-size: inherit;
    }

    .s-home-download-am {
        display: flex;
        flex-direction: column-reverse;
    }

    .s-home-download-am>img,
    .s-home-download-am>a>img {
        display: block;
        position: relative;
        height: auto;
        width: 100%;
    }

    .home-download-am-content {
        width: 100%;
    }

    .contact-questions p {
        font-size: inherit;
        min-height: auto;
        margin-bottom: 40px;
    }

    .contact-questions .title {
        min-height: auto;
        font-size: 22px;
        margin-bottom: 30px;
    }

    .contact-questions>div {
        margin-bottom: 70px;
    }

    .contact-social-media span {
        font-size: 12px;
    }

    .btn {
        font-size: 16px;
        padding: 8px 40px;
    }

    .home-blog-grid,
    .home-contact-info {
        margin: 90px 0;
    }

    .home-contact-info>div:first-of-type {
        text-align: center;
    }

    .home-contact-info p {
        font-size: inherit;
    }

    .statistic-procents-block .img-wrap svg {
        width: 150px !important;
        height: auto !important;
    }

    .title-contact-places {
        font-size: 32px;
    }

    .contact-places>div {
        margin-bottom: 40px;
    }

    .get-started-top-content .title-page.hero {
        font-size: 42px;
        line-height: initial;
        letter-spacing: 1px;
    }

    .get-started-logo img {
        width: 300px;
    }

    .get-started-top-action-block {
        padding: 130px 0 50px;
    }

    .get-started-top-action-block span,
    .get-started-top-action-block div {
        font-size: 20px;
    }

    .get-started-top-action-block .btn-page-wrap {
        margin-top: 60px;
    }

    .title-statistic {
        margin-bottom: 60px;
    }

    .statistic-procents-block {
        margin: 120px 0;
    }

    /* get-started */
    .grid-block {
        width: 940px;
    }

    .s-get-started-hero {
        height: auto;
        border-bottom: 1px solid #e0e0e0;
    }

    .get-started-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 35px 0 75px;
    }

    .be-involved-content .what-for-title {
        font-size: 30px;
    }

    .subtitle-be-involved {
        font-size: 20px;
    }

    .block-boxs p {
        font-size: initial;
        font-weight: 400;
    }

    .block-boxs img {
        margin: 50px 0;
        width: 80%;
    }

    .grid-head {
        font-size: 14px;
    }

    .grid-descr {
        font-size: inherit;
    }

    .subtitle-get-started-trial {
        font-size: 12px;
    }

    .title-get-started-trial {
        font-size: 28px;
    }

    .get-started-trial-img p {
        top: 0;
        left: 0;
        padding-top: 15px;
        width: 100%;
        position: relative;
    }

    .trial-gs-logo {
        display: none;
    }

    .get-started-trial-img {
        margin-bottom: 90px;
    }

    .title-good-tool {
        font-size: 30px;
    }

    .good-tool-content>p {
        font-size: 20px;
    }

    .good-tool-block .title {
        min-height: auto;
    }

    .good-tool-block>div {
        margin-bottom: 70px;
    }

    .timeline-block.middle .timeline-item-content {
        width: 44.8%;
    }

    .title-system-requirements {
        font-size: 30px;
        font-weight: 400;
    }

    .operating-systems-title {
        font-size: 18px;
        margin: 15px 0 5px;
    }

    .operating-systems-content p {
        font-size: 12px;
        margin-bottom: 50px;
    }

    .home-download-am-content .btn {
        margin-top: 30px;
    }

    .faq-title {
        font-size: 28px;
        font-weight: 400;
    }

    .faq-item div,
    .faq-item div::before {
        font-size: 14px;
    }

    .faq-item div::before {
        margin-right: 10px;
    }

    .testimonials-item {
        padding: 0 30px;
    }

    .testimonials-item .img-icon {
        margin-bottom: 15px;
    }

    .testimonials-titile {
        font-size: 16px;
    }

    .visit-fb-text {
        font-size: 12px;
    }

    .protect-interests-title {
        font-size: 30px;
    }

    .protect-interests-content span {
        font-size: 12px;
    }

    .protect-interests-content p {
        font-size: 16px;
    }

    .protect-interests-img {
        height: 270px;
    }

    .s-how-do .system-requirements-content>p {
        font-size: 20px;
    }

    .gs-m-block .protect-interests-title {
        font-size: 22px;
    }

    .gs-m-block .protect-interests-img {
        height: 358px;
    }

    .join-our-team-description ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .join-our-team-description>div:last-of-type p {
        text-align: left;
    }

    .join-our-team-description-item>p {
        font-size: 10px;
    }

    .join-our-team-description-item-bottom p {
        font-size: 12px;
    }

    .join-our-team-description ul {
        margin: 30px 0 25px;
    }

    .recruitment-item .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .recruitment-item ul li,
    .recruitment-item em {
        font-size: 14px;
    }

    .team-slider .testimonial-description {
        font-size: 17px;
    }

    .team-slider .testimonial-name,
    .team-slider .testimonial-position {
        font-size: 12px;
    }

    .products-hero-content .title {
        font-size: 30px;
    }

    .products-hero-content {
        min-height: 70vh;
    }

    .product-content-head .title {
        font-size: 30px;
    }

    .product-content p {
        font-size: 20px;
    }

    .product-action-block>div:first-of-type {
        align-items: stretch;
        text-align: center;
    }

    .product-content img {
        margin: 0 auto;
    }

    .product-tab-info,
    .product-tab-info p {
        font-size: 14px;
    }

    .product-tab-info .title {
        font-size: 24px;
    }

    .product-tab-info ul {
        padding: 10px 0 0 20px;
    }

    .product-tab-head {
        font-size: 16px;
    }

    .product-tab img {
        width: auto;
        max-width: 100%;
    }

    .profit-results-download-title {
        font-size: 20px;
        text-align: center;
    }

    .profit-results-download-block>div:last-of-type {
        text-align: center;
    }

    .foot-bottom {
        flex-direction: column;
        padding: 30px max(2vw, 10px);
    }

    .foot-bottom ul {
        margin: 0;
        order: 1;
    }

    .foot-bottom .copy {
        order: 2;
        margin: 15px 0;
    }

    .foot-bottom .back-top {
        order: 3;
    }

    .grid-block {
        width: 100%;
        grid-template-columns: 1fr 150px 150px;
        overflow: hidden;
        font-size: 14px;
    }

    .product-tabs-block.business .product-tab-head .title {
        font-size: 20px;
    }

    .product-tabs-block.business .product-tab-head {
        padding: 18px 23px 18px 21px;
    }

    .product-tab.active {
        display: block !important;
    }

    .product-tabs-block.business .product-tabs-body {
        margin-top: 20px;
    }

    .certified-info .title {
        font-size: 28px;
    }

    .certified-info p {
        font-size: 16px;
    }

    .s-faq-products .product-content-head p {
        font-size: 20px;
    }

    .faq-products-list .title {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }

    .faq-products-list p {
        font-size: 14px;
    }

    .s-products-hero {
        background-color: var(--black);
    }

    .products-video-bg::after {
        display: none;
    }

    .s-profit-results .what-for-item-title {
        margin-top: 30px;
    }

}

@media (max-width : 767px) {
    .container {
        width: 100%;
    }

    body {
        line-height: 1.5;
    }

    .main-foot .navbar-bottom {
        display: block;
    }

    .foot-menu-title {
        margin: 25px 0 5px;
    }

    .main-foot {
        padding-top: 30px;
    }

    .navbar-bottom ul a,
    .copy {
        font-size: 14px;
        padding: 5px 0;
    }

    .home-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .title-our-products {
        font-size: 25px;
    }

    .what-for-items .what-for-item {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    .timeline-block.middle .timeline-item {
        display: grid;
        grid-template-columns: 15px 1fr;
    }

    .timeline-block.middle .timeline-item-content {
        width: 100%;
        text-align: left !important;
    }

    .timeline-block.middle span {
        width: 15px;
        height: 15px;
    }

    .timeline-block.middle::before {
        left: 8px;
        margin-left: -2px;
        height: 89%;
    }

    .timeline-block.middle .timeline-item:nth-of-type(even) span {
        right: 0;
    }

    .timeline-block.middle-img .timeline-item .img-box {
        margin: 0 auto 14px 0;
        left: 10% !important;
        right: auto !important;
    }

    .timeline-block.middle-img .timeline-item {
        gap: 45px;
        margin-bottom: 20px;
    }

    .timeline-block.middle-img::before {
        top: 11%;
        height: 87%;
        left: 11px;
        margin-left: 0;
    }

    .timeline-block.middle-img span::after {
        font-size: 14px;
    }

    .timeline-block.middle-img .timeline-item:nth-of-type(even) span {
        right: 9px;
    }

    .join-our-team-content .title {
        letter-spacing: 0;
    }

    .product-tabs-head {
        flex-direction: column;
        align-items: stretch;
        background-color: #eeeeee;
    }

    .product-tab-head {
        padding: 10px 15px;
    }

    .s-team-hero .container::before {
        top: 16%;
        height: 60%;
        background-position: top 0% left 100%;
        background-size: cover;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-color: transparent;
        color: var(--black);
        border-radius: 0;
        width: auto;
        height: auto;
    }

    .grid-block {
        width: 100%;
        grid-template-columns: 1fr 50px 50px;
        overflow: hidden;
        font-size: 12px;
    }

    .grid-head {
        font-size: 10px;
    }

    .grid-mobile {
        display: none;
    }

    .grid-mobile-btn {
        display: block;
    }
        /*  */
    .hexagon-content .hexagon-wrap:first-of-type {
        right: -105px;
    }
    .hexagon-content .hexagon-wrap:first-of-type .hexagon {
        width: 156px;
        height: 195px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(2) {
        right: -40px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(2) .hexagon {
        width: 52px;
        height: 82px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(3) {
        right: -86px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(3) .hexagon {
        width: 131px;
        height: 163px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(4) {
        left: -85px;
    }
    .hexagon-content .hexagon-wrap:nth-of-type(4) .hexagon {
        width: 108px;
        height: 148px;
    }
    .hexagon-content .hexagon-wrap:last-of-type {
        left: -140px;
    }
    .hexagon-content .hexagon-wrap:last-of-type .hexagon {
        width: 168px;
        height: 213px;
    }
    .product-tabs-block-wrap {
        margin-bottom: 50px;
    }
    .product-tab-head-label::before {
        font-size: 16px;
    }
    .product-tab-head-label {
        right: 25px;
    }
    .product-tabs-block.business .product-tab-head {
        padding: 5px 26px 5px 5px;
    }
    .product-tabs-block.business .product-tab-head-content {
        padding: 17px 20px 17px 14px;
    }

}

@media (max-width : 480px) {

    .btn {
        width: 100%;
        font-size: 14px;
        padding: 8px 15px;
    }

    .form-control {
        padding: 10px;
    }

    .hero-p-color,
    .home-top-content ul li,
    .timeline-block .timeline-item-title,
    .home-create-items .item-title,
    .subtitle-home-create,
    .title-home-we-are-here,
    .title-statistic {
        font-size: 19px;
    }

    .title-page.hero {
        font-size: 37px;
    }

    .home-statistic-content .item-title {
        font-size: 22px;
        margin-top: 40px;
    }

    .title-our-products {
        font-size: 20px;
    }

    .title-experience {
        font-size: 29px;
    }

    .title-home-about,
    .title-home-create {
        font-size: 30px;
    }

    .timeline-block .timeline-item {
        margin-bottom: 80px;
    }

    .timeline-block::before {
        height: 80%;
    }

    .home-we-are-here-info p,
    .home-slider-title-wrap p {
        font-size: inherit;
    }

    .home-blog-grid {
        display: block;
    }

    .home-blog-grid a {
        margin-bottom: 15px;
    }

    .cure-yourpc-laptop-content p {
        line-height: inherit;
    }

    .contact-places>div>div,
    .contact-corporate .title {
        font-size: 18px;
    }

    .title-contact-places {
        font-size: 26px;
    }

    .contact-corporate p,
    .contact-corporate a {
        font-size: inherit;
    }

    .get-started-top-content .title-page.hero {
        font-size: 28px;
    }

    .timeline-block.middle::before {
        height: 86%;
    }

    .timeline-block.middle-img::before {
        top: 10%;
    }

    .timeline-block.middle-img .timeline-item .img-box {
        left: 17% !important;
    }

    .am-try-content .timeline-block .timeline-item {
        margin-bottom: 40px;
    }

    .foot-bottom,
    .foot-bottom .copy {
        font-size: 12px;
        text-align: center;
    }

    .foot-bottom ul {
        flex-wrap: wrap;
    }

    .home-top-content ul {
        padding-top: 0;
    }

    .title-experience {
        margin: 15px 0;
    }

    .hero-p-color {
        font-size: 16px;
    }

    .home-top-content ul li {
        font-size: 17px;
    }

    .grid-head {
        font-size: 9px;
    }

    .grid-block-wrap {
        overflow: hidden;
        display: block;
        position: relative;
    }

    .certified-img {
        padding: 0 60px;
    }
    .imgalignright {
        width: 100%;
        margin-bottom: 15px;
    }

}