body,
html {
    width: 1920px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
body *,
html * {
    font-family: "Gilroy";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body .content,
html .content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
body .flex,
html .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@font-face {
    font-family: "Gilroy";
    src:
        local("Gilroy ExtraBold"),
        local("Gilroy-ExtraBold"),
        url("fonts/Gilroy-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src:
        local("Gilroy Light"),
        local("Gilroy-Light"),
        url("fonts/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src:
        local("Gilroy Regular"),
        local("Gilroy-Regular"),
        url("fonts/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Intro";
    src:
        local("Intro"),
        local("Intro-Bold"),
        url("fonts/Intro-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 224px;
    height: 50px;
    padding: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0);
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.button.small {
    width: 133px;
    height: 35px;
    font-size: 12px;
}
.button:hover {
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
}
.button.red {
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(346deg, #ff2516 4%, #a92d22 90%);
    background-image: -o-linear-gradient(346deg, #ff2516 4%, #a92d22 90%);
    background-image: linear-gradient(104deg, #ff2516 4%, #a92d22 90%);
}
.button.red:hover {
    background-image: -webkit-linear-gradient(346deg, rgba(255, 37, 22, 0.7) 4%, rgba(169, 45, 34, 0.7) 90%);
    background-image: -o-linear-gradient(346deg, rgba(255, 37, 22, 0.7) 4%, rgba(169, 45, 34, 0.7) 90%);
    background-image: linear-gradient(104deg, rgba(255, 37, 22, 0.7) 4%, rgba(169, 45, 34, 0.7) 90%);
}
.button.violet {
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(356deg, #3862ae 9%, #6f45fe 99%);
    background-image: -o-linear-gradient(356deg, #3862ae 9%, #6f45fe 99%);
    background-image: linear-gradient(94deg, #3862ae 9%, #6f45fe 99%);
}
.button.violet:hover {
    background-image: -webkit-linear-gradient(346deg, rgba(56, 98, 174, 0.7) 9%, rgba(111, 69, 254, 0.7) 99%);
    background-image: -o-linear-gradient(346deg, rgba(56, 98, 174, 0.7) 9%, rgba(111, 69, 254, 0.7) 99%);
    background-image: linear-gradient(104deg, rgba(56, 98, 174, 0.7) 9%, rgba(111, 69, 254, 0.7) 99%);
}
.button.blue {
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #3862ae;
}
.button.blue:hover {
    background-color: rgba(56, 98, 174, 0.7);
}
.button.orange {
    border: none;
    background-color: #ff9a32;
}
.button.orange:hover {
    background-color: rgba(255, 154, 50, 0.7);
}
.button.callback {
    width: auto;
    height: 45px;
    border: solid 1px #ff3131;
    background-color: #fff;
    font-size: 14px;
    font-weight: initial;
    color: #ff3131;
}
.button.callback:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: auto 14px auto auto;
    background-image: url("images/icons/phone-zakaz.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
.button.callback:hover {
    background-color: rgba(255, 49, 49, 0.1);
}
header {
    width: 100%;
}
@media screen and (max-width: 640px) {
    header {
        padding: 0 0 40px;
    }
}
header .panel {
    width: 100%;
    margin: 0 auto;
    padding: 11px 10px;
    background: #fff;
    height: 68px;
}
@media screen and (max-width: 640px) {
    header .panel {
        position: relative;
        height: auto;
        padding: 15px;
    }
}
header .panel .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
header .panel .a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .panel .a a {
    color: inherit;
    text-decoration: none;
    margin: 0;
}
header .panel .a a:not(:last-child) {
    margin: 0 15px 0 0;
}
header .panel .a {
    text-decoration: none;
}
@media screen and (max-width: 860px) {
    header .panel .a {
        margin: 0 0 0 10px;
    }
}
@media screen and (max-width: 860px) {
    header .panel .a span {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        top: calc(100% - 1px);
        background-color: #fff;
        z-index: 2;
    }
    header .panel .a span.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
        text-align: center;
        line-height: 2em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 980px) {
    header .panel .a.work span {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        top: calc(100% - 1px);
        background-color: #fff;
        z-index: 2;
    }
    header .panel .a.work span.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
        text-align: center;
        line-height: 2em;
    }
}
@media screen and (max-width: 1100px) {
    header .panel .a.address span {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        top: calc(100% - 1px);
        background-color: #fff;
        z-index: 2;
    }
    header .panel .a.address span.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px;
        text-align: center;
        line-height: 2em;
    }
}
header .panel .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    color: #59708c;
    text-decoration: none;
}
@media screen and (max-width: 860px) {
    header .panel .logo {
        margin: 0 auto 0 0;
    }
}
@media screen and (max-width: 640px) {
    header .panel .logo {
        font-size: 12px;
        max-width: 50%;
        white-space: normal;
    }
}
header .panel .logo:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 44px;
    margin: auto 14px auto 0;
    background-image: -webkit-image-set(
        url("images/logo.png") 1x,
        url("images/logo@2x.png") 2x,
        url("images/logo@3x.png") 3x
    );
    background-image: image-set("images/logo.png" 1x, "images/logo@2x.png" 2x, "images/logo@3x.png" 3x);
    background-repeat: no-repeat;
    background-position: center left;
}
header .panel .contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #827d7d;
}
@media screen and (max-width: 640px) {
    header .panel .contact {
        min-width: 40px;
        font-size: 10px;
    }
}
header .panel .contact.address:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    margin: auto 5px auto auto;
    background-image: url("images/icons/location.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
@media screen and (max-width: 1100px) {
    header .panel .contact.address:before {
        width: 22px;
        height: 26px;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
header .panel .contact.work:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: auto 5px auto auto;
    background-image: url("images/icons/clocks.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
@media screen and (max-width: 980px) {
    header .panel .contact.work:before {
        width: 26px;
        height: 26px;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
header .panel .contact.phone {
    font-size: 16px;
    cursor: pointer;
}
header .panel .contact.phone:before {
    content: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: auto 5px auto auto;
    background-image: url("images/icons/phone.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
@media screen and (max-width: 860px) {
    header .panel .contact.phone:before {
        width: 26px;
        height: 26px;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
@media screen and (max-width: 860px) {
    header .panel .contact.phone {
        font-size: 20px;
    }
    header .panel .contact.phone:before {
        content: "";
    }
}
@media screen and (max-width: 1280px) {
    header .panel .button {
        display: none;
    }
}
header .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 729px;
    padding-bottom: 34px;
    background-image: url("images/backgrounds/artek.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 640px) {
    header .banner {
        -webkit-background-size: cover;
        background-size: cover;
        min-height: auto;
    }
}
header .banner .title {
    position: relative;
    text-shadow: 0 0 63px rgba(22, 23, 15, 0.92);
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 175px 0 60px;
    font-family: "Intro";
}
@media screen and (max-width: 640px) {
    header .banner .title {
        font-size: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 100px 20px;
        text-align: center;
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
    }
}
header .banner .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 35px;
}
@media screen and (max-width: 640px) {
    header .banner .buttons {
        position: absolute;
        bottom: -30px;
        height: 70px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        background: #fff;
        padding: 10px;
        margin: 0 auto;
    }
}
header .banner .buttons .label {
    display: block;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin: 10px auto 32px;
}
@media screen and (max-width: 640px) {
    header .banner .buttons .label {
        display: none;
        font-size: 16px;
    }
}
header .banner .buttons .button {
    height: 60px;
}
header .fixed {
    position: fixed;
    z-index: 999;
}
@media screen and (max-width: 640px) {
    header .fixed {
        position: relative;
        z-index: initial;
    }
}
header .fixed + .banner {
    padding: 68px 0 34px;
}
@media screen and (max-width: 640px) {
    header .fixed + .banner {
        position: relative;
        padding: 0 0 40px;
    }
}
header .fixed + .banner:before {
    top: 68px;
}
@media screen and (max-width: 640px) {
    header .fixed + .banner:before {
        top: initial;
    }
}
.inform {
    background-image: url("images/backgrounds/tree.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 37px 0 143px;
}
@media screen and (max-width: 1300px) {
    .inform {
        background-position: bottom center;
        padding: 37px 0;
    }
}
.inform .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media screen and (max-width: 1300px) {
    .inform .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.inform .item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px 15px 55px;
    padding: 10px;
    width: 228px;
    min-width: 228px;
    max-width: 228px;
    font-size: 16px;
    line-height: 1.56;
    color: #2d2c2b;
}
.inform .item:empty {
    background-image: url("images/icons/logotype-artek.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 190px;
}
@media screen and (max-width: 1300px) {
    .inform .item {
        width: 100%;
        max-width: initial;
        min-width: initial;
        margin: 0 auto 35px;
        text-align: center;
    }
}
.inform .item .title {
    font-family: "Intro";
    font-size: 20px;
    font-weight: bold;
    color: #3862ae;
    white-space: nowrap;
    width: 100%;
    margin: 0 0 10px;
}
.inform .item span {
    font-size: 50px;
}
.trans_info {
    padding: 20px 0 35px;
}
@media screen and (max-width: 1300px) {
    .trans_info {
        padding: 20px 15px 35px;
    }
}
.trans_info .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media screen and (max-width: 1300px) {
    .trans_info .content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.trans_info .content .header {
    font-family: "Intro";
    font-size: 30px;
    font-weight: bold;
    color: #3862ae;
    margin: 40px 0;
}
@media screen and (max-width: 1300px) {
    .trans_info .content .header {
        text-align: center;
    }
}
.trans_info .carousel {
    width: 100%;
}
.trans_info .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px auto;
    padding: 10px;
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    font-family: "Intro";
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #413e3e;
    line-height: 1.56;
}
@media screen and (max-width: 1300px) {
    .trans_info .item {
        width: 100%;
        max-width: initial;
        min-width: initial;
        margin: 0 auto;
    }
}
.trans_info .item img {
    display: block;
    width: 210px;
    max-width: 210px;
    height: auto;
    margin: 0 auto 10px;
}
.doc {
    padding: 35px 0 20px;
    background-image: -webkit-linear-gradient(353deg, rgba(56, 98, 174, 0.12) 11%, rgba(111, 69, 254, 0.12) 98%);
    background-image: -o-linear-gradient(353deg, rgba(56, 98, 174, 0.12) 11%, rgba(111, 69, 254, 0.12) 98%);
    background-image: linear-gradient(97deg, rgba(56, 98, 174, 0.12) 11%, rgba(111, 69, 254, 0.12) 98%);
}
@media screen and (max-width: 840px) {
    .doc {
        padding: 25px 15px;
    }
}
.doc .content {
    max-width: 1300px;
}
@media screen and (max-width: 1300px) {
    .doc .content > .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.doc .content .header {
    font-family: "Intro";
    font-size: 48px;
    font-weight: bold;
    color: #3862ae;
    padding: 0 0 60px;
    text-align: center;
}
@media screen and (max-width: 840px) {
    .doc .content .header {
        font-size: 30px;
        padding: 0;
    }
}
.doc .content .doc_list {
    width: 100%;
    max-width: 740px;
    background-image: url("images/textures/documents.png");
    background-position: top center;
    background-repeat: no-repeat;
    padding: 43px 55px 100px;
}
@media screen and (max-width: 780px) {
    .doc .content .doc_list {
        background: none;
        padding: 0;
    }
}
.doc .content .doc_list ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 700px;
    padding: 0;
    counter-reset: myCounter;
}
.doc .content .doc_list ol li {
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
    color: #413e3e;
    padding: 0 100px 24px 40px;
}
@media screen and (max-width: 640px) {
    .doc .content .doc_list ol li {
        padding: 0 0 24px 40px;
    }
}
.doc .content .doc_list ol li:last-child {
    padding: 0 0 0 40px;
}
.doc .content .doc_list ol li:before {
    position: absolute;
    top: -3px;
    left: 0;
    content: counter(myCounter) ".";
    counter-increment: myCounter;
    font-size: 30px;
    font-weight: 800;
    color: #3862ae;
}
.doc .content .doc_list ol li span {
    font-size: 18px;
    font-weight: 800;
    color: #413e3e;
    padding: 0 0 5px;
}
.doc .content .doc_list ol li a {
    text-decoration: none;
    color: inherit;
}
.doc .content .doc_list ol li a:last-child {
    position: absolute;
    top: 5px;
    right: 0;
}
@media screen and (max-width: 640px) {
    .doc .content .doc_list ol li a:last-child {
        position: relative;
        top: initial;
        right: initial;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 10px 0 auto auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }
}
.doc .content .doc_help {
    width: 510px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.doc .content .doc_help blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 460px;
    min-height: 252px;
    height: auto;
    font-family: Intro;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #413e3e;
    margin: 40px auto 30px;
    padding: 20px 20px 100px;
    background-image: url("images/textures/ballon.svg");
    background-position: top center;
    background-repeat: no-repeat;
}
.doc .content .doc_help blockquote img {
    margin: 0 auto 15px;
}
.doc .content .doc_help .people {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}
.doc .content .doc_help .people .item {
    text-align: center;
}
.doc .content .doc_help .people .item img {
    display: block;
    margin: 0 auto 12px;
    height: 143px;
    width: auto;
}
.doc .content .doc_help .people .item .name {
    font-size: 16px;
    font-weight: 800;
    color: #413e3e;
}
.doc .content .doc_help .people .item .email {
    font-size: 12px;
    color: #413e3e;
}
.doc .content .doc_help .people .item .button {
    margin: 26px auto 0;
}
.doc .content .doc_help .contact {
    margin: 50px auto 37px 0;
    font-size: 16px;
    color: #3862ae;
    font-weight: bold;
}
@media screen and (max-width: 840px) {
    .doc .content .doc_help .contact {
        white-space: pre-line;
    }
}
.doc .content .doc_help .contact a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-weight: initial;
}
.doc .content .doc_help .contact a:not(:last-child) {
    margin: auto 15px auto 0;
}
.doc .content .doc_help .o-nas {
    font-size: 16px;
    line-height: 1.56;
    color: #413e3e;
}
.trans {
    padding: 53px 0 30px;
    background-image: url("images/backgrounds/trans.jpg");
    background-repeat: no-repeat;
    background-position: top 210px center;
}
@media screen and (max-width: 1350px) {
    .trans {
        background: none;
    }
}
@media screen and (max-width: 840px) {
    .trans {
        padding: 0;
    }
}
.trans .content {
    max-width: 1320px;
}
@media screen and (max-width: 1350px) {
    .trans .content {
        padding: 0 20px;
    }
    .trans .content > .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.trans .content .header {
    font-family: "Intro";
    font-size: 48px;
    font-weight: bold;
    color: #413e3e;
    padding: 60px 0 120px;
    text-align: center;
}
@media screen and (max-width: 840px) {
    .trans .content .header {
        font-size: 30px;
        padding: 30px 0;
    }
}
.trans .item {
    width: 100%;
    max-width: calc(50% - 30px);
}
@media screen and (max-width: 1350px) {
    .trans .item {
        max-width: initial;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.trans .item .trans_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Intro;
    font-weight: bold;
    font-size: 30px;
    margin: 0 auto 99px;
}
@media screen and (max-width: 1350px) {
    .trans .item .trans_info {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media screen and (max-width: 840px) {
    .trans .item .trans_info {
        font-size: 20px;
    }
}
.trans .item .trans_info .transport {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.trans .item .trans_info .time {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 11px;
}
.trans .item .trans_info .time span {
    font-size: 14px;
}
.trans .item .trans_info .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 50px;
}
.trans .item .trans_info .price.small {
    font-size: 17px;
    maring: 10px 0 0;
}
@media screen and (max-width: 840px) {
    .trans .item .trans_info .price.small {
        font-size: 14px;
        text-align: center;
    }
}
.trans .item .trans_info .price.small:after {
    content: none;
}
@media screen and (max-width: 840px) {
    .trans .item .trans_info .price {
        font-size: 28px;
    }
}
.trans .item .trans_info .price:after {
    content: "";
    width: 130px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 840px) {
    .trans .item .trans_info .price:after {
        height: 30px;
        background-position: right center;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
.trans .item.avia .trans_info {
    margin: 0 137px 99px auto;
    color: #3862ae;
}
@media screen and (max-width: 1350px) {
    .trans .item.avia .trans_info {
        margin: 0 auto;
    }
}
.trans .item.avia .trans_info .price:after {
    background-image: url("images/icons/time-blue.svg");
}
.trans .item.train .trans_info {
    margin: 0 auto 99px 137px;
    color: #f92617;
}
@media screen and (max-width: 1350px) {
    .trans .item.train .trans_info {
        margin: 0 auto;
    }
}
.trans .item.train .trans_info .price:after {
    background-image: url("images/icons/time-red.svg");
}
@media screen and (max-width: 1350px) {
    .trans .item .offers {
        margin: 40px 0 0;
    }
}
.trans .item .offers .name {
    width: 100%;
    font-family: Intro;
    font-size: 30px;
    font-weight: bold;
    color: #413e3e;
    margin: 0 0 20px;
}
.trans .item .offers .subname {
    width: 100%;
    font-family: Intro;
    font-size: 17px;
    font-weight: bold;
    color: #403e3e;
    margin: 0 0 20px;
}
.trans .item .offers .list .offer {
    display: grid;
    grid-template-columns: minmax(70px, auto) 1fr 224px;
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 9px 0;
}
@media screen and (max-width: 550px) {
    .trans .item .offers .list .offer {
        grid-template-columns: repeat(2, minmax(100px, auto));
        min-width: 100%;
    }
}
.trans .item .offers .list .offer .smena {
    font-size: 17px;
    font-weight: 800;
    color: #5d82c4;
}
.trans .item .offers .list .offer .data,
.trans .item .offers .list .offer .road {
    font-size: 14px;
    font-weight: 800;
    color: #403e3e;
    text-align: center;
}
@media screen and (max-width: 550px) {
    .trans .item .offers .list .offer .data,
    .trans .item .offers .list .offer .road {
        white-space: nowrap;
    }
}
.trans .item .offers .list .offer .price {
    font-size: 20px;
    font-weight: 800;
    color: #ff9a31;
    text-align: center;
}
@media screen and (max-width: 550px) {
    .trans .item .offers .list .offer .button {
        margin: 9px auto 0;
        grid-column-start: -3;
        grid-column-end: -1;
    }
}
.trans .item .offers .list + .subname {
    margin: 40px 0 20px;
}
.trans .item .offers .additional {
    width: 100%;
    font-size: 16px;
    color: #403e3e;
    margin: 20px 0;
}
.trans .info {
    margin: 44px auto 0;
    border-top: 1px solid #dfdfdf;
}
.trans .info .item {
    display: block;
    padding: 24px 0 10px;
    line-height: 22px;
    color: #403e3e;
}
.trans .info .item .red {
    color: #ff3230;
}
.trans .info .item span {
    font-size: 28px;
}
.reviews {
    padding: 30px 0 110px;
    background-color: #fcfcfc;
    background-image: url("images/backgrounds/otzyvy.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
}
@media screen and (max-width: 840px) {
    .reviews {
        padding: 0;
    }
}
.reviews .content {
    max-width: 1340px;
}
.reviews .header {
    font-family: "Intro";
    font-size: 48px;
    font-weight: bold;
    color: #413e3e;
    padding: 60px 0;
    text-align: center;
}
@media screen and (max-width: 840px) {
    .reviews .header {
        font-size: 30px;
        padding: 30px 0;
    }
}
.reviews .carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 980px;
    margin: 0 auto;
}
.reviews .carousel .owl-item {
    padding: 0 5px 10px;
}
.reviews .carousel .item {
    max-width: 450px;
    min-height: 400px;
    margin: 5px auto 10px;
    padding: 45px 21px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 20px 0 rgba(201, 201, 201, 0.7);
    box-shadow: 0 7px 20px 0 rgba(201, 201, 201, 0.7);
    background-color: #fff;
    cursor: move;
    position: relative;
}
.reviews .carousel .item div {
    font-size: 16px;
    line-height: 1.31;
    color: #363333;
}
.reviews .carousel .item div.rating {
    position: absolute;
    top: 20px;
    left: 20px;
}
.reviews .carousel .item div.rating .star {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("images/icons/star.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.reviews .carousel .item div.rating .star.clear {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.reviews .carousel .item div.rating .star.clear:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.reviews .carousel .item div.data,
.reviews .carousel .item div.name {
    font-weight: 800;
}
.reviews .carousel .item div.data {
    position: absolute;
    top: 20px;
    right: 20px;
}
.reviews .carousel .item div.name {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.reviews .carousel .item div.text {
    width: 100%;
    height: 100%;
    margin: 25px auto;
}
@media screen and (max-width: 1300px) {
    .reviews .carousel .item div.text {
        margin: 25px auto auto;
    }
}
.reviews .carousel + .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 140px;
    margin: 65px auto 0;
}
@media screen and (max-width: 840px) {
    .reviews .carousel + .owl-nav {
        margin: 15px auto 20px;
    }
}
.reviews .carousel + .owl-nav button {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.reviews .carousel + .owl-nav button.prev {
    background-image: url("images/icons/prev.svg");
}
.reviews .carousel + .owl-nav button.prev:hover {
    background-image: url("images/icons/prev:hover.svg");
}
.reviews .carousel + .owl-nav button.next {
    background-image: url("images/icons/next.svg");
}
.reviews .carousel + .owl-nav button.next:hover {
    background-image: url("images/icons/next:hover.svg");
}
.reviews .carousel + .owl-nav .show_all {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #363333;
    margin: 20px auto 0;
    cursor: pointer;
}
.form {
    background-image: url("images/backgrounds/sea.jpg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.form .content {
    padding: 16px 0 28px;
}
.form .content .header {
    font-family: Intro;
    font-size: 70px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
}
@media screen and (max-width: 840px) {
    .form .content .header {
        font-size: 30px;
        padding: 0 10px;
        text-align: center;
    }
}
.form .content .header span {
    margin: 21px auto 0;
    font-size: 48px;
    color: #fff;
}
@media screen and (max-width: 840px) {
    .form .content .header span {
        font-size: 20px;
    }
}
.form .content form {
    font-family: Intro;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form .content form .label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1300px) {
    .form .content form .label {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.form .content form .label label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px;
}
@media screen and (max-width: 1300px) {
    .form .content form .label label {
        margin: 0 10px 10px;
    }
}
.form .content form .label label span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.form .content form .label label sup {
    color: #ff3131;
}
.form .content form .label.center {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 30px auto 0;
}
.form .content form input {
    width: 100%;
    min-width: 150px;
    height: 50px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
    margin: 12px 0 0;
}
@media screen and (max-width: 1300px) {
    .form .content form input {
        height: 40px;
    }
}
.form .content form input[type="checkbox"] {
    opacity: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    min-width: 20px;
    margin-left: 10px;
}
.form .content form input[type="checkbox"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.form .content form input[type="checkbox"] + label span {
    background-color: #264392;
    padding: 1px 8px;
}
.form .content form input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: auto 3px auto 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.form .content form input[type="checkbox"]:checked + label {
    position: relative;
}
.form .content form input[type="checkbox"]:checked + label:after {
    position: absolute;
    left: 2px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    background-image: url("images/icons/ok.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.form .content form textarea {
    width: 100%;
    height: 105px;
    font-size: 16px;
    padding: 10px;
    resize: none;
    margin: 12px 0 0;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.form .content form select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 10px;
    margin: 12px 0 0;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
@media screen and (max-width: 1300px) {
    .form .content form select {
        min-width: 350px;
        height: 40px;
    }
}
@media screen and (max-width: 768px) {
    .form .content form select {
        min-width: 300px;
    }
}
@media screen and (max-width: 1300px) {
    .maps .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px 20px;
    }
}
.maps .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 572px;
    padding: 60px 0 33px;
}
@media screen and (max-width: 1300px) {
    .maps .item {
        max-width: 100%;
        min-height: initial;
        padding: 30px 0 0;
    }
}
.maps .item .header {
    font-family: Intro;
    font-size: 48px;
    font-weight: bold;
    color: #363333;
    margin: 0 0 18px;
    text-align: center;
}
@media screen and (max-width: 840px) {
    .maps .item .header {
        font-size: 22px;
    }
}
.maps .item .address {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #363333;
    margin: 0 0 18px;
}
.maps .item .address:before {
    content: "";
    display: block;
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin: auto 14px auto 0;
    background-image: url("images/icons/location-3.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.maps .item > ymaps {
    width: 100%;
}
@media screen and (max-width: 840px) {
    .maps .item > ymaps {
        max-height: 250px;
    }
}
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 165px;
    background-image: -webkit-linear-gradient(355deg, rgba(0, 188, 255, 0.12), rgba(69, 96, 254, 0.12) 100%);
    background-image: -o-linear-gradient(355deg, rgba(0, 188, 255, 0.12), rgba(69, 96, 254, 0.12) 100%);
    background-image: linear-gradient(95deg, rgba(0, 188, 255, 0.12), rgba(69, 96, 254, 0.12) 100%);
}
footer .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 11px 10px;
}
@media screen and (max-width: 840px) {
    footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 20px 20px;
    }
}
footer a {
    text-decoration: none;
}
footer .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    color: #59708c;
}
footer .logo:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 44px;
    margin: auto 14px auto auto;
    background-image: -webkit-image-set(
        url("images/logo.png") 1x,
        url("images/logo@2x.png") 2x,
        url("images/logo@3x.png") 3x
    );
    background-image: image-set("images/logo.png" 1x, "images/logo@2x.png" 2x, "images/logo@3x.png" 3x);
    background-repeat: no-repeat;
    background-position: center left;
}
footer .social {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: -30px;
    left: 0px;
    width: 250px;
    height: 50px;
    margin: auto 10px;
}
@media screen and (max-width: 840px) {
    footer .social {
        position: relative;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: -35px;
    }
}
footer .social a {
    display: block;
    margin: auto 3px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
footer .social a.vk {
    /*background-image: url("images/icons/vk.svg");*/
    background-image: url("images/icons/vk.png");
}
footer .social a.max {
    background-image: url("images/icons/max.png");
}
footer .social a.instagram {
    background-image: url("images/icons/inst.svg");
}
footer .social a.facebook {
    background-image: url("images/icons/facebook.svg");
}
footer .contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #827d7d;
}
@media screen and (max-width: 840px) {
    footer .contact {
        padding: 10px 0 0;
    }
}
footer .contact.work:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: auto 5px auto auto;
    background-image: url("images/icons/clocks.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
footer .contact.phone {
    font-size: 20px;
    font-weight: bold;
    color: #3862ae;
}
footer .button.callback {
    background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1024px) {
    footer .button.callback {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    footer .button.callback {
        display: inherit;
        margin: 10px 0 0;
    }
}
.popup-block {
    display: none;
    width: 600px;
    max-width: 100%;
    -webkit-box-shadow: 0 5px 15px 0 #cbcbcb;
    box-shadow: 0 5px 15px 0 #cbcbcb;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-block .popup-header {
    font-family: Intro;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #3b3a39;
    padding: 20px;
}
@media screen and (max-width: 640px) {
    .popup-block .popup-header {
        font-size: 30px;
    }
}
.popup-block .popup-content {
    padding: 20px;
    background-image: -webkit-linear-gradient(321deg, #f0f4ff, #fcf2fa);
    background-image: -o-linear-gradient(321deg, #f0f4ff, #fcf2fa);
    background-image: linear-gradient(129deg, #f0f4ff, #fcf2fa);
}
.popup-block .popup-footer {
    padding: 20px;
}
.popup-block .button {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-block .info_speed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.44;
    text-align: center;
    color: #363333;
}
.popup-block .info_speed:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    margin: auto auto 20px;
    background-image: url("images/icons/info.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.popup-block .trans_info {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Intro;
    font-weight: bold;
    font-size: 30px;
    margin: 11px auto 0;
    min-height: 116px;
    position: relative;
}
.popup-block .trans_info:after {
    content: none;
    display: inline-block;
    height: 100%;
    background-repeat: no-repeat;
}
.popup-block .trans_info .transport {
    width: 100%;
    text-align: initial;
    font-size: 24px;
}
.popup-block .trans_info .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.popup-block .trans_info .time span {
    padding: 0 25px;
    font-size: 14px;
}
.popup-block .trans_info .time:after {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    content: "";
    display: inline-block;
    width: 130px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.popup-block.avia .avia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #00bcff;
    padding: 0 50% 0 0;
}
@media screen and (max-width: 640px) {
    .popup-block.avia .avia {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0;
    }
}
.popup-block.avia .avia:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background-image: url("images/icons/aero.png");
    -webkit-background-size: 248px 116px;
    background-size: 248px 116px;
    background-position: right center;
}
@media screen and (max-width: 640px) {
    .popup-block.avia .avia:after {
        position: relative;
        height: 116px;
        background-position: center;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
.popup-block.avia .avia .time:after {
    background-image: url("images/icons/time-blue.svg");
}
.popup-block.avia .popup-content {
    background-image: -webkit-linear-gradient(322deg, rgba(154, 228, 255, 0.4), rgba(181, 192, 255, 0.4));
    background-image: -o-linear-gradient(322deg, rgba(154, 228, 255, 0.4), rgba(181, 192, 255, 0.4));
    background-image: linear-gradient(128deg, rgba(154, 228, 255, 0.4), rgba(181, 192, 255, 0.4));
}
.popup-block.train .train {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ff9a31;
    padding: 0 0 0 50%;
}
@media screen and (max-width: 640px) {
    .popup-block.train .train {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0;
    }
}
.popup-block.train .train:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("images/icons/train.png");
    -webkit-background-size: 240px 82px;
    background-size: 240px 82px;
    background-position: left center;
}
@media screen and (max-width: 640px) {
    .popup-block.train .train:after {
        position: relative;
        height: 82px;
        background-position: center;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
.popup-block.train .train .time:after {
    background-image: url("images/icons/time-red.svg");
}
.popup-block.train .popup-content {
    background-image: -webkit-linear-gradient(321deg, rgba(255, 204, 63, 0.4), rgba(254, 151, 69, 0.4) 100%);
    background-image: -o-linear-gradient(321deg, rgba(255, 204, 63, 0.4), rgba(254, 151, 69, 0.4) 100%);
    background-image: linear-gradient(129deg, rgba(255, 204, 63, 0.4), rgba(254, 151, 69, 0.4) 100%);
}
.popup-block.train .popup-content form input[type="radio"]:checked + label:after {
    background-image: -webkit-linear-gradient(315deg, #ffcc3f, #fe9745);
    background-image: -o-linear-gradient(315deg, #ffcc3f, #fe9745);
    background-image: linear-gradient(135deg, #ffcc3f, #fe9745);
}
.popup-block form {
    font-family: "Intro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-block form .label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup-block form .label:first-child {
    margin: 0;
}
@media screen and (max-width: 1300px) {
    .popup-block form .label {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.popup-block form .label label,
.popup-block form .label .label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 10px;
}
@media screen and (max-width: 1300px) {
    .popup-block form .label label,
    .popup-block form .label .label {
        margin: 0 10px 10px;
    }
}
.popup-block form .label label span,
.popup-block form .label .label span {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .popup-block form .label label span,
    .popup-block form .label .label span {
        font-size: 14px;
    }
}
.popup-block form .label label sup,
.popup-block form .label .label sup {
    color: #ff3131;
}
.popup-block form .label .label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup-block form .label .label span {
    width: 100%;
    margin: 0 0 10px;
}
.popup-block form .label .label label {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
}
.popup-block form .label .label label span {
    width: auto;
    font-size: 16px;
    color: #3b3a39;
    font-weight: initial;
    white-space: nowrap;
}
.popup-block form .label .label.row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    .popup-block form .label .label.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .popup-block form .label .label.row label {
        margin: 0 auto 10px 0;
    }
}
.popup-block form .label.center {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 30px auto 0;
}
.popup-block form .label.center .center {
    text-align: center;
}
.popup-block form input,
.popup-block form .input {
    width: 100%;
    min-width: 150px;
    height: 50px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10px;
    margin: 12px 0 0;
}
@media screen and (max-width: 1300px) {
    .popup-block form input,
    .popup-block form .input {
        height: 40px;
    }
}
.popup-block form input.input,
.popup-block form .input.input {
    background-color: rgba(255, 255, 255, 0);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Intro";
    font-weight: bold;
    font-size: 30px;
    color: #363333;
}
.popup-block form input.input span,
.popup-block form .input.input span {
    white-space: nowrap;
    font-size: inherit;
    margin-right: 5px;
    font-weight: inherit;
}
.popup-block form input[type="checkbox"],
.popup-block form .input[type="checkbox"] {
    opacity: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    min-width: 20px;
    margin-left: 10px;
}
.popup-block form input[type="checkbox"] + label,
.popup-block form .input[type="checkbox"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.popup-block form input[type="checkbox"] + label span,
.popup-block form .input[type="checkbox"] + label span {
    padding: 1px 8px;
}
.popup-block form input[type="checkbox"] + label:before,
.popup-block form .input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin: auto 3px auto 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.popup-block form input[type="checkbox"]:checked + label,
.popup-block form .input[type="checkbox"]:checked + label {
    position: relative;
}
.popup-block form input[type="checkbox"]:checked + label:after,
.popup-block form .input[type="checkbox"]:checked + label:after {
    position: absolute;
    left: 2px;
    content: "";
    display: inline-block;
    width: 19px;
    height: 18px;
    background-image: url("images/icons/ok.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.popup-block form input[type="radio"],
.popup-block form .input[type="radio"] {
    display: none;
}
.popup-block form input[type="radio"] + label,
.popup-block form .input[type="radio"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.popup-block form input[type="radio"] + label span,
.popup-block form .input[type="radio"] + label span {
    padding: 1px 8px;
}
.popup-block form input[type="radio"] + label:before,
.popup-block form .input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin: auto 3px auto 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.popup-block form input[type="radio"]:checked + label,
.popup-block form .input[type="radio"]:checked + label {
    position: relative;
}
.popup-block form input[type="radio"]:checked + label:after,
.popup-block form .input[type="radio"]:checked + label:after {
    position: absolute;
    left: 10px;
    content: "";
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-image: -webkit-linear-gradient(315deg, #00bcff, #4560fe);
    background-image: -o-linear-gradient(315deg, #00bcff, #4560fe);
    background-image: linear-gradient(135deg, #00bcff, #4560fe);
    background-repeat: no-repeat;
    background-position: center;
}
.popup-block form textarea {
    width: 100%;
    height: 105px;
    font-size: 16px;
    padding: 10px;
    resize: none;
    margin: 12px 0 0;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.popup-block form select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 10px;
    margin: 12px 0 0;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
@media screen and (max-width: 1300px) {
    .popup-block form select {
        min-width: 350px;
        height: 40px;
    }
}
@media screen and (max-width: 768px) {
    .popup-block form select {
        min-width: initial;
        width: 100%;
    }
}
.fancybox-wrap .fancybox-skin {
    padding: 0 !important;
}
footer cookies {
    position: fixed;
    bottom: 25px;
    left: 25px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 20px;
    max-width: 100%;
    width: 320px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    z-index: 99999999;
}
footer cookies close {
    cursor: pointer;
}
