/* background: url(../i/bg.jpg); */
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Regular.eot");
    src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url("../fonts/Gilroy-SemiBold.eot");
    src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url("../fonts/Gilroy-Bold.eot");
    src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --f1: "Gilroy";
    --f2: "Gilroy-SemiBold";
    --f3: "Gilroy-Bold";
}

body {
    background-color: #1c1a27;
    font-family: var(--f1);
}

.form-control::-webkit-input-placeholder {
    color: #c4c4c4 !important;
    z-index: 99;
    font-size: 12px !important;
}

#privacy {
    color: #fff;
}

.transport-save {
    color: #fff;
    padding-top: 0;
}

.form-control:-ms-input-placeholder {
    color: #c4c4c4 !important;
    z-index: 99;
    font-size: 12px !important;
}

.form-control::-ms-input-placeholder {
    color: #c4c4c4 !important;
    z-index: 99;
    font-size: 12px !important;
}

.form-control::placeholder {
    color: #c4c4c4 !important;
    z-index: 99;
    font-size: 12px !important;
}


/* #header::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 500%;
    background: linear-gradient(to top, #211f2b00 0%, #1a1920 82%);
} */
#header .content .descriptor .text {
    color: var(--gray);
    max-width: 12rem;
    font-size: 1rem;
    line-height: 140%;
    padding-top: 4px;
}

#header .location__block {
    color: var(--gray);
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
}

#header .location__block span {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

#header .email__block {
    display: flex;
    align-items: center;
}

#header .email__block span {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

#header .email__block a {
    font-family: var(--f2);
}

#header .contacts .phone-content {
    font-size: 18px !important;
    color: var(--light);
    transition: none;
    font-family: var(--f3);
    /* color: var(--color); */
}

#header .contacts .phone-content:hover {
    transition: none;
}

#header .contacts .link {
    border-bottom: 1px dashed var(--color) !important;
    transition: none !important;
    margin-left: 10px;
    color: #fff;
}

#header .contacts .link:hover {
    border-bottom: 0px dashed #fff0 !important;
    transition: none !important;
}

#header .content .contacts,
#footer .contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

#header .contacts svg,
#footer .contacts svg {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    border-radius: 0;
    border: none;
    width: auto;
    height: auto;
    margin-right: 0;
}



#header .contacts .contact-svg-block,
#footer .contacts .contact-svg-block {
    position: relative;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5b5b5c;
    border-radius: 50%;
    margin-left: 12px;
}

#header .contacts .contact-svg-block {
    /* background-color: var(--gray); */
    /* border: 2px solid #5b5b5c; */

}

#header .contacts .contact-svg-block::before,
#footer .contacts .contact-svg-block::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--color);
    box-shadow: 0 0 3px 1px var(--color);
    animation: bef-right 2.5s infinite linear;
    transform-origin: 0.91rem 0.91rem;
    top: 3px;
    left: 3px;
}

#header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .content {
    margin-left: 1rem;
}

@keyframes bef-right {
    100% {
        transform: rotate(360deg);
    }
}

.dark h1,
.dark h2,
.dark ul li {
    color: #fff;
}

.dark p {
    color: #c3c3c3;
}

.black {
    background-color: #0a0319;
}

.black p {
    color: #959595;
}

.text_color {
    font-family: var(--f3);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--f3) !important;
}

h1 {
    text-transform: uppercase;
    font-family: var(--f1) !important;
    font-size: 40px;
    line-height: 156%;
    margin: 0 0 30px;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h1 .text_color {
    font-size: 48px;
}

.container-fluid {
    max-width: 1696px;
}

ul {}

ul li {
    position: relative;
    font-size: 18px;
    padding-left: 23px;
    margin-bottom: 15px;
}

ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--color);
    box-shadow: 0 0 10px 6px #b5152969;
    left: 0;
    top: 0.5rem;
    border-radius: 50%;
}

.btn {
    display: inline-flex;
    padding: 1rem;
    font-size: 18px;
    padding: 0.9rem 1rem;
    transition: all 0.3s ease;
    box-shadow: 0px 9px 28px 0px #0000006b;
}

.btn:hover {
    display: inline-flex;
    box-shadow: 0 0 54px -7px #db012b;
    transform: none;
    transition: all 0.3s ease;
}

.btn:visited,
.btn:focus,
.btn:active {
    display: inline-flex;
    background: linear-gradient(180deg, #790016, #790016);
    transform: none;
    padding: 0.9rem 1rem;
    transition: all 0.3s ease;
}

.btn-text {
    color: var(--gray);
    font-size: 14px;
    padding: 0.5rem 2rem;
    max-width: 21rem;
    border: 1px solid #59516e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
    margin-left: -1rem;
    padding-left: 3.3rem;
}

.btn-text p {
    margin: 0;
}

.btn-text strong {
    color: #fff;
    font-weight: 400;
}

.btn span {
    padding: 0rem 1rem;
}

.btn .btn-point {
    min-width: 8px;
    padding: 0;
    margin: 0 0rem;
    width: 8px;
    height: 8px;
    background: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 0 15px 3px #eaeaea;
}

.btn .btn-icon {
    min-width: 2rem;
    padding: 0 0.7rem 0 1.2rem;
}

.slick-arrow svg {
    width: 50%;
    height: 58%;
}

.slick-arrow {
    border-radius: 5px;
    background: none;
    box-shadow: none;
    height: 4rem;
    width: 4rem;
    border: 1px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
}

#prev.slick-arrow {
    margin-right: 2.9rem;
}

#next.slick-arrow {
    margin-left: 2.9rem;
}

.slick-arrow svg path {
    fill: #fff;
}

.slick-arrow:hover svg path {
    fill: var(--color);
}

#prev.slick-arrow svg {
    rotate: 180deg;
}

.custom_paging li {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-family: var(--f3);
}

.custom_paging li span {
    font-size: 18px;
    font-family: var(--f1);
}

.custom_paging li.slick-active {
    display: block;
}

.custom_paging li::before {
    display: none;
}

