/* 
	Theme Name: WINFOX
	Author: WINFOX
	Version: 1.1
*/

@font-face {
    font-family: Inter;
    font-weight: 300;
    src: url(/wp-content/themes/winfox/fonts/Inter-Light.eot);
    src: url(/wp-content/themes/winfox/fonts/Inter-Light.eot) format("embedded-opentype"), url(/wp-content/themes/winfox/fonts/Inter-Light.woff) format("woff"), url(/wp-content/themes/winfox/fonts/Inter-Light.ttf) format("truetype");
    font-display: swap;
}

.site-footer * {
    box-sizing: unset !important;
}

@font-face {
    font-family: Inter;
    font-weight: 400;
    src: url(/wp-content/themes/winfox/fonts/Inter-Regular.eot);
    src: url(/wp-content/themes/winfox/fonts/Inter-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/winfox/fonts/Inter-Regular.woff) format("woff"), url(/wp-content/themes/winfox/fonts/Inter-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    src: url(/wp-content/themes/winfox/fonts/Inter-Medium.eot);
    src: url(/wp-content/themes/winfox/fonts/Inter-Medium.eot) format("embedded-opentype"), url(/wp-content/themes/winfox/fonts/Inter-Medium.woff) format("woff"), url(/wp-content/themes/winfox/fonts/Inter-Medium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url(/wp-content/themes/winfox/fonts/Inter-SemiBold.eot);
    src: url(/wp-content/themes/winfox/fonts/Inter-SemiBold.eot) format("embedded-opentype"), url(/wp-content/themes/winfox/fonts/Inter-SemiBold.woff) format("woff"), url(/wp-content/themes/winfox/fonts/Inter-SemiBold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url(/wp-content/themes/winfox/fonts/Inter-Bold.eot);
    src: url(/wp-content/themes/winfox/fonts/Inter-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/winfox/fonts/Inter-Bold.woff) format("woff"), url(/wp-content/themes/winfox/fonts/Inter-Bold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: SFProText;
    font-weight: 400;
    src: url(/wp-content/themes/winfox/fonts/SFUIText-Regular.eot);
    src: url(/wp-content/themes/winfox/fonts/SFUIText-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/winfox/fonts/SFUIText-Regular.woff) format("woff"), url(/wp-content/themes/winfox/fonts/SFUIText-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: SFProText;
    font-weight: 600;
    src: url(/wp-content/themes/winfox/fonts/SFUIText-Semibold.eot);
    src: url(/wp-content/themes/winfox/fonts/SFUIText-Semibold.eot) format("embedded-opentype"), url(/wp-content/themes/winfox/fonts/SFUIText-Semibold.woff) format("woff"), url(/wp-content/themes/winfox/fonts/SFUIText-Semibold.ttf) format("truetype");
    font-display: swap;
}

@viewport {
    user-zoom: fixed;
}

* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

label {
    cursor: pointer;
}

textarea {
    resize: none;
}

a,
button,
input,
textarea {
    outline: 0;
}

:focus {
    outline: 0;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

a,
img {
    border: 0;
}

a {
    outline: 0;
    color: #2ec6dd;
    text-decoration: none;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a:active,
a:hover {
    color: #1eaabf;
    text-decoration: none;
}

body {
    color: #000;
    font: 22px Inter, Arial;
    line-height: 36px;
    letter-spacing: -0.24px;
    text-align: center;
    background: #fff;
}

body,
html {
    height: 100%;
    min-width: 320px;
}

.bl-mobile,
.text-mobile,
.text-tablet,
[class^="mobile-"] {
    display: none;
}

#but {
    min-height: 54px;
}

#btn-calc:hover {
    background: 0 0;
    color: #000 !important;
}

.captcha .rc-anchor-normal {
    height: 64px !important;
}

.captcha .rc-anchor-logo-portrait {
    margin: 3px 0 0 26px !important;
}

.bl-desktop,
.text-desktop {
    display: block;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

div[class^="col-md"] {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-4 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-8 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-m {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.col-md-s {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.fl-row {
    display: flex;
    margin: 0 -15px;
}

.col {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.up-link {
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

.page-width {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: #fff;
}

.page-bl {
    min-width: 260px;
    max-width: 1410px;
    width: auto;
    text-align: left;
    padding: 0 74px;
    margin: 0 auto;
}

.site-header {
    position: relative;
    z-index: 20;
    min-height: 96px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: -0.264169px;
}

.site-header .page-bl {
    position: relative;
}

.logo-wrap {
    padding: 0 45px 0 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.logo {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    vertical-align: top;
}

.logo,
.logo img {
    width: 129px;
    height: 47px;
}

.calc-btn.btn.wht.btn-scroll:hover {
    color: #1eaabf !important;
    background: unset;
}

.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    background: #fff;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body.scroll-head .header-scroll {
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.site-header .fl-row {
    min-height: 96px;
    align-items: center;
    margin: 0;
}

.site-header .col {
    width: auto;
    padding: 0;
}

.site-header .col.sr {
    width: 100%;
    text-align: right;
}

.site-header ul {
    list-style: none;
    margin: 0;
}

.site-header ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px 0 0;
}

.site-header strong {
    font-weight: 600;
}

.site-header a {
    color: #000;
}

.site-header a:active,
.site-header a:hover {
    color: #1eaabf;
}

.site-header .btn {
    font-weight: 300;
    margin: 0;
}

.site-nav {
    white-space: nowrap;
}

.head-info p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 4px !important;
}

.head-info .btn {
    position: relative;
    margin-left: 6px;
}

.site-content {
    padding: 150px 0 650px 0;
}

.site-content p {
    padding-bottom: 36px;
}

.site-content ol,
.site-content ul {
    position: relative;
    margin: 0 0 36px 24px;
}

.site-content ol ol,
.site-content ol ul,
.site-content ul ol,
.site-content ul ul {
    margin-bottom: 0;
}

.site-content abbr {
    text-decoration: none;
}

.site-footer {
    position: relative;
    overflow: hidden;
    display: block;
    height: 650px;
    margin: -650px auto 0 auto;
    background: #f6f6f6;
}

.site-footer .page-bl {
    padding-top: 100px;
}

.site-footer .h-1 {
    color: #bdbdbd;
    padding-bottom: 30px;
}

.site-footer .h-1 span {
    color: #2ec6dd;
}

.site-footer p {
    padding-bottom: 18px;
}

.site-footer ul {
    list-style: none;
}

.site-footer li {
    padding: 0 0 8px 0;
}

.site-footer a {
    color: #000;
}

.site-footer a:active,
.site-footer a:hover {
    color: #1eaabf;
}

.foot-main {
    height: 341px;
}

.foot-sub .fl-row {
    align-items: flex-end;
}

.foot-sub ul {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    padding-left: 124px;
}

.foot-sub p {
    max-width: 410px;
}

.foot-nav {
    text-align: center;
}

.foot-nav a {
    color: #2ec6dd;
}

.foot-nav a:active,
.foot-nav a:hover {
    color: #1eaabf;
}

.site-footer .fl-row {
    justify-content: space-between;
}

.site-footer .col {
    width: auto;
}

.site-footer .soc-nav {
    padding-top: 14px;
}

.site-footer .logo-wrap {
    width: 375px;
    max-width: 100%;
    padding: 38px 0 0 0;
}

.site-footer .logo,
.site-footer .logo img {
    width: auto;
    height: 85px;
}

.soc-nav {
    font-size: 0 !important;
    line-height: 26px;
    margin: 0 0 0 -38px;
}

.soc-nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 38px 38px;
}

.soc-nav a {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.soc-nav img {
    max-height: 26px;
}

.soc-nav a:active,
.soc-nav a:hover {
    opacity: 0.5;
}

.h-1-m {
    color: #000;
    font: bold 72px Inter, Arial;
    line-height: 87px;
    letter-spacing: 0.35px;
    padding: 0 0 35px 0;
    margin: 0;
}

.h-1 {
    color: #000;
    font: bold 48px Inter, Arial;
    line-height: 58px;
    letter-spacing: 0.35px;
    padding: 0 0 100px 0;
    margin: 0;
}

.h-2 {
    color: #000;
    font: bold 36px Inter, Arial;
    line-height: 44px;
    letter-spacing: 0.35px;
    padding: 0 0 35px 0;
    margin: 0;
}

.h-3 {
    color: #000;
    font: 26px Inter, Arial;
    line-height: 34px;
    letter-spacing: 0.337647px;
    padding: 0 0 33px 0;
    margin: 0;
}

.h-4 {
    color: #000;
    font: bold 24px Inter, Arial;
    line-height: 29px;
    letter-spacing: 0.35px;
    padding: 0 0 24px 0;
    margin: 0;
}

::-moz-placeholder {
    opacity: 1;
}

::-webkit-input-placeholder {
    opacity: 1;
}

table {
    width: 100%;
    border-spacing: 0;
}

iframe {
    border: none;
    background: 0 0;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
    width: 100%;
    height: 48px;
    font: 16px Inter, Arial;
    vertical-align: top;
    padding: 12px 20px;
    border: solid 1px #cbcbcb;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    overflow: hidden;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
    border-color: #000;
}

.inp-bl {
    position: relative;
    line-height: 0;
}

.inp-bl .label {
    position: absolute;
    top: 16px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.inp-bl p {
    position: relative;
    padding: 0 !important;
}

.focus .label {
    opacity: 0.87;
    top: 0;
    color: #2ec6dd;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.264169px;
}

.btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    min-width: 173px;
    min-height: 50px;
    color: #fff !important;
    font: 16px Inter, Arial;
    line-height: 30px;
    letter-spacing: -0.264169px;
    text-align: center;
    vertical-align: top;
    padding: 10px 25px;
    margin: 0 0 36px 0;
    border: none;
    background: #2ec6dd;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.wht {
    color: #2ec6dd !important;
    background: #fff;
}

.btn:active,
.btn:hover {
    color: #fff !important;
    background: #1eaabf;
}

.site-header .btn.wht {
    font-weight: 400;
    letter-spacing: 0.04em;
}

input[type="checkbox"]+.lbl,
input[type="radio"]+.lbl {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    vertical-align: top;
    padding: 0 0 0 26px;
}

input[type="checkbox"]:disabled+.lbl:before,
input[type="radio"]:disabled+.lbl:before {
    cursor: default;
    opacity: 0.5;
}

input[type="checkbox"]+.lbl:before,
input[type="radio"]+.lbl:before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    overflow: hidden;
    display: block;
    width: 13px;
    height: 13px;
    border: solid 1px #4f4f4f;
}

input[type="checkbox"]+.lbl:before {
    background: #fff;
    background-size: auto 12px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="radio"]+.lbl:before {
    background: #fff url(images/form-radio.png?v=1) no-repeat 100px 100px;
    background-size: auto 8px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type="checkbox"]:checked+.lbl:before,
input[type="radio"]:checked+.lbl:before {
    border-color: #000;
    background-color: #000;
    background-position: center center;
}

.lbl a {
    color: #2f80ed;
}

.lbl a:active,
.lbl a:hover {
    text-decoration: underline;
}

.select-bl {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
}

.select-bl .title {
    opacity: 1;
    cursor: pointer;
    position: relative;
    left: 0;
    height: 20px;
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    padding: 6px 40px 6px 12px;
    border: solid 1px #b8b8b8;
    background: #fff;
}

.select-bl .title span {
    display: block;
    overflow: hidden;
}

.select-bl .title::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border: solid 6px transparent;
    border-bottom: none;
    border-top-color: #616161;
}

.select-bl ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    width: 100%;
    list-style: none;
    margin: -1px 0 0 0;
    border: solid 1px #b8b8b8;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-bl ul span {
    cursor: pointer;
    display: block;
    padding: 5px 12px;
}

.select-bl ul .active {
    background: #fafafa;
}

.select-bl.open {
    z-index: 1;
}

.select-bl.open .title::after {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.m-img {
    position: relative;
    overflow: hidden;
}

.m-img a {
    display: block;
}

.m-img img {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.m-img a:active img,
.m-img a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tags {
    position: relative;
    font: 14px SFProText;
    line-height: 20px;
    margin: 0 0 0 -6px;
}

.tag {
    display: inline-block;
    min-width: 79px;
    font: 14px SFProText;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    padding: 0 16px;
    margin: 0 0 10px 6px;
    background: rgba(255, 255, 255, 0.4);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tag.mg {
    min-width: 133px;
}

.inf-view {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 22px;
}

.inf-view::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 0;
    background: url(images/icon-view.svg?v=1) no-repeat left center;
    background-size: cover;
}

.pagination {
    font-size: 0;
    list-style: none;
    padding: 0 0 43px 0;
    margin: 0 0 0 -16px !important;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 16px 16px;
}

.pagination a {
    position: relative;
    overflow: hidden;
    display: block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #f6f6f6;
    background: #f6f6f6;
}

.pagination a:active,
.pagination a:hover {
    color: #1eaabf;
    border-color: #1eaabf;
}

.pagination .active {
    color: #2ec6dd;
    border-color: #2ec6dd;
}

.soc-bl {
    position: relative;
    left: 4px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 29px 0;
    margin: 0 0 0 -4px;
}

.soc-bl p {
    padding: 0 !important;
}

.soc-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 134px;
    color: #fff;
    height: 34px;
    font: 600 11px SFProText;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    vertical-align: top;
    padding: 6px 0 5px 0;
    margin: 0 4px 7px 0;
    background: #0a82d9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.soc-btn .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    min-width: 14px;
    height: 15px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.soc-btn .icon img {
    max-height: 15px;
}

.soc-btn.fb {
    background-color: #0960e4;
}

.soc-btn.tw {
    background-color: #32a9ff;
}

.soc-btn:active,
.soc-btn:hover {
    color: #fff;
    background-color: #1eaabf;
}

.subscr-bl {
    font-size: 16px;
    line-height: 18px;
}

.subscr-bl p {
    padding: 0 0 24px 0;
}

.subscr-form {
    position: relative;
    margin: 0 0 36px 0;
}

.subscr-form input[type="email"] {
    height: 50px;
    padding: 0 60px 0 27px;
    border: solid 1px #263139;
    background: #263139;
}

.subscr-form .subscr-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 100%;
    min-width: 0;
    min-height: 0;
    font-size: 0;
    padding: 0 !important;
    margin: 0;
    border: none !important;
    background: url(images/arr-r-sw.svg?v=1) no-repeat left center;
}

.subscr-form ::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.4);
}

.subscr-form ::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.4);
}

.ui-slider {
    position: relative;
    height: 18px;
    text-align: left;
    margin: 0 0 35px 0;
}

.ui-slider::before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 3px;
    background: #2ec6dd;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 0;
    display: block;
    overflow: hidden;
    height: 1px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    background: #949494;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    margin: 0 0 0 -9px;
    background: #fff;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -ms-touch-action: none;
    touch-action: none;
}

.range-inf {
    display: flex;
    font-size: 18px;
    line-height: 24px;
}

.range-inf p {
    width: 100%;
    text-align: center;
    padding: 0 !important;
}

.range-inf p:first-child {
    text-align: left;
}

.range-inf p:last-child {
    text-align: right;
}

.contact-range {
    max-width: 500px;
}

.file-inp {
    display: inline-block;
    color: #2f80ed;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.08px;
    text-decoration: underline;
    vertical-align: top;
}

.file-inp input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border: none;
}

.file-inp:active,
.file-inp:hover {
    text-decoration: none;
}

.captcha {
    display: inline-block;
    vertical-align: top;
}

.mess-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    margin: 0 0 0 -21px !important;
}

.mess-nav li {
    padding: 0 0 25px 21px;
}

.blog-box {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin: 0 0 126px 0;
    background: #3c7cdf;
}

.blog-box .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}

.blog-box .txt {
    position: relative;
    height: 600px;
    padding: 50px 0 0 50px;
    margin: 0 49.22% 0 0;
    background: #3c7cdf;
}

.blog-box .txt::before {
    content: " ";
    position: absolute;
    left: 100%;
    top: 50%;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -1px;
    margin-top: -350px;
    border: solid 118px transparent;
    border-top-width: 350px;
    border-bottom-width: 350px;
    border-top-color: #3c7cdf;
    border-left-color: #3c7cdf;
}

.blog-box .h-1 {
    position: relative;
    overflow: hidden;
    max-width: 640px;
    min-height: 212px;
    max-height: 232px;
    color: #fff;
    word-wrap: break-word;
    padding: 0 !important;
}

.blog-box .btn {
    margin: 0;
}

.blog-box .tags {
    max-width: 420px;
}

.blog-box .link-box {
    display: none;
}

.blog-head {
    min-height: 98px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    font-family: SFProText;
    padding-bottom: 10px;
}

.blog-head p {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px 10px 0;
}

.blog-body {
    min-height: 392px;
    font-weight: 300;
}

.blog-body p {
    position: relative;
    overflow: hidden;
    max-width: 420px;
    height: 144px;
    padding: 0 !important;
}

.blog-body,
.blog-head {
    min-width: 400px;
}

.blog-box.medium .txt {
    padding: 30px 0 20px 30px;
    margin-right: 55%;
}

.blog-box.medium .txt::before {
    border-left-width: 114px;
    border-right-width: 114px;
}

.blog-box.medium .h-1 {
    max-width: 370px;
    margin-bottom: 10px;
}

.blog-box.medium .blog-head {
    padding-bottom: 0;
}

.blog-box.medium .blog-body {
    padding-bottom: 30px;
}

.blog-box.medium .blog-body p {
    max-width: 360px;
}

.blog-box.sm {
    background-color: #36a4fc;
}

.blog-box.sm .txt {
    margin-right: 30px;
    background: 0 0 !important;
}

.blog-box.sm .txt::before {
    display: none !important;
}

.blog-box.sm .h-1 {
    max-width: 100%;
}

.blog-box.blue2,
.blog-box.blue2 .txt {
    background-color: #36a4fc;
}

.blog-box.blue2 .txt::before {
    border-top-color: #36a4fc;
    border-left-color: #36a4fc;
}

.blog-box.blue2.sm {
    background-color: #36a4fc;
}

.blog-box.blue,
.blog-box.blue .txt {
    background-color: #2372f3;
}

.blog-box.blue .txt::before {
    border-top-color: #2372f3;
    border-left-color: #2372f3;
}

.blog-box.blue.sm {
    background-color: #2372f3;
}

.blog-box.red,
.blog-box.red .txt {
    background-color: #b5222b;
}

.blog-box.red .txt::before {
    border-top-color: #b5222b;
    border-left-color: #b5222b;
}

.blog-box.red.sm {
    background-color: #b5222b;
}

.blog-box.green,
.blog-box.green .txt {
    background-color: #91c73b;
}

.blog-box.green .txt::before {
    border-top-color: #91c73b;
    border-left-color: #91c73b;
}

.blog-box.green.sm {
    background-color: #91c73b;
}

.blog-wrap .col.s {
    max-width: 42%;
}

.blog-wrap+.pagination {
    position: relative;
    top: -96px;
}

.banner-bl {
    position: relative;
    overflow: hidden;
    margin: 0 0 126px 0;
}

.banner-bl img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.col-md-s .banner-bl img {
    height: auto;
}

.article-about-head {
    padding: 0 0 27px 0;
}

.article-about-head .blog-box .txt {
    margin-right: 53.8%;
}

.article-about-head .blog-box .txt::before {
    border-left-width: 200px;
    border-right-width: 200px;
}

.article-about-head .blog-head h2.h-1 {
    padding-bottom: 20px;
}

.article-about-head .blog-body,
.article-about-head .blog-head {
    min-width: 640px;
}

.article-about-head .tags .tag {
    background-color: rgba(128, 213, 226, 0.5);
}

.article-about-head .inf-view::before {
    background: url(images/icon-view-black.svg?v=1) no-repeat left center;
}

.article-about {
    padding: 0 0 48px 0;
}

.article-about .h-2 {
    font-weight: 400;
    letter-spacing: -0.24px;
    padding-bottom: 23px;
}

.article-about img {
    margin: 36px 0;
}

.article-nav {
    padding: 41px 14px 35px 20px;
    background: #f9f9f9;
}

.article-nav ul {
    list-style: none;
    padding: 0 0 6px 0;
    margin: 0 !important;
}

.article-nav ul li {
    position: relative;
    padding: 0 0 20px 30px;
}

.article-nav ul a {
    display: inline-block;
    color: #000;
    vertical-align: top;
}

.article-nav ul a::before {
    content: " ";
    position: absolute;
    top: 17px;
    left: 0;
    overflow: hidden;
    width: 8px;
    height: 2px;
    background: #000;
}

.article-nav ul .active,
.article-nav ul .active a,
.article-nav ul a.active,
.article-nav ul a:active,
.article-nav ul a:hover {
    color: #2ec6dd;
}

.article-nav ul .active a::before,
.article-nav ul a.active::before,
.article-nav ul a:active::before,
.article-nav ul a:hover::before {
    background: #2ec6dd;
}

.article-nav ul+.subscr-bl {
    padding-top: 45px;
}

.soc-box {
    padding: 39px 20px 7px 20px;
    border-top: solid 10px #f9f9f9;
}

.soc-box .btn {
    min-width: 198px;
}

.soc-box .h-3 img {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.box-photos {
    max-width: 395px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    padding: 10px 0 23px 0;
    margin: 0 0 0 -7px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.box-photos span {
    display: block;
    padding: 0 0 10px 7px;
}

.box-photos ul {
    font-size: 0 !important;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 0 -4px !important;
}

.box-photos li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    vertical-align: top;
    padding: 0 !important;
    margin: 0 0 11px 11px;
}

.box-photos ul p {
    padding: 0 !important;
}

.contacts-wrap {
    padding: 0 0 80px 0;
}

.contacts-wrap .col-md-m {
    padding-right: 66px;
}

.contacts-wrap .col-md-s {
    padding-left: 56px;
}

.contacts-wrap .h-1 {
    padding-bottom: 45px;
    color: #000;
}

.contacts-form {
    max-width: 700px;
    padding: 21px 0 0 0;
}

.contacts-form input[type="email"],
.contacts-form input[type="tel"],
.contacts-form input[type="text"],
.contacts-form textarea {
    color: rgba(0, 0, 0, 0.42);
    height: 44px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    padding: 16px 0 4px 0;
    margin: 0;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.42);
    background: 0 0;
}

