@-webkit-keyframes load{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes show{
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes show{
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slide-down{
    0% {
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@keyframes slide-down{
    0% {
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@-webkit-keyframes scroll{
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}

@keyframes scroll{
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

details,
main {
    display: block;
}

h1 {
    font-size: 2em;
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
    vertical-align: bottom;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

@font-face{
    font-family: 'ProximaNova';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('ProximaNova-Regular'),url(../fonts/ProximaNova/ProximaNova-Regular.woff2) format('woff2'),url(../fonts/ProximaNova/ProximaNova-Regular.woff) format('woff');
}

@font-face{
    font-family: 'ProximaNova';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: local('ProximaNova-RegularIt'),url(../fonts/ProximaNova/ProximaNova-RegularIt.woff2) format('woff2'),url(../fonts/ProximaNova/ProximaNova-RegularIt.woff) format('woff');
}

@font-face{
    font-family: 'ProximaNova';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: local('ProximaNovaT-Thin'),url(../fonts/ProximaNova/ProximaNovaT-Thin.woff2) format('woff2'),url(../fonts/ProximaNova/ProximaNovaT-Thin.woff) format('woff');
}

@font-face{
    font-family: 'ProximaNova';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: local('ProximaNova-Semibold'),url(../fonts/ProximaNova/ProximaNova-Semibold.woff2) format('woff2'),url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format('woff');
}

@font-face{
    font-family: 'ProximaNova';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('ProximaNova-Bold'),url(../fonts/ProximaNova/ProximaNova-Bold.woff2) format('woff2'),url(../fonts/ProximaNova/ProximaNova-Bold.woff) format('woff');
}

@font-face{
    font-family: 'ProximaNova';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: local('ProximaNova-Black'),url(../fonts/ProximaNova/ProximaNova-Black.woff2) format('woff2'),url(../fonts/ProximaNova/ProximaNova-Black.woff) format('woff');
}

*,
::after,
::before {
    box-sizing: inherit;
    outline: 0!important;
    -webkit-tap-highlight-color: transparent!important;
    -webkit-font-smoothing: antialiased;
}

::after:active,
::after:focus,
::before:active,
::before:focus,
:active,
:focus {
    outline: 0!important;
}

body,
html {
    height: 100%;
}

html {
    box-sizing: border-box;
}

body {
    font: 400 16px/1.2 'ProximaNova',Arial,Tahoma,sans-serif;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    color: #232323;
    background: #fff;
    text-rendering: optimizeLegibility;
}

body.load {
    -webkit-animation: circle infinite ease;
    animation: circle infinite ease;
}

blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

button {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
}

input {
    border-radius: 0;
}

input:invalid {
    box-shadow: none;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

label.error {
    display: none!important;
}

input.error {
    color: brown;
    border-color: brown;
}

.container {
    display: flex;
    width: 100%;
    max-width: 1204px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(0,0,0,0);
    clip-path: inset(0,0,0,0);
}

.button {
    font-size: 22px;
    font-weight: 400;
    min-width: 260px;
    min-height: 64px;
    padding: 15px;
    transition: background-color .3s ease-out;
    text-transform: uppercase;
    color: #fff;
    background-color: #00dcff;
}

.button:hover {
    background-color: #00a5f6;
}

@media (max-width:576px){
    .button {
        font-size: 16px;
    }
}

.main-header {
    padding: 70px 0 40px;
    background: #4e6274 url(../images/banner-background.jpg) no-repeat;
    background-size: cover;
}

@media (max-width:992px){
    .main-header {
        background-position: center;
    }
}

@media (max-width:576px){
    .main-header {
        padding: 40px 0;
    }
}

.main-header__container {
    position: relative;
}

.main-content--thanks,
.thanks {
    height: 100%;
}

.thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thanks__text {
    font-size: 18px;
    position: relative;
    padding-top: 115px;
    text-align: center;
    color: #333;
}

.thanks__text::before {
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    display: block;
    width: 100px;
    height: 100px;
    content: '';
    background: url(../images/like.svg) no-repeat;
}

.thanks__text strong {
    font-size: 48px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

@media (max-width:576px){
    .thanks__text strong {
        font-size: 38px;
    }
}

.thanks__button {
    line-height: 1.4;
    display: inline-flex;
    min-width: 520px;
    margin-top: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

@media (max-width:576px){
    .thanks__button {
        min-width: auto;
        min-height: auto;
    }
}

.navigation {
    position: relative;
    margin-top: 16px;
    margin-left: auto;
}

@media (max-width:729px){
    .navigation {
        order: 1;
        position: absolute;
        left: 0;
        margin-left: 0;
    }
}

.navigation__button {
    font-size: 16px;
    display: none;
    min-width: 150px;
    min-height: 20px;
    padding-right: 50px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width:992px){
    .navigation__button {
        display: block;
    }
}

.navigation--opened .navigation__button {
    margin-bottom: 10px;
    text-align: left;
    color: #00dcff;
}

.navigation__button::after {
    position: absolute;
    top: -2px;
    right: 0;
    display: block;
    width: 30px;
    height: 4px;
    content: '';
    background-color: #fff;
    box-shadow: 0 8px 0 0 #fff,0 16px 0 0 #fff;
}

@media (max-width:729px){
    .navigation--closed .navigation__button::after {
        left: 0;
    }
}

@media (max-width:992px){
    .navigation--opened {
        margin-top: 0;
        padding: 20px 45px 20px 20px;
        background-color: rgba(0,0,0,.7);
    }
}

@media (max-width:460px){
    .navigation--opened {
        width: 100%;
    }
}

.navigation--opened .navigation__button::after,
.navigation--opened .navigation__button::before {
    position: absolute;
    top: 23px;
    right: 10px;
    display: block;
    width: 30px;
    height: 3px;
    content: '';
    transition: background-color .3s ease-out;
    border-radius: 3px;
    background-color: #00dcff;
    box-shadow: none;
}

.navigation--opened .navigation__button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation--opened .navigation__button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation--opened .navigation__button:hover::after,
.navigation--opened .navigation__button:hover::before {
    background-color: #fff;
}

@media (max-width:992px){
    .navigation--closed .navigation__item {
        display: none;
    }
}

@media (max-width:729px){
    .navigation--closed .navigation__menu {
        display: none;
    }
}

.navigation__list {
    font-size: 16px;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    justify-content: space-between;
}

@media (max-width:992px){
    .navigation__list {
        flex-direction: column;
    }
}

.navigation__item {
    margin-right: 20px;
}

@media (max-width:992px){
    .navigation__item {
        margin-right: 0;
    }

    .navigation--opened .navigation__item {
        padding: 10px 10px 10px 0;
        border-top: .3px solid rgba(255,255,255,.5);
    }

    .navigation--opened .navigation__item:last-of-type {
        border-bottom: .3px solid rgba(255,255,255,.5);
    }
}

.navigation__link {
    transition: color .3s ease-out;
    color: inherit;
}

.navigation__link:hover {
    color: #00dcff;
}

.banner {
    width: 500px;
}

@media (max-width:576px){
    .banner {
        width: 100%;
    }
}

.banner__title {
    font-size: 96px;
    line-height: 1.1;
    margin-top: 160px;
    color: #fff;
}

@media (max-width:992px){
    .banner__title {
        font-size: 72px;
        margin-top: 140px;
    }
}

@media (max-width:729px){
    .banner__title {
        font-size: 68px;
        margin-top: 100px;
    }
}

@media (max-width:576px){
    .banner__title {
        font-size: 48px;
        text-align: center;
    }
}

.banner__paragraph {
    font-size: 30px;
    margin-top: 30px;
    color: #fff;
}

@media (max-width:992px){
    .banner__paragraph {
        font-size: 24px;
    }
}

@media (max-width:576px){
    .banner__paragraph {
        font-size: 18px;
        margin-top: 20px;
        text-align: center;
    }
}

.banner__button {
    font-size: 24px;
    width: 100%;
    max-width: 454px;
    margin-top: 40px;
    margin-bottom: 270px;
}

@media (max-width:992px){
    .banner__button {
        margin-bottom: 230px;
    }
}

@media (max-width:576px){
    .banner__button {
        font-size: 18px;
        max-width: 100%;
        margin: 30px auto 150px;
        text-align: center;
    }
}

.banner__scroll-button {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    width: 28px;
    height: 44px;
    border: 3px solid #fff;
    border-radius: 30px;
}

.banner__scroll {
    display: block;
    width: 4px;
    height: 10px;
    margin: 0 auto;
    -webkit-animation: scroll 1s infinite;
    animation: scroll 1s infinite;
    border-radius: 4px;
    background: #fff;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.top-bar {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width:729px){
    .top-bar {
        flex-direction: column;
        min-width: 260px;
        align-items: flex-end;
    }

    .top-bar__logo {
        margin-bottom: 20px;
    }
}

@media (max-width:576px){
    .top-bar__logo {
        width: 200px;
    }
}

.top-bar__logo-image {
    width: 100%;
    height: auto;
}

.top-bar__phone {
    font-size: 24px;
    margin-left: 20px;
    color: #fff;
}

@media (max-width:729px){
    .top-bar__phone {
        order: 0;
        margin-left: 0;
    }
}

@media (max-width:576px){
    .top-bar__phone {
        font-size: 18px;
        text-align: right;
    }
}

.top-bar__phone-link {
    color: inherit;
}

.top-bar__phone-link:hover {
    text-decoration: underline;
}

.top-bar__phone-text {
    font-size: 15px;
    display: block;
}

@media (max-width:576px){
    .top-bar__phone-text {
        font-size: 12px;
    }
}

.main-content__calculator {
    padding: 89px 0;
}

.calculator__container {
    justify-content: space-between;
}

.calculator__form,
.calculator__text {
    width: calc((100% - 100px)/2);
    min-width: 375px;
}

@media (max-width:992px){
    .calculator__form,
    .calculator__text {
        width: calc((100% - 30px)/2);
    }
}

@media (max-width:789px){
    .calculator__form,
    .calculator__text {
        width: 100%;
        min-width: 260px;
    }
}

.calculator__title {
    font-size: 56px;
    font-weight: 400;
    margin-top: 30px;
}

@media (max-width:789px){
    .calculator__title {
        margin-top: 0;
        text-align: center;
    }
}

@media (max-width:576px){
    .calculator__title {
        font-size: 38px;
    }
}

.calculator__title--small {
    font-size: 28px;
    display: block;
    margin-top: -10px;
}

@media (max-width:576px){
    .calculator__title--small {
        font-size: 18px;
        margin-top: -5px;
    }
}

.calculator__paragraph {
    font-size: 30px;
    margin-top: 30px;
}

@media (max-width:789px){
    .calculator__paragraph {
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width:576px){
    .calculator__paragraph {
        font-size: 21px;
    }
}

.calculator__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width:789px){
    .calculator__form {
        margin-top: 30px;
    }
}

.calculator__item--point-a,
.calculator__item--point-b {
    width: 100%;
}

.calculator__item--transport,
.calculator__item--weight {
    position: relative;
    width: calc((100% - 20px)/2);
}

@media (max-width:576px){
    .calculator__item--transport,
    .calculator__item--weight {
        width: 100%;
    }
}

.calculator__field {
    font-size: 18px;
    width: 100%;
    padding: 21px 10px 21px 79px;
    cursor: pointer;
    border: 1px solid #dadada;
    background-color: #fff;
}

.calculator__field.error {
    border-color: brown;
}

.calculator__field:invalid {
    border-color: brown;
}

.calculator__field::-webkit-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .calculator__field::-webkit-input-placeholder {
        font-size: 16px;
    }
}

.calculator__field:-moz-placeholder,
.calculator__field::-moz-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .calculator__field:-moz-placeholder {
        font-size: 16px;
    }
}

@media (max-width:576px){
    .calculator__field::-moz-placeholder {
        font-size: 16px;
    }
}

.calculator__field:-ms-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .calculator__field:-ms-input-placeholder {
        font-size: 16px;
    }
}

.calculator__field:focus::-webkit-input-placeholder {
    color: transparent;
}

.calculator__field:focus:-moz-placeholder,
.calculator__field:focus::-moz-placeholder {
    color: transparent;
}

.calculator__field:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width:576px){
    .calculator__field {
        font-size: 16px;
    }
}

.calculator__item:not(:first-of-type) {
    margin-top: 20px;
}

.calculator__button {
    width: 100%;
    margin-top: 20px;
}

.calculator__field--point-a {
    background: #fff url(../images/point-a.png) 27px center no-repeat;
}

.calculator__field--point-b {
    background: #fff url(../images/point-b.png) 27px center no-repeat;
}

.calculator__field--weight {
    background: #fff url(../images/weight.png) 27px center no-repeat;
}

.calculator__field--transport {
    background: #fff url(../images/transport.png) 27px center no-repeat;
}

.calculator__field--transport,
.calculator__field--weight {
    cursor: pointer;
}

.calculator__list {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
}

.calculator__list--show {
    display: block;
}

.calculator__elem {
    font-size: 18px;
    padding: 12px 20px 12px 27px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.calculator__elem:hover {
    color: #fff;
    background: #00dcff;
}

.transport {
    padding: 20px 0 140px;
}

.transport__title {
    font-size: 42px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

@media (max-width:768px){
    .transport__title {
        font-size: 38px;
    }
}

.transport__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
}

@media (max-width:590px){
    .transport__list {
        width: 260px;
        margin: 80px auto 0;
    }
}

.transport__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (max-width:1038px){
    .transport__item {
        justify-content: space-around;
    }
}

@media (max-width:992px){
    .transport__item {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:590px){
    .transport__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.transport__item:not(:last-of-type) {
    margin-bottom: 50px;
}

@media (max-width:590px){
    .transport__item:not(:last-of-type) {
        margin-bottom: 70px;
    }
}

.transport__image-wrapper {
    min-width: 247px;
}

@media (max-width:992px){
    .transport__image-wrapper {
        width: calc((100% - 50px)/2);
        margin-bottom: 30px;
        text-align: right;
    }
}

@media (max-width:590px){
    .transport__image-wrapper {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }
}

@media (max-width:992px){
    .transport__description {
        width: calc((100% - 50px)/2);
        margin-bottom: 30px;
        margin-left: 50px;
    }
}

@media (max-width:590px){
    .transport__description {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 17px;
    }
}

.transport__capacity {
    max-width: 135px;
}

@media (max-width:992px){
    .transport__capacity {
        width: calc((100% - 50px)/2);
        max-width: 50%;
        text-align: right;
    }
}

@media (max-width:590px){
    .transport__capacity {
        width: 100%;
        margin-top: 20px;
        padding-left: 17px;
        text-align: left;
    }
}

.transport__capacity-image-wrapper {
    min-width: 221px;
}

@media (max-width:992px){
    .transport__capacity-image-wrapper {
        width: calc((100% - 50px)/2);
        margin-top: 20px;
        margin-left: 50px;
    }
}

@media (max-width:590px){
    .transport__capacity-image-wrapper {
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
    }
}

.transport__subtitle {
    font-size: 18px;
    font-weight: 400;
}

.transport__capacity,
.transport__sublist {
    font-size: 14px;
}

.transport__button {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 45px;
    transition: background-color .3s ease-out;
    text-transform: uppercase;
    border: 1px solid #00a5f6;
    background-color: #fff;
    align-self: center;
}

.transport__button:hover {
    color: #fff;
    background-color: #00a5f6;
}

@media (max-width:992px){
    .transport__button {
        margin-top: 30px;
    }
}

@media (max-width:590px){
    .transport__button {
        width: 100%;
    }
}

.questions {
    padding: 104px 0 72px;
    background-color: #e0e0e0;
}

@media (max-width:768px){
    .questions {
        padding: 50px 0;
    }
}

@media (max-width:576px){
    .questions {
        padding: 30px 0;
    }
}

.questions__container {
    justify-content: space-between;
    align-items: center;
}

.questions__paragraph {
    font-size: 48px;
}

@media (max-width:1000px){
    .questions__paragraph {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:768px){
    .questions__paragraph {
        font-size: 32px;
    }
}

@media (max-width:576px){
    .questions__paragraph {
        font-size: 21px;
    }
}

.questions__phone-number {
    font-size: 60px;
    color: inherit;
}

.questions__phone-number:hover {
    text-decoration: underline;
}

@media (max-width:1000px){
    .questions__phone-number {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:768px){
    .questions__phone-number {
        font-size: 48px;
    }
}

@media (max-width:576px){
    .questions__phone-number {
        font-size: 32px;
    }
}

.managers {
    padding: 100px 0 90px;
    background-color: #f3f5f7;
}

@media (max-width:576px){
    .managers {
        padding: 70px 0;
    }
}

.managers__container {
    flex-direction: column;
}

.managers__title {
    font-size: 42px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

@media (max-width:768px){
    .managers__title {
        font-size: 38px;
    }
}

.managers__desc {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.managers__list {
    display: flex;
    width: 100%;
    margin-top: 77px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width:1200px){
    .managers__list {
        justify-content: space-around;
    }
}

@media (max-width:650px){
    .managers__list {
        flex-direction: column;
        align-items: center;
    }
}

.managers__paragraph {
    font-size: 24px;
    max-width: 514px;
    margin: 55px auto 0;
    text-align: center;
}

@media (max-width:1200px){
    .managers__paragraph {
        margin: 25px auto 0;
    }
}

@media (max-width:768px){
    .managers__paragraph {
        font-size: 21px;
    }
}

.managers__form {
    font-size: 18px;
    width: 100%;
    max-width: 514px;
    margin: 33px auto 0;
}

.managers__field-wrapper {
    width: 100%;
}

.managers__field {
    font-size: 18px;
    width: 100%;
    padding: 21px 10px 21px 79px;
    border: 1px solid #dadada;
    background: #fff url(../images/phone.png) left 27px center no-repeat;
}

.managers__field::-webkit-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .managers__field::-webkit-input-placeholder {
        font-size: 16px;
    }
}

.managers__field:-moz-placeholder,
.managers__field::-moz-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .managers__field:-moz-placeholder {
        font-size: 16px;
    }
}

@media (max-width:576px){
    .managers__field::-moz-placeholder {
        font-size: 16px;
    }
}

.managers__field:-ms-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .managers__field:-ms-input-placeholder {
        font-size: 16px;
    }
}

.managers__field:focus::-webkit-input-placeholder {
    color: transparent;
}

.managers__field:focus:-moz-placeholder,
.managers__field:focus::-moz-placeholder {
    color: transparent;
}

.managers__field:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width:576px){
    .managers__field {
        font-size: 16px;
    }
}

.managers__button {
    width: 100%;
    margin-top: 25px;
}

.manager {
    width: calc((100% - 150px)/4);
    min-width: 260px;
}

@media (max-width:1200px){
    .manager {
        width: calc((100% - 50px)/2);
        margin-bottom: 30px;
    }
}

.manager__image-wrapper {
    text-align: center;
}

.manager__contacts,
.manager__name {
    font-size: 26px;
    width: 100%;
    text-align: center;
}

@media (max-width:768px){
    .manager__contacts,
    .manager__name {
        font-size: 21px;
    }
}

.manager__name {
    margin-top: 15px;
}

.manager__contacts-phone {
    display: block;
    color: inherit;
}

.manager__contacts-phone:hover {
    text-decoration: underline;
}

.manager__contacts-telegram,
.manager__contacts-viber {
    display: inline-block;
    width: 49px;
    height: 51px;
    margin-top: 15px;
}

.manager__contacts-viber {
    margin-right: 23px;
    background: url(../images/css_sprites.png) -10px -10px no-repeat;
}

.manager__contacts-telegram {
    background: url(../images/css_sprites.png) -79px -10px no-repeat;
}

.about {
    padding: 100px 0;
}

@media (max-width:576px){
    .about {
        padding: 70px 0;
    }
}

.about__title {
    font-size: 42px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

@media (max-width:768px){
    .about__title {
        font-size: 38px;
    }
}

.about__paragraph {
    font-size: 18px;
    width: 100%;
    max-width: 797px;
    margin: 25px auto 0;
    text-align: justify;
}

@media (max-width:768px){
    .about__paragraph {
        font-size: 16px;
    }
}

.about__list {
    display: flex;
    max-width: 797px;
    margin: 60px auto 0;
    justify-content: center;
}

@media (max-width:576px){
    .about__list {
        margin-top: 30px;
    }
}

@media (max-width:370px){
    .about__list {
        flex-direction: column;
    }
}

.about__item:first-of-type {
    margin-right: 146px;
}

@media (max-width:576px){
    .about__item:first-of-type {
        margin-right: 70px;
    }
}

@media (max-width:370px){
    .about__item:first-of-type {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.about__item-text {
    font-size: 48px;
    text-align: center;
}

@media (max-width:768px){
    .about__item-text {
        font-size: 32px;
    }
}

.about__item-text--small {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}

@media (max-width:768px){
    .about__item-text--small {
        font-size: 14px;
    }
}

.services {
    padding: 100px 0 56px;
    background-color: #f3f5f7;
}

@media (max-width:768px){
    .services {
        padding: 70px 0 56px;
    }
}

.services__container {
    justify-content: space-between;
}

.services__wrapper {
    width: calc((100% - 20px)/2);
    min-width: 260px;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 40px 120px 40px 50px;
    vertical-align: middle;
    background-color: #fff;
}

@media (max-width:1080px){
    .services__wrapper {
        padding: 30px;
    }
}

@media (max-width:933px){
    .services__wrapper {
        min-height: 150px;
    }
}

@media (max-width:768px){
    .services__wrapper {
        width: 100%;
    }
}

.services__wrapper:not(:first-of-type) {
    transition: all .3s ease-out;
}

.services__wrapper:not(:first-of-type):hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.services__wrapper--main {
    padding: 20px 50px;
    background-color: #f3f5f7;
}

@media (max-width:1080px){
    .services__wrapper--main {
        padding: 10px 30px;
    }
}

@media (max-width:768px){
    .services__wrapper--main {
        font-size: 56px;
        min-height: 100px;
        text-align: center;
    }
}

.services__title {
    font-size: 72px;
    font-weight: 400;
}

@media (max-width:933px){
    .services__title {
        font-size: 64px;
    }
}

@media (max-width:768px){
    .services__title {
        font-size: 56px;
        text-align: center;
    }
}

@media (max-width:576px){
    .services__title {
        font-size: 38px;
    }
}

.services__paragraph {
    font-size: 36px;
}

@media (max-width:933px){
    .services__paragraph {
        font-size: 28px;
    }
}

@media (max-width:768px){
    .services__paragraph {
        text-align: center;
    }
}

@media (max-width:576px){
    .services__paragraph {
        font-size: 18px;
    }
}

.services__subtitle {
    font-size: 30px;
    font-weight: 400;
}

@media (max-width:933px){
    .services__subtitle {
        font-size: 21px;
    }
}

@media (max-width:576px){
    .services__subtitle {
        font-size: 18px;
    }
}

.services__text {
    font-size: 18px;
    margin-top: 20px;
}

@media (max-width:933px){
    .services__text {
        font-size: 16px;
    }
}

@media (max-width:576px){
    .services__text {
        font-size: 14px;
    }
}

.services__button {
    margin: 30px auto 0;
    padding: 15px 155px;
}

@media (max-width:768px){
    .services__button {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
    }
}

.video-block__video {
    width: 100%;
    height: auto;
    max-height: 100%;
    cursor: pointer;
    background: url(../images/background-video.jpg) center/cover no-repeat;
}

.application {
    padding: 145px 0;
}

@media (max-width:600px){
    .application {
        padding: 70px 0;
    }
}

.application__container {
    flex-direction: column;
}

.application__paragraph {
    font-size: 42px;
    text-align: center;
}

@media (max-width:992px){
    .application__paragraph {
        font-size: 32px;
    }
}

@media (max-width:600px){
    .application__paragraph {
        font-size: 28px;
    }
}

@media (max-width:370px){
    .application__paragraph {
        font-size: 24px;
    }
}

.application__paragraph--small {
    font-size: 34px;
    display: block;
    text-align: center;
}

@media (max-width:992px){
    .application__paragraph--small {
        font-size: 24px;
    }
}

@media (max-width:600px){
    .application__paragraph--small {
        font-size: 18px;
    }
}

@media (max-width:370px){
    .application__paragraph--small {
        font-size: 16px;
    }
}

.application__text {
    margin-top: 20px;
}

.application__link {
    font-size: 100px;
    display: block;
    margin: 10px auto 0;
    transition: color .3s ease-in-out;
    color: inherit;
}

.application__link:hover {
    color: #00dcff;
}

@media (max-width:992px){
    .application__link {
        font-size: 72px;
    }
}

@media (max-width:600px){
    .application__link {
        font-size: 42px;
    }
}

@media (max-width:370px){
    .application__link {
        font-size: 32px;
    }
}

.application__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 520px;
    margin: 43px auto 0;
}

.application__item {
    width: 100%;
    margin-bottom: 20px;
}

.application__field {
    font-size: 18px;
    width: 100%;
    padding: 21px 10px 21px 79px;
    border: 1px solid #dadada;
    background-color: #fff;
}

.application__field::-webkit-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .application__field::-webkit-input-placeholder {
        font-size: 16px;
    }
}

.application__field:-moz-placeholder,
.application__field::-moz-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .application__field:-moz-placeholder {
        font-size: 16px;
    }
}

@media (max-width:576px){
    .application__field::-moz-placeholder {
        font-size: 16px;
    }
}

.application__field:-ms-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .application__field:-ms-input-placeholder {
        font-size: 16px;
    }
}

.application__field:focus::-webkit-input-placeholder {
    color: transparent;
}

.application__field:focus:-moz-placeholder,
.application__field:focus::-moz-placeholder {
    color: transparent;
}

.application__field:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width:576px){
    .application__field {
        font-size: 16px;
    }
}

.application__field--user {
    background: #fff url(../images/user.png) left 27px center no-repeat;
}

.application__field--phone {
    background: #fff url(../images/phone.png) left 27px center no-repeat;
}

.main-footer {
    padding: 80px 0 40px;
    color: #fff;
    background: #4e6274 url(../images/footer-background.jpg) center no-repeat;
}

.main-footer__container {
    flex-direction: column;
}

.main-footer__title {
    font-size: 72px;
    font-weight: 400;
    color: inherit;
}

@media (max-width:933px){
    .main-footer__title {
        font-size: 64px;
    }
}

@media (max-width:768px){
    .main-footer__title {
        font-size: 56px;
    }
}

@media (max-width:576px){
    .main-footer__title {
        font-size: 38px;
    }
}

.main-footer__name {
    font-size: 18px;
    margin-top: 40px;
    color: inherit;
}

@media (max-width:576px){
    .main-footer__name {
        font-size: 16px;
    }
}

.main-footer__main-contacts {
    margin-top: 15px;
    color: inherit;
}

.main-footer__add-contacts {
    margin-top: 50px;
}

.main-footer__data-list {
    margin-top: 20px;
}

.contacts__adress {
    font-size: 22px;
}

@media (max-width:933px){
    .contacts__adress {
        font-size: 18px;
    }
}

@media (max-width:576px){
    .contacts__adress {
        font-size: 16px;
    }
}

.contacts__list {
    font-size: 16px;
    margin-top: 15px;
}

@media (max-width:576px){
    .contacts__list {
        font-size: 14px;
    }
}

.contacts__links {
    margin-top: 15px;
}

.contacts__link-subtitle {
    font-size: 16px;
}

@media (max-width:576px){
    .contacts__link-subtitle {
        font-size: 14px;
    }
}

.contacts__link-subtitle {
    margin-top: 10px;
}

.contacts__link {
    font-size: 24px;
    display: block;
    color: inherit;
}

.contacts__link:hover {
    text-decoration: underline;
}

@media (max-width:933px){
    .contacts__link {
        font-size: 21px;
    }
}

@media (max-width:576px){
    .contacts__link {
        font-size: 18px;
    }
}

.bottom-bar {
    display: flex;
    width: 100%;
    margin-top: 100px;
    padding-top: 50px;
    border-top: 1px solid rgba(255,255,255,.2);
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media (max-width:768px){
    .bottom-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width:415px){
    .bottom-bar {
        min-width: 260px;
    }
}

.bottom-bar__logo-wrapper {
    width: 11%;
}

@media (max-width:768px){
    .bottom-bar__logo-wrapper {
        width: 100%;
    }
}

.bottom-bar__list {
    display: flex;
    width: 85%;
    justify-content: flex-end;
}

@media (max-width:768px){
    .bottom-bar__list {
        width: 100%;
        margin-top: 20px;
        justify-content: flex-start;
    }
}

@media (max-width:415px){
    .bottom-bar__list {
        flex-direction: column;
    }
}

.bottom-bar__item:not(:first-of-type) {
    margin-left: 20px;
}

@media (max-width:415px){
    .bottom-bar__item:not(:first-of-type) {
        margin-top: 10px;
        margin-left: 0;
    }
}

.bottom-bar__link {
    font-size: 14px;
    transition: color .3s ease-out;
    color: inherit;
}

.bottom-bar__link:hover {
    color: #00dcff;
}

.bottom-bar__paragraph {
    font-size: 16px;
    line-height: 24px;
    max-width: 300px;
    margin-top: 20px;
    opacity: .7;
}

.bottom-bar__social {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: flex-end;
}

@media (max-width:768px){
    .bottom-bar__social {
        justify-content: flex-start;
    }
}

.bottom-bar__container {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    justify-content: flex-end;
}

@media (max-width:768px){
    .bottom-bar__container {
        justify-content: flex-start;
    }
}

.social {
    margin-top: 20px;
    align-self: flex-start;
}

.social__link {
    display: inline-block;
    background: url(../images/css_sprites.png) no-repeat;
}

.social__link--twitter {
    width: 16px;
    height: 14px;
    background-position: -10px -81px;
}

.social__link--twitter:hover {
    background-position: -46px -81px;
}

.social__link--facebook {
    width: 8px;
    height: 17px;
    margin-left: 20px;
    background-position: -145px -10px;
}

.social__link--facebook:hover {
    background-position: -145px -47px;
}

.modals__popup {
    position: relative;
    min-width: 260px;
    max-width: 670px;
    margin: 0 auto;
    padding: 45px 75px;
    background-color: #fff;
    box-shadow: 0 40px 40px rgba(0,0,0,.04);
}

@media (max-width:576px){
    .modals__popup {
        padding: 45px 20px;
    }
}

.modals {
    position: fixed;
    z-index: 10;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.modals--closed {
    display: none;
}

.modals__popup {
    z-index: 30;
}

@media (max-width:768px){
    .modals__popup {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.modals__popup {
    max-height: 100%;
}

.modals__overlay {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-animation: show .3s ease-in-out;
    animation: show .3s ease-in-out;
    background-color: rgba(0,0,0,.5);
}

.modals__overlay--show {
    display: block;
}

.close-button {
    position: absolute;
    z-index: 30;
    top: -40px;
    right: -20px;
}

.close-button::after,
.close-button::before {
    position: absolute;
    z-index: 30;
    display: block;
    width: 3px;
    height: 30px;
    content: '';
    transition: background-color .3s ease-out;
    border-radius: 3px;
    background-color: #fff;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-button:hover::after,
.close-button:hover::before {
    background-color: #00dcff;
}

@media (max-width:768px){
    .close-button {
        top: 10px;
        right: 30px;
    }

    .close-button::after,
    .close-button::before {
        background-color: #00a5f6;
    }
}

.add-info {
    font-size: 18px;
    margin-top: 30px;
    color: #979797;
}

@media (max-width:576px){
    .add-info {
        font-size: 16px;
        text-align: center;
    }
}

.popup-request {
    display: none;
    -webkit-animation: slide-down .5s ease-in-out;
    animation: slide-down .5s ease-in-out;
}

.popup-request--opened {
    display: block;
}

.popup-request--closed {
    display: none;
}

.popup-request__cost {
    font-size: 24px;
}

@media (max-width:768px){
    .popup-request__cost {
        font-size: 21px;
        text-align: center;
    }
}

.popup-request__cost--big {
    font-size: 64px;
    display: block;
}

@media (max-width:768px){
    .popup-request__cost--big {
        font-size: 48px;
    }
}

@media (max-width:576px){
    .popup-request__cost--big {
        font-size: 32px;
    }
}

.popup-request__cost--big b {
    font-weight: 400;
}

.popup-request__paragraph {
    font-size: 28px;
    margin-top: 10px;
}

@media (max-width:768px){
    .popup-request__paragraph {
        font-size: 21px;
        text-align: center;
    }
}

@media (max-width:576px){
    .popup-request__paragraph {
        font-size: 18px;
    }
}

.popup-request__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 520px;
    margin-top: 35px;
}

@media (max-width:576px){
    .popup-request__form {
        margin-top: 20px;
    }
}

.popup-request__item {
    width: 100%;
    margin-bottom: 20px;
}

.popup-request__field {
    font-size: 18px;
    width: 100%;
    padding: 21px 10px 21px 79px;
    border: 1px solid #dadada;
    background-color: #fff;
}

.popup-request__field::-webkit-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .popup-request__field::-webkit-input-placeholder {
        font-size: 16px;
    }
}

.popup-request__field:-moz-placeholder,
.popup-request__field::-moz-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .popup-request__field:-moz-placeholder {
        font-size: 16px;
    }
}

@media (max-width:576px){
    .popup-request__field::-moz-placeholder {
        font-size: 16px;
    }
}

.popup-request__field:-ms-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .popup-request__field:-ms-input-placeholder {
        font-size: 16px;
    }
}

.popup-request__field:focus::-webkit-input-placeholder {
    color: transparent;
}

.popup-request__field:focus:-moz-placeholder,
.popup-request__field:focus::-moz-placeholder {
    color: transparent;
}

.popup-request__field:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width:576px){
    .popup-request__field {
        font-size: 16px;
    }
}

.popup-request__field--user {
    background: #fff url(../images/user.png) left 27px center no-repeat;
}

.popup-request__field--phone {
    background: #fff url(../images/phone.png) left 27px center no-repeat;
}

.popup-calculator--opened {
    display: block;
}

.popup-calculator--closed {
    display: none;
}

.popup-calculator__title {
    font-size: 42px;
    font-weight: 400;
}

@media (max-width:768px){
    .popup-calculator__title {
        font-size: 32px;
        text-align: center;
    }
}

.popup-calculator__title--small {
    font-size: 28px;
    display: block;
}

@media (max-width:768px){
    .popup-calculator__title--small {
        font-size: 21px;
    }
}

.popup-calculator__form {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width:576px){
    .popup-calculator__form {
        margin-top: 20px;
    }
}

.popup-calculator__item--point-a,
.popup-calculator__item--point-b {
    width: 100%;
}

.popup-calculator__item--transport,
.popup-calculator__item--weight {
    width: calc((100% - 20px)/2);
}

@media (max-width:576px){
    .popup-calculator__item--transport,
    .popup-calculator__item--weight {
        width: 100%;
    }
}

.popup-calculator__field {
    font-size: 18px;
    width: 100%;
    padding: 21px 10px 21px 79px;
    border: 1px solid #dadada;
    background-color: #fff;
}

.popup-calculator__field::-webkit-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .popup-calculator__field::-webkit-input-placeholder {
        font-size: 16px;
    }
}

.popup-calculator__field:-moz-placeholder,
.popup-calculator__field::-moz-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .popup-calculator__field:-moz-placeholder {
        font-size: 16px;
    }
}

@media (max-width:576px){
    .popup-calculator__field::-moz-placeholder {
        font-size: 16px;
    }
}

.popup-calculator__field:-ms-input-placeholder {
    font-size: 18px;
    color: #6f6f6f;
}

@media (max-width:576px){
    .popup-calculator__field:-ms-input-placeholder {
        font-size: 16px;
    }
}

.popup-calculator__field:focus::-webkit-input-placeholder {
    color: transparent;
}

.popup-calculator__field:focus:-moz-placeholder,
.popup-calculator__field:focus::-moz-placeholder {
    color: transparent;
}

.popup-calculator__field:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width:576px){
    .popup-calculator__field {
        font-size: 16px;
    }
}

.popup-calculator__item:not(:first-of-type) {
    margin-top: 20px;
}

.popup-calculator__button {
    width: 100%;
    margin-top: 20px;
}

.popup-calculator__field--point-a {
    background: #fff url(../images/point-a.png) left 27px center no-repeat;
}

.popup-calculator__field--point-b {
    background: #fff url(../images/point-b.png) left 27px center no-repeat;
}

.popup-calculator__field--weight {
    background: #fff url(../images/weight.png) left 27px center no-repeat;
}

.popup-calculator__field--transport {
    background: #fff url(../images/transport.png) left 27px center no-repeat;
}

.preload {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 10px 10px 0;
    padding: 20px;
    -webkit-animation: show .3s ease-in-out;
    animation: show .3s ease-in-out;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255,255,255,.9);
    align-items: center;
    justify-content: center;
}

.preload--show {
    display: flex;
}

.preload__circle {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 7px dashed #4b9cdb;
    border-radius: 100%;
    -webkit-animation: load 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;
    animation: load 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;
}

.amo-inner-buttons.horisontal .amo-button {
    float: right;
    margin: 0 0 0 4px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.amo-inner-buttons .amo-button {
    margin: 0 auto 4px;
}

.amo-button--viber {
    background: #665cac url("/img/viber.svg") 50% no-repeat;
    background-size: auto;
}

.amo-button--telegram {
    background: #2ca8dd url("/img/telegram.svg") 50% no-repeat;
    background-size: auto;
}

.amo-button {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 80% !important;
    position: relative;
    z-index: 5;
    cursor: pointer;
    border-radius: 60px;
}

.horisontal .amo-button__title {
    bottom: -30px;
}

.amo-button__title {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    border-radius: 14px;
    white-space: nowrap;
    opacity: 0.75;
    background-color: #FFF;
    color: #000;
    padding: 5px 10px;
    font-family: sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.amo-button {
    cursor: pointer;
    visibility: visible;
}

.navigator {
    display: block;
}

.logo-cantainer {
    display: block;
}



/* === ИСПРАВЛЕНИЕ МОДАЛЬНОГО ОКНА === */

.modals {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;                    /* по умолчанию скрыто */
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.modals--opened {
    display: flex !important;
}

.modals--closed {
    display: none !important;
}

.modals__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#order-popup {
    position: relative;
    z-index: 2;
    display: none;
    max-width: 670px;
    width: 90%;
    padding: 45px 75px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-radius: 8px;
}

#order-popup.popup-request--opened {
    display: block !important;
}

#order-popup.popup-request--closed {
    display: none !important;
}

/* Кнопка закрытия */
.popup-request__close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #00dcff;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.popup-request__close-button:hover {
    background: #00a5f6;
}

/* Поля формы в модалке */
.popup-request__field {
    margin-bottom: 15px;
}


/* Скрытие honeypot поля */
.honeypot {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

/* Дополнительно для модального окна */
#order-popup {
    position: relative;
    z-index: 2;
}

.popup-request__form label {
    display: block;
    margin-bottom: 15px;
}



/* Кнопка закрытия модального окна — только одна, стилизованная */
.popup-request__close-button {
    position: absolute !important;
    top: -20px;
    right: -20px;
    width: 46px;
    height: 46px;
    background: #00dcff;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.popup-request__close-button:hover {
    background: #00a5f6;
    transform: scale(1.1);
}

/* Убираем дублирующиеся стили старой кнопки */
.close-button::before,
.close-button::after {
    display: none !important;
}

/* На мобильных делаем кнопку чуть меньше и удобнее */
@media (max-width: 576px) {
    .popup-request__close-button {
        top: 15px;
        right: 15px;
        width: 38px;
        height: 38px;
        font-size: 24px;
        line-height: 38px;
    }
}