/* .hero-map {
}
.hero-map-image {
}
.hero-map-image img {
} */
#header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.hero {
    background: url(../i/herofon.png), url(../i/herofon.jpg);
    background-repeat: no-repeat;
    background-position: 89.5% 110%, 85.2% 15.3%;
    padding-bottom: 8rem;
    padding-top: 9.6rem;
}

.hero__block {}

.hero__content {}

.hero__content ul {
    max-width: 36rem;
}

.hero__button {
    display: flex;
    align-items: center;
    margin-top: 51px;
}

.servis {
    padding-top: 0;
    padding-bottom: 110px;
    overflow: hidden;
}

.servis__head {}

.servis__content {
    margin: 0 0 0 auto;
    padding-left: 31.4%;
    padding-top: 1rem;
    /* width: 1903px; */
}

.servis__fon {
    position: absolute;
    left: 0;
    padding-right: 1.2rem;
    bottom: 0;
    width: 30%;
}

.servis__slider {
    /* margin-right: -17%; */
    margin-left: -1rem;
}

.servis .slick-initialized .slick-slide {
    margin: 0 0.3rem;
}

.servis__elements {
    max-width: 288px;
    background: #fff;
    border-radius: 5px;
}

.servis .slick-arrow {
    position: relative;
}

.gallery-arrow {
    top: 0;
    right: 6rem;
    position: absolute;
    display: flex;
}

.servis .custom_paging {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.servis .slick-list {
    padding-top: 2rem;
}

.servis__item {
    display: flex;
    flex-direction: column;
}

.servis__image {
    text-align: center;
    flex: 0 0 11rem;
}

.servis__image img {
    margin-top: -2rem;
    object-fit: contain;
}

.servis__txt {
    padding: 0 1.6rem 0 1.7rem;
    margin-top: -2rem;
}

.servis__txt p {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 1.4;
}

.servis__txt p:first-of-type {
    font-size: 20px;
    color: var(--dark);
    line-height: 1.3;
}

.servis__button {
    display: flex;
    margin-top: 45px;
    padding-left: 7.8rem;
}

.statistics {
    background-color: #fff;
    padding-bottom: 110px;
}

.statistics__fon {
    position: absolute;
    right: 0;
    bottom: 0;
}

.statistics__block {}

.statistics__head {
    margin-bottom: 2.5rem;
}

.statistics__content {
    display: flex;
    flex-wrap: wrap;
    max-width: 54rem;
}

.statistics__element {
    flex: 0 0 264px;
    margin-bottom: 4.5rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 0.1rem;
}

.statistics__element::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d0d0d0;
    left: 0;
    top: 0;
}

.statistics__element-num {
    font-size: 60px;
    color: var(--color);
    line-height: 100%;
}

.statistics__element-txt {
    font-size: 20px;
    font-family: var(--f2);
    color: var(--dark_80);
}

.statistics__button {
    margin-top: -1rem;
}

.statistics__button .btn {
    padding: 0;
}

.statistics__button .statistics_linck {
    display: inline-flex;
    align-items: center;
    padding: 0.9rem 1rem;
    color: #fff;
}

.transport {
    padding-bottom: 110px;
}

.transport__block {}

.transport__head {}

.transport__content {
    max-width: 1204px;
    margin: 0 auto;
}

.transport__element {
    background-color: #fff;
    padding: 0rem 0rem 2.35rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transport__element-flexbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2.4rem;
}

.transport__image {
    flex: 0 0 250px;
    text-align: center;
    padding: 1rem 1rem 0;
}

.transport__image img {
    object-fit: contain;
    height: 100%;
    object-position: center;
}

.transport__txt {
    color: var(--dark);
    font-size: 20px;
    font-family: var(--f3);
}

.transport__txt p {
    color: #7e7e7e;
    font-size: 16px;
    font-family: var(--f1);
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    position: relative;
}

.transport__txt code {
    color: var(--dark);
    font-family: var(--f1);
    z-index: 3;
    position: relative;
    background-color: #fff;
}

.transport__txt span {
    flex: 1 0 auto;
    height: auto;
    border-bottom: 1px dotted #7e7e7e;
    bottom: 7px;
    position: relative;
}

.transport__linck a {
    font-size: 18px;
    color: var(--color);
    font-family: var(--f2);
}

.transport__linck {
    margin-top: 1.9rem;
}

.transport__linck span {
    margin-left: 22px;
    transition: all 0.3s ease;
}

.transport__linck:hover span {
    margin-left: 28px;
    transition: all 0.3s ease;
}

.transport-save {}

.transport-save-fon {
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 0;
    width: calc(86vw / 2);
}

.transport-save-block {
    padding: 1rem 3.5rem 3.8rem;
    border-radius: 15px;
    margin-top: 110px;
}

.transport-save-block p {
    font-size: 24px;
    margin: 0 0 2.4rem;
    font-family: var(--f2);
    color: #fff;
}

.transport-save-content {
    max-width: 50rem;
}

.transport-save-content ul {
    display: flex;
    flex-flow: column wrap;
    columns: 2;
    justify-content: flex-start;
    height: 15rem;
}

.transport-save-content ul li {
    max-width: 26rem;
}

.transport-save-content h2 {
    margin: 2.5rem 0 1.2rem;
}

.transport-save-head {}

.transport-save-txt {}

.transport-save-button {}

.calc {
    background-color: #fff;
    padding: 110px 0;
}

.calc-bg {
    background-image: url(../i/calc-bg.jpg);
    background-repeat: no-repeat;
    animation: mov1 3s ease-out infinite;
}

@keyframes mov1 {
    0% {
        background-position: left 80%;
    }

    50% {
        background-position: left 50%;
    }

    100% {
        background-position: left 80%;
    }
}

.calc__fon {}

.calc__block {}

.calc__form.form {
    max-width: 630px;
    margin-right: 0;
    margin-left: auto;
    background: #0a0319;
    border-radius: 15px;
    padding: 63px;
}

.calc__form.form .form-header {
    margin-bottom: 18px;
}

.calc__form.form .form-header .form-head {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--f3);
    text-align: center;
    margin: 0;
}

.calc__form.form .form-header .form-desk {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--f3);
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

form.calcForm {}

form.calcForm input {}