.contacts-form textarea {
    margin-top: 12px;
}

.contacts-form .inp-bl {
    margin: 0 0 52px 0;
    border-bottom: solid 1px transparent;
}

.contacts-form .inp-bl.focus,
.contacts-form .inp-bl.focus input[type="email"],
.contacts-form .inp-bl.focus input[type="tel"],
.contacts-form .inp-bl.focus input[type="text"],
.contacts-form .inp-bl.focus textarea {
    border-color: #2ec6dd;
}

.contacts-form .col:nth-child(n + 2) {
    max-width: 200px;
}

.contacts-form .file-inp {
    margin: 25px 0 36px 12px;
}

.contacts-form .contact-range {
    margin-top: -31px;
}

.contacts-form .btns-bl {
    padding: 12px 0 20px 0;
}

.contacts-form .btns-bl .btn {
    margin-right: 16px;
}

.contacts-form .btn {
    min-width: 198px;
}

.contacts-user {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 41px 0;
}

.contacts-user .photo {
    position: relative;
    max-width: 313px;
    height: 260px;
    margin: 0 0 50px 0;
}

.contacts-user .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-user .h-2 {
    white-space: nowrap;
    padding: 0 0 10px 0;
}

.contacts-user .mess-nav {
    padding: 15px 0 0 0;
}

.contacts-bl .h-1 {
    padding: 0 0 25px 0;
}

.contacts-bl p {
    padding-bottom: 28px;
}

.contacts-bl a {
    color: #000;
}

.contacts-bl a:active,
.contacts-bl a:hover {
    color: #2ec6dd;
}

.contacts-bl .soc-nav {
    padding: 7px 0 0 0;
    margin: 0 0 0 -28px !important;
}

.contacts-bl .soc-nav li {
    padding: 0 0 28px 28px;
}

.col-md-s .contacts-bl p {
    margin-right: -15px;
}

.project-form {
    padding: 0px 0 0 0;
}

.project-form .contacts-wrap .col-md-m {
    padding-left: 0;
    padding-right: 15px;
}

.project-form .contacts-wrap .col-md-s {
    padding-right: 164px;
    padding-left: 15px;
}

.project-form .contacts-form {
    padding: 0;
}

.area-map {
    position: relative;
    overflow: hidden;
    height: 650px;
    background: #353535;
}

.about-bl {
    /* max-width: 1050px; */
    padding: 0 0 114px 0;
}

.about-bl .h-1 {
    padding-bottom: 32px;
}

.about-bl .btn {
    margin-top: 12px;
}

.about-bl.main {
    max-width: 100%;
}

.about-bl.main p {
    padding-bottom: 20px;
}

.about-bl.main .btn {
    margin-top: 0;
}

.about-img {
    padding: 0 0 114px 0;
}

.about-s {
    display: flex;
    padding: 0 0 111px 0;
}

.about-s .h-1,
.about-s .h-2 {
    min-width: 32.62%;
    max-width: 32.62%;
}

.about-s .txt {
    padding: 5px 0 0 0;
}

.about-s .txt.st p {
    max-width: 870px;
}

.about-s .fl-row {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 0 0 0;
}

.about-s .col {
    width: auto;
    max-width: 33.33%;
    padding-top: 15px;
}

.about-s a {
    color: #3e89cc;
}

.about-s a:active,
.about-s a:hover {
    color: #2ec6dd;
}

.about-s .btn {
    min-width: 198px;
}

.about-s .t-small {
    display: block;
}

.about-s .t-big {
    display: none;
}

.about-s .read .t-small {
    display: none;
}

.about-s .read .t-big {
    display: block;
}

.about-s.sm .h-1,
.about-s.sm .h-2 {
    min-width: 25.53%;
    max-width: 25.53%;
}

.about-s.mg .h-1,
.about-s.mg .h-2 {
    min-width: 32.46%;
    max-width: 32.46%;
    padding-right: 3%;
}

.about-s.lg .h-1,
.about-s.lg .h-2 {
    min-width: 42.55%;
    max-width: 42.55%;
}

.about-s.lg .col {
    max-width: 270px;
}

.about-s.lgm .h-1,
.about-s.lgm .h-2 {
    min-width: 45.88%;
    max-width: 45.88%;
}

.inf-bl {
    max-width: 280px;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 30px 0;
}

.inf-bl .h-4 {
    position: relative;
    top: -8px;
    display: flex;
    align-items: center;
}

.inf-bl .icon {
    display: block;
    overflow: visible;
    min-width: 48px;
    max-height: 34px;
    text-align: center;
    padding: 0 14px 0 0;
}

.inf-bl p {
    padding: 0 0 11px 0;
}

.user-info {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 183px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.264169px;
    padding: 20px;
    margin: 0 0 40px 0;
    background: #f9f9f9;
}

.user-info .photo {
    position: relative;
    width: 135px;
    height: 183px;
    margin: 0 30px 0 0;
    background: #bdbdbd url(images/icon-no-user.svg?v=1) no-repeat center center;
    background-size: 84px auto;
}

.user-info .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info .h-4 {
    padding: 0 0 19px 0;
}

.user-info p {
    padding-bottom: 14px;
}

.user-info .soc-nav {
    padding: 12px 0 0 0;
    margin: 0 0 0 -16px !important;
}

.user-info .soc-nav li {
    padding: 0 0 0 16px;
}

.user-info .soc-nav img {
    max-width: 12px;
    max-height: 12px;
}

.user-info .txt {
    padding: 23px 0 0 0;
}

.users-wrap {
    flex-wrap: wrap;
    padding: 0 0 123px 0;
}

.users-wrap .col {
    width: 33.33%;
}

.portfolio-wrap {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.portfolio-wrap .fl-row {
    font-size: 0;
    flex-wrap: wrap;
    margin: 0 -55px;
}

.portfolio-wrap .col {
    width: 50%;
    vertical-align: top;
    padding: 0 55px;
}

.portfolio-wrap .btns-bl {
    position: relative;
    top: -56px;
    text-align: center;
    padding-bottom: 58px;
}

.about-area-txt+.project-form,
.portfolio-wrap+.project-form {
    padding-top: 0;
}

.portf-bl {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 150px 0;
}

.portf-bl .m-img {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    background: #f6f6f6;
}

.portf-bl .m-img a {
    display: block;
}

.portf-bl .m-img img {
    width: 100%;
    height: auto;
}

.portf-bl .m-img a::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    background: #fff url(images/arr-r-b.svg?v=1) no-repeat center center;
    background-size: 34px auto;
}

.portf-bl p {
    min-height: 96px;
    max-width: 570px;
    padding: 0 0 24px 0;
}

.portf-bl .h-1 {
    padding-bottom: 20px !important;
}

.order-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    min-height: 285px;
    text-align: left;
    align-items: center;
    margin: 0 0 150px 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.order-banner .bl {
    padding: 10px 50px;
}

.order-banner p {
    min-height: 72px;
    padding: 0 0 10px 0;
}

.order-banner strong {
    display: block;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.35px;
    padding: 0 0 40px 0;
}

.order-banner a {
    color: #fff;
}

.order-banner .btn {
    margin: 0;
}

.brands-row {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 150px 0;
}

.brands-row .col {
    width: 50%;
    padding: 0;
}

.brands-row p {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 192px;
    font-size: 0;
    line-height: 191px;
    text-align: center;
    padding: 0 !important;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brands-row img {
    vertical-align: middle;
}

.brands-bl {
    display: flex;
    flex-wrap: wrap;
    margin: -1px 0 0 -1px;
}

.about-s+.brands-row {
    margin-top: -95px;
}

.brands-about p {
    max-width: 930px;
}

.reviews-wrap {
    padding: 0 0 59px 0;
}

.reviews-wrap .swiper-box {
    margin: 0 0 100px 0 !important;
}

.review-bl {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    font-size: 18px;
    line-height: 24px;
    padding: 30px 46px 3px 30px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
}

.review-bl .title {
    min-height: 122px;
    padding: 0 0 10px 0;
}

.review-bl .h-4 {
    padding: 0 0 15px 0;
}

.review-bl p {
    position: relative;
    overflow: hidden;
    max-height: 168px;
    padding: 0 !important;
}

.review-bl span {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 17px;
    line-height: 14px;
    letter-spacing: -0.264169px;
    padding: 0 0 10px 0;
}

.review-bl .soc-nav {
    padding: 12px 0 0 0;
    margin: 0 0 0 -16px !important;
}

.review-bl .soc-nav li {
    padding: 0 0 20px 16px;
}

.review-bl .soc-nav img {
    max-width: 12px;
    max-height: 12px;
}

.read-all {
    text-decoration: underline;
    color: #000 !important;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.08px;
    line-height: 18px;
    vertical-align: top;
}

.read-all i {
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    text-decoration: underline;
}

.read-all i:nth-child(2) {
    display: none;
}

.read-all:active i,
.read-all:hover i {
    text-decoration: none;
}

.read .read-all i {
    display: none;
}

.read .read-all i:nth-child(2) {
    display: inline-block;
}

.about-bl.home {
    /* max-width: 1140px; */
}

.about-bl.home .h-1 {
    max-width: 900px;
    margin-bottom: 48px;
}

.about-bl.home .t-small {
    display: block;
}

.about-bl.home .t-big {
    display: none;
}

.about-bl.home.read .t-small {
    display: none;
}

.about-bl.home.read .t-big {
    display: block;
}

.about-bl.home.read .read-all i {
    display: none;
}

.about-bl.home.read .read-all i:nth-child(2) {
    display: inline-block;
}

.site-inf {
    padding: 50px 0 150px 0;
    margin: 0 -37px;
}

.site-inf .col {
    padding: 0 37px;
}

.site-inf strong {
    display: block;
    color: #2ec6dd;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.35px;
    padding: 0 0 30px 0;
}

.site-inf a {
    text-decoration: underline;
}

.site-inf a:active,
.site-inf a:hover {
    text-decoration: none;
}

.more-bl.home .h-1 {
    padding-bottom: 50px;
}

.more-bl .col.s {
    max-width: 42%;
}

.more-bl .sbmts-bl {
    text-align: center;
}

.more-bl .sbmts-bl .btn {
    min-width: 198px;
}

.steps-row {
    position: relative;
    overflow: visible;
}

.steps-row .fl-row {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 0 0 0;
    margin: 0 -51px;
}

.steps-row .col {
    width: 33.33%;
    padding: 0 51px 9px 51px;
}

.steps-row .inf-bl {
    max-width: 100%;
}

.steps-about {
    position: relative;
    padding: 150px 0 102px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.4);
}

.steps-about .about-s {
    padding-bottom: 0;
}

.calc-wrap {
    padding: 0 0 100px 0;
}

.calc-wrap .h-1 {
    padding-bottom: 50px;
}

.calc-box {
    margin: 0 0 50px 0;
}

.calc-box .box-head {
    display: flex;
    min-height: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #000;
}

.calc-box .box-head .col {
    padding: 0;
}

.calc-box .box-head p {
    padding: 0;
}

.calc-box .box-head span {
    color: rgba(255, 255, 255, 0.6);
}

.calc-box .contacts-wrap {
    padding: 37px 20px 24px 20px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-top: none;
}

.calc-box .contacts-form {
    max-width: 928px;
    padding: 21px 0;
    margin: 0 auto;
}

.calc-box .contacts-form .fl-row {
    justify-content: space-between;
}

.calc-box .inp-col {
    width: 100%;
    max-width: 385px;
    padding: 20px 15px 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.calc-box .inp-col:first-child:last-child {
    max-width: 200%;
}

.calc-box .btn {
    min-width: 198px;
    margin-right: 42px;
}

.prices-wrap {
    padding: 0 0 20px 0;
}

.price-box {
    min-height: 480px;
    padding: 30px;
    margin: 0 0 30px 0;
    background: #f9f9f9;
}

.price-box p {
    padding: 0 0 12px 0;
}

.price-box strong {
    display: block;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.337647px;
    padding: 0 0 10px 0;
}

.price-box .list {
    min-height: 312px;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 12px;
}

.price-box ul {
    list-style: none;
    padding: 0 0 12px 0;
    margin: 0 !important;
}

.price-box ul li {
    position: relative;
    padding: 0 0 20px 34px;
}

.price-box ul li::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 24px;
    height: 24px;
    background: #2EC6DD url(images/icon-chk.svg?v=1) no-repeat center center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.price-box .btn {
    color: #2EC6DD !important;
    margin: 0;
    border: solid 1px #2EC6DD;
    background: 0 0;
}

.price-box .btn:active,
.price-box .btn:hover {
    color: #fff !important;
    background: #2EC6DD;
}

.price-box ul li:nth-child(n + 6) {
    display: none;
}

.price-box .read ul li:nth-child(n + 6) {
    display: block;
}

.more-works .h-1 {
    padding-bottom: 50px;
}

.more-works .portfolio-wrap .btns-bl {
    padding-bottom: 0;
}

.more-works+.project-form {
    padding-top: 0;
}

.quote {
    position: relative;
    font-style: normal;
    padding: 32px 34px 0 0;
}

.quote::after,
.quote::before {
    content: "“";
    position: absolute;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.35px;
}

.quote::before {
    top: 0;
    left: -34px;
}

.quote::after {
    right: 0;
    bottom: -10px;
    height: 34px;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.quote p {
    padding-bottom: 26px;
}

.quote-w {
    color: white;
}

.quote-author {
    opacity: 0.4;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 68px;
}

.quote-author:last-child {
    margin-bottom: 0;
}

.more-txt {
    text-align: center;
    padding: 0 0 114px 0;
}

.more-txt .h-1,
.more-txt .h-2 {
    text-align: left;
    padding-bottom: 50px;
}

.more-txt .about-s {
    text-align: left;
}

.more-txt .h-1+.about-s {
    margin-top: 50px;
}

.txt-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.txt-row .col {
    width: auto;
    min-width: 25%;
    max-width: 50%;
    white-space: nowrap;
    padding: 0 10px;
}

.txt-row span {
    white-space: nowrap;
}

.txt-row.col-4 {
    justify-content: space-between;
}

.txt-row.col-4 .col {
    min-width: 0;
    max-width: 100%;
}

.txt-row.col-5 {
    position: relative;
    top: 40px;
    margin-right: -100px;
    margin-top: -40px;
}

.txt-row.col-5 .col {
    min-width: 10%;
    padding-bottom: 40px;
}

.about-btns {
    text-align: left;
    padding: 0 0 1px 0;
    margin: 0 0 0 -64px;
}

.about-btns p {
    display: inline-block;
    vertical-align: top;
    margin-left: 64px;
}

.about-s .about-btns {
    margin-left: -32px;
}

.about-s .about-btns p {
    margin-left: 32px;
}

.text-result {
    display: flex;
    min-height: 678px;
    align-items: center;
    margin: -150px 0 0 0;
}

.text-result .col {
    padding: 0 !important;
}

.text-result .h-1 {
    max-width: 1000px;
    padding: 30px 0 50px 0;
}

.text-result .h-1:last-child {
    padding: 0 !important;
}

.s-btns-wrap {
    font-size: 0;
    padding: 14px 0 0 0;
    margin: 0 0 0 -40px;
}

.s-btn {
    display: inline-block;
    min-width: 168px;
    min-height: 20px;
    color: #000;
    font: 600 17px SFProText;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    padding: 15px;
    margin: 0 0 40px 40px;
    background: #f6f6f6;
}

.result-txt .more-txt:last-child {
    padding-bottom: 0;
}

.about-area-txt .about-s:last-child {
    padding-bottom: 0;
}

.medium-img {
    max-width: 54%;
}


/* NEW DESIGN STYLE START */


/* Intro styles start */

.support.intro {
    /*min-height: 78vh;*/
    background: url('./images/first_block_bg.png') no-repeat center;
    background-size: cover;
    padding-top: 69px;
    padding-bottom: 60px;
    background-color: #000000e6;
    box-sizing: border-box;
    background-attachment: fixed;
}

.intro .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.intro_bg {
    width: 100%;
    height: auto;
    padding: 80px 85px 66px 90px;
    background: #3a3a3a99;
    box-sizing: border-box;
}

.intro_title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 68px;
    color: #FFFFFF;
    margin-bottom: 0px;
    width: 80%;
}

.intro_text {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    padding: 30px 0px;
    width: 80%;
    /*letter-spacing: 1.8px;*/
}

.intro_avaliable {
    margin-top: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.intro_avaliable_devices {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.intro_avaliable_devices>div {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 31px;
    padding-left: 10px;
}

.intro_avaliable_devices>div>span {
    padding-top: 20px;
}

.intro_avaliable>a {
    height: 50px;
    margin-bottom: 0px;
}


/* Intro styles end */


/* Benefits styles start */

.benefits__wrapper {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.benefits_title {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    width: 76%;
    padding-left: 40px;
    border-left: 5px solid #2EC6DD;
    margin-top: 150px;
}

.benefits_title>h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
}

.benefits_title>span>b {
    color: #2EC6DD;
}

.benefits_item {
    display: flex;
    flex-wrap: wrap;
}

.b-i-border {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.item_1_item {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px 5px 90px 40px;
}

.item_1_item>span {
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #000;
    padding-bottom: 30px;
}

.item_1_item>span>b {
    color: #2EC6DD;
    margin-right: 10px;
}

.item_1_item>p {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    color: #000000;
    opacity: 0.7;
    padding-bottom: 0px;
    box-sizing: border-box;
    padding-left: 45px;
}

.item_2_item {
    width: 30%;
    height: 270px;
    display: flex;
    flex-direction: column;
    padding: 40px 5px 10px 40px;
    border-top: 1px solid #CCCCCC;
}

.item_2_item>span {
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #000;
    padding-bottom: 30px;
}

.item_2_item>span>b {
    color: #2EC6DD;
    margin-right: 10px;
}

.item_2_item>p {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    color: #000000;
    opacity: 0.7;
    box-sizing: border-box;
    padding-left: 45px;
}

.b-i-no-pad {
    padding-left: 0px;
}


/* Benefits styles end */


/* Jobs styles start */

.jobs {
    background: #fff;
    min-height: 30vh;
    padding-top: 150px;
    padding-bottom: 150px;
}

.jobs__wrapper {
    display: flex;
    flex-direction: column;
}

.jobs_title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    /* identical to box height */
    color: #000000;
    margin: 0 auto;
    margin-top: 150px;
}

.jobs__wrapper>hr {
    background: #2EC6DD;
    height: 5px;
    width: 100px;
    margin: 60px auto;
}

.jobs_items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jobs_item {
    width: 32%;
    height: 517px;
    background: #FFFFFF;
    box-shadow: 0px -4px 30px rgba(120, 126, 157, 0.15);
    border-radius: 15px 15px 0px 0px;
    padding: 47px 35px 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}

.jobs_item>h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    /* or 136% */
    color: #000000;
    margin: 75px 0px 20px;
}

.jobs_item>p {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    color: #000000;
    opacity: 0.7;
    padding-bottom: 0px;
}

.j-i-margin {
    margin: 0px 30px;
}

.jobs_item_1 {
    width: 70px;
    top: 23%;
    left: 23%;
    position: absolute;
}

.j-b-c-1 {
    border-bottom: 5px solid #2EC6DD;
}

.j-b-c-2 {
    border-bottom: 5px solid #2EC6DD;
}

.j-b-c-3 {
    border-bottom: 5px solid #2EC6DD;
}


/* Jobs styles end */


/* Advantages styles start */

.advantages {
    background: #fff;
    min-height: 30vh;
    padding-bottom: 150px;
}

.advantages_wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
}

.advantages_title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    /* identical to box height */
    color: #000000;
    margin: 0 auto;
    margin-top: 150px;
}

.advantages_wrapper>hr {
    background: #2EC6DD;
    height: 5px;
    width: 100px;
    margin: 60px auto;
}

.advantages_items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages_item {
    box-sizing: border-box;
    width: 327px;
    background: #FFFFFF;
    padding: 38px 30px 100px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 350px;
    border: 2px solid #EFF0F8;
}

.advantages_item>h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    /* or 136% */
    color: #000000;
    margin: 0px 0px 20px 0px;
}

.advantages_item>p {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    color: #000000;
    opacity: 0.7;
    padding-bottom: 0px;
}

.j-i-margin1 {
    margin-left: 32px;
    margin-right: 16px;
}

.j-i-margin2 {
    margin-left: 16px;
    margin-right: 32px;
}

.advantages_item_1 {
    width: 170px;
    top: 58%;
    right: 0%;
    position: absolute;
    z-index: 0;
}


/* Advantages styles end */


/* phone-block styles start */

.phone_block_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

.phone_block_item {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url('./images/phone_block_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 90px;
}

.phone_block_item>span {
    font-weight: normal;
    font-size: 26px;
    line-height: 39px;
    color: #FFFFFF;
    width: 40%;
}

.phone_block_item>h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 39px;
    color: #FFFFFF;
    width: 70%;
    padding: 30px 0px 40px 0px;
}

.phone_block_item .phone_button {
    width: 195px;
    height: 52.08px;
    background: #2EC6DD;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 0px;
}


/* phone-block styles end */


/* Info start */

.info_wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
}

.info_items {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info_item {
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
}

.info_item h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #000000;
    width: 30%;
}

.info_item p {
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    width: 60%;
    padding-bottom: 0px;
}


/* Info end */


/* Events start */

.events_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.events_main {
    width: 70%;
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-left: 5px solid #2EC6DD;
    font-weight: bold;
    font-size: 42px;
    line-height: 58px;
    color: #000000;
    margin-bottom: 70px;
    margin-top: 150px;
}

.events_main>p {
    padding-bottom: 0px;
}

.events_main>p>b {
    color: #2EC6DD;
}

