/*!
Theme Name: Zazmic
Author: Roman I
Version: 1.1.11
License: GNU General Public License v2 or later
Text Domain: zazmic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

-*/

/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");*/
* {
    box-sizing: border-box;
}

*:focus,
*:active {
    outline: none;
}

*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Outfit", serif;
    font-size: 10px;
    color: #1E1C1A;
    margin: 0;
    padding: 0;
}

body.no-scroll {
    overflow-y: hidden;
}

a,
button {
    color: #1E1C1A;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
    outline: none;
    border: none;
}

p,
ul,
li,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

button:not(.slick-arrow),
.button, .zm-heading-button a {
    display: inline-flex;
    padding: 11px 36px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    background-color: #EA4335;
    color: #fff;
    transition: all 120ms ease-in-out;
    border-radius: 30px;
    outline: none;
}
.zm-heading-button a {
  padding: 3px 32px;
}

button:not(.slick-arrow):hover,
.button:hover {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

h1 {
    position: relative;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}

/*h1:before {
    content: '';
    position: absolute;
    top: 23px;
    left: -55px;
    height: 1px;
    width: 30px;
    background-color: #E8483E;
    z-index: 1;
}*/

h1.mainH1 {
    font-size: 80px;
    font-weight: 900;
    line-height: 1.2;
}

.big-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
}

.big-title.big-margin {
    margin-bottom: 40px;
}

.multi-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.multi-title img {
    display: block;
    height: 70px;
    width: 70px;
    background: lightgray;
    margin-right: 20px;
}

.multi-title-name span {
    display: block;
}

.multi-title-name span:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}

.multi-title-name span:last-child {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #8E8E8E;
}

.main-content {
    width: 100%;
    max-width: 1368px;
    padding: 0 15px;
    margin: 0 auto;
}

.row {
    flex-wrap: wrap;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.sub-title {
    position: relative;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    color: #1E1C1A;
}

.sub-title img {
    background-color: #E8483E;
    margin-right: 15px;
}

.sub-title.has-stick:before {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 20px;
    left: -60px;
    background-color: #E8483E;
    z-index: 1;
}

.text {
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #8E8E8E;
}

.text-list .text {
    display: flex;
    align-items: center;
}

.text-list .text:before {
    content: '';
    display: block;
    height: 1px;
    width: 5px;
    background-color: #8E8E8E;
}

.text.has-border {
    position: relative;
}

.text.has-border:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    width: 30px;
    background-color: #E8483E;
}

.link {
    border: 2px solid #eb453e;
    color: #eb453e;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -.33px;
    line-height: 30px;
    padding: 1px 12px 3px;
    border-radius: 3px;
    margin-top: 30px;
    transition: all .12s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.link:hover {
    border: 2px solid #1e1c1a;
    color: #1e1c1a;
}

.recent-works-desc .link {
    margin-top: 10px;
}

.tab {
    position: relative;
    height: 40px;
    width: 110px;
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
    cursor: pointer;
}

.tab input[type='radio'],
.tab label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tab input[type='radio'] {
    opacity: 0;
    z-index: 2;
}

.tab input[type='radio']:hover+label {
    color: #3B3B3B;
    border: 1px solid #3B3B3B;
}

.tab input[type='radio']:checked+label {
    color: #1E1C1A;
    border: 2px solid #1E1C1A;
}

.tab label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8E8E8E;
    border: 1px solid #DEDEDE;
    z-index: 1;
}

.field {
    position: relative;
    margin-bottom: 20px;
}

/*.field.required:before {
    content: '*';
    position: absolute;
    top: 12px;
    font-size: 14px;
    left: 0;
    color: #E8483E;
    z-index: 1;
}*/

.field-button.two-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.error-text {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    color: #E8483E;
}

.upload-file,
.upload-cl {
    position: relative;
}

.upload-file input[type="file"],
.upload-cl input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    font-family: "Outfit", serif;
}

.upload-file label,
.upload-cl label {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 1;
    font-family: "Outfit", serif;
}

.upload-file label:before,
.upload-cl label:before {
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    background-color: #E8483E;
    margin-right: 5px;
}

.checkbox-block input[type="checkbox"] {
    display: none;
}

.checkbox-block input[type="checkbox"]:checked+label {
    color: #1E1C1A;
}

.checkbox-block input[type="checkbox"]:checked+label:before {
    border: 2px solid #1E1C1A;
}

.checkbox-block input[type="checkbox"]:checked+label:after {
    display: block;
}

.checkbox-block label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-block label:before {
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-right: 15px;
}

.checkbox-block label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    display: none;
    height: 13px;
    width: 17px;
    background: transparent url("img/tick-black.svg") no-repeat center;
    background-size: contain;
    z-index: 1;
}

input[type='text'],
input[type='email'],
textarea {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    font-family: "Outfit", serif;
    padding: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
textarea::placeholder {
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #8E8d8b;
    font-family: "Outfit", serif;
}

input[type='text'].error,
input[type='email'].error,
textarea.error {
    color: #E8483E;
    border-color: #E8483E;
    font-family: "Outfit", serif;
}

input[type='text'].error+span,
input[type='email'].error+span,
textarea.error+span {
    display: block;
    font-family: "Outfit", serif;
}

input[type='text'],
input[type='email'] {
    height: 50px;
/*    border: none;*/
    font-family: "Outfit", serif;
}

textarea {
    height: 95px;
    padding: 16px;
    resize: none;
    font-family: "Outfit", serif;
}

.block-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.block-title.has-icon object {
    display: block;
    height: 50px;
    width: 50px;
    margin-bottom: 25px;
    transform: scale(1);
    transition: height 0.3s;
}

.show-all {
    height: auto !important;
}

.google-stick {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: calc(50% - 15px);
    right: -70px;
    height: 30px;
    width: 180px;
    background-color: #E8483E;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    z-index: 9;
    transform: rotate(-90deg);
}

.google-stick:hover {
    background-color: #FF5247;
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.modal-block {
    width: 100%;
    max-width: 530px;
    background-color: #fff;
    padding: 30px;
    margin-top: 5%;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}

.modal-block .contact-form-area {
    margin-top: 20px;
}

.modal-block .sub-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}

.modal-block button {
    width: 240px;
}

.modal-close {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.modal-close .close {
    height: 18px;
    width: 18px;
    background: transparent url("img/close.svg") no-repeat center;
    background-size: contain;
    margin-left: auto;
    cursor: pointer;
    opacity: 0.9;
}

.modal-close .close:hover {
    opacity: 1;
}

#fixed-form .contact-page {
    padding-bottom: 30px;
}

#fixed-form .contact-page-area {
    position: relative;
}