.calc__form.form .btn {
    width: auto;
    padding: 0.9rem 3.2rem;
}

.calc__form.form .button {
    margin: 0;
}

.calc__form.form .inp-icon {
    position: absolute;
    left: 12px;
    z-index: 999;
    top: 14px;
}

.calc__form.form .right-arrow {
    padding-top: 12px;
}

.calc__form.form .right-arrow svg {}

.calc__form.form .btn span {
    width: auto;
}

.calc__form.form.hideLabels .form-group .form-control {
    padding: 0.75rem 1rem 0.78rem 38px;
}

.calc__form.form .form-group label {
    left: 2.5rem;
    pointer-events: none;
}

.calc__form.form.hideLabels .form-group textarea.form-control {
    padding: 0.95rem 1rem 1.78rem 38px;
}

.calc__form.form.hideLabels .form-group.there {}

.calc__form.form.hideLabels .form-group.what {
    flex: 0 0 238px;
}

.calc__form.form.hideLabels .form-group.num {
    flex: 0 0 238px;
}

/* .calc__form.form.hideLabels .form-group.num input[required] {
} */

.calc__form.form.hideLabels .form-group label {
    top: 13px;
    max-width: 10rem;
}

form.calcForm .calcForm-flexBlock-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

form.calcForm .calcForm-flexBlock-bottom {
    display: flex;
    justify-content: space-between;
}

form.calcForm .calcForm-flexBlock-bottom .form-group {
    flex: 0 0 238px;
}

form.calcForm .calcForm-flexBlock-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 0 50%;
}

form.calcForm .calcForm-flexBlock-right {
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-end;
}

form.calcForm button {
    margin: 0;
}

.advantages {
    padding-bottom: 110px;
}

.advantages__block {}

.advantages__head {}

.advantages__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.advantages__element {
    max-width: 482px;
    background: #fff;
    display: flex;
    border-radius: 5px;
    margin-bottom: 2.25rem;
}

.advantages__photo {
    flex: 0 0 34%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.advantages__photo img {
    margin-left: -1rem;
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: bottom;
}

.advantages__txt {
    padding: 1.6rem 2.6rem 1.6rem 2.7rem;
    font-size: 18px;
}

.advantages__button {
    text-align: center;
    margin-bottom: 110px;
}

.advantages__team {
    max-width: 1396px;
    margin: 0 auto;
    padding: 4rem 42px 4rem;
    background: #0a0319;
    border-radius: 15px;
}

.advantages__team h2 {
    margin-top: 0rem;
}

.advantages__team .custom_paging {
    bottom: -3.7rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.advantages__team .slick-initialized .slick-slide {
    margin: 0 1.2rem;
}

.advantages__team-head {}

.advantages__team-slider {
    padding-bottom: 2rem;
}

.advantages__team-element {
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
}

.advantages__team-photo {}

.advantages__team-photo img {
    height: 16rem;
    object-fit: cover;
    width: 100%;
}

.advantages__team-worker {
    padding-top: 27px;
    line-height: 120%;
}

.gallery-arrow-team {
    position: relative;
    margin: 0 auto;
    max-width: 227px;
    display: flex;
    justify-content: space-between;
}

.gallery-arrow-team .slick-arrow {
    position: relative;
    transition: all 0.3s ease;
}

.gallery-arrow-team .slick-arrow:hover {
    background: linear-gradient(180deg, #b80021, #790016);
    transition: all 0.3s ease;
}

.gallery-arrow-team .slick-arrow svg path {
    fill: var(--color);
    transition: all 0.3s ease;
}

.gallery-arrow-team .slick-arrow:hover svg path {
    fill: #fff;
    transition: all 0.3s ease;
}

.position {
    display: inline-block;
}

.name {
    font-size: 16px;
    font-family: var(--f3);
    display: inline-block;
}

.rewiews {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 110px;
}

.rewiews__head {
    max-width: 57rem;
    margin: 0 auto 2.3rem;
}

.rewiews__head h2 {
    margin: 2.5rem 0 1rem;
}

.rewiews__head p {
    font-size: 24px;
    margin: 0;
}

.rewiews__block {
    /* padding-left: 10%; */
}

.rewiews__block .slick-slide {
    margin: 0 1rem;
}

.rewiews__block .custom_paging {
    bottom: -3.7rem;
    position: absolute;
    left: calc(100vw / 2);
    transform: translate(-63%);
}

.rewiews__slider {
    margin-right: -20%;
    padding-left: 10%;
    padding-bottom: 2rem;
}

.rewiews__elemtnt {
    border: 1px solid #7d7d7d;
    border-radius: 15px;
    padding: 1.8rem;
}

.gallery-arrow-rew {
    position: relative;
    margin: 0 auto;
    max-width: 227px;
    display: flex;
    justify-content: space-between;
}

.gallery-arrow-rew .slick-arrow {
    position: relative;
    transition: all 0.3s ease;
}

.gallery-arrow-rew .slick-arrow:hover {
    background: linear-gradient(180deg, #b80021, #790016);
    transition: all 0.3s ease;
}

.gallery-arrow-rew .slick-arrow svg path {
    fill: var(--color);
    transition: all 0.3s ease;
}

.gallery-arrow-rew .slick-arrow:hover svg path {
    fill: #fff;
    transition: all 0.3s ease;
}

.rewiews__flexbox {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.rewiews__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    color: #7e7e7e;
    font-family: var(--f2);
    flex: 0 0 50%;
    line-height: 122%;
    margin-right: 0.6rem;
}

.rewiews__txt span {
    color: var(--dark);
    margin-bottom: 14px;
}

.rewiews__photo {
    height: 100%;
    flex: 0 0 50%;
}

.rewiews__photo img {
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.application {
    padding-bottom: 110px;
}

.application-bg {
    background: url(../i/appfon.png);
    background-repeat: no-repeat;
    background-position: 35% 91%;
    padding-top: 59px;
}

.application__block {
    display: flex;
    justify-content: space-between;
    max-width: 1244px;
    margin: 0 auto;
}

.application__content {
    max-width: 33rem;
}

.application__content p {
    font-size: 24px;
    margin: 0px 0 1.9rem;
}

.application__content h2 {
    margin-bottom: 0.9rem;
    line-height: 126%;
}

.application__content ul li {
    margin-bottom: 6px;
    font-size: 16px;
}

.application__form {
    padding-top: 3.3rem;
}

.form {
    background: #0a0319;
    padding: 3.55rem 3.25rem 2.55rem;
    border-radius: 15px;
    max-width: 424px;
}

.form.hideLabels .form-group {
    margin: 0 0 24px;
    border: none;
    background: none;
}

.form.hideLabels .form-group label {
    color: #c4c4c4;
    z-index: 99;
    font-size: 12px;
    top: 19px;
}

.form.hideLabels label.label-none,
.form.hideLabels label.label-none,
.form.hideLabels .form-control:focus+label {
    top: 0px;
    font-size: 12px;
    color: #fff;
}

.form.hideLabels .form-group .form-control {
    border: 1px solid #6b6684;
    border-radius: 5px;
    background: #3d3a4c;
    color: #c4c4c4;
    padding: 1.15rem 1rem 1.28rem;
}

.form.hideLabels .form-group textarea.form-control {
    padding: 1.15rem 1rem 2.18rem;
}

.form .btn {
    width: 100%;
    text-align: center;
    padding: 1.3rem 1rem;
}

form .btn span {
    width: 100%;
}

.form .form-head {
    font-size: 24px;
    color: #ebe9ea;
    font-family: var(--f2);
}

.form-desk {
    margin: 1.2rem 0 1.5rem;
    font-size: 20px;
    color: #eceaeb;
    max-width: 12rem;
    line-height: 143%;
}

#footer {
    padding: 3.5rem 0 1.6rem;
}

#footer,
#footer-2 {
    background: #0a0319;
}

#footer .phone-content {
    margin-right: 0.5rem;
    color: #fff;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

.footer-block {}

#footer .descriptor {}

#footer .foot__mode,
#footer .foot__adress,
#footer .footer-head {
    color: #a4a1b1;
    font-size: 1rem;
    text-transform: capitalize;
}

#footer .foot__mode span,
#footer .foot__adress span {
    color: #fff;
    margin: 0.5rem 0;
    display: inline-block;
}

#footer .foot__adress {
    max-width: 12rem;
}