.events_items {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.events_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.events_item {
    background: #2EC6DD0d;
    display: flex;
    width: 49%;
    padding: 27px 40px;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 15px 0px;
    align-items: center;
}

.events_item>p {
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    padding-bottom: 0px;
}

.events_item>span {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #2EC6DD;
    opacity: 0.5;
}


/* Events end */


/* Plan start */

.plans_wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}

.plans_items {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.plans_item {
    width: 100%;
    height: auto;
    min-height: 502px;
    background: #F7F8FC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
    padding: 60px 70px 50px 70px;
    box-sizing: border-box;
}

.item_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.src_plans {
    width: 380px;
}

.item_main {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.item_main>h2 {
    font-weight: bold;
    font-size: 42px;
    line-height: 31px;
    color: #2EC6DD;
}

.item_main>p {
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    color: #000000;
    opacity: 0.7;
    padding: 30px 0px 100px 0px;
    box-sizing: border-box;
}

.item_main .phone_button {
    width: 195px;
    height: 52.08px;
    background: #2EC6DD;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 0px;
    font-size: 16px;
    line-height: 14px;
}

.p-i-just-cen {
    justify-content: center;
}

/* AUTSTAFF */

.page-bl-a {
    min-width: 260px;
    max-width: 1410px;
    width: auto;
    text-align: left;
    padding: 0 74px;
    margin: 0 auto;
}

.m-t-155 {
    margin-top:155px;
}
.m-t-185 {
    margin-top:185px;
}
.m-t-70 {
    margin-top:70px;
}

.auts_b1_wrapper {
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    /* flex-wrap: wrap-reverse; */
}
.auts_b1_wrapper .auts_b1_left {
    width:500px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}
.auts_b1_left > a{

    margin-top:auto;
}

.auts_b1_wrapper .auts_b1_right {
    width:800px;
    border: 10.2405px solid #E9F5F8;
    box-sizing: border-box;
    border-radius: 290px 0px 0px 0px;
    padding:35px;
}

.auts_b1_left_header {
    font-family: Inter;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    color: #2EC6DD;
}

.auts_b1_left_title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 140%;
    /* or 90px */
    color: #000000;
    margin:24px 0px 36px 0px;
}

.auts_b1_left_text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
}

/* auts block 2 */

.auts_b2_wrapper {
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    flex-wrap: wrap;
}

.auts_b2_wrapper_left {
    display: flex;
    flex-direction: column;
    width:48%;
}
.auts_b2_wrapper_left > h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
    /* or 67px */
    color: #000000;
    margin-bottom:36px;
}
.auts_b2_wrapper_left > p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */
    color: #000000;
}

.auts_b2_wrapper_right {
    display: flex;
    flex-direction: column;
    width:50%;
}

.auts_b2_wrapper_right_item {
    margin-bottom:65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}

.auts_b2_wrapper_right_item_sub {
    display: flex;
    flex-direction: column;
    width:76%;
}
.auts_b2_wrapper_right_item_sub > span {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-bottom:22px;
}
.auts_b2_wrapper_right_item_sub > p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    padding-bottom: 0px;
}

/* auts block 3 */

.auts_b3_wrapper {
    display:flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    flex-wrap: wrap;
    background-color: #F6F6F6;
    padding:0px 63px 0px 100px;
    height:614px;
    overflow: hidden;
}

.auts_b3_wrapper_left {
    display: flex;
    flex-direction: column;
    width:50%;
    padding:72px 0px;
}
.auts_b3_wrapper_left > h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 130%;
    /* or 67px */
    color: #000000;
}
.auts_b3_wrapper_left > p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */
    color: #000000;
}

.auts_b3_wrapper_right {
    display: flex;
    flex-direction: column;
    width:50%;
    align-items: flex-end;
}

.auts_b3_wrapper_right_item {
    margin-bottom:65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.auts_b3_wrapper_right_item > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.auts_b3_wrapper_right_item  > p {
    padding-bottom:0px;
}
.auts-b4-ri-top {
    margin-bottom:20px;
    width:305px;
    height:145px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
}
.auts-b4-ri-top2 {
    margin-bottom:20px;
    width:375px;
    height:145px;
    border: 2px solid #000000;
    font-weight: 500;
font-size: 22px;
line-height: 150%;
}
.auts-b4-ri-top3 {
    margin-bottom:20px;
    width:445px;
    height:145px;
    border: 2px solid #000000;
    font-weight: 500;
font-size: 22px;
line-height: 150%;
}
.auts-b4-ri-bot {
    width:515px;
    height:145px;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    font-weight: 500;
font-size: 22px;
line-height: 150%;
}


/* auts block 4 */
.auts_b4_wrapper {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    padding-right: 20px;
}
.auts_b4_wrapper h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 130%;
    /* or 44px */
    color: #000000;
}
.auts_b4_wrapper p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */
    color: #000000;
}

.auts_b4_wrapper_left {
    width:30%;
}

.auts_b4_wrapper_right {
    width:60%;
}

/* skills block 5 */

.auts_b5_wrapper {
    display:flex;
    flex-wrap: wrap;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    justify-content: space-between;
}
.auts_b5_wrapper_item {
    background: #E9F5F8;
    height:232px;
    width:32%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:30px;
    padding:30px 40px;
    box-sizing: border-box;
}

.auts_b5_wrapper_item > hr {
    height:2px;
    width:165px;
    background-color: #000;
    border: 0px;
}

.auts_b5_wrapper_item > h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.auts_b5_wrapper_item > span {
    font-size: 22px;
    line-height: 33px;
}

.m-b-24 {
    margin-bottom:28px;
}

.m-t-24 {
    margin-top:28px;
}

.auts_b5_cycl_logo {
    position: absolute;
    top:40px;
    right:40px;
}

/* aut 6 block*/

.page-bl-a-2 {
    background: #F6F6F6;
    padding:145px 0px;
}

.auts_b6_wrapper {
    display:flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;
    min-width: 260px;
    max-width: 1410px;
    width: auto;
    margin: 0 auto;
}
.auts_b6_wrapper_left  > h2{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
}
.auts_b6_wrapper_right {
    width: 60%;
    text-align: left;
}
.auts_b6_wrapper_item {
    width:32%;
    display:flex;
    align-items: center;
    height:150px;
}

.auts_b6_wrapper_item_left {
    display: flex;
    align-items: center;
    width: 90px;
    height:100%;
    font-size: 88px;
    padding:0px 20px;
}
.auts_b6_wrapper_item_right {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    padding:22px;
}

.auts_b6_wrapper_item_right > p{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-align: left;
    padding-bottom:0px;
}


/* aut 7 block*/

.auts_b7_wrapper {
    display:flex;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.auts_b7_wrapper_left > h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 51px;
}
.auts_b7_wrapper_item {
    height:668px;
    padding:65px 50px;
    box-sizing: border-box;
    background: #F6F6F6;
    width:49%;
}

.auts_b7_wrapper_item > h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.auts_b7_wrapper_item > p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
}

.auts_b7_wrapper_item_intro_item {
    margin-top:24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}

.auts_b7_wrapper_item_intro_item span {
    width:92%;
}

.aut-but {
    width:298px;
    height:69px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0px;
}


/* aut 8 block*/

.auts_b8_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom:160px;
}

.auts_b8_wrapper_right {
    width:60%;
}

.auts_b8_wrapper_left > h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    width: 550px;
}

.auts_b8_wrapper_right .m-b-64 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
}

.auts_b8_wrapper_item {
    width:150px;
}
.auts_b8_wrapper_item > span {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    margin-top:22px;
}


/* CARRER */

.car_b1_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.car_b1_wrapper .car_b1_left {
    width: 800px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}


.car_b1_left_title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 65px;
    color: #000000;
    margin: 24px 0px 36px 0px;
}

.car_b1_left_text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

.car_b1_wrapper .car_b1_right {
    display:flex;
    flex-direction: column;
    box-sizing: border-box;
}

.car_b1_count {
    width:32px;
    height:32px;
    background: #2EC6DD;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    margin-left:10px;
}


/* b2 */

.page-bl-a-car2 {
    box-sizing: border-box;
    background-attachment: fixed;
    padding: 150px 0px;
    height:500px;
}

.car_b2 {
    max-width: 1410px;
    color:#fff;
    text-align: left;
    margin: 0 auto;
}

.car_b2 > h1 {
    color:#fff;
}

.car_b2 > p {
    padding-bottom: 0px;
}

/* b3 */
.car_b3_wrapper {
    width:100%;
    padding: 150px 0px;
}

.car_b3_left {
    width:50%;
}

.car_b3_right {
    width:50%;
}

.car_b3_left > h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 65px;
    color: #000000;
}

.car_b3_right > p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

/* b4 */

.page-bl-a-car4 {
    background-color: #F6F6F6;
    box-sizing: border-box;
    padding: 150px 0px;
    height:358px;
}

.car_b4 {
    max-width: 1410px;
    text-align: left;
    margin: 0 auto;
}

.car_b4 > h2 {
    font-size: 54px;
    line-height: 65px;
}

/* b5 */

.page-bl-a-car5 {
}

/* b6 */

.car6-post-item {
    padding:30px 0px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
}

.page-bl-a-car6 > p {
    margin-bottom:54px;
}

.page-bl-a-car6 > a {
    color: #000;
}
.car6-first {
    border-top: 1px solid #e6e6e6;
}

/* reviews */

.emp_review {
    padding:35px;
    background: #F6F6F6;
    height:100%;
}

.emp_review_ava > img {
    width:100px;
    height:100px;
    margin-right:22px;
}

.emp_review_small {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}

.emp_review_b {
    font-weight: 700;
font-size: 18px;
line-height: 22px;
color:#000 !important;
}

.emp_swipe_but {
    opacity: 1 !important;
}

.emp_review > h4 {
    font-weight: 700;
font-size: 22px;
line-height: 36px;
margin-bottom:22px;
}

.emp_review > p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom:35px;
    overflow: hidden !important;
    height: 178px !important;
    min-height: 178px !important;
}


/* CARRER */

.m-t-au {
    margin-top:auto;
}

.h2-des {
    font-weight: 700;
font-size: 48px;
line-height: 72px;
}

.d-f {
    display: flex;
}

.m-t-au {
    margin-top:auto;
}

.m-b-0 {
    margin-bottom:0px !important;
    padding-bottom: 0px !important;
}

.f-wr {
    flex-wrap: wrap;
}

.m-b-36 {
    margin-bottom:36px;
}

.m-b-16 {
    margin-bottom:16px;
}

.d-f-a-c {
    display: flex;
    align-items: center;
}
.d-f-a-c-j-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-f-a-c-j-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-f-j-sp {
    display: flex;
    justify-content: space-between;
}

.d-f-co {
    display: flex;
    flex-direction: column;
}
.m-t-80 {
    margin-top:80px;
}
.m-t-70 {
    margin-top:70px;
}
.m-t-175 {
    margin-top:175px;
}
.m-b-64 {
    margin-bottom: 64px;
}
.m-b-168 {
    margin-bottom: 168px;
}
/* Plan end */


/* NEW DESIGN STYLE END */

@media screen and (max-width: 1470px) {
    .page-bl-a {
        max-width: 1130px;
        padding-left: 155px;
        padding-right: 155px;
    }
  
     .auts_b1_right {
        width: 625px !important;
        border: 10.2405px solid #E9F5F8 !important;
        box-sizing: border-box !important;
        border-radius: 230px 0px 0px 0px !important;
        padding: 19px !important;
    }
    .auts_b1_right > img {
        width: 591px !important;
        height: 463px !important;
    }
    .auts_b1_left_header {
        font-size:18px;
        line-height: 25px;
    }
    .auts_b1_left_title {
        font-size: 56px;
        line-height: 78px;
    }
    .auts_b1_left_text {
        font-size: 18px;
        line-height: 27px;
        /* or 27px */
    }
    .aut-but {
        width:260px;
        height: 60px;
        font-size: 18px;
        line-height: 27px;
        margin-top:auto;
    }

    .auts_b4_wrapper p {
        font-size: 18px;
        line-height: 27px;
    }

    .auts_b2_wrapper_left > h2 {
        font-size: 38px;
        line-height: 57px;
    }
    .auts_b2_wrapper_left > p {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 0px;
    }

    .auts_b2_wrapper_right_item > img {
        height:105px;
        width:105px;
    }

    .auts_b2_wrapper_right_item_sub > span {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 16px;
    }

    .auts_b2_wrapper_right_item_sub > p {
        font-size: 18px;
        line-height: 27px;
    }
    .auts_b2_wrapper_right_item {
        margin-bottom: 40px !important;
    }

    .auts_b3_wrapper_left  {
        padding: 46px 0px !important;
    }

    .auts_b3_wrapper_left > h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .auts_b3_wrapper {
        padding: 0px 63px 0px 80px;
        height:512px;
    }

    .auts_b3_wrapper_left > p {
        font-size: 18px;
        line-height: 27px;
    }

    .auts_b3_wrapper_right_item > p {
        font-size: 18px;
        line-height: 27px;
    }
    .auts-b4-ri-top,.auts-b4-ri-top2,.auts-b4-ri-top3,.auts-b4-ri-top4 {
        height:115px;
    }

    .m-t-185 {
        margin-top:145px !important;
    }

    .m-t-175 {
        margin-top:135px !important;
    }

    .m-t-155 {
        margin-top:108px;
    }

    .page-bl-a-2 {
        padding: 94px 155px !important;
    }

    .auts_b6_wrapper_right > p {
        font-size: 18px;
        line-height: 27px;
    }

    .auts_b6_wrapper_item {
        height:135px;
    }

    .auts_b6_wrapper_item_right > p {
        font-size:18px !important;
        line-height: 27px;
        padding-bottom:0px !important;
    }
    .auts_b7_wrapper_item {
        height:594px;
        padding:45px 30px;
    }

    .auts_b7_wrapper_item > h3 {
        font-size: 22px;
        line-height: 33px;
    }

    .auts_b7_wrapper_item > p {
        font-size: 18px;
        line-height: 27px;
    }

    .auts_b7_wrapper_item_intro_item {
        margin-top:30px;
    }

    .auts_b7_wrapper_item_intro_item span {
        font-size: 18px;
        line-height: 27px;
    }

    .auts_b8_wrapper_right {
        width:48% !important;
    } 

    .auts_b8_wrapper_left > h2 {
        font-size: 38px;
        line-height: 53px;
    }

    .auts_b8_wrapper_right .m-b-64 {
        font-size: 18px;
        line-height: 27px;
    }

    .auts_b8_wrapper_item {
        width:126px;
    }

    .auts_b8_wrapper_item > span {
        font-size:20px;
    }

    .site-header {
        font-size:15px;
    }

    .page-bl-a-car2 {
        padding:130px 155px !important
    }
    .page-bl-a-car4, .page-bl-a-car4 {
        padding:130px 155px !important
    }


}



.m-t-50 {
    margin-top:50px;
}
.m-t-145 {
    margin-top:145px;
}

@media screen and (max-width: 1470px) {
    .auts_b3_wrapper_left  {
        padding: 32px 0px !important;
    }
}
@media screen and (max-width: 840px) {
    .auts_b1_wrapper {
        flex-wrap: wrap-reverse;
    }
    .auts_b8_wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    .medium-img,
    .small-img {
        max-width: 70%;
    }
  
}

.scroll-box {
    position: relative;
    top: 0;
}

@media screen and (max-width: 640px) {
    
    body .scroll-box {
        position: static !important;
        top: 0 !important;
    }
}

.img-full-width img {
    width: 100%;
    height: auto;
}

.blog-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    height: 615px;
    margin-bottom: 30px;
    position: relative;
}

.blog-item .wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
}

.blog-item .txt {
    display: block;
    text-align: left;
    color: #fff;
    padding: 25px;
    position: relative;
    z-index: 2;
}

.blog-item .txt .blog-head {
    min-height: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
}

.blog-item .txt .h-1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
}

.blog-item .txt .blog-body {
    min-height: unset;
}

.blog-item .txt .blog-body p {
    max-width: unset;
    height: unset;
    width: 60%;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
}

.half-item.line-3 a {
    width: calc(50% - 15px);
}

.blog-wrap+.pagination {
    top: 0;
}

.half-item {
    display: flex;
    justify-content: space-between;
}

.half-item .blog-item .txt .h-1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

.half-item .blog-item .txt .blog-body p {
    max-width: unset;
    height: unset;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
}

.half-item .blog-item .txt .blog-body p.excerpt {
    max-height: 108px;
}

.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 70%;
    text-align: left;
}

.cookies .page-bl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies .btn {
    margin: 0;
}

.cookies .btn button {
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
}

.swiper-reviews .swiper-slide {
    width: 491px;
    padding-right: 0;
}

.swiper-emp-reviews .swiper-slide {
    width: 687px;
    padding-right: 0;
    height: 469px !important;
    min-height: 469px !important;
    box-sizing: border-box;
}

@media screen and (max-width: 1920px) {
    .half-item.line-1 a:first-child,
    .half-item.line-2 a:last-child,
    .half-item.line-3 a:first-child {
        width: calc(60% - 15px);
    }
    .half-item.line-1 a:last-child,
    .half-item.line-2 a:first-child,
    .half-item.line-3 a:last-child {
        width: calc(40% - 15px);
    }
}

@media screen and (max-width: 1560px) {
    .txt-row.col-5 {
        margin-right: 0;
    }
}