#fixed-form .contact-page-info-block {
    width: calc((100%/12)*6);
}

#fixed-form .contact-page-forms {
    position: absolute;
    right: 0;
    z-index: 1;
}

.triangle,
.oval-red,
.rectangle,
.polygon {
    position: absolute;
    display: block;
    transform: scale(0);
}

.triangle {
    height: 160px;
    width: 170px;
    background: transparent url("img/animation-icons/triangle.svg") no-repeat center;
    background-size: contain;
}

.oval-red {
    height: 85px;
    width: 85px;
    background: transparent url("img/animation-icons/oval-red.svg") no-repeat center;
    background-size: contain;
}

.rectangle {
    height: 232px;
    width: 232px;
    background: transparent url("img/animation-icons/rectangle.svg") no-repeat center;
    background-size: contain;
}

.polygon {
    height: 235px;
    width: 242px;
    background: transparent url("img/animation-icons/polygon.svg") no-repeat center;
    background-size: contain;
}

.header {
    padding-top: 70px;
}

.header .logo-small {
    display: none;
}

.header.for-main-page {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    padding-top: 0;
}

.header.for-main-page+.page-area {
    padding-top: 0;
}

.header.for-main-page+.page-area .main-slider-block {
    padding-top: 90px;
    overflow: hidden;
}

.header.for-elastic-page {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    padding-top: 0;
}

.header.for-elastic-page+.page-area {
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    padding-top: 190px;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.header.fixed .logo {
    display: none;
}

.header.fixed .logo-small {
    display: block;
}

.header>.main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.header-menu span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 15px;
}

.header-menu:hover span {
    color: #3B3B3B;
}

.header-menu:hover .nav-icon:before,
.header-menu:hover .nav-icon:after,
.header-menu:hover .nav-icon div {
    background-color: #FF5247;
}

.header-menu-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 165px 0 20px;
    z-index: 9;
    overflow-y: auto;
}

.header-menu-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.header-menu-list:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    height: 1px;
    width: 170px;
    background-color: #E8483E;
    z-index: 1;
}

.header-menu-description {
    padding-top: 50px;
}

.header-menu-description p {
    margin-bottom: 20px;
}

.header-menu-block {
    width: calc((100%/12)*3);
}

.header-menu-block p {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 45px;
}

.header-menu-block li:last-child a {
    margin-bottom: 0;
}

.header-menu-block a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #1E1C1A;
    text-decoration: underline;
    margin-bottom: 30px;
}

.header-menu-block-double {
    display: flex;
    justify-content: space-between;
}

.header-menu-block.contact {
    align-self: center;
}

.header-menu-block.contact button {
    display: flex;
    margin-left: auto;
}

.header.active .nav-icon:before {
    transform: translateY(5px) rotate(135deg);
}

.header.active .nav-icon:after {
    transform: translateY(-7px) rotate(-135deg);
    width: 100%;
}

.header.active .nav-icon div {
    transform: scale(0);
}

.header.active .header-menu-area {
    display: block;
}

.nav-icon {
    display: flex;
    flex-direction: column;
    width: 22px;
}

.nav-icon:before,
.nav-icon:after,
.nav-icon div {
    content: '';
    display: block;
    height: 2px;
    background-color: #E8483E;
    border-radius: 3px;
    margin: 2px 0;
    transition: all .2s ease-in-out;
}

.nav-icon:after {
    width: 70%;
    margin-left: auto;
}

.page-area {
    padding: 120px 0 0;
}

.page-area h1 {
    margin-bottom: 50px;
}

.page-area .sub-title,
.page-area .text {
    padding-bottom: 15px;
}

.page-block {
    position: relative;
    width: calc((100%/12)*3);
    min-width: 240px;
    padding: 15px;
    margin-bottom: 60px;
    cursor: pointer;
}