#footer .footer-head {
    margin-bottom: 0.2rem;
}

#footer .social {
    display: flex;
    align-items: center;
}

#footer .social .social_img {
    padding-top: 5px;
}

#footer .massege-icon {
    margin-top: 0.7rem;
}

#footer .contacts span {
    color: var(--color);
    margin-left: 0.1rem;
}

#footer .footer-logo {
    margin: 0;
}

#footer-2::before {
    background: var(--dark);
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

#footer-2 .footer-row {
    align-items: center;
}

#copyright.copy-white .b2b-copy {
    background: #292634;
    margin-top: 0;
}

.b2b-copy-inline {
    font-size: 14px;
    color: #fff;
}

.popup {
    background: none;
    max-width: 500px;
}

.popup .form-desk {
    margin: 0 auto;
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.popup .form-head {
    margin-bottom: 0.5rem;
}

.fancybox-close-small {
    right: 0.8rem;
    top: -0.2rem;
}

#hero.hero-error {
    background-image: url(../i/404-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 59%;
    height: 78vh;
    display: flex;
    flex-direction: column;
    z-index: 999;
    background-color: #f5f4f0;
}

#hero.hero-error .main {
    padding: 2.5rem 0rem;
}

#hero.hero-error .header.list {
    color: #16161b;
    font-size: 38px;
    font-family: var(--f3);
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#hero.hero-error .intro.list {
    color: #16161b;
    font-size: 24px;
    text-align: center;
    max-width: 25rem;
    margin: 0.9rem auto 0;
}

#hero.hero-error .wrap {
    max-width: 100%;
}

#hero.hero-error .wrap .button {
    margin-top: 2rem;
}

#hero.hero-error .wrap .button a {
    margin: 0 auto;
}

#hero.hero-thank {
    background-image: url(../i/thank-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 89vh;
    z-index: 999;
}

#hero.hero-thank .wrap {
    background: #0a0319;
    max-width: 43rem;
    opacity: 0.9;
    padding: 49px 57px 71px 206px;
}

#hero.hero-thank .wrap .header.list {
    color: #e7eaee;
    font-size: 38px;
    font-family: var(--f2);
}

#hero.hero-thank .wrap .header.list p {
    color: #e7eaee;
    font-size: 24px;
    font-family: var(--f1);
    margin: 0.6rem 0 0;
}

#hero.hero-thank .button {
    margin-top: 2.4rem;
}

.form.hideLabels label.label-none,
.form.hideLabels label.label-none,
.form.hideLabels .form-control:focus+label {
    top: 0px !important;

}

.form.hideLabels .form-group .form-control:focus+label {
    transform: translateY(-50%);
}

/*
==============================
	xl 1699 - Декстопы	(1600)
==============================
*/
@media (max-width: 1699px) {
    .servis__txt p:first-of-type {
        font-size: 18px;
    }

    .servis__txt {
        padding: 0px 1rem 0 1rem;
    }

    .servis__fon {
        bottom: 50%;
        transform: translate(0px, 50%);
    }

    .advantages__element {
        flex: 0 0 32%;
    }

    .servis__button {
        padding-left: 0;
    }

    .advantages__txt {
        padding: 1.6rem 2.6rem 1.6rem 0.7rem;
    }
}

@media (max-width: 1532px) {
    .advantages__txt {
        padding: 1rem 2rem 1rem 1rem;
        font-size: 16px;
    }
}

/*
  ==============================
        xl 1599 - Декстопы	(1440)
  ==============================
  */