@media screen and (max-width: 1460px) {
    body {
        font-size: 17.637px;
        line-height: 29px;
        letter-spacing: -0.192403px;
    }
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    div[class^="col-md"] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .fl-row {
        margin: 0 -12px;
    }
    .col {
        padding: 0 12px;
    }
    .page-bl {
        max-width: 1280px;
        padding-left: 59px;
        padding-right: 59px;
    }

    .site-header .btn {
        min-width: 155px;
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.264169px;
    }
    .site-content {
        /*padding-top: 107px;*/
    }
    .site-content p {
        padding-bottom: 29px;
    }
    .site-content ol,
    .site-content ul {
        margin: 0 0 29px 24px;
    }
    .site-content ol ol,
    .site-content ol ul,
    .site-content ul ol,
    .site-content ul ul {
        margin-bottom: 0;
    }
    .site-footer {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
    }
    .site-footer .page-bl {
        max-width: 1062px;
    }
    .site-footer .fl-row {
        margin: 0;
    }
    .site-footer .col {
        padding-left: 0;
        padding-right: 0;
    }
    .site-footer .logo-wrap {
        position: relative;
        top: -12px;
        width: auto;
        padding: 0;
    }
    .foot-sub ul:first-child {
        padding-left: 56px;
    }
    .h-1-m {
        font-size: 57.7797px;
        line-height: 70px;
        letter-spacing: 0.280873px;
    }
    .h-2 {
        font-size: 28.8605px;
        line-height: 29px;
        padding: 0 0 26px 0;
    }
    .h-3 {
        font: 20.8437px Inter, Arial;
        line-height: 27px;
        letter-spacing: 0.270685px;
        padding: 0 0 26px 0;
        margin: 0;
    }
    .h-4 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.35px;
    }
    .btn {
        min-width: 138px;
        min-height: 40px;
        font-size: 13.6424px;
        line-height: 20px;
        letter-spacing: -0.264169px;
        padding: 10px;
        margin-bottom: 29px;
    }
    .tags {
        font-size: 11.2235px;
        line-height: 16px;
        letter-spacing: -0.211779px;
        padding: 0 0 1px 0;
        margin: 0 0 0 -6px;
    }
    .tag {
        min-width: 63px;
        font-size: 11.2235px;
        line-height: 16px;
        padding: 0 12px;
        margin: 0 0 8px 6px;
        -moz-border-radius: 3.20672px;
        -webkit-border-radius: 3.20672px;
        border-radius: 3.20672px;
    }
    .tag.mg {
        min-width: 106px;
    }
    .inf-view {
        padding-left: 18px;
    }
    .inf-view::before {
        width: 14px;
        height: 10px;
        margin-top: -6px;
        background-size: 100% auto !important;
    }
    .soc-bl {
        padding: 6px 0 12px 0;
    }
    .soc-btn {
        min-width: 107px;
        height: 27px;
        font-size: 9.19616px;
        line-height: 10px;
        letter-spacing: -0.142902px;
        padding: 9px 0 8px 0;
        margin: 0 5px 5px 0;
    }
    .soc-btn .icon {
        min-width: 10px;
        height: 11px;
        line-height: 11px;
        margin-right: 2px;
    }
    .soc-btn .icon img {
        max-height: 11px;
    }
    .blog-box {
        margin-bottom: 101px;
    }
    .blog-box .txt {
        height: 481px;
        padding-top: 40px;
        padding-left: 40px;
        margin-right: 51.4%;
    }
    .blog-box .txt::before {
        border-left-width: 120px;
        border-right-width: 120px;
    }
    .blog-box .tags {
        max-width: 300px;
    }
    .blog-box .h-1 {
        max-width: 640px;
        min-height: 161px;
        max-height: 184px;
        font-size: 38.4806px;
        line-height: 47px;
        letter-spacing: 0.280588px;
        padding: 0 !important;
        margin: 0 0 10px 0;
    }
    .blog-head {
        min-height: 86px;
        font-size: 11.2235px;
        line-height: 100%;
        letter-spacing: -0.211779px;
        padding-bottom: 0;
    }
    .blog-head p {
        padding: 0 14px 16px 0;
    }
    .blog-body {
        min-height: 316px;
    }
    .blog-body p {
        max-width: 340px;
        height: 116px;
    }
    .blog-box.medium .txt {
        padding: 24px 0 16px 24px;
        margin-right: 58%;
    }
    .blog-box.medium .h-1 {
        max-width: 280px;
        margin-bottom: 27px;
    }
    .blog-box.medium .blog-body {
        padding-bottom: 14px;
    }
    .blog-box.medium .blog-body p {
        max-width: 300px;
    }
    .blog-box.medium .btn {
        min-width: 138px;
    }
    .blog-box.medium .blog-head {
        min-height: 75px;
    }
    .blog-box.sm .h-1 {
        max-width: 420px;
    }
    .banner-bl {
        margin-bottom: 101px;
    }
    .banner-bl img {
        height: 521px;
    }
    .article-about-head {
        padding: 0 0 17px 0;
    }
    .article-about-head .blog-head {
        min-height: 100px;
    }
    .article-about-head .blog-box .txt {
        margin-right: 57.8%;
    }
    .article-about-head .blog-box .txt::before {
        border-left-width: 202px;
        border-right-width: 202px;
    }
    .article-about-head .blog-body,
    .article-about-head .blog-head {
        min-width: 640px;
    }
    .article-about-head .blog-box .h-1 {
        min-height: 124px;
    }
    .article-about img {
        margin: 29px 0;
    }
    .article-nav {
        padding: 36px 16px 18px 16px;
    }
    .article-nav ul li {
        padding: 0 0 18px 25px;
    }
    .article-nav ul a::before {
        top: 13px;
        width: 7px;
    }
    .article-nav ul+.subscr-bl {
        padding-top: 31px;
    }
    .subscr-bl {
        font-size: 12.8269px;
        line-height: 14px;
    }
    .subscr-bl p {
        padding: 0 0 19px 0;
    }
    .subscr-form input[type="email"] {
        height: 40px;
        font-size: 12.8269px;
        line-height: 14px;
        padding: 12px 42px 12px 22px;
    }
    .subscr-form .subscr-btn {
        width: 40px;
        background-size: auto 14px;
    }
    .soc-box {
        padding: 31px 16px 5px 16px;
        border-top-width: 9px;
    }
    .soc-box .h-3 img {
        top: -2px;
        max-width: 28px;
        max-height: 33px;
        margin: 0 4px 0 0;
    }
    .box-photos {
        font-size: 14.4302px;
        line-height: 19px;
        padding: 8px 0 17px 0;
        margin: 0;
    }
    .box-photos span {
        padding: 0 0 8px 0;
    }
    .box-photos ul {
        max-width: 300px;
        margin: 0 0 0 -8px !important;
    }
    .box-photos li {
        width: 40px;
        height: 40px;
        margin: 0 0 8px 8px;
    }
    .soc-box .btn {
        min-width: 159px;
        font-size: 13.6286px;
        line-height: 20px;
        letter-spacing: -0.211779px;
    }
    .more-bl .h-1 {
        font-size: 38.4806px;
        line-height: 47px;
        letter-spacing: 0.280588px;
        padding-bottom: 86px;
    }
    .project-form {
        padding: 60px 0 0 0;
    }
    .project-form .h-1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.35px;
        padding: 0 0 50px 0;
    }
    .about-bl {
        padding: 0 0 80px 0;
    }
    .about-bl.main {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
        max-width: 528px;
    }
    .about-bl.text {
        max-width: 980px;
    }
    .about-img {
        padding-bottom: 37px;
    }
    .about-s {
        display: block;
        padding: 0 0 21px 0;
    }
    .about-s .h-1 {
        min-width: 0;
        max-width: 100%;
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.35px;
        padding: 0 0 50px 0;
    }
    .about-s .txt {
        padding: 0;
    }
    .about-s+.users-wrap {
        padding-top: 50px;
    }
    .about-s+.brands-row {
        margin-top: 0;
    }
    .about-s.lg .col {
        max-width: 33.33%;
    }
    .users-wrap {
        padding-bottom: 122px;
        margin: 0 -10px;
    }
    .users-wrap .col {
        padding: 0 10px;
    }
    .user-info {
        min-height: 127px;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.264169px;
        padding: 13px;
        margin: 0 0 27px 0;
    }
    .user-info .photo {
        width: 93px;
        height: 126px;
        margin-right: 20px;
    }
    .user-info .h-4 {
        padding: 0 0 15px 0;
    }
    .user-info p {
        padding-bottom: 8px;
    }
    .user-info .soc-nav {
        padding: 0;
    }
    .portfolio-wrap {
        padding-bottom: 0;
    }
    .about-area-txt+.project-form,
    .portfolio-wrap+.project-form {
        padding-top: 60px;
    }
    .portfolio-wrap .fl-row {
        margin: 0 -37px;
    }
    .portfolio-wrap .col {
        padding: 0 37px;
    }
    .portfolio-wrap .btns-bl {
        top: 0;
        padding: 50px 0 121px 0;
    }
    .portf-bl {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
        padding: 0 0 50px 0;
    }
    .portf-bl .m-img {
        margin: 0 0 20px 0;
    }
    .portf-bl .m-img a::after {
        width: 61px;
        height: 61px;
        background-size: auto 20px;
    }
    .portf-bl .h-1,
    .portf-bl .h-2 {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.35px;
        padding: 0 0 20px 0;
    }
    .portf-bl p {
        padding: 0;
    }
    .order-banner {
        min-height: 193px;
        font-size: 14.9478px;
        line-height: 24px;
        letter-spacing: -0.163067px;
        margin: 0 0 150px 0;
    }
    .order-banner .bl {
        padding: 10px 33px;
    }
    .order-banner p {
        min-height: 45px;
        padding: 0 0 10px 0;
    }
    .order-banner strong {
        font-size: 32.6133px;
        line-height: 39px;
        letter-spacing: 0.237805px;
        padding: 0 0 27px 0;
    }
    .contacts-wrap {
        font-size: 22px;
        line-height: 36px;
        padding: 0 0 75px 0;
    }
    .contacts-wrap .col-md-m {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 28px;
    }
    .contacts-wrap .col-md-s {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 28px;
    }
    .contacts-form {
        max-width: 596px;
        padding: 0;
    }
    .contacts-form .btn {
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        padding: 10px;
    }
    .contacts-form .col:nth-child(n+2) {
        max-width: 174px;
        text-align: right;
    }
    .contacts-form .file-inp {
        margin-left: auto;
    }
    .contacts-user .h-2 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0;
        padding: 0 0 10px 0;
    }
    .contacts-user .mess-nav {
        padding: 23px 0 0 0;
    }
    .contacts-user .mess-nav li {
        padding-right: 4px;
    }
    .col-md-s .contacts-bl p {
        margin-right: 0;
    }
    .project-form .contacts-wrap {
        padding-bottom: 53px;
    }
    .project-form .contacts-wrap .col-md-s {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding-right: 50px;
    }
    .project-form .contacts-wrap .col-md-m {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }
    .project-form .contacts-wrap .h-4 {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.35px;
        padding: 0 0 24px 0;
    }
    .project-form .contacts-form {
        max-width: 100%;
    }
    .site-inf {
        padding-bottom: 100px;
    }
    .steps-about {
        padding: 50px 0;
    }
    .more-works+.project-form {
        padding-top: 50px;
    }
    .text-result {
        margin-top: -107px;
    }
    .area-about .about-s {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
    }
    .area-about .inf-bl {
        max-width: 290px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.163067px;
    }
    .area-about .about-s p {
        max-width: 890px;
    }
    .area-about .vacancy {
        font-size: 18.8937px;
        line-height: 31px;
        letter-spacing: -0.206113px;
    }
    .area-about .portf p {
        max-width: 550px;
    }
    .text-desktop {
        display: none;
    }
    .text-tablet {
        display: block;
    }
    .about-s.lg {
        display: flex;
    }
    .area-about .brands-about {
        display: flex;
    }
    .area-about .brands-about .h-1 {
        min-width: 22.62%;
        max-width: 22.62%;
        padding-right: 10%;
    }
    .area-about .brands-about p {
        max-width: 630px;
    }
    .about-area-txt {
        padding: 0 0 130px 0;
    }
    .about-area-txt.pb-0 {
        padding-bottom: 0;
    }
    .about-area-txt .more-txt:last-child {
        padding-bottom: 0;
    }
    .about-area-txt .about-s {
        padding-bottom: 70px;
    }
    .about-area-txt .about-btns {
        padding-bottom: 110px;
    }
    .about-area-txt .about-s .about-btns {
        padding-bottom: 0;
    }
    .about-area-txt .swiper-m-wrap {
        position: relative;
        top: 15px;
        margin-top: 0 !important;
        margin-bottom: 53px;
    }
    .about-area-txt .h-1 {
        max-width: 100%;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.35px;
    }
    .about-area-txt .h-2 {
        max-width: 100%;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.35px;
        padding: 0 0 26px 0;
    }
    .about-s.mg .h-1,
    .about-s.mg .h-2 {
        max-width: 100%;
    }
    .about-area-txt .portf-bl .h-1,
    .about-area-txt .portf-bl .h-2 {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.35px;
        padding: 0 0 20px 0;
    }
    .about-s .h-1.hide,
    .about-s .h-2.hide {
        display: none !important;
    }
    .more-works .desktop-bl {
        display: none;
    }
    .more-works .mobile-bl {
        display: block;
    }
    .more-works .portf-bl .m-img {
        max-height: 227px;
    }
    .more-txt img {
        margin-top: 60px;
    }
    .area-contacts {
        padding-top: 44px;
    }
    .swiper-m-wrap {
        margin-bottom: 80px;
        margin-top: -21px;
    }
    .swiper-m-wrap .swiper-pagination {
        top: 80px;
        padding-left: 24px;
        width: calc(100% - 482px);
    }
    .swiper-m-wrap .swiper-pagination-bullet {
        width: 96px;
        margin: 0 24px 10px 0;
    }
    .swiper-m-wrap .swiper-pagination-bullet-active::after {
        right: 0;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        bottom: 91px;
        width: 72px;
        height: 72px;
    }
    .swiper-m-wrap .swiper-button-next::after,
    .swiper-m-wrap .swiper-button-prev::after {
        background-size: auto 23px;
    }
    .sw-m-bl {
        height: 521px;
        padding: 83px 24px 0 24px;
        margin: 90px 0 91px 0;
    }
    .sw-m-bl .h-1 {
        font-size: 38.5198px;
        line-height: 47px;
        letter-spacing: 0.280873px;
        padding: 0 0 13px 0;
    }
    .sw-img {
        width: 482px;
    }
    .sw-m-bl .txt {
        max-width: 570px;
        min-height: 358px;
    }
    .sw-m-bl .btn {
        min-width: 190px;
    }
    .swiper-reviews .swiper-button-next,
    .swiper-reviews .swiper-button-prev {
        top: 50%;
        bottom: auto;
        margin-top: -36px !important;
    }
    .swiper-price {
        margin-bottom: 50px;
    }
    .about-s+.swiper-price {
        top: 0;
    }
    .swiper-m-wrap.gallery {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
    .swiper-m-wrap.gallery .swiper-slide {
        width: 475px;
    }
    .blog-box.medium .blog-body p {
        max-width: 284px;
    }
    .area-about .vacancy {
        padding-bottom: 122px;
    }
    .pt-tablet-0 {
        padding-top: 0 !important;
    }
    .pb-tablet-0 {
        padding-bottom: 0 !important;
    }
    .ptb-tablet-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .mt-tablet-0 {
        margin-top: 0 !important;
    }
    .mb-tablet-0 {
        margin-bottom: 0 !important;
    }
    .mtb-tablet-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .jobs_item {
        height: 446px;
        padding: 44px 15px;
    }
    .jobs_item>h2 {
        margin: 50px 0px 40px;
        font-size: 26px;
    }
    .jobs_item>p {
        font-size: 16px;
        line-height: 24px;
    }
    .advantages_item {
        height: 350px;
        box-shadow: none;
        border: 2px solid #EFF0F8;
    }
}