.page-block-area {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-block-area.main-page-only .page-block {
    height: 100%;
    margin-bottom: 0;
}

.page-block-area.main-page-only .page-block-hover {
    height: 450px;
}

.page-block-area.main-page-only .page-block-hover:hover {
    background: #E63026;
}

.page-block-area.main-page-only .page-block-hover:hover .block-title.has-icon object {
    height: 0px;
    transform: scale(0);
    transition: height 0.3s;
}

.page-block-area.main-page-only .page-block-hover:hover .block-title p {
    color: #fff;
}

.page-block-area.main-page-only .page-block-hover:hover .text {
    display: none;
}

.page-block-area.main-page-only .page-block-hover:hover .link-list {
    display: block;
}

.page-block-area.main-page-only .page-block-hover:hover .link-list .text {
    display: block;
    color: #fff;
}

.page-block-area.main-page-only .page-block-hover:hover .link-list .text:not(:last-child) {
    padding-bottom: 0;
}

.page-block-area.main-page-only .page-block-hover:hover .button-link {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 20px;
    height: 50px;
    width: 90px;
    background: #fff url("img/arrow-big.svg") no-repeat center;
    padding: 0 24px;
    z-index: 3;
}

.page-block .page-block-hover:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    padding: 15px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.page-block .page-block-hover:hover .text {
    height: 100%;
    padding-bottom: 30px;
}

.page-block .page-block-hover .button-link {
    display: none;
}

.page-block .text {
    height: 180px;
    overflow: hidden;
}

.page-block .link-list {
    display: none;
}

.page-google {
    margin-bottom: 90px;
}

.page-google-block {
    display: flex;
    padding-left: 25px;
    margin-top: 60px;
    border-left: 1px solid #E8483E;
}

.page-google-block-number {
    width: calc((100%/12)*1);
    text-align: center;
}

.page-google-block-number span {
    display: block;
    transform: rotate(-90deg);
    margin: 0 !important;
}

.page-google-block-desc {
    width: calc((100%/12)*10);
    padding-left: 30px;
}

.page-cloud {
    margin-bottom: 80px;
}

.page-cloud.with-bg {
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    padding: 80px 0;
}

.page-cloud .main-content {
    display: flex;
    flex-wrap: wrap;
}

.page-cloud .sub-title {
    display: flex;
    align-items: center;
}

.page-cloud-block {
    width: 50%;
    padding: 0 15px;
}

.page-cloud-list {
    padding-left: calc((100% / 12)*2);
}

.page-cloud-certification {
    padding-right: calc((100% / 12)*2);
}

.page-cloud-google {
    width: calc((100%/12)*10);
    text-align: center;
    margin: 0 auto;
}

.main-slider * {
    position: relative;
    z-index: 1;
}

.main-slider-area {
    width: calc((100%/12)*7);
}

.main-slider-block {
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    margin-bottom: 45px;
}

.main-slider-block .main-content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 110px;
}

.main-slider-block .main-content:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -65px;
    display: block;
    height: 530px;
    width: 500px;
    background-size: contain !important;
}

.no-webp-support .main-slider-block .main-content:after {
    background: transparent url("img/banner-shapes@2x.png") no-repeat center;
}

.webp-support .main-slider-block .main-content:after {
    background: transparent url("img/banner-shapes-webp.webp") no-repeat center;
}

.main-slider-block h1 {
    font-size: 50px;
    line-height: 64px;
    margin-bottom: 12px;
}

.main-slider-block h1::before {
    top: 30px;
    left: -65px;
}

.main-slider-block .text {
    padding-bottom: 20px;
}

.main-slider-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.main-slider-animation .triangle {
    top: 65%;
    right: 30%;
}

.main-slider-animation .triangle-small {
    top: -165px;
    right: 40%;
}

.main-slider-animation .oval-red {
    top: 50px;
    right: 30%;
}

.main-slider-animation .rectangle {
    top: 0;
    right: 0;
}

.main-slider-animation .polygon {
    right: 0;
    bottom: 0;
}

.main-slider-animation .polygon-small {
    top: calc(50% - 120px);
    right: 15%;
}

@keyframes arr {
    from {
        bottom: 0;
    }

    to {
        bottom: 10px;
    }
}

.recent-works {
    padding: 60px 0;
}

.recent-works-btn {
    margin: 100px 0 0;
    text-align: center;
}

.recent-works-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
}

.recent-works-block:nth-child(odd) .recent-works-number {
    border-left: 1px solid #E8483E;
    padding-left: 10px;
    margin-left: 15px;
}

.recent-works-block:nth-child(even) {
    flex-direction: row-reverse;
}

.recent-works-block:nth-child(even) .recent-works-number {
    border-right: 1px solid #E8483E;
    padding-right: 10px;
    margin-right: 15px;
}

.recent-works-number {
    width: calc((100%/12)*1 - 15px);
    height: 400px;
    text-align: center;
}

.recent-works-number span {
    display: block;
    font-size: 30px;
    padding: 0;
    margin: 0 !important;
    transform: rotate(-90deg);
}

.recent-works-img {
    height: 400px;
    height: 450px;
    width: 725px;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}

.recent-works-img img {
    height: auto;
    width: 100%;
    display: block;
}

.recent-works-desc {
    width: calc(100% - 840px);
    padding: 0 15px;
}

.recent-works-desc .text {
    height: 305px;
    overflow: hidden;
}

.company-description {
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    padding: 70px 0;
    margin: 80px 0 0;
}

.company-description .main-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-description-title {
    width: calc((100%/12)*3);
    padding: 0 15px 0 0;
}

.company-description-title .big-title {
    position: relative;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    color: #8E8E8E;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all 0.4s;
}

.company-description-title .big-title.active {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    color: #1E1C1A;
    transition: all 0.4s;
}

.company-description-title .big-title.active:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    position: absolute;
    top: calc(50% + 1px);
    right: -30px;
    background-color: #E8483E;
    z-index: 1;
}

.company-description-desc {
    position: relative;
    width: calc((100%/12)*8);
    padding: 0 15px;
}

.company-description-desc-info {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s;
}

.company-description-desc-info.active {
    position: relative;
    opacity: 1;
    transition: opacity 0.4s;
    transition-delay: 0.3s;
}

.our-clients {
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    padding: 60px 0;
    margin-bottom: 100px;
}

.our-clients-area {
    display: flex;
}

.our-clients-info {
    width: calc((100%/12)*3);
    padding: 0 15px;
}

.our-clients-slider-area {
    width: calc((100%/12)*9);
    padding: 0 calc((100%/12)*1 + 15px);
}

.our-clients-slider-arrows {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
}

.our-clients-slider-arrows-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-clients-slider-arrows-prev,
.our-clients-slider-arrows-next {
    display: block;
    height: 15px;
    width: 22px;
    background: transparent url("img/arrow-small.svg") no-repeat center;
    background-size: contain;
    opacity: 0.8;
    cursor: pointer;
}

.our-clients-slider-arrows-prev:hover,
.our-clients-slider-arrows-next:hover {
    opacity: 1;
}

.our-clients-slider-arrows-prev {
    transform: rotate(180deg);
    margin-right: 15px;
}