@media (max-width: 1599px) {
    .advantages__element {
        max-width: 32%;
        margin-bottom: 1.45rem;
    }

    .statistics {
        overflow: hidden;
    }

    .statistics__fon {
        width: 55%;
        margin-right: -8%;
    }

    .hero {
        background-position: 105% 85%, 102% 21%;
        background-size: 61%;
    }

    #hero.hero-thank {
        height: 75vh;
    }

    #hero.hero-thank .wrap {
        max-width: 38rem;
        padding: 40px 57px 50px 120px;
    }

    #hero.hero-thank .wrap .header.list {
        font-size: 34px;
    }

    #hero.hero-thank .wrap .header.list p {
        font-size: 20px;
    }

    .rewiews__slider {
        margin-right: -35%;
    }

    .advantages__team-element {
        padding: 1.5rem;
    }
}

/*
  ==============================
        xl 1599 - Декстопы	(1440)
  ==============================
  */
@media (max-width: 1440px) {
    .transport-save-content ul li {
        max-width: 20rem;
    }

    .transport-save-content ul {
        /* height: auto; */
        max-width: 43rem;
    }

    .transport-save-button {
        margin-top: 3rem;
    }
}

/*
  ==============================
        lg 1399 - Ноутбуки	(1360)
  ==============================
  */
@media (max-width: 1399px) {
    .statistics__fon {
        width: 54%;
    }

    .calc__form.form {
        max-width: 575px;
        padding: 36px;
    }

    .calc {
        background-size: 57%;
    }

    .b2b-copy-inline {
        font-size: 12px;
    }

    #header .location__block {
        max-width: 12rem;
    }

    .statistics__fon {
        width: 67%;
        right: -13%;
    }

    .statistics {
        background-color: #fff;
    }

    #hero.hero-thank .wrap {
        max-width: 35rem;
    }

    .hero {
        background-position: 105% 57%, 102% 25%;
        background-size: 56%;
        padding-top: 7.5rem;
        padding-bottom: 4rem;
    }

    h1 {
        line-height: 117%;
        margin: 0 0 20px;
    }

    h1 .text_color {
        font-size: 40px;
    }

    .hero__content ul li {
        margin-bottom: 6px;
    }

    .hero__button {
        margin-top: 35px;
    }

    .transport-save-block p {
        font-size: 20px;
        margin: 0 0 1.5rem;
    }

    .transport-save-content ul li {
        max-width: 19rem;
        font-size: 16px;
    }

    .transport-save-button {
        margin-top: 1rem;
    }

    .work__doc {
        text-align: right;
    }

    .rewiews__photo img {
        height: 20rem;
    }

    .rewiews__slider {
        margin-right: -15%;
    }
}

/*
  ==============================
        lg 1366 - Ноутбуки	(1366)
  ==============================
  */
@media (max-width: 1366px) {}

/*
  ==============================
        lg 1299 - Ноутбуки	(1280)
  ==============================
  */
@media (max-width: 1299px) {
    h1 {
        font-size: 32px;
    }

    h1 .text_color {
        font-size: 32px;
    }

    ul li {
        margin-bottom: 7px;
    }

    h2 {
        font-size: 1.8rem;
    }

    .statistics__element-num {
        font-size: 40px;
    }

    .statistics__element-txt {
        font-size: 16px;
    }

    .statistics__element {
        flex: 0 0 216px;
    }

    .gallery-arrow {
        right: 7rem;
    }

    .statistics__fon {
        width: 61%;
        right: 0;
    }

    .transport-save-content ul li {
        font-size: 16px;
    }

    .transport-save-content {
        max-width: 43rem;
    }

    #hero.hero-thank .wrap .header.list {
        font-size: 30px;
    }

    #hero.hero-thank .wrap {
        max-width: 33rem;
        padding: 31px 37px 36px 91px;
    }

    .rewiews__slider {
        margin-right: -20%;
    }

    .application__content {
        max-width: 40rem;
    }

    .application-bg {
        background-position: 0% 93%;
    }

    .btn-text {
        max-width: 24rem;
    }

    .servis__image {
        flex: 0 0 8rem;
    }

    .servis__txt p:first-of-type {
        font-size: 16px;
    }

    .servis__txt p {
        font-size: 14px;
    }

    .servis__txt {
        padding: 1rem;
    }

    .servis__image img {
        height: 8rem;
    }
}

/*
  ==============================
        ml 1152 - Нетбуки	(1152)
  ==============================
  */
@media (max-width: 1152px) {
    #header .content {
        margin-left: 4rem;
    }

    .hero {
        padding-bottom: 4rem;
    }

    .servis {
        padding-top: 0;
        padding-bottom: 6rem;
    }

    .statistics {
        padding-top: 3.5rem;
    }

    .advantages__team-element {
        padding: 1rem;
    }

    .application {
        padding-bottom: 3.5rem;
    }

    .transport__element-flexbox {
        padding: 0 1.7rem;
    }

    #hero.hero-error .wrap .button a span {
        margin: 0 auto;
    }

    .advantages__txt {
        padding: 1.3rem 1rem 1.2rem 0.5rem;
        line-height: 125%;
    }

    .calc__form.form .inp-icon {
        top: 11px;
    }

    .advantages__team-worker {
        padding-top: 14px;
    }

    .advantages__team-element {
        border-radius: 5px;
    }
}

/*
  ==============================
        ml 1149 - Нетбуки	(1024)
  ==============================
  */