@media screen and (max-width: 1300px) {
    .page-bl {
        padding-left: 17px;
        padding-right: 17px;
    }
    .area-contacts {
        padding-top: 44px;
    }
    .area-contacts .contacts-form {
        padding-top: 12px;
    }
    .text-result {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
    }
    .about-bl.home .h-1 {
        max-width: 940px;
    }
    .about-bl.home p {
        max-width: 800px;
    }
    .about-bl.main {
        max-width: 428px;
    }
    .txt-row.col-5 {
        top: 0;
        margin-top: 0;
        margin-right: 0;
    }
    .txt-row.col-5 .col {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .half-item.line-1 a:first-child,
    .half-item.line-1 a:last-child,
    .half-item.line-2 a:first-child,
    .half-item.line-2 a:last-child,
    .half-item.line-3 a:first-child,
    .half-item.line-3 a:last-child {
        width: calc(50% - 15px);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .blog-item .txt .h-1 {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 1200px) {
    .head-info #tels-bl {
        display: inline-block;
    }
    .head-info .desktop-bl {
        display: none;
    }
    .foot-sub ul,
    .foot-sub ul:first-child {
        padding-left: 20px;
    }
    .project-form .contacts-wrap .col-md-s {
        padding-right: 40px;
    }
    .article-about img.aligncenter,
    .article-about img.size-full {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1180px) {
    .contacts-user .h-2 {
        white-space: normal;
    }
}

@media screen and (max-width: 960px) {
    [class^="mobile-"] {
        display: block !important;
    }
    [class^="desktop-"] {
        display: none !important;
    }
    .page-bl {
        max-width: 760px;
    }
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    div[class^="col-md"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    .fl-row {
        margin: 0 -8px;
    }
    .col {
        padding: 0 8px;
    }
    .site-header {
        min-height: 73px;
    }
    .site-header .fl-row {
        min-height: 73px;
        padding-right: 54px;
    }
    .site-header .btn {
        min-width: 133px;
        min-height: 32px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.264169px;
        padding: 6px 10px;
    }
    .site-header .logo-wrap {
        padding-left: 5px;
        padding-right: 0;
    }
    .head-info .desktop-bl {
        display: none;
    }
    .site-content {
        padding-top: 56px;
        padding-bottom: 0;
    }
    .site-content p {
        padding-bottom: 19px;
    }
    .site-content ol,
    .site-content ul {
        margin: 0 0 19px 24px;
    }
    .site-content ol ol,
    .site-content ol ul,
    .site-content ul ol,
    .site-content ul ul {
        margin-bottom: 0;
    }
    .site-footer {
        height: auto !important;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
        padding: 0;
        margin: 0 !important;
    }
    .site-footer .page-bl {
        padding-top: 37px;
        padding-bottom: 33px;
    }
    .site-footer .logo-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        padding: 0;
    }
    .site-footer .h-1 {
        min-height: 88px;
        font-size: 36px;
        line-height: 44px;
        padding: 0 0 68px 0;
    }
    .site-footer .soc-nav {
        margin-left: -24px !important;
    }
    .site-footer .soc-nav li {
        padding-left: 24px;
    }
    .foot-main {
        position: relative;
        height: auto;
        padding-top: 124px;
    }
    .foot-sub .fl-row {
        display: block;
    }
    .foot-sub p {
        max-width: 320px;
    }
    .foot-sub ul,
    .foot-sub ul:first-child {
        padding-left: 124px;
    }
    .foot-nav-wrap {
        padding: 0 0 45px 0;
        margin-left: -124px;
    }
    .foot-nav {
        text-align: left;
    }
    .h-1-m {
        font-size: 37.5149px;
        line-height: 45px;
        letter-spacing: 0.182364px;
    }
    .h-1 {
        padding-bottom: 91px;
    }
    .h-2 {
        font: 19px Inter, Arial;
        line-height: 100%;
        letter-spacing: -0.127257px;
        padding: 0 0 11px 0;
        margin: 0;
    }
    .h-3 {
        font-size: 13.7862px;
        line-height: 18px;
        letter-spacing: 0.179034px;
        padding-bottom: 15px;
    }
    .tags {
        font-size: 7.42334px;
        line-height: 8px;
        letter-spacing: -0.140073px;
        padding: 0 0 1px 0;
        margin: 0 0 0 -4px;
    }
    .tag {
        min-width: 41px;
        font-size: 7.42334px;
        line-height: 10px;
        padding: 0 8px;
        margin: 0 0 6px 4px;
        -moz-border-radius: 2.12095px;
        -webkit-border-radius: 2.12095px;
        border-radius: 2.12095px;
    }
    .tag.mg {
        min-width: 69px;
    }
    .inf-view {
        padding-left: 11px;
    }
    .inf-view::before {
        width: 10px;
        height: 10px;
        margin-top: -6px;
        background-size: 100% auto;
    }
    .btn {
        min-width: 90px;
        min-height: 26px;
        font-size: 9.01406px;
        line-height: 10px;
        padding: 8px 10px;
        margin-bottom: 19px;
    }
    .blog-box {
        margin-bottom: 65px;
    }
    .blog-box .txt {
        height: 318px;
        padding-top: 26px;
        padding-left: 26px;
        margin-right: 50%;
    }
    .blog-box .tags {
        max-width: 200px;
    }
    .blog-box .h-1 {
        min-height: 104px;
        max-height: 124px;
        font-size: 25.4515px;
        line-height: 31px;
        letter-spacing: 0.185584px;
        padding: 0 !important;
        margin: 0 0 10px 0;
    }
    .blog-head {
        min-height: 56px;
        font-size: 7.42334px;
        line-height: 8px;
        letter-spacing: -0.140073px;
        padding-bottom: 0;
    }
    .blog-head p {
        padding: 0 14px 16px 0;
    }
    .blog-body {
        min-height: 200px;
    }
    .blog-body p {
        max-width: 222px;
        height: 76px;
    }
    .blog-body,
    .blog-head {
        min-width: 240px;
    }
    .blog-box .txt::before {
        margin-top: -200px;
        border-width: 200px;
        border-left-width: 69px;
        border-right-width: 69px;
    }
    .blog-box.medium .blog-head {
        min-height: 49px;
    }
    .blog-box.medium .blog-head p {
        padding-bottom: 6px;
    }
    .blog-box.medium .blog-body {
        padding-bottom: 0;
    }
    .blog-box.medium .txt {
        padding: 16px 0 10px 16px;
    }
    .blog-box.medium .txt::before {
        border-left-width: 70px;
        border-right-width: 70px;
    }
    .blog-box.medium .blog-body p {
        max-width: 200px;
    }
    .blog-box.medium .btn {
        min-width: 90px;
        margin: 12px 0 0 0;
    }
    .blog-box.medium .h-1 {
        max-width: 190px;
        margin-bottom: 18px;
    }
    .blog-box.medium.sm .h-1 {
        max-width: 420px;
    }
    .blog-box.medium.sm .blog-body {
        min-width: 270px;
    }
    .banner-bl {
        margin-bottom: 65px;
    }
    .banner-bl img {
        height: 344px;
    }
    .article-about-head {
        padding: 0 0 16px 0;
    }
    .article-about-head .blog-box .txt::before {
        border-left-width: 114px;
        border-right-width: 114px;
    }
    .article-about-head .blog-body,
    .article-about-head .blog-head {
        min-width: 340px;
    }
    .article-about-head .blog-head {
        min-height: 66px;
    }
    .article-about-head .blog-box .h-1 {
        min-height: 80px;
    }
    .article-about-head .blog-box .txt {
        margin-right: 55%;
    }
    .article-about {
        padding-bottom: 36px;
    }
    .article-about img {
        margin: 19px 0;
    }
    .article-nav {
        padding: 24px 10px 18px 10px;
    }
    .article-nav ul li {
        padding: 0 0 13px 16px;
    }
    .article-nav ul a::before {
        top: 8px;
        width: 5px;
        height: 1px;
    }
    .article-nav ul+.subscr-bl {
        padding-top: 18px;
    }
    .subscr-bl {
        font-size: 8.48382px;
        line-height: 10px;
        margin: 0;
    }
    .subscr-bl p {
        padding: 0 0 13px 0;
    }
    .subscr-form {
        margin: 0 0 20px 0;
    }
    .subscr-form input[type="email"] {
        height: 26px;
        font-size: 8.48382px;
        line-height: 10px;
        padding: 9px 30px 8px 14px;
    }
    .subscr-form .subscr-btn {
        width: 27px;
        background-size: 10px auto;
    }
    .soc-box {
        padding: 20px 10px 12px 10px;
        border-top-width: 5px;
    }
    .soc-box .btn {
        min-width: 105px;
        min-height: 26px;
        font-size: 9.01406px;
        line-height: 10px;
        letter-spacing: -0.140073px;
        padding: 8px 10px;
        margin-bottom: 12px;
    }
    .soc-box .h-3 img {
        top: -1px;
        max-width: 19px;
        max-height: 22px;
        margin: 0 2px 0 0;
    }
    .box-photos {
        font-size: 9.5443px;
        line-height: 13px;
        letter-spacing: -0.127257px;
        padding: 5px 0 8px 0;
    }
    .box-photos span {
        padding: 0 0 5px 0;
    }
    .box-photos ul {
        max-width: 210px;
        margin-left: -5px !important;
    }
    .box-photos li {
        width: 27px;
        height: 27px;
        margin: 0 0 5px 5px;
    }
    .soc-bl {
        padding: 0 0 5px 0;
    }
    .soc-btn {
        min-width: 71px;
        height: 18px;
        font-size: 6.08243px;
        line-height: 10px;
        letter-spacing: -0.0945171px;
        padding: 4px 0 4px 0;
        margin: 0 3px 3px 0;
    }
    .soc-btn .icon {
        top: 0;
        min-width: 8px;
        height: 8px;
        line-height: 8px;
    }
    .soc-btn .icon img {
        max-height: 8px;
    }
    .more-bl .h-1 {
        font-size: 25.4515px;
        line-height: 31px;
        letter-spacing: 0.185584px;
        padding-bottom: 57px;
    }
    .about-bl {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 40px 0;
    }
    .about-bl .h-1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.35px;
        padding-bottom: 29px;
        font-weight: bold;
    }
    .about-bl .btn {
        min-width: 148px;
        min-height: 40px;
        font-size: 14.5997px;
        line-height: 20px;
        letter-spacing: -0.22687px;
        padding: 10px;
        /*margin-top: 35px;*/
        height: 50px;
    }
    .about-bl.main .btn {
        min-width: 173px;
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.264169px;
        margin-top: 5px;
    }
    .about-bl.main {
        max-width: 440px;
    }
    .about-img {
        padding-bottom: 30px;
    }
    .area-portfolio {
        padding-top: 44px;
    }
    .area-portfolio .project-form {
        padding-top: 205px !important;
    }
    .portfolio-wrap .fl-row {
        margin: 0 -6px;
    }
    .portfolio-wrap .col {
        padding: 0 6px;
    }
    .portfolio-wrap .btns-bl {
        top: -10px;
        padding: 0 0 70px 0;
    }
    .portfolio-wrap .btns-bl .btn {
        min-width: 112px;
        min-height: 32px;
        font-size: 10.962px;
        line-height: 12px;
        padding: 10px;
    }
    .portf-bl {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.163067px;
        padding: 0 0 44px 0;
    }
    .portf-bl .m-img {
        margin: 0 0 19px 0;
    }
    .portf-bl .m-img a::after {
        width: 58px;
        height: 58px;
        background-size: auto 18px;
    }
    .portf-bl .h-2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.35px;
        padding: 0 0 20px 0;
    }
    .portf-bl p {
        padding: 0;
    }
    .about-s {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
        padding: 0 0 32px 0;
    }
    .about-s .h-1 {
        padding-bottom: 25px;
    }
    .about-s .btn {
        min-width: 198px;
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        padding: 10px;
        margin: 26px 0 67px 0;
    }
    .about-s+.users-wrap {
        padding-top: 0;
    }
    .about-s+.brands-row {
        margin-top: 12px;
    }
    .t-small {
        display: block;
    }
    .t-big {
        display: none;
    }
    .read .t-small {
        display: none;
    }
    .read .t-big {
        display: block;
    }
    .read .mobile-bl {
        display: none;
    }
    .read-all {
        cursor: pointer;
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: -0.08px;
        line-height: 18px;
        vertical-align: top;
        text-transform: initial;
        text-decoration: underline;
    }
    .read-all:active,
    .read-all:hover {
        text-decoration: none;
    }
    .inf-bl {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.163067px;
        padding: 15px 0 34px 0;
    }
    .inf-bl .h-4 {
        top: 0;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.337647px;
        padding: 0 0 21px 0;
    }
    .users-wrap {
        padding: 0 0 23px 0;
    }
    .users-wrap .col {
        min-width: 330px;
    }
    .brands-row {
        padding: 0 0 84px 0;
    }
    .brands-row p {
        height: 99px;
        line-height: 98px;
    }
    .brands-row img {
        max-width: 80%;
        max-height: 52px;
    }
    .order-banner {
        display: none !important;
    }
    .reviews-wrap {
        padding: 0 0 100px 0;
    }
    .reviews-wrap .h-1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.35px;
        padding: 0 0 30px 0;
    }
    .reviews-wrap .swiper-box {
        margin: 0 !important;
    }
    .review-bl {
        min-height: 350px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.163067px;
        padding: 30px 20px 10px 20px;
    }
    .review-bl .h-4 {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.35px;
        padding: 0 0 12px 0;
    }
    .review-bl span {
        font-size: 13px;
        line-height: 14px;
        letter-spacing: -0.264169px;
        padding: 0 0 12px 0;
    }
    .area-contacts {
        padding-top: 20px;
    }
    .area-contacts .contacts-form {
        padding-top: 0;
    }
    .contacts-about {
        max-width: 630px;
    }
    .contacts-wrap {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 147px 0;
    }
    .contacts-wrap .row {
        display: block;
        margin: 0;
    }
    .contacts-wrap .col-md-m {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .contacts-wrap .col-md-s {
        display: none !important;
    }
    .contacts-wrap .h-1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.300582px;
        padding: 0 0 20px 0;
    }
    .contacts-user {
        position: relative;
        display: flex;
        min-height: 260px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.24px;
        align-items: center;
        padding: 0;
        margin: 13px 0 49px 0;
    }
    .contacts-user .photo {
        width: 313px;
        height: 260px;
        margin: 0 23px 0 0;
    }
    .contacts-user .h-2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 0.35px;
        padding: 0 0 9px 0;
    }
    .contacts-user .mess-nav {
        padding: 0;
    }
    .project-form .h-1 {
        padding-bottom: 42px;
    }
    .project-form .contacts-wrap .row {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }
    .project-form .contacts-wrap .col-md-s {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        display: block !important;
        padding: 0 50px 0 0;
    }
    .project-form .contacts-wrap .col-md-m {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
        padding: 0;
    }
    .project-form .contacts-user {
        display: block;
        font-size: 9.83701px;
        line-height: 13px;
    }
    .project-form .contacts-user .photo {
        width: auto;
        max-width: 171px;
        height: 142px;
        margin: 0 0 30px 0;
    }
    .project-form .contacts-user .h-4 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.35px;
        padding: 0 0 20px 0;
    }
    .project-form .contacts-user p {
        padding: 0 0 24px 0;
    }
    .project-form .contacts-user .mess-nav {
        padding: 0;
        margin: 0 0 0 -14px !important;
    }
    .project-form .contacts-user .mess-nav li {
        padding: 0 0 14px 14px;
    }
    .project-form .contacts-user .mess-nav img {
        max-height: 18px;
    }
    input[type="checkbox"]+.lbl,
    input[type="radio"]+.lbl {
        font-size: 14px;
        line-height: 22px;
        padding-left: 18px;
    }
    input[type="checkbox"]+.lbl:before,
    input[type="radio"]+.lbl:before {
        width: 10px;
        height: 10px;
    }
    .mobile-nav-wrap {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: flex;
        width: 100%;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        max-height: 100%;
        font-size: 17px;
        line-height: 20px;
        text-align: left;
        align-items: center;
        margin: 0 auto;
        background: #fff;
    }
    .mobile-nav-wrap .bl {
        padding: 0 15px;
    }
    .mobile-nav-wrap a {
        color: #000;
    }
    .mobile-nav-wrap a:active,
    .mobile-nav-wrap a:hover {
        color: #2ec6dd;
    }
    .mobile-nav {
        font-weight: 700;
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 70px 0;
    }
    .mobile-nav ul {
        list-style: none;
        margin: 0 !important;
    }
    .mobile-nav ul li {
        padding: 0 0 30px 0;
    }
    .mobile-info {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 15px 12px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mobile-info p {
        padding: 0 0 42px 0;
    }
    .mobile-info strong {
        font-weight: 600;
        font-family: SFProText;
    }
    .mobile-info strong a {
        color: #2ec6dd;
    }
    .mobile-sbm {
        cursor: pointer;
        position: absolute;
        top: 22px;
        right: -10px;
        width: 45px;
        padding: 14px;
        height: 35px;
    }
    .show-mobile-nav .mobile-sbm {
        cursor: pointer;
        position: absolute;
        top: 36px;
        right: 16px;
        width: 33px;
        height: 9px;
        padding: 0;
    }
    .mobile-sbm::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .mobile-sbm i {
        display: block;
        overflow: hidden;
        width: 25px;
        height: 2px;
        margin: 0 0 5px 0;
        background: #000;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .mobile-sbm i:nth-child(2) {
        margin-left: 8px;
    }
    body.show-mobile-nav .mobile-sbm {
        margin-top: -4px;
    }
    body.show-mobile-nav .mobile-sbm i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin: -1px 0 0 0;
    }
    body.show-mobile-nav .mobile-sbm i:nth-child(1) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.show-mobile-nav .mobile-sbm i:nth-child(2) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.show-mobile-nav .page-width {
        position: absolute;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        max-height: 100%;
    }
    body.show-mobile-nav .mobile-nav-wrap {
        z-index: 500;
        position: relative;
        max-height: auto;
    }
    body.show-mobile-nav .site-footer {
        display: none;
    }
    .site-inf {
        font-size: 14px;
        line-height: 22px;
        flex-wrap: wrap;
        padding: 0 0 65px 0;
        margin: 0 -15px;
    }
    .site-inf .col {
        width: 50%;
        padding: 0 15px 35px 15px;
    }
    .site-inf strong {
        font-size: 32.6133px;
        line-height: 39px;
        letter-spacing: 0.237805px;
        padding: 0 0 20px 0;
    }
    .about-s.lg .h-1,
    .about-s.lg .h-2,
    .about-s.lgm .h-1,
    .about-s.lgm .h-2,
    .about-s.mg .h-1,
    .about-s.mg .h-2 {
        display: block;
        min-width: 0;
        max-width: 100%;
        padding-right: 0;
    }
    .about-s.lg .fl-row,
    .steps-row .fl-row {
        margin: 0 -14px;
    }
    .about-s.lg .col,
    .steps-row .col {
        max-width: 50%;
        width: 50%;
        padding: 0 14px;
    }
    .about-s.lg .inf-bl,
    .steps-row .inf-bl {
        max-width: 100%;
        padding: 0;
    }
    .about-s.lg .inf-bl .h-4,
    .steps-row .inf-bl .h-4 {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.35px;
        padding: 0 0 12px 0;
    }
    .about-s.lg .inf-bl .icon,
    .steps-row .inf-bl .icon {
        min-width: 32px;
        max-height: 32px;
    }
    .about-s.lg .inf-bl .icon img,
    .steps-row .inf-bl .icon img {
        max-height: 32px;
    }
    .price-box {
        min-height: 410px;
        width: 260px;
        font-size: 18.7538px;
        line-height: 31px;
        letter-spacing: -0.204587px;
        padding: 25px;
        margin: 0 0 18px 0;
    }
    .price-box p {
        padding: 0 0 10px 0;
    }
    .price-box strong {
        font-size: 20.4587px;
        line-height: 29px;
        letter-spacing: 0.287826px;
        padding: 0 0 8px 0;
    }
    .price-box .list {
        min-height: 268px;
        font-size: 15.344px;
        line-height: 20px;
        letter-spacing: -0.204587px;
    }
    .price-box ul li {
        padding: 0 0 16px 29px;
    }
    .price-box ul li::before {
        width: 20px;
        height: 20px;
        background-size: auto 8px;
    }
    .price-box .btn {
        min-width: 148px;
        min-height: 42px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.264169px;
        padding: 10px;
    }
    .price-box .read-all {
        font-size: 11.0818px;
        line-height: 15px;
        letter-spacing: -0.0681956px;
    }
    .calc-wrap {
        padding: 0;
    }
    .calc-wrap .h-1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.35px;
        padding: 0 0 30px 0;
    }
    .calc-box .box-head {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
    }
    .calc-box .inp-col {
        padding-top: 0;
    }
    .more-txt {
        padding-bottom: 50px;
    }
    .about-s .h-2,
    .more-txt .h-2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        letter-spacing: 0.35px;
        padding-bottom: 100px;
    }
    .about-s .h-2 {
        padding-bottom: 30px;
    }
    .about-s .h-1.hide,
    .about-s .h-2.hide {
        display: none !important;
    }
    .quote,
    .quote-author {
        margin-left: 34px;
        display: block;
    }
    .quote-author {
        margin-bottom: 36px;
    }
    .text-result {
        min-height: 0;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
        padding: 20px 0 23px 0;
        margin: 0;
    }
    .text-result .h-1 {
        max-width: 640px;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.300582px;
        padding: 0 0 44px 0;
    }
    .text-result .h-1:last-child {
        padding-bottom: 58px !important;
    }
    .text-result p {
        padding: 0 0 36px 0;
    }
    .s-btn {
        margin-bottom: 27px;
    }
    .text-desktop {
        display: none;
    }
    .text-tablet {
        display: none;
    }
    .text-mobile {
        display: block;
    }
    .about-s .col:nth-child(1) {
        min-width: 34%;
        max-width: 34%;
    }
    .about-s .col:nth-child(2) {
        min-width: 32%;
        max-width: 32%;
    }
    .about-s .col:nth-child(3) {
        min-width: 32%;
        max-width: 32%;
    }
    .area-about .vacancy {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
    }
    .area-about .vacancy p {
        max-width: 730px;
    }
    .about-s.lg {
        display: block;
    }
    .area-about .brands-about {
        display: block;
    }
    .area-about .brands-about .h-1 {
        min-width: 0;
        max-width: 100%;
        padding-right: 0;
    }
    .area-about .brands-about p {
        max-width: 100%;
    }
    .about-area-txt {
        padding-bottom: 60px;
    }
    .about-area-txt:first-child {
        padding-top: 78px;
    }
    .about-area-txt .more-works .h-1 {
        padding-bottom: 30px;
    }
    .more-works .portf-bl .m-img {
        max-height: 184px;
    }
    .about-area-txt .h-1 span,
    .about-s.mg .h-1 span {
        display: block;
    }
    .about-s .h-2,
    .more-txt .h-2 {
        padding-bottom: 26px;
    }
    .more-txt img {
        margin-top: 20px;
    }
    .more-txt .h-1+.about-s {
        margin-top: 0;
    }
    .about-area-txt .h-1+br,
    .about-area-txt .h-1+br+br {
        display: none;
    }
    .about-bl.home {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.24px;
        padding-top: 44px;
        padding-bottom: 94px;
    }
    .about-bl.home .h-1 {
        margin-bottom: 21px;
    }
    .about-bl.home .read-all {
        position: relative;
        top: 10px;
    }
    .about-bl.home .btn {
        min-width: 173px;
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.264169px;
        padding: 10px;
    }
    .about-s .col:nth-child(n+1) {
        min-width: 50%;
        max-width: 50%;
    }
    .about-s .txt-row {
        justify-content: space-between;
    }
    .about-s .txt-row .col:nth-child(n+1) {
        min-width: 0;
        max-width: 100%;
    }
    .area-blog {
        padding-top: 36px;
    }
    .area-about {
        padding-top: 44px;
    }
    .area-about .about-s .col:nth-child(n+1) {
        min-width: 32%;
        max-width: 32%;
    }
    .txt-row.col-5 {
        top: 0;
        margin-top: 0;
    }
    .txt-row.col-5 .col {
        padding-bottom: 0;
    }
    .swiper-m-wrap {
        margin-bottom: 52px;
        margin-top: -14px;
    }
    .swiper-m-wrap .swiper-pagination {
        top: 35px;
        padding-left: 16px;
        width: calc(100% - 314px);
    }
    .swiper-m-wrap .swiper-pagination-bullet {
        width: 62px;
        height: 3px;
        margin: 0 16px 10px 0;
    }
    .swiper-m-wrap .swiper-pagination-bullet-active::after {
        right: 0;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        bottom: 59px;
        width: 46px;
        height: 46px;
    }
    .swiper-m-wrap .swiper-button-next::after,
    .swiper-m-wrap .swiper-button-prev::after {
        background-size: auto 15px;
    }
    .sw-m-bl {
        height: 338px;
        padding: 54px 16px 0 16px;
        margin: 59px 0 59px 0;
    }
    .sw-m-bl .h-1 {
        font-size: 25.0099px;
        line-height: 30px;
        letter-spacing: 0.182364px;
        padding: 0 0 8px 0;
    }
    .sw-img {
        width: 314px;
    }
    .sw-m-bl .txt {
        max-width: 375px;
        min-height: 232px;
        margin-right: 314px;
    }
    .sw-m-bl .btn {
        min-width: 124px;
    }
    .swiper-reviews .swiper-slide {
        width: 343px;
        padding-right: 0;
    }
    .swiper-price .swiper-slide {
        width: 310px;
    }
    .sw-m-bl .txt {
        min-height: 218px;
    }
    .swiper-m .btns-bl {
        padding: 0 0 20px 16px;
    }
    .swiper-m .btns-bl .mobile-bl {
        display: inline-block;
        vertical-align: middle;
    }
    .swiper-m .btn {
        min-width: 173px;
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.264169px;
        vertical-align: middle;
        padding: 10px;
        margin-right: 16px;
    }
    .swiper-m .btns-bl .btn {
        margin-right: 16px;
    }
    .swiper-m .btns-bl .btn,
    .swiper-m .btns-bl a,
    .swiper-m .btns-bl img {
        vertical-align: middle;
    }
    .swiper-m .btns-bl a {
        margin-right: 6px;
    }
    .swiper-m.main .sw-m-bl {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
    }
    .swiper-m.main .sw-m-bl .h-1 {
        position: relative;
        overflow: hidden;
        max-height: 88px;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.35px;
        padding: 0;
        margin-bottom: 30px;
    }
    .swiper-m.main .sw-m-bl p {
        padding-bottom: 10px;
    }
    .swiper-m-wrap.gallery {
        padding-bottom: 0;
        margin: 0 0 100px 0;
    }
    .swiper-m-wrap.gallery .swiper-slide {
        width: 293px;
    }
    .site-nav li:first-child {
        display: inline-block;
    }
    .cookies .text {
        font-size: 13px;
        line-height: 16px;
    }
    .intro {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .intro_title {
        width: 100%;
        font-size: 36px;
        line-height: 50px;
    }
    .intro_text {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .item_1_item,
    .item_2_item {
        width: 48%;
        box-sizing: border-box;
        padding: 10px 5px 90px 40px;
        border: none;
    }
    .b-i-border {
        border: none;
    }
    .jobs_items {
        flex-wrap: wrap;
    }
    .jobs_item {
        width: 42%;
        margin: 10px;
    }
    .j-i-margin {
        margin: 0;
    }
    .advantages_wrapper {
        height: auto;
    }
    .advantages_items {
        flex-wrap: wrap;
    }
    .advantages_item {
        box-sizing: border-box;
        width: 45%;
        margin: 10px;
    }
    .phone_block_item>span {
        width: 100%;
    }
    .phone_block_item>h1 {
        width: 100%;
    }
    .info_item {
        flex-wrap: wrap;
    }
    .info_item>h1 {
        width: 100%;
    }
    .info_item>p {
        width: 100%;
    }
    .benefits_title {
        width: 100%;
    }
    .benefits_title>h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .item_1_item,
    .item_2_item {
        padding: 50px 5px 30px 0px;
    }
    .item_1_item>span {
        font-size: 24px;
        line-height: 33px;
    }
    .item_1_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .item_2_item>span {
        font-size: 24px;
        line-height: 33px;
    }
    .item_2_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .ben_item:nth-child(2n) {
        border-left: 1px solid #00000030;
        padding-left: 16px;
    }
    .bor-top {
        border-top: 1px solid #00000030;
    }
    .jobs_title {
        margin-top: 124px;
        font-size: 36px;
        line-height: 50px;
    }
    .jobs__wrapper>hr,
    .advantages_wrapper>hr {
        margin: 30px auto 50px;
    }
    .jobs_item_1_main {
        width: 60px;
    }
    .jobs_item_1 {
        width: 42px;
        top: 20%;
    }
    .jobs_item>h2 {
        font-size: 16px;
        line-height: 24px;
        margin: 40px 0px 10px;
    }
    .jobs_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .jobs_item {
        width: 31.5%;
        padding: 38px 18px;
        height: 376px;
        box-sizing: border-box;
        border-radius: 0px;
        margin: 0;
    }
    .j-i-margin {
        margin: 0px 18px;
    }
    .advantages_title {
        font-size: 36px;
        line-height: 44px;
    }
    .advantages_item {
        box-shadow: none;
        border: 2px solid #F5F5FA;
        box-sizing: border-box;
        height: 250px;
        padding: 40px 50px 60px 50px;
        overflow: hidden;
        width: 48.5%;
        border-radius: 0px;
        margin: 0px;
    }
    .adv-mar-le {
        margin-left: 20px;
    }
    .m-top {
        margin-top: 20px;
    }
    .advantages_item_1 {
        top: 60%
    }
    .advantages_item>h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .site-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .phone_block_wrapper {
        margin-top: 129px;
    }
    .phone_block_item>span {
        color: #C4C4C4;
        font-size: 18px;
        line-height: 27px;
        width: 50%;
    }
    .phone_block_item>h1 {
        font-size: 36px;
        line-height: 39px;
    }
    .phone_block_item .phone_button {
        font-size: 16px;
        line-height: 14px;
    }
    .phone_block_item {
        padding: 50px 60px;
    }
    .phone_block_item {
        background-position: 90%;
    }
    .info_item>h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .info_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .info_item {
        padding: 100px 0px 0px;
    }
    .info_item>h1 {
        padding-bottom: 30px;
    }
    .events_main {
        margin-top: 100px;
        width: 85%;
    }
    .events_main>p {
        font-size: 36px;
        line-height: 50px;
    }
    .events_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .events_item>span {
        font-size: 16px;
        line-height: 33px;
    }
    .plans_wrapper {
        margin-top: 100px;
    }
    .src_plans {
        width: 250px;
    }
    .plans_item {
        padding: 50px 10px 50px 10px;
        margin-bottom: 100px;
        min-height: auto;
    }
    .item_main>h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .item_img {
        justify-content: center;
    }
    .prices-wrap .lgm {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .half-item {
        flex-direction: column;
    }
    .half-item.line-1 a:first-child,
    .half-item.line-1 a:last-child,
    .half-item.line-2 a:first-child,
    .half-item.line-2 a:last-child,
    .half-item.line-3 a:first-child,
    .half-item.line-3 a:last-child {
        width: 100%;
    }
    .half-item.line-3 a {
        width: 100%;
    }
    .blog-item {
        height: 500px;
    }
    .blog-item .txt .blog-body p {
        width: 80%;
    }
    .blog-item.img-banner {
        background-size: cover;
        height: 780px;
    }
    #swiper-01 {
        order: 5;
    }
    .order-6 {
        order: 6;
    }
    .order-5 {
        order: 4;
    }
    .blog-wrap {
        display: flex;
        flex-direction: column;
    }
    .intro {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .intro_title {
        width: 100%;
        font-size: 36px;
        line-height: 50px;
    }
    .intro_text {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .item_1_item,
    .item_2_item {
        width: 48%;
        box-sizing: border-box;
        padding: 10px 5px 90px 40px;
        border: none;
    }
    .b-i-border {
        border: none;
    }
    .jobs_items {
        flex-wrap: wrap;
    }
    .jobs_item {
        width: 42%;
        margin: 10px;
    }
    .j-i-margin {
        margin: 0;
    }
    .advantages_wrapper {
        height: auto;
    }
    .advantages_items {
        flex-wrap: wrap;
    }
    .advantages_item {
        box-sizing: border-box;
        width: 45%;
        margin: 10px;
    }
    .phone_block_item>span {
        width: 100%;
    }
    .phone_block_item>h1 {
        width: 100%;
    }
    .info_item {
        flex-wrap: wrap;
    }
    .info_item>h1 {
        width: 100%;
    }
    .info_item>p {
        width: 100%;
    }
    .benefits_title {
        width: 100%;
    }
    .benefits_title>h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .item_1_item,
    .item_2_item {
        padding: 50px 5px 30px 0px;
    }
    .item_1_item>span {
        font-size: 24px;
        line-height: 33px;
    }
    .item_1_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .item_2_item>span {
        font-size: 24px;
        line-height: 33px;
    }
    .item_2_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .ben_item:nth-child(2n) {
        border-left: 1px solid #00000030;
        padding-left: 16px;
    }
    .bor-top {
        border-top: 1px solid #00000030;
    }
    .jobs_title {
        margin-top: 124px;
        font-size: 36px;
        line-height: 50px;
    }
    .jobs__wrapper>hr,
    .advantages_wrapper>hr {
        margin: 30px auto 50px;
    }
    .jobs_item_1_main {
        width: 60px;
    }
    .jobs_item_1 {
        width: 42px;
        top: 20%;
    }
    .jobs_item>h2 {
        font-size: 16px;
        line-height: 24px;
        margin: 40px 0px 10px;
    }
    .jobs_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .jobs_item {
        width: 31.5%;
        padding: 38px 18px;
        height: 376px;
        box-sizing: border-box;
        border-radius: 0px;
        margin: 0;
    }
    .j-i-margin {
        margin: 0px 18px;
    }
    .advantages_title {
        font-size: 36px;
        line-height: 44px;
    }
    .advantages_item {
        box-shadow: none;
        border: 2px solid #F5F5FA;
        box-sizing: border-box;
        height: 250px;
        padding: 40px 50px 60px 50px;
        overflow: hidden;
        width: 48.5%;
        border-radius: 0px;
        margin: 0px;
    }
    .adv-mar-le {
        margin-left: 20px;
    }
    .m-top {
        margin-top: 20px;
    }
    .advantages_item_1 {
        top: 60%
    }
    .advantages_item>h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .site-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .phone_block_wrapper {
        margin-top: 129px;
    }
    .phone_block_item>span {
        color: #C4C4C4;
        font-size: 18px;
        line-height: 27px;
        width: 50%;
    }
    .phone_block_item>h1 {
        font-size: 36px;
        line-height: 39px;
    }
    .phone_block_item .phone_button {
        font-size: 16px;
        line-height: 14px;
    }
    .phone_block_item {
        padding: 50px 60px;
    }
    .info_item>h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .info_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .info_item {
        padding: 100px 0px 0px;
    }
    .info_item>h1 {
        padding-bottom: 30px;
    }
    .events_main {
        margin-top: 100px;
        width: 85%;
    }
    .events_main>p {
        font-size: 36px;
        line-height: 50px;
    }
    .events_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .events_item>span {
        font-size: 16px;
        line-height: 33px;
    }
    .plans_wrapper {
        margin-top: 100px;
    }
    .src_plans {
        width: 250px;
    }
    .plans_item {
        padding: 50px 10px 50px 10px;
        margin-bottom: 100px;
        min-height: auto;
    }
    .item_main>h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .item_img {
        justify-content: center;
    }
    .prices-wrap .lgm {
        width: 80%;
    }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
    .project-form .contacts-form {
        max-width: 382px;
    }
    .project-form .contacts-form .inp-bl {
        margin: 0 0 22px 0;
    }
    .project-form .contacts-form input[type="email"],
    .project-form .contacts-form input[type="tel"],
    .project-form .contacts-form input[type="text"],
    .project-form .contacts-form textarea,
    .project-form .inp-bl .label {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.163067px;
    }
    .project-form .contacts-form input[type="email"],
    .project-form .contacts-form input[type="tel"],
    .project-form .contacts-form input[type="text"],
    .project-form .contacts-form textarea {
        height: 30px;
        padding: 10px 0 0 0;
    }
    .project-form .inp-bl .label {
        top: 9px;
    }
    .project-form .focus .label {
        top: 0;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.264169px;
    }
    .project-form .contacts-form .file-inp {
        font-size: 7.10451px;
        line-height: 10px;
        letter-spacing: -0.04372px;
        margin: 23px 0 0 0;
    }
    .project-form .contacts-form .col:nth-child(n+2) {
        max-width: 110px;
    }
    .project-form .contacts-form .contact-range {
        margin-top: 0;
    }
    .project-form .contacts-form .btn {
        min-width: 110px;
        min-height: 30px;
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
        margin: 0 6px 10px 0;
    }
    .project-form .contacts-form .captcha img {
        height: 30px;
    }
    .project-form .contacts-form .btns-bl .btn {
        margin-right: 6px;
    }
    .range-inf {
        font-size: 9.83701px;
        line-height: 13px;
        letter-spacing: -0.13116px;
        padding: 5px 0 0 0;
    }
    .ui-slider {
        height: 11px;
        margin: 0 0 10px 0;
    }
    .ui-slider .ui-slider-handle {
        width: 11px;
        height: 11px;
        margin-left: -5px;
    }
    .ui-slider .ui-slider-range,
    .ui-slider::before {
        top: 4px;
    }
    .area-contacts .range-inf {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.24px;
    }
    .area-contacts .ui-slider {
        height: 17px;
        margin: 0 0 27px 0;
    }
    .area-contacts .ui-slider .ui-slider-handle {
        width: 17px;
        height: 17px;
        margin-left: -9px;
    }
    .area-contacts .ui-slider .ui-slider-range,
    .area-contacts .ui-slider::before {
        top: 7px;
    }
    .area-contacts input[type="checkbox"]+.lbl,
    .area-contacts input[type="radio"]+.lbl {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.24px;
        padding-left: 24px;
        margin-bottom: 12px;
    }
    .area-contacts input[type="checkbox"]+.lbl::before {
        width: 14px;
        height: 14px;
    }
    .calc-box .contacts-form .inp-bl {
        margin: 0 0 22px 0;
    }
    .calc-box .contacts-form input[type="email"],
    .calc-box .contacts-form input[type="tel"],
    .calc-box .contacts-form input[type="text"],
    .calc-box .contacts-form textarea,
    .calc-box .inp-bl .label {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.163067px;
    }
    .calc-box .contacts-form input[type="email"],
    .calc-box .contacts-form input[type="tel"],
    .calc-box .contacts-form input[type="text"],
    .calc-box .contacts-form textarea {
        height: 30px;
        padding: 10px 0 0 0;
    }
    .calc-box .inp-bl .label {
        top: 9px;
    }
    .calc-box .focus .label {
        top: 0;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.264169px;
    }
    .calc-box .contacts-form .file-inp {
        font-size: 7.10451px;
        line-height: 10px;
        letter-spacing: -0.04372px;
        margin: 23px 0 0 0;
    }
    .calc-box .contacts-form .col:nth-child(n+2) {
        max-width: 110px;
    }
    .calc-box .contacts-form .contact-range {
        margin-top: 0;
    }
    .calc-box .contacts-form .btn {
        min-width: 110px;
        min-height: 30px;
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
        margin: 0 6px 10px 0;
    }
    .calc-box .contacts-form .captcha img {
        height: 30px;
    }
    .calc-box .contacts-form .btns-bl .btn {
        margin-right: 6px;
    }
    .calc-box .contacts-form .fl-row {
        display: block;
    }
    .calc-box .inp-col {
        max-width: 100%;
        width: auto;
    }
    .calc-box .contacts-wrap {
        padding: 30px;
    }
    .calc-box .contacts-form {
        max-width: 100%;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    .intro_avaliable_devices {
        display: none;
    }
    .head-info #tels-bl {
        display: none;
    }
    body {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
    }
    .page-bl {
        max-width: 420px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .bl-mobile {
        display: block;
    }
    .bl-desktop {
        display: none !important;
    }
    .site-header .logo-wrap {
        padding-left: 0;
    }
    .site-content {
        padding-top: 66px;
        padding-bottom: 0;
    }
    .site-content p {
        padding-bottom: 36px;
    }
    .site-content ol,
    .site-content ul {
        margin: 0 0 36px 24px;
    }
    .site-content ol ol,
    .site-content ol ul,
    .site-content ul ol,
    .site-content ul ul {
        margin-bottom: 0;
    }
    .site-footer .h-1 {
        min-height: 88px;
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.35px;
        padding: 0 0 29px 0;
    }
    .foot-nav-wrap {
        margin-left: 0;
        padding: 0 0 22px 0;
    }
    .foot-sub ul,
    .foot-sub ul:first-child {
        display: block;
        padding: 0;
    }
    .h-1 {
        padding-bottom: 50px;
    }
    .h-2 {
        font-size: 36px;
        line-height: 100%;
        letter-spacing: -0.24px;
    }
    .tags {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.264169px;
        padding: 0 0 1px 0;
        margin: 0 0 0 -6px;
    }
    .tag {
        min-width: 79px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 16px;
        margin: 0 0 10px 6px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .tag.mg {
        min-width: 133px;
    }
    .inf-view {
        padding-left: 22px;
    }
    .inf-view::before {
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }
    .row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    div[class^="col-md"] {
        padding-left: 0;
        padding-right: 0;
    }
    .col-md-m {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-s {
        display: none !important;
    }
    .soc-nav .h-mobile {
        display: none !important;
    }
    .blog-wrap {
        padding: 0 0 21px 0;
    }
    .blog-wrap .fl-row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .blog-wrap .col {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-wrap .col.s {
        max-width: 200%;
    }
    .blog-wrap .btn {
        display: none;
    }
    .blog-wrap+.pagination {
        top: 0;
    }
    .blog-box {
        margin: 0 -12px 29px -12px;
    }
    .blog-box .txt {
        margin-right: 36%;
        height: auto;
        min-height: 292px;
        padding: 10px 15px 0 15px;
    }
    .blog-box .txt::before {
        margin-top: -200px;
        border-width: 200px;
        border-left-width: 40px;
        border-right-width: 40px;
    }
    .blog-box .tags {
        max-width: 360px;
    }
    .blog-box .h-1 {
        max-height: 1000px;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.35px;
        padding: 0;
    }
    .blog-box .link-box {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
    .blog-box .link-box::before {
        content: " ";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 90px;
        height: 90px;
        background: #fff url(images/arr-r-b.svg?v=1) no-repeat center center;
        background-size: auto 28px;
    }
    .blog-head {
        min-width: 350px;
    }
    .blog-body {
        min-width: 300px;
    }
    .blog-head {
        min-height: 94px;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.264169px;
    }
    .blog-head p {
        padding: 0 14px 16px 0;
    }
    .blog-body p {
        display: none !important;
    }
    .blog-box.medium .txt {
        margin-right: 36%;
        height: auto;
        min-height: 292px;
        padding: 10px 15px 0 15px;
    }
    .blog-box.medium .txt::before {
        margin-top: -200px;
        border-width: 200px;
        border-left-width: 40px;
        border-right-width: 40px;
    }
    .blog-box.medium .h-1 {
        max-width: 720px;
        padding: 0;
    }
    .article-about-head .blog-box .txt {
        margin-right: 36%;
        height: auto;
        min-height: 292px;
        padding: 10px 15px 0 15px;
    }
    .article-about-head .blog-box .txt::before {
        margin-top: -200px;
        border-width: 200px;
        border-left-width: 40px;
        border-right-width: 40px;
    }
    .article-about-head .blog-head {
        min-width: 350px;
    }
    .article-about-head .blog-body {
        min-width: 300px;
    }
    .banner-bl {
        margin: 0 -12px 29px -12px;
    }
    .banner-bl img {
        width: 100%;
        height: auto;
    }
    .pagination {
        padding: 0 0 34px 0;
        margin-left: -10px !important;
    }
    .pagination li {
        padding-left: 10px;
    }
    .article-about .h-2 {
        letter-spacing: -0.24px;
        padding: 0 0 27px 0;
    }
    .more-bl {
        display: none;
    }
    .area-portfolio {
        padding-top: 24px;
    }
    .area-portfolio .project-form {
        padding-top: 51px !important;
    }
    .about-bl {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
    }
    .about-bl .btn {
        min-width: 173px;
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        padding: 10px;
        margin-top: 19px;
    }
    .about-bl.main {
        max-width: 100%;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
        padding: 0 0 30px 0;
    }
    .about-img {
        padding: 0 0 49px 0;
    }
    .about-img p {
        padding: 0 !important;
    }
    .about-img img {
        width: 100%;
        height: 413px;
        object-fit: cover;
    }
    .portfolio-wrap {
        margin-left: -12px;
        margin-right: -12px;
    }
    .portfolio-wrap .fl-row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .portfolio-wrap .col {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .portf-bl {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.24px;
        padding: 0 12px 50px 12px;
    }
    .portf-bl .m-img {
        margin: 0 -12px 30px -12px;
    }
    .portf-bl .m-img a::after {
        width: 90px;
        height: 90px;
        background-size: auto 28px;
    }
    .portf-bl .h-2 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0.35px;
        padding: 0 0 30px 0;
    }
    .portf-bl p {
        padding: 0;
    }
    .about-s {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
        padding: 0 0 19px 0;
    }
    .about-s .h-1 {
        padding-bottom: 30px;
    }
    .about-s .fl-row {
        display: block;
        padding: 0;
    }
    .inf-bl {
        max-width: 240px;
        padding: 0 0 50px 0;
        margin: 0;
    }
    .inf-bl p {
        padding: 0;
    }
    .user-info .txt {
        padding-top: 18px;
    }
    .user-info p {
        padding-bottom: 8px;
    }
    .brands-row {
        display: block;
        padding: 0 0 50px 0;
    }
    .brands-row .col {
        width: auto;
    }
    .review-bl {
        color: #000;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.24px;
    }
    .review-bl span {
        font-size: 17px;
        line-height: 20px;
        padding: 0 0 7px 0;
    }
    .area-contacts {
        padding-top: 0;
    }
    .contacts-wrap {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
    }
    .contacts-user {
        display: block;
        padding: 0;
        margin: 0 0 36px 0;
    }
    .contacts-user p {
        padding: 0 0 26px 0;
    }
    .contacts-user .photo {
        max-width: 313px;
        width: auto;
        margin: 0 0 30px 0;
    }
    .contacts-wrap {
        padding: 0 0 49px 0;
    }
    .contacts-wrap .fl-row {
        display: block;
    }
    .contacts-wrap .soc-nav {
        margin-left: -26px !important;
    }
    .contacts-wrap .soc-nav li {
        padding-left: 26px;
    }
    .contacts-form .col:nth-child(n+2) {
        max-width: 100%;
        text-align: left;
    }
    .contacts-form #attachment {
        position: relative;
        top: -37px;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        text-transform: none;
        margin: 0;
    }
    .contacts-form .btns-bl {
        padding: 38px 0 0 0;
    }
    .contacts-bl {
        font-size: 14px;
        line-height: 22px;
    }
    .contacts-bl p {
        padding-bottom: 22px;
    }
    input[type="checkbox"]+.lbl,
    input[type="radio"]+.lbl {
        font-size: 14px;
        line-height: 18px;
    }
    .project-form .contacts-wrap {
        padding-bottom: 20px;
    }
    .project-form .contacts-wrap .row {
        display: block;
    }
    .project-form .contacts-wrap .col-md-m,
    .project-form .contacts-wrap .col-md-s {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .project-form .contacts-user {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.24px;
        text-align: center;
    }
    .project-form .contacts-user .photo {
        max-width: 313px;
        height: 260px;
        margin: 0 auto 30px auto;
    }
    .project-form .contacts-user .h-4 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.35px;
        padding: 0 0 20px 0;
    }
    .project-form .contacts-user p {
        padding: 0 0 30px 0;
    }
    .project-form .contacts-user .mess-nav {
        justify-content: center;
        text-align: center;
        margin: 0 -12px !important;
    }
    .project-form .contacts-user .mess-nav li {
        padding: 0 12px 25px 12px;
    }
    .project-form .contacts-user .mess-nav img {
        max-height: 32px;
    }
    .project-form .contacts-form .btn {
        display: inline-block;
        vertical-align: top;
    }
    .about-bl.home .btn {
        margin-top: 0;
    }
    .site-inf {
        display: block;
        margin: 0;
    }
    .site-inf .col {
        width: auto;
        padding: 0 0 20px 0;
    }
    .site-inf p {
        padding: 0 0 10px 0;
    }
    .about-s.lg {
        font-size: 14px;
        line-height: 22px;
    }
    .about-s.lg p {
        padding-bottom: 22px;
    }
    .about-s.lg .fl-row {
        display: block;
        padding-top: 28px;
    }
    .about-s.lg .col,
    .steps-row .col {
        max-width: 200%;
        width: auto;
    }
    .calc-box .contacts-form {
        max-width: 100%;
        padding: 0;
    }
    .calc-box .box-head {
        min-height: 109px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.337647px;
    }
    .calc-box .contacts-form .inp-bl {
        margin-bottom: 18px;
    }
    .more-bl {
        display: block;
        padding: 0 0 50px 0;
    }
    .more-bl .h-1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: 0.35px;
        padding: 0 0 30px 0;
    }
    .more-bl.home .h-1 {
        padding-bottom: 30px;
    }
    .more-bl .fl-row {
        display: block;
    }
    .more-bl .col,
    .more-bl .col.s {
        max-width: 200%;
        width: auto;
    }
    .more-bl .blog-box .btn {
        display: none !important;
    }
    .more-bl .sbmts-bl {
        padding: 20px 0;
    }
    .more-bl .sbmts-bl .btn {
        min-width: 198px;
        min-height: 50px;
        font-size: 17px;
        line-height: 30px;
        padding: 10px;
        margin: 0 0 30px 0;
    }
    .about-s.mg {
        font-size: 14px;
        line-height: 22px;
    }
    .quote-author:last-child {
        margin-bottom: 32px;
    }
    .txt-row {
        display: block;
    }
    .txt-row .col {
        min-width: 0;
        max-width: 200%;
    }
    .price-box {
        min-width: 0;
        width: auto;
        padding: 15px;
    }
    .price-box p {
        padding-bottom: 10px;
    }
    .about-btns p {
        padding-bottom: 10px;
    }
    .s-btns-wrap {
        padding-bottom: 66px;
    }
    .s-btn {
        margin-bottom: 30px;
    }
    .text-result .h-1:last-child {
        padding-bottom: 27px !important;
    }
    .range-inf {
        justify-content: space-between;
    }
    .range-inf p {
        width: auto;
    }
    .file-btn-bl {
        position: absolute;
        z-index: 1;
        bottom: 6px;
        right: 13px;
    }
    .file-btn {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 16px;
        height: 18px;
        vertical-align: top;
        background: url(images/icon-mob-file.svg?v=1) no-repeat;
    }
    .file-btn input {
        display: none;
    }
    .file-btn-bl+p textarea {
        padding-right: 40px;
    }
    .area-about .about-s {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
    }
    .area-about .about-s .col {
        max-width: 240px;
    }
    .area-about .about-s .col:nth-child(1) {
        max-width: 260px;
    }
    .area-about .about-s .col:nth-child(2) {
        max-width: 240px;
    }
    .area-about .about-s .col:nth-child(3) {
        max-width: 240px;
    }
    .article-about .soc-bl {
        display: none;
    }
    .about-area-txt {
        padding-bottom: 20px;
    }
    .about-area-txt:first-child {
        padding-top: 69px;
    }
    .about-area-txt .about-s {
        padding-bottom: 20px;
    }
    .about-area-txt .swiper-m-wrap {
        margin-bottom: 93px;
    }
    .more-works .portf-bl .m-img {
        max-height: 448px;
    }
    .about-area-txt .portf-bl .h-1,
    .about-area-txt .portf-bl .h-2 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.35px;
        padding: 0 0 30px 0;
    }
    .about-area-txt .about-btns {
        padding-bottom: 20px;
    }
    .about-btns {
        margin-left: -20px;
    }
    .about-btns p {
        margin-left: 20px;
    }
    .about-s .h-2,
    .more-txt .h-2 {
        padding-bottom: 30px;
    }
    .more-txt img {
        margin-top: 20px;
    }
    .txt-row.col-4 .col {
        min-width: 0;
        max-width: 100%;
    }
    .text-result {
        padding-top: 0;
        margin-top: -16px;
    }
    .text-result .h-1 {
        max-width: 350px;
    }
    .about-bl.home {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
        padding-top: 0;
    }
    .area-contacts {
        margin-top: -16px;
    }
    .area-about {
        padding-top: 0;
    }
    .area-about .portfolio-wrap .btns-bl .btn {
        min-width: 173px;
        min-height: 50px;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: -0.264169px;
        padding: 10px;
    }
    .swiper-m-wrap {
        margin: 0 -12px 29px -12px;
    }
    .swiper-m-wrap .swiper-pagination {
        top: 0;
        margin-top: 30px;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        bottom: 0;
        width: 90px;
        height: 90px;
    }
    .swiper-m-wrap .swiper-button-next::after,
    .swiper-m-wrap .swiper-button-prev::after {
        background-size: auto 28px;
    }
    .swiper-reviews .swiper-slide {
        width: 343px;
        padding-right: 0;
    }
    .reviews-wrap .swiper-button-next,
    .reviews-wrap .swiper-button-prev {
        display: none;
    }
    .reviews-wrap .swiper-pagination {
        position: relative;
        top: auto;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .swiper-m-wrap .swiper-pagination-bullet,
    .swiper-m-wrap .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background: #ccc;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }
    .swiper-m-wrap .swiper-pagination-bullet::after {
        display: none !important;
    }
    .swiper-m-wrap .swiper-pagination-bullet-active {
        background: #2ec6dd;
    }
    .sw-btns-bl {
        display: block;
        padding: 18px 0 0 0;
    }
    .swiper-m-wrap.home .swiper-pagination {
        max-width: 200%;
        text-align: center;
        padding: 0 !important;
        margin: 20px 0 0 0;
    }
    .swiper-m-wrap.home .swiper-pagination-bullet,
    .swiper-m-wrap.home .swiper-pagination-bullet-active {
        width: 62px;
        height: 4px;
        margin: 0 9px 9px 9px;
        background: rgba(255, 255, 255, 0.4);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .swiper-m-wrap.home .swiper-pagination-bullet::after {
        display: block !important;
    }
    .swiper-m-wrap.home .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0.4);
    }
    .sw-m-bl {
        height: auto;
        text-align: center;
        padding-bottom: 224px;
        margin: 0 0 266px 0 !important;
    }
    .sw-m-bl .txt {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
        text-align: center;
        margin-right: 0;
    }
    .sw-m-bl .h-1 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0.35px;
        padding: 0 0 30px 0;
    }
    .sw-m-bl p {
        padding: 0 0 30px 0;
    }
    .sw-m-bl .btn {
        margin-bottom: 30px;
    }
    .sw-img {
        z-index: 5;
        top: auto;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 462px;
        text-align: center;
    }
    .swiper-m-wrap {
        margin-bottom: 100px;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        display: none;
    }
    .swiper-m .btns-bl {
        position: relative;
        padding: 0;
    }
    .swiper-m .btns-bl .btn {
        display: block;
        max-width: 173px;
        margin: 0 auto 44px auto;
    }
    .swiper-m-wrap.gallery {
        margin-bottom: 50px;
    }
    .swiper-price {
        margin-bottom: 30px;
        margin-right: -12px;
    }
    .swiper-price .swiper-slide {
        width: 80%;
    }
    .swiper-m.main .sw-m-bl .txt {
        max-width: 100%;
    }
    .swiper-m.main .sw-m-bl p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .project-form .contacts-user {
        display: none;
    }
    /* NEW DESIGN MOB 640 */
    .intro {
        padding-top: 0px;
    }
    .site-content p {
        padding-bottom: 26px;
    }
    .intro_bg {
        padding: 60px 15px 0px 15px;
    }
    .about-bl.home {
        padding-bottom: 0px;
    }
    .intro_title {
        font-size: 36px;
        line-height: 50px;
        width: 100%;
    }
    .intro_text {
        font-size: 18px;
        line-height: 27px;
        width: 100%;
    }
    .intro_avaliable_devices {
        display: none;
    }
    .intro_avaliable {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intro_avaliable>a {
        width: 100%;
    }
    .benefits_title {
        margin-top: 100px;
        width: 100%;
        margin-bottom: 60px;
    }
    .benefits_title>h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .item_1_item,
    .item_2_item {
        padding: 10px 0px;
        width: 100%;
        border: none;
        height: auto;
    }
    .b-i-border {
        border: none;
    }
    .item_1_item>span {
        font-size: 18px;
        line-height: 33px;
    }
    .item_1_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .item_2_item>span {
        font-size: 18px;
        line-height: 33px;
    }
    .item_2_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .jobs_title {
        margin-top: 100px;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }
    .jobs__wrapper>hr {
        margin: 20px auto;
    }
    .jobs_items {
        flex-wrap: wrap;
    }
    .jobs_item {
        width: 100%;
        padding: 35px 25px;
        height: auto;
        margin-top: 40px;
        height: auto;
    }
    .j-i-margin {
        margin: 0;
        margin-top: 40px;
    }
    .jobs_item>h2 {
        font-size: 18px;
        line-height: 27px;
    }
    .jobs_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .advantages_title {
        margin-top: 100px;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }
    .advantages_wrapper {
        height: auto;
        box-sizing: border-box;
    }
    .jadvantages__wrapper>hr {
        margin: 30px auto;
    }
    .advantages_items {
        flex-wrap: wrap;
    }
    .advantages_item {
        height: auto;
        width: 100%;
        padding: 38px 25px 40px 25px;
        margin-top: 20px;
    }
    .j-i-margin1,
    .j-i-margin2 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .phone_block_wrapper {
        margin-top: 100px;
    }
    .phone_block_item {
        height: auto;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 10px;
        align-items: center;
        text-align: center;
    }
    .phone_block_item>span {
        width: 100%;
        font-size: 18px;
        line-height: 27px;
    }
    .phone_block_item>h1 {
        font-size: 28px;
        line-height: 39px;
        width: 100%;
    }
    .phone_block_item .phone_button {
        font-size: 16px;
        line-height: 14px;
        background: #2EC6DD;
    }
    .info_item {
        padding-top: 100px;
        flex-wrap: wrap;
    }
    .info_item>h1 {
        width: 100%;
        font-size: 26px;
        line-height: 36px;
    }
    .info_item>p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }
    .events_main {
        width: 100%;
        margin-top: 100px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .events_main>p {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 0px;
    }
    .events_item {
        width: 100%;
        padding: 16px 15px;
        margin: 8px 0px;
    }
    .events_item>p {
        font-size: 16px;
        line-height: 21px;
    }
    .events_item>span {
        font-weight: 600;
        font-size: 14px;
        line-height: 33px;
    }
    .plans_wrapper {
        margin-top: 100px;
    }
    .plans_item {
        margin-left: -22px;
        margin-right: -25px;
        width: auto;
        height: auto;
        flex-wrap: wrap;
        padding: 20px 20px 20px 20px;
        margin-bottom: 100px;
    }
    .plans_item .item_img {
        width: 80%;
    }
    .plans_item .item_main {
        width: 100%;
    }
    .item_main>h2 {
        margin-top: 35px;
        font-size: 26px;
        line-height: 22px;
    }
    .item_main>p {
        font-size: 14px;
        line-height: 21px;
    }
    .item_main .phone_button {
        width: 100%;
    }
    .about-s .txt>p {
        font-size: 16px;
        line-height: 24px;
    }
    .advantages_item_1 {
        top: 60%;
    }
    .intro_avaliable_devices {
        display: none;
    }
    .item_1_item,
    .item_2_item {
        padding: 10px 0px;
        width: 100%;
        border: none;
        height: auto;
    }
    .jobs_item_1 {
        left: 18%;
    }
    .adv-mar-le,
    .m-top {
        margin: 0px;
    }
    .item_main>h2 {
        line-height: 36px;
    }
    .ben_item:nth-child(2n) {
        border-left: 0px;
        padding-left: 0px;
    }
    .h-2-1 {
        font-weight: bold;
        font-size: 26px;
        line-height: 36px;
    }
}

@media screen and (max-width: 576px) {
    .half-item .blog-item .txt .h-1 {
        font-size: 32px;
        line-height: 39px;
    }
    .blog-item .txt .blog-body p {
        font-size: 16px;
        line-height: 36px;
        display: block;
    }
    #swiper-01 {
        order: 6;
    }
    .order-6 {
        order: 5;
    }
    .blog-item .txt {
        padding: 10px;
    }
    .blog-item .txt .h-1 {
        font-size: 32px;
        line-height: 39px;
    }
    .blog-item .txt .blog-body p,
    .half-item .blog-item .txt .blog-body p {
        font-size: 16px;
        line-height: 26px;
        display: block !important;
        width: 90%;
    }
    #swiper-01 {
        order: 6;
    }
    .order-6 {
        order: 5;
    }
    .blog-item.img-banner {
        background-size: cover;
        height: 350px;
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 0;
        min-height: unset;
    }
    .blog-item {
        height: auto;
        padding-top: 50px;
        min-height: 500px;
    }
    .blog-wrap+.pagination {
        top: -50px;
    }
    label[for="chck"] a {
        display: block;
        line-height: 2;
    }
    label[for="chck"] span {
        line-height: 1;
    }
    label[for="chck"] {
        align-items: flex-start;
    }
    .cookies .page-bl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .cookies {
        height: 135px;
    }
    .cookies .text {
        width: 100%;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    .cookies .btn {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .contacts-about p {
        max-width: 330px;
    }
    .area-contacts .contacts-bl p {
        max-width: 300px;
    }
    .area-about .about-s p {
        max-width: 341px;
    }
    .intro {
        padding-top: 0px;
    }
    .intro {
        padding-bottom: 0px;
    }
    .site-content p {
        padding-bottom: 26px;
    }
    .intro_bg {
        padding: 60px 15px 60px 15px;
    }
    .about-bl.home {
        padding-bottom: 0px;
    }
    .intro_title {
        font-size: 35px;
        line-height: 48px;
        width: 100%;
    }
    .intro_text {
        font-size: 18px;
        line-height: 27px;
        width: 100%;
    }
    .intro_avaliable_devices {
        display: none;
    }
    .intro_avaliable {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intro_avaliable>a {
        width: 100%;
    }
    .benefits_title {
        margin-top: 70px;
        width: 100%;
        margin-bottom: 40px;
    }
    .benefits_title>h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .item_1_item,
    .item_2_item {
        padding: 10px 0px;
        width: 100%;
        border: none;
        height: auto;
    }
    .b-i-border {
        border: none;
    }
    .item_1_item>span {
        font-size: 18px;
        line-height: 33px;
        padding-bottom: 20px;
    }
    .item_1_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .item_2_item>span {
        font-size: 18px;
        line-height: 33px;
        padding-bottom: 20px;
    }
    .item_2_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .ben_item:nth-child(2n) {
        border-left: 0px;
        padding-left: 0px;
    }
    .jobs_title {
        margin-top: 70px;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }
    .jobs__wrapper>hr {
        margin: 20px auto;
    }
    .jobs_items {
        flex-wrap: wrap;
    }
    .j-i-margin {
        margin: 0px;
    }
    .jobs_item>h2 {
        font-size: 18px;
        line-height: 27px;
    }
    .jobs_item>p {
        font-size: 14px;
        line-height: 21px;
    }
    .advantages_title {
        margin-top: 70px;
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }
    .advantages_wrapper {
        height: auto;
        box-sizing: border-box;
    }
    .advantages_wrapper>hr {
        margin: 20px auto 40px;
        height: 3px;
    }
    .advantages_items {
        flex-wrap: wrap;
    }
    .adv-mar-le,
    .m-top {
        margin: 0px;
    }
    .jobs_item {
        width: 100%;
        padding: 35px 25px;
        height: auto;
        margin-top: 30px;
        height: auto;
    }
    .advantages_item {
        height: auto;
        width: 100%;
        padding: 38px 25px 40px 25px;
        margin-top: 20px;
        box-shadow: none;
        border-radius: 0px;
        border: 2px solid #EFF0F8;
        overflow: hidden;
    }
    .advantages_item_1 {
        top: 55%;
    }
    .j-i-margin1,
    .j-i-margin2 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .phone_block_wrapper {
        margin-top: 70px;
    }
    .phone_block_item {
        height: auto;
        box-sizing: border-box;
        width: 100%;
        padding: 30px 10px;
        align-items: center;
        text-align: center;
    }
    .phone_block_item>span {
        width: 100%;
        font-size: 18px;
        line-height: 27px;
        color: #C4C4C4;
    }
    .phone_block_item>h1 {
        font-size: 28px;
        line-height: 39px;
        width: 100%;
    }
    .phone_block_item .phone_button {
        font-size: 16px;
        line-height: 14px;
        background: #2EC6DD;
        width: 96%;
        margin-top: 60px;
    }
    .info_item {
        padding-top: 100px;
        flex-wrap: wrap;
    }
    .info_item>h1 {
        width: 100%;
        font-size: 26px;
        line-height: 36px;
    }
    .info_item>p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }
    .events_main {
        width: 100%;
        margin-top: 70px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .events_main>p {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 0px;
    }
    .events_item {
        width: 100%;
        padding: 16px 15px;
        margin: 8px 0px;
    }
    .events_item>p {
        font-size: 16px;
        line-height: 21px;
    }
    .events_item>span {
        font-weight: 600;
        font-size: 14px;
        line-height: 33px;
    }
    .plans_wrapper {
        margin-top: 70px;
    }
    .plans_item {
        margin-left: -22px;
        margin-right: -25px;
        width: auto;
        height: auto;
        flex-wrap: wrap;
        padding: 20px 20px 20px 20px;
        margin-bottom: 100px;
    }
    .plans_item .item_img {
        width: 80%;
    }
    .plans_item .item_main {
        width: 100%;
    }
    .item_main>h2 {
        margin-top: 35px;
        font-size: 26px;
        line-height: 22px;
    }
    .item_main>p {
        font-size: 14px;
        line-height: 21px;
    }
    .item_main .phone_button {
        width: 100%;
    }
    .about-s .txt>p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 360px) {
    .site-header .btn {
        display: none;
    }
    .users-wrap .col {
        min-width: 0;
        width: 100%;
    }
    .blog-head {
        min-width: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .sw-m-bl .txt {
        margin-right: 500px;
    }
}

@media screen and (max-width: 760px) {
    .sw-img {
        width: 294px;
    }
    .sw-m-bl .txt {
        margin-right: 300px;
    }
}

@media screen and (max-width: 360px) {
    .swiper-reviews .swiper-slide {
        width: 100%;
    }
}

@media screen and (max-width: 325px) {
    .intro_title {
        font-size: 30px;
        line-height: 41px;
    }
    .intro_text {
        font-size: 14px;
        line-height: 21px;
    }
    .benefits_title {
        padding-left: 10px;
        border-left: 3px;
    }
    .benefits_title>h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .ben_item:nth-child(2n) {
        padding-left: 0px;
        border: none;
    }
    .jobs_title {
        font-size: 24px;
    }
    .jobs__wrapper>hr {
        height: 2.5px;
    }
    .advantages_title {
        font-size: 24px;
        line-height: 32px;
    }
    .advantages_item>h2 {
        font-size: 18px;
        line-height: 23px;
    }
    .advantages_item {
        padding: 35px 16px 16px 16px;
    }
    .phone_block_item>span {
        font-size: 16px;
        line-height: 24px;
    }
    .phone_block_item>h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .info_item>h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .events_main>p {
        font-size: 24px;
        line-height: 31px;
    }
    .events_main {
        padding-left: 10px;
    }
    .events_item>span {
        font-size: 11.9467px;
        line-height: 28px;
    }
    .events_item>p {
        font-size: 14px;
        line-height: 22px;
    }
    .item_main>h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .prices-wrap .lgm {
        width: 100%;
    }
    .prices-wrap .lgm>h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .prices-wrap .lgm>p {
        font-size: 14px;
        line-height: 22px;
    }
    .j-i-margin1,
    .j-i-margin2 {
        margin: 0px;
    }
    .adv-mar-le {
        margin: 0px;
    }
    .advantages_item_1 {
        top: 55%;
    }
    .advantages_item {
        margin-top: 20px;
    }
}

.mobile-nav-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

.mobile-info {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 12px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 136px;
}

.mobile-nav-wrap .bl {
    padding: 0 15px;
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-scrollbar {
    position: relative;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 20px;
    margin: 46px 0 0 0;
    background: 0 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.swiper-scrollbar::before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 3px;
    background: #dbdfe1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.swiper-scrollbar-drag {
    top: 0;
    height: 20px;
    background: 0 0;
}

.swiper-scrollbar-drag::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #019bd8;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-button-disabled {
    opacity: 0;
    z-index: -1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-pagination {
    position: relative;
    font-size: 0 !important;
    line-height: 0;
    text-align: left;
}

.swiper-pagination-bullet {
    opacity: 0.5;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-bullet-active:nth-child(1):last-child {
    display: none;
}

.swiper-m-wrap {
    position: relative;
    margin: 0 0 100px 0;
}

.swiper-m {
    margin: 0;
}

.swiper-m .swiper-slide {
    position: relative;
}

.swiper-m-wrap .swiper-button-next,
.swiper-m-wrap .swiper-button-prev {
    z-index: 10;
    cursor: pointer;
    top: auto;
    bottom: 114px;
    width: 90px;
    height: 90px;
    margin: 0 !important;
    background: #fff;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.swiper-m-wrap .swiper-button-next::after,
.swiper-m-wrap .swiper-button-prev::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/arr-r-b.svg?v=1) no-repeat center center;
    background-size: 34px auto;
}

.swiper-m-wrap .swiper-button-prev::after {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.swiper-m-wrap .swiper-button-next:hover,
.swiper-m-wrap .swiper-button-prev:hover {
    background-color: #1eaabf;
}

.swiper-m-wrap .swiper-pagination {
    display: flex;
    width: calc(100% - 604px);
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
    margin-top: 50px;
    font-size: 0 !important;
    text-align: left;
    padding: 0 0 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-m-wrap .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 4px;
    font-size: 0 !important;
    margin: 0 30px 10px 0;
    background: rgba(255, 255, 255, 0.4);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.swiper-m-wrap .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-m-wrap .swiper-pagination-bullet-active::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: loading 3.5s;
    animation-iteration-count: 1;
}

@keyframes loading {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}

.swiper-m-wrap .swiper-button-disabled {
    display: none;
}

.sw-img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: flex;
    width: 604px;
    height: 100%;
    align-items: center;
}

.sw-img img {
    height: 100%;
    max-height: 100%;
}

.sw-m-bl {
    height: 650px;
    color: #fff;
    padding: 104px 30px 0 30px;
    margin: 113px 0 114px 0;
    background: #2372f3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sw-m-bl .txt {
    max-width: 720px;
    min-height: 446px;
}

.sw-m-bl .h-1,
.sw-m-bl .h-1-m {
    color: #fff;
}

.sw-m-bl .h-1 {
    padding: 0 0 16px 0;
}

.sw-m-bl .btn {
    min-width: 238px;
    margin: 0;
}

.swiper-m .sw-m-bl {
    position: relative;
}

.swiper-m.orange .sw-m-bl {
    background: #f4b81d;
}

.swiper-m.blue .sw-m-bl {
    background: #427bfd;
}

.swiper-m.blue2 .sw-m-bl {
    background: #007aff;
}

.swiper-m.blue3 .sw-m-bl {
    background: #3c7cdf;
}

.swiper-m.blue4 .sw-m-bl {
    background: #0860a6;
}

.swiper-m.dark .sw-m-bl {
    background: #04305a;
}

.swiper-m.green .sw-m-bl {
    background: #90c73c;
}

.swiper-m.red .sw-m-bl {
    background: #b5222b;
}

.swiper-m.purple .sw-m-bl {
    background: #ca11f2;
}

.swiper-m.gray .sw-m-bl {
    background: #37519b;
}

.swiper-m.black .sw-m-bl {
    background: #000;
}

.swiper-m .btns-bl {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 50px 30px;
}

.swiper-m .btns-bl .desktop-bl,
.swiper-m .btns-bl p {
    padding: 0 0 20px 0;
}

.swiper-m .btns-bl .btn {
    min-width: 0;
    vertical-align: bottom;
}

.swiper-m .btns-bl a {
    vertical-align: bottom;
    margin-right: 16px;
}

.swiper-m .btns-bl img {
    vertical-align: bottom;
}

.swiper-m .btns-bl .btn {
    margin-right: 30px;
}

.swiper-m.main .h-1 {
    padding-bottom: 53px;
}

.swiper-m.main .txt p {
    max-width: 680px;
}

.sw-btns-bl {
    display: none;
}

.swiper-reviews {
    overflow: visible !important;
}

.swiper-reviews .swiper-slide {
    /*width: 491px;*/
    padding: 0;
}

.swiper-reviews .swiper-button-next,
.swiper-reviews .swiper-button-prev {
    opacity: 0;
    top: 50%;
    margin-top: -45px !important;
}

.swiper-reviews:hover .swiper-button-next,
.swiper-reviews:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-reviews .swiper-button-disabled {
    z-index: -1;
    opacity: 0;
}

.swiper-price {
    margin: 0 0 150px 0;
}

.about-s+.swiper-price {
    position: relative;
    top: -50px;
}

.swiper-m-wrap.gallery {
    overflow: visible !important;
    margin-bottom: 150px;
}

.swiper-m-wrap.gallery .swiper {
    overflow: visible !important;
}

.swiper-m-wrap.gallery .swiper-wrapper {
    align-items: flex-end;
}

.swiper-m-wrap.gallery .swiper-button-next,
.swiper-m-wrap.gallery .swiper-button-prev {
    top: 50%;
    margin-top: -45px !important;
}

.swiper-m-wrap.gallery .swiper-slide {
    width: 667px;
    background: #f6f6f6;
}

.popups-bg {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.27);
}

.popups-bg::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popups-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.popups-wrap::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.popup-bl {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 380px;
    text-align: left;
    margin-left: -190px;
    background: #fff;
    -moz-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popup-bl .bl {
    text-align: left;
    padding: 20px 20px 15px 20px;
}

.popup-bl .bl::after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1px;
}

.popup-bl .close {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -14px;
    overflow: visible;
    width: 30px;
    height: 30px;
    color: transparent !important;
    font-size: 0 !important;
    background: #fff;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.popup-bl .close::after,
.popup-bl .close::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 16px;
    height: 3px;
    margin-top: -1px;
    margin-left: -8px;
    background: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.popup-bl .close::before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-bl .close::after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-bl .close:hover::after,
.popup-bl .close:hover::before {
    background: #e9383a;
}

.popups-bg {
    -moz-transition: opacity 250ms ease 0s;
    -webkit-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    pointer-events: none;
    will-change: opacity;
}

.popup-bl {
    opacity: 0;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -moz-transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    -webkit-transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity;
}

body.show-popups .popups-bg,
body.show-popups-preload .popups-bg {
    z-index: 900;
    opacity: 1;
    width: 100%;
}

body.show-popups .popups-wrap,
body.show-popups-preload .popups-wrap {
    z-index: 901;
    opacity: 1;
    width: 100%;
}

body.show-popups .popup-bl.show {
    opacity: 1;
    z-index: 1;
    display: block;
}

body.show-popups .popups-bg,
body.show-popups-preload .popups-bg {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

body.show-popups .popup-bl,
body.show-popups-preload .popup-bl {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

body.show-popups .popup-bl.show {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

body.show-mobile-nav .mobile-sbm {
    margin-top: -9px;
    height: 26px;
}

.inFileBox {
    position: relative;
}

.inFileBox .delete.active {
    display: inline-block;
}

.inFileBox .delete {
    color: #000;
    padding-left: 5px;
    display: none;
    position: absolute;
    right: -3px;
    top: 14px;
    font-size: 16px;
    cursor: pointer;
}

.file-inp>b.delete.active {
    display: inline-block;
}

.soc-btn .icon img {
    margin: 0;
}

.subscr-form input[type="email"] {
    color: #fff;
}

.quote-author {
    font-weight: 400;
}

.site-content p:empty {
    display: none;
}

.pagination span {
    position: relative;
    overflow: hidden;
    display: block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #f6f6f6;
    background: #f6f6f6;
}

.pagination span.current {
    border: solid 1px #2ec6dd;
    background: #f6f6f6;
}

.current-menu-item a {
    color: #1eaabf;
}

.article-nav ul:empty {
    display: none;
}

.flat_button.logo_button:before {
    display: none !important;
}

.wcommunity_subscribers {
    color: #fff !important;
}

.es_spinner_image {
    position: absolute;
    display: none;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 12px;
}

.swiper-reviews:hover .swiper-button-next,
.swiper-reviews:hover .swiper-button-prev {
    background-color: #1eaabf;
}

.col.s .blog-box.medium .blog-body p {
    max-width: 235px;
}

.es_subscription_message.success {
    width: 100%;
    background: #27ae60;
    color: #fff;
    display: block;
    padding-left: 28px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 18px;
    box-sizing: border-box;
}

.check {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #2ec6dd;
    margin-right: 20px;
    position: relative;
}

.check svg {
    color: #2ec6dd;
    position: absolute;
    left: -1px;
    top: -5px;
    margin: auto;
    display: none;
}

#chck:checked+label .check svg {
    display: block;
}

label[for="chck"] {
    display: flex;
    align-items: center;
    font-size: 14px;
}

#chck {
    display: none;
}

.files-list span {
    color: #2f80ed;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}

.files-list {
    position: relative;
    top: -30px;
}

.files-list span img {
    margin-right: 10px;
}

.inp-bl textarea .label,
.inp-bl.error .label {
    color: red;
}

.inp-bl input,
.inp-bl textarea {
    box-shadow: none;
}

.inp-bl.error input:invalid {
    box-shadow: none;
    border-color: #eb5757;
    color: #eb5757;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* dich */

@media screen and (max-width: 1460px) {
    .swiper-m-wrap {
        margin-bottom: 80px;
        margin-top: -21px;
    }
    .swiper-m-wrap .swiper-pagination {
        top: 80px;
        padding-left: 24px;
        width: calc(100% - 482px);
    }
    .swiper-m-wrap .swiper-pagination-bullet {
        width: 96px;
        margin: 0 24px 10px 0;
    }
    .swiper-m-wrap .swiper-pagination-bullet-active::after {
        right: 0;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        bottom: 91px;
        width: 72px;
        height: 72px;
    }
    .swiper-m-wrap .swiper-button-next::after,
    .swiper-m-wrap .swiper-button-prev::after {
        background-size: auto 23px;
    }
    .sw-m-bl {
        height: 521px;
        padding: 83px 24px 0 24px;
        margin: 90px 0 91px 0;
    }
    .sw-m-bl .h-1 {
        font-size: 38.5198px;
        line-height: 47px;
        letter-spacing: 0.280873px;
        padding: 0 0 13px 0;
    }
    .sw-img {
        width: 482px;
    }
    .sw-m-bl .txt {
        max-width: 570px;
        min-height: 358px;
    }
    .sw-m-bl .btn {
        min-width: 190px;
    }
    .swiper-reviews .swiper-button-next,
    .swiper-reviews .swiper-button-prev {
        top: 50%;
        bottom: auto;
        margin-top: -36px !important;
    }
    .swiper-price {
        margin-bottom: 50px;
    }
    .about-s+.swiper-price {
        top: 0;
    }
    .swiper-m-wrap.gallery {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
    .swiper-m-wrap.gallery .swiper-slide {
        width: 475px;
    }
}

@media screen and (max-width: 1200px) {
    .sw-m-bl .txt {
        margin-right: 500px;
    }
}

@media screen and (max-width: 960px) {
    .swiper-m-wrap {
        margin-bottom: 52px;
        margin-top: -14px;
    }
    .swiper-m-wrap .swiper-pagination {
        top: 35px;
        padding-left: 16px;
        width: calc(100% - 314px);
    }
    .swiper-m-wrap .swiper-pagination-bullet {
        width: 62px;
        height: 3px;
        margin: 0 16px 10px 0;
    }
    .swiper-m-wrap .swiper-pagination-bullet-active::after {
        right: 0;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        bottom: 59px;
        width: 46px;
        height: 46px;
    }
    .swiper-m-wrap .swiper-button-next::after,
    .swiper-m-wrap .swiper-button-prev::after {
        background-size: auto 15px;
    }
    .sw-m-bl {
        height: 338px;
        padding: 54px 16px 0 16px;
        margin: 59px 0 59px 0;
    }
    .sw-m-bl .h-1 {
        font-size: 25.0099px;
        line-height: 30px;
        letter-spacing: 0.182364px;
        padding: 0 0 8px 0;
    }
    .sw-img {
        width: 314px;
    }
    .sw-m-bl .txt {
        max-width: 375px;
        min-height: 232px;
        margin-right: 314px;
    }
    .sw-m-bl .btn {
        min-width: 124px;
    }
    .swiper-reviews .swiper-slide {
        width: 343px;
        padding-right: 0;
    }
    .swiper-price .swiper-slide {
        width: 310px;
    }
    .sw-m-bl .txt {
        min-height: 218px;
    }
    .swiper-m .btns-bl {
        padding: 0 0 20px 16px;
    }
    .swiper-m .btns-bl .mobile-bl {
        display: inline-block;
        vertical-align: middle;
    }
    .swiper-m .btn {
        min-width: 173px;
        min-height: 50px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.264169px;
        vertical-align: middle;
        padding: 10px;
        margin-right: 16px;
    }
    .swiper-m .btns-bl .btn {
        margin-right: 16px;
    }
    .swiper-m .btns-bl .btn,
    .swiper-m .btns-bl a,
    .swiper-m .btns-bl img {
        vertical-align: middle;
    }
    .swiper-m .btns-bl a {
        margin-right: 6px;
    }
    .swiper-m.main .sw-m-bl {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.24px;
    }
    .swiper-m.main .sw-m-bl .h-1 {
        position: relative;
        overflow: hidden;
        max-height: 88px;
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0.35px;
        padding: 0;
        margin-bottom: 30px;
    }
    .swiper-m.main .sw-m-bl p {
        padding-bottom: 10px;
    }
    .swiper-m-wrap.gallery {
        padding-bottom: 0;
        margin: 0 0 100px 0;
    }
    .swiper-m-wrap.gallery .swiper-slide {
        width: 293px;
    }
    .h-2-1 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
}

@media screen and (max-width: 760px) {
    .sw-img {
        width: 294px;
    }
    .sw-m-bl .txt {
        margin-right: 300px;
    }
}

@media screen and (max-width: 640px) {
    .swiper-m-wrap {
        margin: 0 -12px 29px -12px;
    }
    .swiper-m-wrap .swiper-pagination {
        top: 0;
        margin-top: 30px;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        bottom: 0;
        width: 90px;
        height: 90px;
    }
    .swiper-m-wrap .swiper-button-next::after,
    .swiper-m-wrap .swiper-button-prev::after {
        background-size: auto 28px;
    }
    .swiper-reviews .swiper-slide {
        width: 343px;
        padding-right: 0;
    }
    .reviews-wrap .swiper-button-next,
    .reviews-wrap .swiper-button-prev {
        display: none;
    }
    .reviews-wrap .swiper-pagination {
        position: relative;
        top: auto;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .swiper-m-wrap .swiper-pagination-bullet,
    .swiper-m-wrap .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background: #ccc;
        /* -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%; */
    }
    .swiper-m-wrap .swiper-pagination-bullet::after {
        display: none !important;
    }
    .swiper-m-wrap .swiper-pagination-bullet-active {
        background: #2ec6dd;
    }
    .sw-btns-bl {
        display: block;
        padding: 18px 0 0 0;
    }
    .swiper-m-wrap.home .swiper-pagination {
        max-width: 200%;
        text-align: center;
        padding: 0 !important;
        margin: 20px 0 0 0;
    }
    .swiper-m-wrap.home .swiper-pagination-bullet,
    .swiper-m-wrap.home .swiper-pagination-bullet-active {
        width: 62px;
        height: 4px;
        margin: 0 9px 9px 9px;
        background: rgba(255, 255, 255, 0.4);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .swiper-m-wrap.home .swiper-pagination-bullet::after {
        display: block !important;
    }
    .swiper-m-wrap.home .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0.4);
    }
    .sw-m-bl {
        height: auto;
        text-align: center;
        padding-bottom: 224px;
        margin: 0 0 266px 0 !important;
    }
    .sw-m-bl .txt {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: -0.24px;
        text-align: center;
        margin-right: 0;
    }
    .sw-m-bl .h-1 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0.35px;
        padding: 0 0 30px 0;
    }
    .sw-m-bl p {
        padding: 0 0 30px 0;
    }
    .sw-m-bl .btn {
        margin-bottom: 30px;
    }
    .sw-img {
        z-index: 5;
        top: auto;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 462px;
        text-align: center;
    }
    .swiper-m-wrap {
        margin-bottom: 100px;
    }
    .swiper-m-wrap .swiper-button-next,
    .swiper-m-wrap .swiper-button-prev {
        display: none;
    }
    .swiper-m .btns-bl {
        position: relative;
        padding: 0;
    }
    .swiper-m .btns-bl .btn {
        display: block;
        max-width: 173px;
        margin: 0 auto 44px auto;
    }
    .swiper-m-wrap.gallery {
        margin-bottom: 50px;
    }
    .swiper-price {
        margin-bottom: 30px;
        margin-right: -12px;
    }
    .swiper-price .swiper-slide {
        width: 80%;
    }
    .swiper-m.main .sw-m-bl .txt {
        max-width: 100%;
    }
    .swiper-m.main .sw-m-bl p {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 360px) {
    .swiper-reviews .swiper-slide {
        width: 100%;
    }
}

.popups-bg {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.27);
}

.popups-bg::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popups-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.popups-wrap::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
}

.popup-bl {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 380px;
    text-align: left;
    margin-left: -190px;
    background: #fff;
    -moz-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popup-bl .bl {
    text-align: left;
    padding: 20px 20px 15px 20px;
}

.popup-bl .bl::after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1px;
}

.popup-bl .close {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -14px;
    overflow: visible;
    width: 30px;
    height: 30px;
    color: transparent !important;
    font-size: 0 !important;
    background: #fff;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.popup-bl .close::after,
.popup-bl .close::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 16px;
    height: 3px;
    margin-top: -1px;
    margin-left: -8px;
    background: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.popup-bl .close::before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-bl .close::after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-bl .close:hover::after,
.popup-bl .close:hover::before {
    background: #e9383a;
}

.popups-bg {
    -moz-transition: opacity 250ms ease 0s;
    -webkit-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    pointer-events: none;
    will-change: opacity;
}

.popup-bl {
    opacity: 0;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -moz-transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    -webkit-transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    transition: opacity 250ms ease 0s, transform 250ms ease 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    will-change: opacity;
}

body.show-popups .popups-bg,
body.show-popups-preload .popups-bg {
    z-index: 900;
    opacity: 1;
    width: 100%;
}

body.show-popups .popups-wrap,
body.show-popups-preload .popups-wrap {
    z-index: 901;
    opacity: 1;
    width: 100%;
}

body.show-popups .popup-bl.show {
    opacity: 1;
    z-index: 1;
    display: block;
}

body.show-popups .popups-bg,
body.show-popups-preload .popups-bg {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

body.show-popups .popup-bl,
body.show-popups-preload .popup-bl {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

body.show-popups .popup-bl.show {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

body.show-mobile-nav .mobile-sbm {
    margin-top: -9px;
    height: 26px;
}

.inFileBox {
    position: relative;
}

.inFileBox .delete.active {
    display: inline-block;
}

.inFileBox .delete {
    color: #000;
    padding-left: 5px;
    display: none;
    position: absolute;
    right: -3px;
    top: 14px;
    font-size: 16px;
    cursor: pointer;
}

.file-inp>b.delete.active {
    display: inline-block;
}

.soc-btn .icon img {
    margin: 0;
}

.subscr-form input[type="email"] {
    color: #fff;
}

.quote-author {
    font-weight: 400;
}

.site-content p:empty {
    display: none;
}

.pagination span {
    position: relative;
    overflow: hidden;
    display: block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #f6f6f6;
    background: #f6f6f6;
}

.pagination span.current {
    border: solid 1px #2ec6dd;
    background: #f6f6f6;
}

.current-menu-item a {
    color: #1eaabf;
}

.article-nav ul:empty {
    display: none;
}

.flat_button.logo_button:before {
    display: none !important;
}

.wcommunity_subscribers {
    color: #fff !important;
}

.es_spinner_image {
    position: absolute;
    display: none;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 12px;
}

@media screen and (max-width: 1460px) {
    .blog-box.medium .blog-body p {
        max-width: 284px;
    }
}

@media screen and (max-width: 960px) {
    .site-nav li:first-child {
        display: inline-block;
    }
}

@media screen and (max-width: 1460px) {
    .area-about .vacancy {
        padding-bottom: 122px;
    }
}

.swiper-reviews:hover .swiper-button-next,
.swiper-reviews:hover .swiper-button-prev {
    background-color: #1eaabf;
}

@media screen and (max-width: 640px) {
    .page-bl-a,.page-bl-a-2 {
        max-width: 420px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .auts_b1_right > img {
        width:332px !important;
        height:244px !important;
    }

    .auts_b1_wrapper .auts_b1_left {
        padding-bottom:0px;
    }

    .project-form .contacts-user {
        display: none;
    }

    /* aut block */
    .m-t-155 {
        margin-top:32px;
    }
    .m-t-185 {
        margin-top:32px;
    }
    .m-t-180 {
        margin-top:32px;
    }
    .autstaff_intro_bg {
        max-width: 100%;
        padding-left: 16x;
        padding-right: 16px;
    }

    .auts_b1_right {
        border: 4.32911px solid #E9F5F8 !important;
        border-radius: 108.028px 0px 0px 0px !important;
        padding: 10px !important;
    }

    .car_b1_wrapper, .car_b3_wrapper {
        display: flex;
        flex-wrap: wrap !important;
    }
    .car_b3_left,.car_b3_right {
        width:100%;
    }

    .page-bl-a-car4 {
        padding: 100px 12px !important;
    }

    .page-bl-a h1 {
        font-size: 34px !important;
        line-height: 48px !important;
    }

    .car_b4 h2 {
        font-size: 34px !important;
        line-height: 48px !important;
    }


    .h2-des {
        font-size: 34px !important;
        line-height: 48px !important;
    }

    .page-bl-a h2 {
        font-size: 34px !important;
        line-height: 48px !important;
    }

    .page-bl-a-car2 h1 {
        font-size: 34px !important;
        line-height: 48px !important;
    }

    .page-bl-a-car2 {
        padding: 30px 12px !important;
        height:400px !important;
    }
    .car_b3_wrapper {
        padding: 100px 0px !important;
    }
    
    .auts_b1_left_header {
        font-size: 16px;
        line-height: 24px;
        /* or 24px */
        text-transform: uppercase;
        margin-top:31px;
    }
    .auts_b1_left_title {
        font-size: 34px;
        line-height: 48px;
        /* or 48px */
    }
    .auts_b1_left_text > p {
        font-size: 16px;
        line-height: 150%;
        /* or 24px */
    }

    .auts_b1_left {
        padding-bottom:0px;
    }

    .aut-but {
        width:206px !important;
        height:50px !important;
        font-family: Inter;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }

    .auts_b2_wrapper_left, .auts_b2_wrapper_right {
        width:100%;
    }

    .auts_b2_wrapper_left > h2 {
        font-size: 34px;
        line-height: 48px;
    }

    .auts_b2_wrapper_right_item_sub {
        width:57%;
    }

    .auts_b2_wrapper_right_item_sub > span {
        font-size: 18px;
        line-height: 27px;
        /* or 27px */
    }
    .auts_b2_wrapper_right_item_sub > p {
        font-size: 16px;
        line-height: 24px;
        /* or 24px */
    }

    .auts_b3_wrapper {
        margin-top:0px;
        padding:44px 16px;
        height:500px;
    }

    .auts_b3_wrapper_left {
        padding:0px;
        width:100%;
    }

    .auts_b3_wrapper_left > h2{
        font-weight: bold;
        font-size: 24px;
        line-height: 130%;
    }

    .auts_b3_wrapper_right {
        display:none;
    }

    .auts_b4_wrapper {
        flex-wrap:wrap;
    }

    .auts_b4_wrapper_left,.auts_b4_wrapper_right {
        width:100%;
    }

    .auts_b4_wrapper_left > h2 {
        font-size: 24px;
        line-height: 31px;
        /* or 31px */
        margin-bottom:16px;
    }
    .auts_b4_wrapper_right > p {
        font-size: 16px;
        line-height: 24px;
        /* or 31px */
        margin-bottom:16px;
    }

    .m-t-70 {
        margin-top:16px;
    }

    .auts_b5_wrapper_item  {
        width:100%;
    }

    .page-bl-a-2 {
        margin-top:0px;
        padding:44px 16px;
    }
    .auts_b6_wrapper {
        width:100%;
        max-width: 100%;
    }
    .auts_b6_wrapper .d-f-j-sp {
        flex-wrap:wrap;
    }
    .auts_b6_wrapper_left > h2 {
        font-size: 24px;
        line-height: 31px;
        /* or 31px */
    }
    .auts_b6_wrapper_right {
        width:100%;
    }
    .auts_b6_wrapper_right > p {
        width:100%;
        font-size: 16px;
        line-height: 24px;
        /* or 24px */
        margin-top:16px;
    }

    .m-t-80 {
        margin-top:32px;
    }
    .auts_b6_wrapper_item {
        width:100%;
        margin-bottom:16px;
    }

    .auts_b7_wrapper {
        margin-top:60px;
    }

    .auts_b7_wrapper_left,.auts_b7_wrapper_right {
        width:100%;
    }
    .auts_b7_wrapper_left > h2 {
        font-size: 24px;
        line-height: 31px;
        /* or 31px */
        margin-bottom:16px;
    }
    .auts_b7_wrapper_right > p {
        font-size: 16px;
        line-height: 24px;
        /* or 31px */
    }

    .auts_b7_wrapper_item {
        width:100%;
        padding:24px 16px;
        height:510px;
        margin-bottom:24px;
    }

    .auts_b7_wrapper_item > p,span {
        font-size: 16px;
        line-height: 24px;
    }

    .m-t-175 {
        margin-top:40px;
    }

    .auts_b8_wrapper {
        margin-bottom: 35px;
    }

    .auts_b8_wrapper_left {
        width:100%;
    }
    .auts_b8_wrapper_left > h2{
        width:100%;
        font-size: 24px;
        line-height: 31px;
        margin-bottom:16px;
    }
    .auts_b8_wrapper_right {
        width:100% !important;
    }
    .auts_b8_wrapper_right .m-b-64{
        width:100%;
       
    }
    .auts_b8_wrapper_right .m-b-64 > p {
        width:100%;
        font-size:16px;
        line-height: 24px;
        
    }

    .m-b-64 {
        margin-bottom:24px;
    }

    .auts_b8_wrapper_item {
        width:40%;
        padding:0px 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .auts_b8_wrapper_item > span {
        font-size:18px;
        line-height: 27px;
        margin-top:12px;
    }   

    /* aut block */

}

.col.s .blog-box.medium .blog-body p {
    max-width: 235px;
}

.es_subscription_message.success {
    width: 100%;
    background: #27ae60;
    color: #fff;
    display: block;
    padding-left: 28px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 18px;
    box-sizing: border-box;
}

.check {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #2ec6dd;
    margin-right: 20px;
    position: relative;
}

.check svg {
    color: #2ec6dd;
    position: absolute;
    left: -1px;
    top: -5px;
    margin: auto;
    display: none;
}

#chck:checked+label .check svg {
    display: block;
}

label[for="chck"] {
    display: flex;
    align-items: center;
    font-size: 14px;
}

#chck {
    display: none;
}

.files-list span {
    color: #2f80ed;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}

.files-list {
    position: relative;
    top: -30px;
}

.files-list span img {
    margin-right: 10px;
}

.inp-bl textarea .label,
.inp-bl.error .label {
    color: red;
}

.inp-bl input,
.inp-bl textarea {
    box-shadow: none;
}

.inp-bl.error input:invalid {
    box-shadow: none;
    border-color: #eb5757;
    color: #eb5757;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mtb-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1460px) {
    .pt-tablet-0 {
        padding-top: 0 !important;
    }
    .pb-tablet-0 {
        padding-bottom: 0 !important;
    }
    .ptb-tablet-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .mt-tablet-0 {
        margin-top: 0 !important;
    }
    .mb-tablet-0 {
        margin-bottom: 0 !important;
    }
    .mtb-tablet-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    label[for="chck"] a {
        display: block;
        line-height: 2;
    }
    label[for="chck"] span {
        line-height: 1;
    }
    label[for="chck"] {
        align-items: flex-start;
    }
}

.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    width: 70%;
    text-align: left;
}

.cookies .page-bl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies .btn {
    margin: 0;
}

.cookies .btn button {
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
}

@media screen and (max-width: 960px) {
    .cookies .text {
        font-size: 13px;
        line-height: 16px;
    }
}

@media screen and (max-width: 576px) {
    .cookies .page-bl {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .cookies {
        height: 135px;
    }
    .cookies .text {
        width: 100%;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    .cookies .btn {
        margin: 0;
        width: 100%;
    }
}

.quote-hru cite::before {
    content: "";
    min-width: 72;
    max-width: 72px;
    width: 72px;
    min-height: 72px;
    max-height: 72px;
    height: 72px;
    background: url(https://wnfx.ru/wp-content/uploads/2022/09/Aleksandr-Hrushhev_chb.jpg) !important;
    display: block;
    background-size: contain !important;
    border-radius: 50%;
    background-position: center;
    margin-right: 20px;
}