.our-clients-slider-count-wrap .our-clients-slider-count-current {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.our-clients-slider-count-wrap .divider {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #E8483E;
}

.our-clients-slider-count-wrap .our-clients-slider-count-total {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}

.our-clients-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 65px;
}

.our-clients-logo-img {
    display: flex;
    align-items: center;
    height: 35px;
    width: calc((100%/12)*3);
    padding: 0 15px;
    margin-bottom: 50px;
}

.our-clients-logo-img img {
    max-width: 100px;
    display: block;
}

.blog-area-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.blog-area-content {
    border-left: 1px solid #E8483E;
    padding-left: calc((100%/12)*1 + 0px);
}

.blog-area-block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.blog-area-block-date {
    position: absolute;
    top: 30px;
    left: -62px;
    width: 95px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
    transform: rotate(-90deg);
}

.blog-area-block-img {
    width: calc((100%/12)*2);
    padding: 0 15px;
}

.blog-area-block-img img {
    display: block;
    height: 120px;
    width: 120px;
    background-color: #E8483E;
}

.blog-area-block-desc {
    width: calc((100%/12)*9);
    padding: 0 15px;
}

.blog-area-block-desc .text {
    height: 90px;
    overflow: hidden;
}

.team-area {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
}

.team-head {
    width: calc((100%/12)*6);
    padding: 0 15px;
    margin-bottom: 100px;
}

.team-head:nth-child(even) {
    margin-top: 100px;
    padding-left: calc((100%/12)*1);
}

.team-head-img {
    position: relative;
    border-left: 1px solid #E8483E;
}

.team-head-img span {
    position: absolute;
    top: 0;
    left: calc((100%/12) - 15px);
    display: block;
    margin-bottom: 0 !important;
    transform: rotate(-90deg);
    z-index: 1;
}

.team-head-img img {
    height: 240px;
    width: 240px;
    margin-left: calc((100%/12)*2 + 0px);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.team-head-desc {
    margin-top: 50px;
    padding-left: calc((100%/12)*2 + 0px);
}

.team-head-desc .text {
    height: 150px;
    padding-right: calc((100%/12)*2);
    overflow: hidden;
}

.team-members {
    display: flex;
    margin: 90px 0;
}

.team-members-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100%/12)*2);
    min-width: 170px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.team-members-img img {
    width: 100%;
}

.contact-page {
    padding-bottom: 90px;
}

.contact-page-area {
    display: flex;
    justify-content: space-between;
}

.contact-page-info {
    margin-bottom: 20px;
}

.contact-page-info-block {
    width: calc((100%/12)*5);
    padding: 0 15px;
}

.contact-page-info.our-office .text {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}

.contact-page-forms {
    width: calc((100%/12)*4);
    padding: 0 15px;
}

.contact-form-area {
    margin-top: 40px;
}

.contact-form-tabs {
    display: flex;
/*    margin-bottom: 20px;*/
}

.contact-form-tabs li:not(:last-child) {
    margin-right: 10px;
}

.vacancy-page {
    padding-bottom: 100px;
}

.vacancy-page-area {
    display: flex;
    justify-content: space-between;
}

.vacancy-page-info {
    margin-bottom: 30px;
}

.vacancy-page-info:last-of-type {
    margin-bottom: 20px;
}

.vacancy-page-info-block {
    width: calc((100%/12)*8);
    padding: 0 15px;
}

.vacancy-page button {
    min-width: 240px;
}

.vacancy-main-area {
    padding-bottom: 90px;
}

.vacancy-main-area-content {
    display: flex;
}

.vacancy-main-area-search {
    width: calc((100%/12)*3);
    padding: 0 15px;
}

.vacancy-main-area-search-block:not(:last-of-type) {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
}

.vacancy-main-area-block {
    width: calc((100%/12)*9);
    padding: 0 15px;
}

.vacancy-main-area-desc {
    margin-bottom: 30px;
}

.vacancy-main-area-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vacancy-main-area-top .text {
    color: #E8483E;
    font-weight: 900;
}

.vacancy-main-area .header-menu {
    display: none;
    position: absolute;
    top: 70px;
    right: 15px;
}

.vacancy-main-area .nav-icon:before {
    transform: translateY(5px) rotate(135deg);
}

.vacancy-main-area .nav-icon:after {
    transform: translateY(-7px) rotate(-135deg);
    width: 100%;
}

.vacancy-main-area .nav-icon div {
    transform: scale(0);
}

.vacancy-main-area button {
    display: none;
    margin: 30px 0;
}

.who-we-are {
    margin-bottom: 100px;
}

.who-we-are .block-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
}

.who-we-are .page-block {
    cursor: default;
}

.who-we-are .page-block .text {
    height: auto;
    overflow: visible;
}

.who-we-are .page-block-hover {
    pointer-events: none;
}

.who-we-are .blog-area-block {
    margin-bottom: 0;
}

.who-we-are .blog-area-block-date {
    top: 45px;
    left: calc((-100%/12));
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.who-we-are .blog-area-block-desc {
    width: calc((100%/12)*11);
}

.who-we-are .blog-area-block-desc .text {
    height: auto;
}

.g-suite-offer .contact-form-area {
    margin-top: 0;
}

.g-suite-offer .contact-page-info {
    margin-bottom: 60px;
}

.g-suite-offer .contact-page-info-block img {
    max-width: 100%;
}

.g-suite-calculate {
    margin-bottom: 30px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}

.g-suite-calculate-count {
    padding: 20px 30px;
}

.g-suite-calculate-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
}