@media (max-width: 1149px) {
    .rewiews__photo img {
        height: 100%;
    }

    #header .location__block {
        max-width: 13rem;
        font-size: 14px;
    }

    #header .content {
        margin-left: 3rem;
    }

    ul li {
        font-size: 14px;
    }

    h1 {
        line-height: 125%;
        margin: 0 0 32px;
    }

    .hero__button {
        margin-top: 3rem;
    }

    form.calcForm .calcForm-flexBlock-top {}

    form.calcForm .calcForm-flexBlock-left {
        max-width: 100%;
    }

    form.calcForm .calcForm-flexBlock-right {}

    form.calcForm .calcForm-flexBlock-bottom .form-group {
        flex: 0 0 48%;
    }

    .calc__form.form.hideLabels .form-group.what {
        flex: 0 0 213px;
    }

    .calc__form.form.hideLabels .form-group.num {
        flex: 0 0 213px;
    }

    .calc__form.form {
        max-width: 500px;
        padding: 26px;
    }

    .calc__form.form .btn {}

    .advantages__element {
        max-width: 49%;
    }

    .application {
        background-size: 58%;
        background-position: bottom left;
        padding-top: 1.5rem;
    }

    .b2b-copy-inline {
        font-size: 12px;
        max-width: 23.6rem;
    }

    .transport-save-content ul {
        height: 19rem;
    }

    #footer .footer-logo {
        max-width: 150px;
        margin: 0;
    }

    #footer .descriptor {
        max-width: 11rem;
    }

    #footer .foot__mode,
    #footer .foot__adress,
    #footer .footer-head {
        font-size: 14px;
    }

    .servis__head {
        padding-bottom: 96px;
    }

    .gallery-arrow {
        right: auto;
        left: 50%;
        transform: translate(-50%);
        top: 96px;
    }

    .servis {
        padding-bottom: 4rem;
    }

    .statistics {
        padding-top: 0.5rem;
        padding-bottom: 4rem;
    }

    .transport__element-flexbox {
        height: 100%;
    }

    .transport__txt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .transport {
        padding-top: 1.5rem;
    }

    .transport__txt {
        line-height: 1;
    }

    .transport__txt p {
        padding-top: 1rem;
        line-height: 1.2;
    }

    .transport-save-fon {
        width: calc(105vw / 2);
    }

    .transport-save-content ul li {
        max-width: 22rem;
    }

    .transport-save-block {
        margin-top: 4rem;
    }

    .transport {
        padding-bottom: 4rem;
    }

    .calc {
        padding: 4rem 0;
    }

    #hero.hero-error .header.list {
        font-size: 30px;
    }

    #hero.hero-error .intro.list {
        font-size: 18px;
        max-width: 28rem;
    }

    #hero.hero-thank {
        background-size: 123%;
        height: 89vh;
        background-position: left;
    }

    .rewiews__txt {
        font-size: 18px;
    }

    .rewiews__txt span {
        font-size: 16px;
    }

    .rewiews {
        padding-bottom: 4rem;
    }

    .advantages {
        padding-bottom: 4rem;
        padding-top: 1.5rem;
    }

    .advantages__button {
        margin-bottom: 5rem;
    }

    .rewiews {
        padding-bottom: 4rem;
        padding-top: 1.5rem;
    }

    .advantages__txt {
        padding: 2rem 1rem 1.5rem 1rem;
    }

    #header .contacts .phone-content {
        font-size: 14px !important;
    }

    .servis__txt p {
        font-size: 14px;
    }

    .servis__txt p:first-of-type {
        font-size: 16px;
    }

    .application__form {
        padding-top: 2.6rem;
    }

    .form .form-head {
        font-size: 20px;
    }

    .form-desk {
        font-size: 18px;
    }

    .form {
        padding: 3rem 3rem 2rem;
    }
}

/*
  ==============================
        md 1023 - Планшеты	(960)
  ==============================
  */
@media (max-width: 1023px) {
    .hero__content ul {
        max-width: 19rem;
    }

    .servis__fon {
        bottom: 0;
        transform: none;
        width: 61%;
        left: -32%;
    }

    .statistics__fon {
        right: -6%;
    }

    .transport__image img {
        height: 86%;
    }

    .transport__element-flexbox {
        padding: 0 2.4rem;
    }

    .transport__image {
        flex: 0 0 235px;
    }

    .transport__element-flexbox {
        height: auto;
    }

    .transport-save-fon {
        bottom: 7rem;
    }

    #hero.hero-thank {
        background-size: 150%;
        height: 80vh;
    }

    #hero.hero-thank .wrap .header.list {
        font-size: 24px;
    }

    #hero.hero-thank .wrap .header.list p {
        font-size: 16px;
    }

    #hero.hero-thank .wrap {
        max-width: 29rem;
        padding: 31px 37px 36px 91px;
    }

    .rewiews__slider {
        margin-right: auto;
        margin-left: auto;
        padding-left: inherit;
    }

    .rewiews__elemtnt {
        border: 1px solid #7d7d7d;
        border-radius: 15px;
        padding: 1.3rem;
    }

    .rewiews__txt {
        font-size: 16px;
    }

    .rewiews__txt span {
        font-size: 14px;
    }

    .rewiews__block .custom_paging {
        left: 50%;
        transform: translate(-50%);
    }

    .servis__button .btn-text {
        display: none;
    }
}

/*
  ==============================
        md 1023 - Планшеты	(768)
  ==============================
  */
@media (max-width: 768px) {
    #footer .social {
        justify-content: flex-end;
    }

    #header .content .contacts,
    #footer .contacts {
        flex-direction: column;
        align-items: flex-end;
        padding-right: 3.3rem;
        position: relative;
    }

    #header .contacts .contact-svg-block,
    #footer .contacts .contact-svg-block {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    #header .email__block {
        display: flex;
        align-items: center;
        display: none;
    }

    h1 {
        font-size: 26px;
    }

    h1 .text_color {
        font-size: 28px;
    }

    .hero {
        background-position: 109% 32%, 108% 8%;
        background-size: 55%;
    }

    .servis .btn-text {
        display: none;
    }

    h2 {
        font-size: 1.4rem;
    }

    #footer .foot__adress {
        max-width: 7rem;
    }

    #footer .phone-content {
        margin-right: 0;
        font-size: 14px;
    }

    .transport__image img {
        height: 182px;
    }

    .transport__element-flexbox {
        height: 100%;
        padding: 0 1.8rem;
    }

    .transport-save-content ul li {
        max-width: 100%;
    }

    .transport-save-block {
        padding: 1rem 3.5rem 20rem;
    }

    .transport-save-fon {
        bottom: 0;
        width: calc(100vw / 1.7);
    }

    .transport-save-block p {
        font-size: 20px;
        margin: 0px 0 2rem;
    }

    .rewiews__head p {
        font-size: 20px;
    }

    .rewiews__head {
        max-width: 37rem;
    }

    .rewiews__photo {
        flex: 0 0 41%;
    }

    .advantages__txt {
        padding: 1rem 1rem 1rem 1rem;
        font-size: 14px;
    }

    .statistics__fon {
        right: 0%;
        width: 53%;
    }

    .calc-bg {
        background-size: 81%;
    }

    @keyframes mov1 {
        0% {
            background-position: -127% 80%;
        }

        50% {
            background-position: -127% 50%;
        }

        100% {
            background-position: -127% 80%;
        }
    }

    .advantages__team-photo img {
        height: 14rem;
    }

    .position {
        width: 100%;
    }

    .form {
        padding: 2rem 2rem 3rem;
    }

    .form-desk {
        font-size: 14px;
        max-width: 100%;
        margin: 0.6rem 0 1.1rem;
    }

    .form.hideLabels .form-group {
        margin: 0 0 17px;
    }

    .form.hideLabels .form-group .form-control {
        padding: 0.9rem 1rem 1.5rem;
    }

    .application__content p {
        font-size: 18px;
        margin: 0px 0 1.4rem;
    }

    .application__content ul li {
        font-size: 14px;
    }

    .hero {
        background-position: 106% 53%, 105% 26%;
        background-size: 54%;
        padding-top: 7rem;
    }

    .advantages__team .slick-initialized .slick-slide {
        margin: 0 0.8rem;
    }

    .advantages__team {
        padding: 3rem 26px 2rem;
    }

    .transport-save-content ul {
        height: auto;
        padding-bottom: 2rem;
    }
}