.g-suite-calculate-counter-btn {
    display: block;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.g-suite-calculate-counter-btn.minus {
    background: transparent url("img/minus.svg") no-repeat center;
    background-size: contain;
    margin-right: auto;
}

.g-suite-calculate-counter-btn.plus {
    background: transparent url("img/plus.svg") no-repeat center;
    background-size: contain;
    margin-left: auto;
}

.g-suite-calculate-counter-number.text {
    color: #1E1C1A;
    font-weight: bold;
    padding: 0 10px;
}

.g-suite-calculate .contact-form-tabs li {
    width: calc(50% - 15px);
}

.g-suite-calculate .contact-form-tabs li:not(:last-child) {
    margin-right: 30px;
}

.g-suite-calculate-price {
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    padding: 20px 30px;
}

.g-suite-calculate-price .text {
    color: #1E1C1A;
    padding-bottom: 0;
}

.g-suite-calculate-price .big-title {
    margin-bottom: 0;
}

.g-suite .page-block-area {
    margin-top: 40px;
}

.g-suite-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
}

.g-suite-img-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

.g-suite-img-block img {
    display: block;
    max-height: 100%;
    filter: grayscale(100%);
}

.g-suite-img-block:hover img,
.g-suite-img-block.active img {
    filter: grayscale(0);
}

.g-suite-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 10px;
}

.g-suite-desc {
    width: 100%;
}

.g-suite-desc-area {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.g-suite-desc-area.active {
    display: flex;
}

.g-suite-desc-list {
    width: calc((100%/12)*6);
}

.g-suite-desc-list li {
    display: flex;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 10px;
}

.g-suite-desc-list li:before {
    content: '';
    display: block;
    flex: 0 0 auto;
    width: 6px;
    height: 6px;
    background: #E8483E;
    margin-top: 5px;
    margin-right: 15px;
    border-radius: 50%;
}

.g-suite-desc-img {
    width: calc((100%/12)*5);
}

.g-suite-desc .button {
    margin-top: 30px;
}

.g-suite-plan {
    width: calc((100%/12)*10);
    padding: 80px 0 50px;
    margin: 0 auto;
}

.g-suite-plan .big-title {
    text-align: center;
    margin-bottom: 30px;
}

.g-suite-plan-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.g-suite-plan-block {
    position: relative;
    width: 50%;
    border: 2px solid #DEDEDE;
    padding: 60px 30px;
    margin-bottom: 30px;
}

.g-suite-plan-block:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    display: block;
    height: 20px;
    width: calc(100% + 4px);
    background-color: #E8483E;
}

.g-suite-plan-block .sub-title,
.g-suite-plan-block .text {
    padding-bottom: 0;
}

.g-suite-plan-block .g-suite-plan-price {
    text-align: left;
    color: #E8483E;
    padding: 15px 0 0;
}

.g-suite-plan-block .button {
    width: 270px;
    background-color: #fff;
    color: #FF5247;
    border: 4px solid #FF5247;
    text-transform: capitalize;
    margin: 30px 0;
}

.g-suite-plan-block .button:hover {
    color: #E8483E;
    border: 4px solid #E8483E;
}

.g-suite-plan-list {
    margin-bottom: 30px;
}

.g-suite-plan-list .text {
    font-weight: 900;
    color: #1E1C1A;
}

.g-suite-plan-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.g-suite-plan-list li span {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    color: #8E8E8E;
}

.g-suite-plan-list img {
    flex: 0 0 auto;
    width: 20px;
    margin-right: 10px;
}

.g-suite-plan-desc {
    height: 60px;
}

.elastic .block-title.has-icon {
    display: flex;
    align-items: center;
}

.elastic .block-title.has-icon object {
    margin: 0 10px 0 0;
}

.elastic input[type='text'],
.elastic input[type='email'] {
    height: 50px;
    border: 1px solid #DEDEDE;
    padding: 0 10px;
}

.elastic .field.required:before {
    left: 10px;
}

.elastic .field.required input {
    padding-left: 17px;
}

.elastic .contact-form-area {
    margin-top: 0;
}

.elastic button {
    width: 240px;
}

.elastic .page-block {
    width: 100%;
    padding: 0;
}

.elastic .page-block-area {
    margin-top: 0px;
}

.elastic .page-block .text {
    height: auto;
    overflow: visible;
}

.elastic .our-clients-logo-img {
    width: calc((100%/12)*4);
}

.elastic .our-clients-logo .sub-title {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.start-up-block {
    margin-bottom: 60px;
}

.start-up-block .sub-title {
    font-size: 24px;
}

.start-up-item {
    margin-bottom: 15px;
}

.start-up-item p {
    position: relative;
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.start-up-item p:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    height: 8px;
    width: 8px;
    background-color: #E8483E;
    border-radius: 50%;
}

.start-up-item ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.start-up-item ul li {
    position: relative;
    padding-left: 10px;
    padding-bottom: 0 !important;
}

.start-up-item ul li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    height: 1px;
    width: 5px;
    background-color: #8E8E8E;
}

.start-up-item .link {
    margin-left: 20px;
}

.ventures-img {
    height: 55px;
    margin-bottom: 25px;
}

.ventures .block-title.has-icon object {
    height: auto;
    width: auto;
    background-color: transparent;
    margin-bottom: 0;
}

.packages {
    padding-bottom: 80px;
}

.packages-tab {
    display: flex;
    border-bottom: 1px solid #DEDEDE;
    margin: 20px 0;
}

.packages-tab li {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
}

.packages-tab li:after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: transparent;
    margin-top: 5px;
}

.packages-tab li:not(:last-child) {
    margin-right: 30px;
}

.packages-tab li.active {
    color: #E8483E;
}

.packages-tab li.active:after {
    background-color: #E8483E;
}

.packages-table {
    display: none;
    position: relative;
    width: 100%;
}

.packages-table.active {
    display: block;
}

.packages-table .with-margin {
    margin-bottom: 50px;
}

.packages-table .first-tab {
    background-color: #f4f4f4;
}

.packages-table .second-tab {
    background-color: #eeeeee;
}

.packages-table .third-tab {
    background-color: #e9e9e9;
}

.packages-table .fourth-tab {
    background-color: #e2e2e2;
}

.packages-table .fifth-tab {
    position: relative;
    background-color: #dcdcdc;
}

.packages-table .fifth-tab:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 22px solid #E8483E;
    border-left: 22px solid transparent;
}

.packages-table table {
    table-layout: fixed;
}

.packages-table thead th {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

.packages-table thead th:first-child {
    width: 250px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    background-color: #1E1C1A;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

.packages-table thead th.fifth-tab {
    width: 150px;
}

.packages-table tbody tr td {
    background-color: #FCFCFC;
}

.packages-table tbody tr td:not(:first-child) {
    text-align: center;
}

.packages-table tbody tr td:first-child {
    display: table-cell;
}

.packages-table tbody tr:nth-child(even) td {
    background-color: #F8F8F8;
}

.packages-table tbody tr:nth-child(even) td:first-child {
    background-color: #F3F3F3;
}

.packages-table tr {
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #3B3B3B;
}

.packages-table td,
.packages-table th {
    border: none;
    padding: 20px;
    empty-cells: show;
    white-space: nowrap;
}

.packages-table ul {
    display: none;
    flex-wrap: wrap;
}

.packages-table ul li {
    flex: 1;
    position: relative;
    width: calc(100%/5);
}

.packages-table ul li button {
    width: 100%;
}

.packages-table ul li.active button {
    background-color: #f3f3f3;
    color: #1E1C1A;
    border: 2px solid #1E1C1A;
}

.packages-table table {
    width: 100%;
    border-collapse: collapse;
}

.packages-table td.default {
    display: table-cell;
}

.packages-table .tick {
    display: block;
    height: 20px;
    width: 21px;
    background: transparent url("img/tick.svg") no-repeat center;
    background-size: contain;
    margin: 0 auto;
}

.packages-table .tick-not {
    display: block;
    height: 3px;
    width: 15px;
    background: #E8483E;
    border-radius: 1px;
    margin: 0 auto;
}

.packages .extra-info {
    display: block;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: normal;
}

.packages .extra-info .star {
    color: #E8483E;
}

.packages-extra {
    display: flex;
    flex-wrap: wrap;
}

.packages-extra .sub-title {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.packages-extra-block {
    width: calc((100%/12)*6);
    padding: 0 15px;
    margin-bottom: 30px;
}

.packages-extra-head {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #1E1C1A;
    padding: 0 20px;
}

.packages-extra-head.with-margin {
    margin-bottom: 5px;
}

.packages-extra-head .text {
    font-weight: bold;
    color: #fff;
    padding: 0;
}

.packages-extra-content {
    height: calc(100% - 50px);
    background-color: #f8f8f8;
    padding: 20px;
}

.packages-extra-content .text {
    color: #3B3B3B;
}

.portfolio-image {
    display: block;
    height: 400px;
    width: 100%;
    margin-bottom: 40px;
}

.portfolio .blog-area-content {
    margin-bottom: 70px;
}

.portfolio .who-we-are {
    margin-top: 50px;
    margin-bottom: 59px;
}

.portfolio .who-we-are .blog-area-block-desc {
    width: 100%;
}

.portfolio .our-clients-slider {
    background: #fff url("img/bg.png") repeat left;
    background-size: 50px;
    padding: 50px 0;
    margin-bottom: 50px;
}

.portfolio .our-clients-slider-block {
    width: calc((100%/12)*8);
}

.not-found {
    padding-bottom: 120px;
}

.not-found h1 {
    font-size: calc(90px + 5vw);
}

.not-found h1:before {
    display: none;
}

.not-found .button {
    text-transform: uppercase;
}

.not-found .main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-found .main-content * {
    position: relative;
    z-index: 1;
}

.not-found-animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.not-found-animation .triangle {
    top: 85px;
}

.not-found-animation .triangle-small {
    top: 65px;
    right: 15%;
}

.not-found-animation .oval {
    top: 125px;
    left: 30%;
}

.not-found-animation .oval-red {
    top: 120px;
    right: 40%;
}

.not-found-animation .rectangle {
    top: calc(50% - 50px);
    right: 0;
}

.not-found-animation .rectangle-small {
    top: 25px;
    right: 40%;
}

.not-found-animation .polygon {
    left: 15%;
    top: 300px;
}

.not-found-animation .polygon-small {
    top: 70%;
    left: unset;
    right: 15%;
}

.footer {
/*    background: #fff url("img/bg.png") repeat left;*/
/*    background-size: 50px;*/
    padding: 30px 0 30px;
}

.footer .main-content {
    display: flex;
    flex-wrap: wrap;
}

.footer-block {
    width: 15%;
    min-width: 120px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.contact-block li * {
  color: #1E1C1A;
}
.footer-block.contact-block {
    width: 25%;
    padding-right: 0;
}

.footer-info-data li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.footer-info-data li .footer-item {
  margin-bottom: 0;
}
.footer-block button {
    margin-top: 25px;
}
.footer-block .logo {
  margin-bottom: 24px;
  width: 100%;
  max-width: 170px;
}
.footer-block ul li:last-child .footer-item {
    margin-bottom: 0;
}
.zm-copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.footer-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #1E1C1A;
    margin-bottom: 12px;
}
.footer-block .button {
  background: #1E1C1A;
  color: #fff;
}
.footer-item {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #8e8c8c;
    margin-bottom: 10px;
}

.footer-item:hover {
    color: #3B3B3B;
}

.copyright .main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-block {
    display: flex;
    align-items: center;
    position: relative;
    height: 100px;
    width: 590px;
    max-width: 100%;
    padding: 20px 0 0 30px;
}

.copyright-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 174px;
    width: 590px;
    background: transparent url(img/copyright@2x.png) no-repeat center;
    background-size: contain;
    z-index: 0;
}

.copyright-block p {
    position: relative;
    top: -10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    z-index: 1;
}

.copyright .social {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.copyright .social li:not(:last-child) {
    margin-right: 25px;
}

.copyright .social a {
    display: block;
    height: 38px;
    width: 38px;
}

.copyright .social a.fb {
    background: transparent url("img/social/facebook.svg") no-repeat center;
}

.copyright .social a.tw {
    background: transparent url("img/social/twitter.svg") no-repeat center;
}

.copyright .social a.tu {
    background: transparent url("img/social/tumblr.svg") no-repeat center;
}

.copyright .social a.li {
    background: transparent url("img/social/linkedin.svg") no-repeat center;
}

.copyright .social a.we {
    background: transparent url("img/social/we.svg") no-repeat center;
}

.copyright .social a:hover {
    opacity: 0.8;
}

.sub-processors td,
.sub-processors th {
    border: 1px solid #000;
    padding: 5px;
}

.sub-processors {
    border-collapse: collapse;
    table-layout: fixed;
}

.sub-processors-content ol li,
.sub-processors-content ul li {
    list-style: auto;
}

.sub-processors-content ol li a {
    text-decoration: underline;
}

.sub-processors-content ol li::marker,
.sub-processors-content ul li::marker {
    color: #E8483E;
}

.sub-processors-content {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1300px) {
    h1:before {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .page-block {
        width: calc((100%/12)*4);
    }

    .main-slider-block .main-content:after {
        right: -250px;
    }

    .recent-works-block:nth-child(even) {
        flex-direction: row;
    }

    .recent-works-block:nth-child(even) .recent-works-number {
        border-left: 1px solid #E8483E;
        border-right: none;
        padding-left: 10px;
        margin-left: 15px;
        padding-right: 0;
        margin-right: 0;
    }

    .recent-works-number {
        height: auto;
        width: calc((100%/12)*2);
    }

    .recent-works-number .sub-title {
        font-size: 30px;
        font-weight: 900;
        line-height: 1.2;
    }

    .recent-works-img {
        width: calc((100%/12)*9);
        height: auto;
    }

    .recent-works-desc {
        width: 100%;
        margin-top: 30px;
    }

    .recent-works-desc .text {
        height: auto;
    }

    .blog-area-block-img img {
        height: 100px;
        width: 100px;
    }

    .blog-area-block-desc {
        width: calc((100%/12)*10);
    }

    .blog-area-content {
        padding-left: calc((100%/12)*0.5 + 0px);
    }

    .contact-page-area,
    .vacancy-page-area {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .contact-page-info-block,
    .contact-page-forms,
    .vacancy-page-info-block,
    .vacancy-page-forms {
        width: calc((100%/12)*6);
    }

    .team-head:nth-child(even) {
        padding-left: 15px;
    }

    .portfolio .our-clients-slider-block {
        width: 100%;
    }

    .who-we-are .page-block {
        width: calc((100%/12)*3);
        min-width: 150px;
        text-align: center;
    }

    .who-we-are .blog-area-content {
        padding-left: 40px;
    }

    .who-we-are .blog-area-block-date {
        left: -60px;
    }

    .who-we-are .blog-area-block-desc {
        width: 100%;
    }

    .g-suite-plan-block {
        padding: 40px 15px 30px;
    }

    .footer-block {
        width: calc((100%/12)*3);
    }

    .footer-block.contact-block {
        width: 100%;
    }

    .copyright .main-content {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .copyright .social {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {

    h1,
    .big-title {
        font-size: 32px;
        font-weight: 900;
        line-height: 1.2;
    }

    .sub-title {
        line-height: 30px;
    }

    .sub-title.has-stick:before {
        width: 15px;
        top: 15px;
        left: -30px;
    }

    .page-area {
        padding: 50px 0 0;
    }

    .page-area h1 {
        margin-bottom: 30px;
    }

    .page-block {
        width: calc((100%/12)*12);
        margin-bottom: 20px;
    }

    .page-block-area {
        margin-top: 40px;
    }

    .page-block .page-block-hover:hover {
        position: relative;
    }

    .page-block .text {
        height: 90px;
    }

    .header-menu-area {
        padding-top: 135px;
    }

    .header-menu-block {
        width: 100%;
        margin-bottom: 60px;
    }

    .header-menu-block:nth-child(1),
    .header-menu-block:nth-child(2) {
        width: 50%;
    }

    .header-menu-block-double {
        justify-content: flex-start;
    }

    .header-menu-block-double ul {
        width: 50%;
    }

    .header-menu-block.contact {
        margin-bottom: 0;
    }

    .header-menu-block.contact button {
        margin: 0;
    }

    .main-slider-area {
        width: calc((100%/12)*9);
    }

    .main-slider-block {
        margin-bottom: 50px;
    }

    .main-slider-block .main-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .main-slider-block .main-content:after {
        right: -450px;
    }

    .main-slider h1 {
        font-size: 40px;
    }

    .main-slider-animation .oval-red {
        top: -75px;
        right: 15px;
    }

    .main-slider-animation .polygon {
        display: none;
    }

    .main-slider-animation .polygon-small {
        display: block;
        top: calc(100% - 120px);
        right: 0;
    }

    .main-slider-animation .rectangle {
        top: calc(50% - 80px);
        right: unset;
        left: 0;
    }

    .main-slider-animation .rectangle-small {
        display: none;
    }

    .main-slider-animation .triangle {
        top: -50px;
    }

    .main-slider-animation .triangle-small {
        display: none;
    }

    .company-description {
        margin-bottom: 50px;
    }

    .company-description-title,
    .company-description-desc {
        width: 100%;
    }

    .company-description-title .big-title {
        display: flex;
        align-items: center;
        font-size: 22px;
        font-weight: 900;
        line-height: 1.2;
    }

    .company-description-title .big-title.active {
        font-size: 32px;
        font-weight: 900;
        line-height: 1.2;
    }

    .company-description-title .big-title.active:after {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 30px;
    }

    .recent-works-block {
        margin-top: 60px;
    }

    .our-clients {
        margin-bottom: 50px;
        padding: 30px 0;
    }

    .our-clients-info,
    .our-clients-slider-area {
        width: 100%;
        padding: 0 15px;
    }

    .our-clients-info {
        margin-bottom: 30px;
    }

    .our-clients-logo-img {
        width: calc((100%/12)*4);
    }

    .blog-area-block-img img {
        height: 120px;
        width: 120px;
    }

    .blog-area-block-desc {
        width: 100%;
        margin-top: 20px;
    }

    .blog-area-content {
        padding-left: 30px;
    }

    .g-suite-plan-block {
        width: 100%;
    }

    .g-suite-desc-list,
    .g-suite-desc-img {
        width: 100%;
    }

    .g-suite-desc-list {
        margin-bottom: 30px;
    }

    .packages {
        padding-bottom: 50px;
    }

    .packages-table ul {
        display: flex;
    }

    .packages-table thead tr {
        display: none;
    }

    .packages-table td {
        display: none;
        white-space: normal;
    }

    .packages-extra-block {
        width: 100%;
    }

    .packages-extra-head,
    .packages-extra-block {
        padding: 0 10px;
    }

    .packages-extra-head .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .elastic .contact-page-info-block {
        width: 100%;
    }

    .elastic .contact-page-forms {
        position: relative;
        right: unset;
    }

    .vacancy-main-area-search {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        min-height: 100vh;
        width: 100%;
        background-color: #fff;
        padding: 135px 15px 20px;
        z-index: 10;
        overflow-y: auto;
    }

    .vacancy-main-area-search-block {
        width: 80%;
    }

    .vacancy-main-area-block {
        width: 100%;
    }

    .vacancy-main-area button {
        display: block;
    }

    .contact-page-info-block,
    .contact-page-forms,
    .vacancy-page-info-block,
    .vacancy-page-forms {
        width: 100%;
    }

    .contact-page-forms,
    .vacancy-page-forms {
        margin-top: 30px;
    }

    .contact-form-area {
        margin-top: 0;
    }

    .contact-form-tabs {
        flex-wrap: wrap;
    }

    .contact-form-tabs li {
        margin-bottom: 10px;
    }

    .team-head {
        width: 100%;
    }

    .team-head:nth-child(even) {
        margin-top: 0;
    }

    .team-head:nth-child(even) .team-head-img {
        display: flex;
        border-left: 0;
        border-right: 1px solid #E8483E;
    }

    .team-head:nth-child(even) .team-head-img span {
        left: unset;
        right: calc((100%/12) - 15px);
    }

    .team-head:nth-child(even) .team-head-img img {
        margin-left: auto;
        margin-right: calc((100%/12)*2 + 0px);
    }

    .who-we-are {
        margin-bottom: 50px;
    }

    .who-we-are .page-block {
        width: calc((100%/12)*6);
    }

    .who-we-are .block-title {
        font-size: 30px;
    }

    .who-we-are .blog-area-block-desc {
        margin-top: 0px;
    }

    .page-cloud {
        margin-bottom: 40px;
    }

    .page-cloud.with-bg {
        padding: 40px 0;
    }

    .page-cloud-block {
        width: 100%;
    }

    .page-cloud-list {
        margin-top: 60px;
        padding-left: 15px;
    }

    .page-cloud-certification {
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .not-found {
        padding-bottom: 50px;
    }

    .not-found-animation *:not(.oval-red) {
        display: none;
    }

    .not-found-animation .oval-red {
        right: 10%;
    }

    .footer-block {
        width: calc((100%/12)*6);
    }

    .copyright-block {
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .copyright-block:after {
        display: none;
    }

    .copyright-block p {
        color: #1E1C1A;
    }

    .copyright .social {
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .header-menu-block a {
        font-size: 13px;
        font-weight: 600;
        line-height: 26px;
    }

    .header-menu-block p {
        font-size: 20px;
        font-weight: 900;
        line-height: 1.2;
    }

    .our-clients-logo-img {
        width: calc((100%/12)*6);
        justify-content: center;
    }

    .team-head {
        margin-bottom: 40px;
    }

    .team-head:nth-child(even) .team-head-img {
        border-left: 1px solid #E8483E;
        border-right: none;
    }

    .team-head:nth-child(even) .team-head-img span {
        left: calc((100%/12) - 5px);
        right: unset;
    }

    .team-head:nth-child(even) .team-head-img img {
        margin-right: 0;
        margin-left: calc((100%/12)*2 + 0px);
    }

    .team-head-img span {
        left: calc((100%/12) - 5px);
    }

    .team-head-desc .text {
        padding-right: 0;
    }

    .team-members {
        justify-content: center;
        margin: 40px 0;
    }

    .team-members-img {
        min-width: 150px;
        padding: 0 1px;
        margin-bottom: 2px;
    }

    .g-suite-plan {
        width: 100%;
        padding: 40px 0 10px;
    }

    .g-suite-plan-block .button {
        width: 100%;
    }

    .packages-tab {
        justify-content: space-between;
    }

    .packages-tab li:not(:last-child) {
        margin-right: 0;
    }

    .packages-table ul {
        display: flex;
    }

    .packages-table ul li button {
        padding: 0 10px;
        font-size: 12px;
    }

    .packages-table tr {
        height: auto;
    }

    .packages-table td {
        padding: 15px;
    }

    .elastic .our-clients-logo-img {
        width: calc((100%/12)*6);
    }

    .contact-page button,
    .vacancy-page button {
        min-width: 170px;
    }

    .sub-processors-content {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 350px) {
    .vacancy-page .field-button.two-items {
        flex-direction: column-reverse;
    }

    .vacancy-page .field-button.two-items * {
        width: 100%;
    }

    .vacancy-page .field-button.two-items button {
        margin-top: 20px;
    }
}