/*
  ==============================
        sm 767 - Фаблеты	(500)
  ==============================
  */
@media (max-width: 767px) {
    .calc__form.form.hideLabels .form-group.num {
        flex: 0 0 96%;
    }

    .calc__form.form.hideLabels .form-group.what {
        flex: 0 0 96%;
    }

    .calc__form.form.hideLabels .form-group.there {
        flex: 0 0 46%;
    }

    .transport-save-fon {
        display: none;
    }

    #header .header-row {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .btn-text {
        display: none;
    }

    .hero__content ul {
        max-width: 13rem;
    }

    .hero {
        background-position: 108% 65%, 108% 48%;
        background-size: 62%;
    }

    .servis__content {
        padding-left: 2rem;
    }

    .servis__fon {
        display: none;
    }

    .servis {
        padding-bottom: 4rem;
    }

    .statistics {
        padding-top: 1.5rem;
        padding-bottom: 4rem;
    }

    .statistics__element-num {
        font-size: 28px;
    }

    .statistics__element-txt {
        line-height: 1.2;
    }

    .statistics__element {
        margin-bottom: 2rem;
    }

    .transport {
        padding-bottom: 4rem;
        padding-top: 1.5rem;
    }

    .calc {
        background-size: 103%;
        padding-bottom: 20rem;
        background-position: bottom center;
        animation: none;
    }

    .advantages {
        padding-bottom: 4rem;
        padding-top: 1.5rem;
    }

    .advantages__element {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .advantages__team {
        padding: 2rem 20px 3rem;
        border-radius: 10px;
    }

    .advantages__button {
        margin-bottom: 4rem;
    }

    .advantages__team .slick-initialized .slick-slide {
        margin: 0px 0.5rem;
    }

    .advantages__team-element {
        padding: 0.7rem;
        border-radius: 5px;
    }

    .rewiews__slider {
        margin-right: 0;
        padding-left: 0;
    }

    .rewiews {
        padding-bottom: 4rem;
        padding-top: 1.5rem;
    }

    .application__block {
        flex-wrap: wrap;
    }

    .application {
        padding-top: 1.5rem;
        padding-bottom: 20rem;
        background-position: bottom center;
        background-size: 83%;
    }

    .application__content p {
        font-size: 18px;
        margin: 0 0 1rem;
    }

    .application__content h2 {
        margin-bottom: 1rem;
    }

    .application__content {
        margin-bottom: 3rem;
    }

    .form {
        max-width: 100%;
    }

    .form-desk {
        font-size: 18px;
    }

    .footer-row {
        flex-wrap: wrap;
    }

    .footer-block {
        flex: 0 0 50%;
    }

    #footer .foot__mode,
    #footer .footer-head {
        text-align: right;
    }

    #footer {
        padding: 2rem 0 2rem;
    }

    .statistics__fon {
        width: 53%;
        right: 0%;
    }

    .transport-save-block {
        padding: 1rem 3rem 4rem;
    }

    #hero.hero-error {
        background-size: 143%;
        height: 59vh;
    }

    #hero.hero-thank {
        display: flex;
        background-size: cover;
        background-position: center;
    }

    .rewiews__photo {
        flex: 0 0 50%;
    }

    .rewiews__txt {
        font-size: 18px;
    }

    .rewiews__txt span {
        font-size: 16px;
    }

    .advantages__photo img {
        width: 84%;
    }

    .advantages__txt {
        padding: 1.5rem 1rem 1.5rem 1rem;
        font-size: 16px;
    }

    .statistics__button {
        margin-top: 1rem;
    }

    .application__form {
        padding-top: 0;
    }

    #footer .descriptor {
        margin-bottom: 2rem;
    }

    .servis__button {
        justify-content: center;
        padding-right: 2rem;
    }

    .calc__form.form .btn {
        justify-content: center;
    }

    .calc__form.form .btn {
        padding: 0.9rem 1rem;
        width: 100%;
    }
}

/*
  ==============================
        xs 499 - Смартфоны	(360)
  ==============================
  */
@media (max-width: 499px) {
    .calc__form.form.hideLabels .form-group.there {
        flex: 0 0 48%;
    }

    .advantages__team-photo img {
        height: 11rem;
    }

    .servis__elements {
        max-width: 100%;
    }

    .servis__slider {
        margin-right: 0;
        margin-left: 0;
    }

    .servis__content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .servis__txt {
        padding: 0px 3rem 2rem 3rem;
    }

    .statistics__element {
        flex: 0 0 50%;
    }

    .popup .form-desk {
        font-size: 14px;
    }

    .form .form-head {
        font-size: 22px;
    }

    #hero.hero-error {
        height: 74vh;
    }

    #hero.hero-error .header.list {
        font-size: 26px;
    }

    #hero.hero-thank .wrap .header.list {
        font-size: 20px;
    }

    #hero.hero-thank .wrap .header.list p {
        font-size: 14px;
    }

    #hero.hero-thank .wrap {
        max-width: 100%;
        text-align: center;
        padding: 1rem 6rem;
    }

    #hero.hero-thank .wrap .button {
        margin: 1rem auto;
    }

    #hero.hero-thank .wrap .button a {
        margin: 0 auto;
    }

    #hero.hero-thank .wrap .button a span {
        margin: 0 auto;
    }

    .rewiews__head {
        max-width: 25rem;
    }

    .rewiews__head p {
        font-size: 16px;
    }

    #copyright.copy-white .b2b-copy {
        margin-bottom: 0.6rem;
    }

    .servis__button {
        padding-right: 0rem;
    }
}

/*
  ==============================
        xs 499 - Смартфоны	(414)
  ==============================
  */
@media (max-width: 414px) {
    .advantages__team-photo img {
        height: 10rem;
    }

    .calc__form.form.hideLabels .form-group.there,
    form.calcForm .calcForm-flexBlock-left,
    form.calcForm .calcForm-flexBlock-right,
    form.calcForm .calcForm-flexBlock-bottom .form-group {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

    form.calcForm .calcForm-flexBlock-bottom {
        flex-wrap: wrap;
    }

    .calc__form.form.hideLabels .form-group.num,
    .calc__form.form.hideLabels .form-group.what {
        flex: 0 0 100%;
    }

    #footer .massege-icon {
        margin-top: 1.4rem;
    }

    .statistics__fon {
        width: 71%;
    }

    .transport-save-content ul li {
        font-size: 14px;
    }

    .transport-save-button .btn {
        width: 100%;
    }

    .calc__form.form .right-arrow {
        display: none;
    }

    .calc__form.form.hideLabels .form-group.there {
        width: 100%;
        max-width: 100%;
    }
}

/*
  ==============================
        xs 499 - Смартфоны	(375)
  ==============================
  */
@media (max-width: 375px) {
    #hero.hero-thank .wrap {
        padding: 1rem 4rem;
    }

    .calc__form.form.hideLabels .form-group.there {
        flex: 0 0 100%;
    }




    form.calcForm .calcForm-flexBlock-left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .calc__form.form.hideLabels .form-group.num {
        flex: 0 0 100%;
    }

    form.calcForm .calcForm-flexBlock-right {
        flex: 0 0 100%;
    }

    .calc__form.form.hideLabels .form-group.what {
        flex: 0 0 100%;
    }

    form.calcForm .calcForm-flexBlock-bottom .form-group {
        flex: 0 0 100%;
    }

    form.calcForm .calcForm-flexBlock-bottom {
        flex-wrap: wrap;
    }

    .calc__form.form .form-header .form-head {
        font-size: 20px;
    }

    .calc__form.form .form-header .form-desk {
        font-size: 20px;
    }
}

/*
  ==============================
      xs 359 - Смартфоны	(360)
  ==============================
  */
@media (max-width: 360px) {
    .hero .btn {
        width: 100%;
    }

    .advantages__team-photo img {
        height: auto;
    }

    .servis__txt {
        padding: 0px 2rem 1rem 2rem;
    }

    .statistics__button {
        text-align: center;
    }

    .statistics__content {
        padding-bottom: 8rem;
    }

    .statistics__fon {
        width: 124%;
        right: -42%;
    }

    .transport-save-block p {
        font-size: 16px;
        margin: 0px 0 1rem;
    }

    .transport-save-content h2 {
        margin: 1.2rem 0 1.2rem;
    }

    .transport-save-content ul li {
        font-size: 14px;
    }

    .popup .form {
        padding: 1.9rem;
        border-radius: 8px;
    }

    .popup .btn {
        font-size: 16px;
    }

    .fancybox-close-small {
        right: 0.8rem;
        top: -1.2rem;
    }

    #hero.hero-error .header.list {
        font-size: 24px;
    }

    #hero.hero-error .intro.list {
        font-size: 16px;
    }

    .rewiews__txt {
        font-size: 16px;
    }

    .rewiews__txt span {
        font-size: 14px;
    }

    .advantages__txt {
        font-size: 14px;
    }

    #header .content {
        margin-left: 0;
    }

    h1 {
        font-size: 23px;
    }

    .hero .btn {
        justify-content: center;
    }

    h1 .text_color {
        font-size: 25px;
    }

    .servis__button .btn-point {
        display: none;
    }

    .servis__button .btn-icon {
        display: none;
    }

    .calc__form.form .btn .btn-point {
        display: none;
    }

    .calc__form.form .btn {
        padding: 0.9rem 0.2rem;
    }

    .hero__content ul {
        max-width: 100%;
        padding-bottom: 11rem;
    }

    .hero {
        background-position: 50% 83%, 50% 69%;
        background-size: 87%;
    }

    .rewiews__head h2 {
        margin: 2rem auto 1rem;
        font-size: 1.2rem;
        max-width: 22rem;
    }

    .rewiews__head p {
        line-height: 114%;
    }

    .transport-save-block {
        padding: 1rem 26px 4rem;
    }
}

/*
  ==============================
        xs 359 - Смартфоны	(320)
  ==============================
  */
@media (max-width: 359px) {
    #header .contacts .phone-content {
        font-size: 0.8rem !important;
    }

    .btn .btn-icon {
        display: none;
    }

    .btn {
        width: 100%;
        font-size: 16px;
        justify-content: center;
    }

    .form .form-head {
        font-size: 18px;
    }

    .popup .form-desk {
        max-width: 10rem;
    }

    .popup .btn {
        font-size: 14px;
    }

    #hero.hero-error .header.list {
        font-size: 20px;
    }

    #hero.hero-error .intro.list {
        font-size: 14px;
    }

    #hero.hero-error {
        height: 62vh;
    }

    #hero.hero-thank .wrap {
        padding: 1rem 1rem;
    }

    .calc {
        padding-bottom: 15rem;
    }

    .statistics__content {
        padding-bottom: 2rem;
    }

    .statistics__fon {
        width: 106%;
        right: -20%;
    }

    .footer-block {
        flex: 0 0 44%;
    }
}