.section {
    position: relative;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
}

.up {
    position: fixed;
    display: block;
    padding-left: 33px;
    overflow: hidden;
    background: url(../img/up.png) no-repeat;
    width: 0;
    height: 132px;
    cursor: pointer;
    bottom: 0;
    left: 30px;
    z-index: 600;
}

.up_ua {
    position: fixed;
    display: block;
    padding-left: 33px;
    overflow: hidden;
    background: url(../img/up_ua.png) no-repeat;
    width: 0;
    height: 132px;
    cursor: pointer;
    bottom: 0;
    left: 30px;
    z-index: 600;
}

.social_big {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 39px;
    height: 117px;
    z-index: 100;
}

.social_big ul li {
    cursor: pointer;
}

.social_big ul li a img {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    margin: 0 auto;
}

.social_big ul li + li {
    margin-top: 24px;
}

#fp-nav {
    margin-top: 0 !important;
    display: block !important;
}

.btn_link {
    display: none;
}

.bot_arrow em {
    position: fixed;
    display: none;
    background: url(../img/arrow_3.svg) no-repeat center center;
    background-size: contain;
    width: 76px;
    height: 47px;
    left: 50%;
    margin-left: -38px;
    top: 100vh;
    margin-top: -85px;
    z-index: 800;
    cursor: pointer;
}

body.fp-viewing-just-traffic .bot_arrow em {
    display: block;
}

/* header */
#header {
    position: fixed;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 100;
}

#header .header_block {
    padding: 10px 80px;
    box-sizing: border-box;
}

#header .logo {
    width: 125px;
    height: 44px;
    margin-right: 67px;
    position: relative;
    z-index: 40;
    background: url(../img/logo.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

#header .lang {
    position: relative;
    width: 43px;
    height: 28px;
    margin-right: 65px;
    cursor: pointer;
}

#header .header_nav ul {
    width: 1090px;
}

#header .header_nav ul li div {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

#header .header_nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#header .header_nav ul li a.active::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FF2424;
    bottom: -5px;
    left: 0;
}

#header .header_link {
    width: 240px;
    height: 50px;
    margin-left: 67px;
    font-weight: 700;
    background-color: #FF2424;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

#header .lang ul li img {
    position: relative;
    display: block;
    width: 43px;
    height: 28px;
}

#header .lang ul li.active {
    display: none;
}

#header .lang .fl img {
    width: 43px;
    height: 28px;
    display: block;
}

#header .lang {
    width: 43px;
}
/* end header */
/* buy */
.buy h1 {
    margin-bottom: 120px;
    font-size: 68px;
    line-height: 83px;
    font-weight: 800;
}

.buy h1 span {
    color: #FF2424;
}

.buy .title .text_1 {
    margin-bottom: 28px;
    display: inline-block;
    vertical-align: top;
    font-weight: 800;
    border-bottom: 3px solid #FF2424;
}

.buy .title .text_2 {
    color: #c4c4c4;
}

/* .buy .inner .pic_1{background: url(../img/arrow_3.svg) no-repeat center center; background-size: contain; width: 76px; height: 47px; left: 50%; margin-left: -38px; bottom: 85px;} */
.buy .slider-container {
    max-width: 1430px !important;
    position: relative;
    margin-top: 146px;
    min-height: 160px;
    text-align: center;
    overflow: hidden;
}

.buy .swiper-slide p {
    font-weight: 800;
    color: #FF2424;
}

.buy .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff !important;
}

.buy .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 87px !important;
    height: 3px !important;
    top: 60px!important;
    left: 50px;
}

.buy .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0 !important;
}

.buy .swiper-button-prev {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    top: 110px !important;
    left: 0 !important;
}

.buy .swiper-button-next {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    top: 110px !important;
    left: 115px !important;
}

.buy .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.buy .swiper-button-prev::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
}

.buy .swiper-button-next::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
    transform: rotate(180deg);
}

.buy .swiper-button-prev:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    top: 110px !important;
    left: 0 !important;
    transform: rotate(180deg);
}

.buy .swiper-button-next:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    top: 110px !important;
    left: 115px !important;
}

.buy .swiper-pagination-fraction {
    z-index: 100;
    display: block;
}

.buy .swiper-button-prev:hover .swiper-button-prev::after {
    display: none;
}

.buy .swiper-pagination-fraction .swiper-pagination-current {
    position: relative !important;
    z-index: 500;
}

.buy .swiper-button-prev:hover::after {
    display: none;
}

.buy .swiper-button-next:hover::after {
    display: none;
}

.buy .slider-container .num_1 {
    font-size: 16px;
    line-height: 20px;
    top: 53px;
    left: 25px;
}

.buy .slider-container .num_2 {
    font-size: 16px;
    line-height: 20px;
    top: 53px;
    left: 145px;
}

/* end buy */
/* why_us */
.why_us .block_1 {
    width: 48.5%;
}

.why_us .block_1 p {
    font-weight: 500;
    line-height: 42px;
}

.why_us .block_1 p + p {
    margin-top: 125px;
}

.why_us .block_2 {
    width: 48.5%;
}

.why_us .block_2 .image_block {
    height: 506px;
}

.why_us .block_2 p {
    font-weight: 500;
    text-align: center;
}

.why_us .block_2 p span {
    color: #FF2424;
}

/* end why_us */
/* about */
.about .slider-container {
    min-height: 700px;
    height: auto;
    max-width: 1430px !important;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.about .slider-container h2 {
    margin-bottom: 138px;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #f2fafc;
    font-weight: 800;
}

.about .slider-container span {
    color: #FF2424;
}

.about .slider-container p {
    margin-bottom: 84px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.about .slider-container ul li a {
    text-align: center;
    text-transform: uppercase;
    color: #f2fafc;
    position: relative;
}

.about .slider-container ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.about .slider-container ul li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FF2424;
    bottom: -10px;
    left: 0;
    z-index: 10;
}

.about .slider-container ul .item_1 {
    margin-top: 70px;
    margin-bottom: 20px;
}

.about .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff !important;
}

.about .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 87px !important;
    height: 3px !important;
    bottom: 95px!important;
    top: auto !important;
    left: 50px !important;
}

.about .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0 !important;
}

.about .swiper-button-prev {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
}

.about .swiper-button-next {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    bottom: 0 !important;
    left: 115px !important;
    top: auto !important;
}

.about .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.about .swiper-button-prev::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
}

.about .swiper-button-next::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
    transform: rotate(180deg);
}

.about .swiper-button-prev:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    bottom: 0 !important;
    left: 0 !important;
    transform: rotate(180deg);
}

.about .swiper-button-next:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    bottom: 0 !important;
    left: 115px !important;
}

.about .swiper-pagination-fraction {
    z-index: 100;
    display: block;
}

.about .swiper-button-prev:hover .swiper-button-prev::after {
    display: none;
}

.about .swiper-pagination-fraction .swiper-pagination-current {
    position: relative !important;
    z-index: 500;
}

.about .swiper-button-prev:hover::after {
    display: none;
}

.about .swiper-button-next:hover::after {
    display: none;
}

.about .slider-container .num_1 {
    font-size: 16px;
    line-height: 20px;
    bottom: 86px;
    left: 25px;
}

.about .slider-container .num_2 {
    font-size: 16px;
    line-height: 20px;
    bottom: 86px;
    left: 145px;
}

/* end about */
/* cooperation */
.cooperation h2 {
    margin: 0 -95px 36px;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    text-transform: uppercase;
    color: #f2fafc;
    font-weight: 800;
}

.cooperation h2 span {
    color: #FF2424;
}

.cooperation ul li p {
    position: relative;
    margin-bottom: 19px;
    font-weight: 800;
    text-transform: uppercase;
    color: #f2fafc;
    display: inline-block;
    vertical-align: top;
}

.cooperation ul li p::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #FF2424;
}

.cooperation ul li span {
    font-weight: 500;
    display: block;
}

.cooperation ul li + li {
    margin-top: 32px;
}

.cooperation .paddingLeft {
    padding-left: 60px;
}

/* end cooperation */
/* requirement */
.requirement h2 {
    margin-bottom: 168px;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    font-weight: 800;
}

.requirement h2 span {
    color: #FF2424;
}

.requirement .block_1 h3 {
    margin-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase;
}

.requirement .block_1 h3 span {
    color: #FF2424;
}

.requirement .block_1 p {
    font-weight: 500;
}

.requirement .block_2 {
    margin-top: 93px;
}

/* end requirement */
/* conditions */
/* .conditions h2{margin-bottom: 117px; font-size: 50px; line-height: 61px; text-align: center; font-weight: 800;} */
.conditions h2 {
    margin-bottom: 117px;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    font-weight: 800;
    margin-top: 70px;
}

.conditions h2 span {
    color: #FF2424;
}

.conditions .swiper-container h3.item_1 {
    margin-bottom: 50px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.conditions .swiper-container h3.item_1::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FF2424;
    bottom: -5px;
    left: 0;
}

.conditions .swiper-container h3.opa07 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.conditions .swiper-container p {
    max-width: 1150px;
    font-weight: 500;
}

.conditions .swiper-container {
    max-width: 1430px !important;
    position: relative;
    min-height: 440px;
}

.conditions .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff !important;
}

.conditions .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 87px !important;
    height: 3px !important;
    bottom: 90px!important;
    top: auto !important;
    left: 50px !important;
}

.conditions .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0 !important;
}

.conditions .swiper-button-prev {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
}

.conditions .swiper-button-next {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    bottom: 0 !important;
    left: 115px !important;
    top: auto !important;
}

.conditions .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.conditions .swiper-button-prev::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
}

.conditions .swiper-button-next::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
    transform: rotate(180deg);
}

.conditions .swiper-button-prev:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    bottom: 0 !important;
    left: 0 !important;
    transform: rotate(180deg);
}

.conditions .swiper-button-next:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    bottom: 0 !important;
    left: 115px !important;
}

.conditions .swiper-pagination-fraction {
    z-index: 100;
    display: block;
}

.conditions .swiper-button-prev:hover .swiper-button-prev::after {
    display: none;
}

.conditions .swiper-pagination-fraction .swiper-pagination-current {
    position: relative !important;
    z-index: 500;
}

.conditions .swiper-button-prev:hover::after {
    display: none;
}

.conditions .swiper-button-next:hover::after {
    display: none;
}

.conditions .swiper-container .num_1 {
    font-size: 16px;
    line-height: 20px;
    bottom: 81px;
    left: 25px;
}

.conditions .swiper-container .num_2 {
    font-size: 16px;
    line-height: 20px;
    bottom: 81px;
    left: 146px;
}

.gallery-thumbs {
    position: absolute !important;
    right: 0;
    bottom: 130px;
    width: 940px;
}

.gallery-top {
    width: 25%;
    margin: 0 !important;
}

.gallery-thumbs .swiper-slide {
    width: 33%;
}

/* end conditions */
/* use */
.use h2 {
    margin-bottom: 41px;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    font-weight: 800;
    color: #f2fafc;
}

.use h2 span {
    color: #FF2424;
}

.use ul li {
    position: relative;
    padding-left: 45px;
}

.use ul li p {
    font-weight: 500;
    line-height: 41px;
}

.use ul li + li {
    margin-top: 34px;
}

.use ul li::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/arrow.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 22px;
    top: 10px;
    left: 0;
}

/* end use */
/* team */
.team h2 {
    margin: 0 -10px 68px;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    font-weight: 800;
    color: #f2fafc;
}

.team h2 span {
    color: #FF2424;
}

.team .text p {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.team .text p span {
    color: #FF2424;
}

/* ============================================================================================ */
/* .team .slider-container{max-width: 1430px !important; position: relative; margin-top: 80px; min-height: 340px; overflow: hidden;} */
.team .slider-container {
    max-width: 1430px !important;
    position: relative;
    margin-top: 50px;
    min-height: 340px;
    overflow: hidden;
}

/* ====================================================================================== */
.team .swiper-slide h3 {
    margin-bottom: 19px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.team .swiper-slide h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 99%;
    height: 3px;
    background-color: #FF2424;
    bottom: -5px;
    left: 0;
}

.team .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff !important;
}

.team .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 87px !important;
    height: 3px !important;
    top: auto !important;
    bottom: 100px;
    left: 50px;
}

.team .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0 !important;
}

.team .swiper-button-prev {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    top: auto !important;
    bottom: 0;
    left: 0 !important;
}

.team .swiper-button-next {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #878787;
    border-radius: 50%;
    top: auto !important;
    bottom: 0;
    left: 115px !important;
}

.team .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.team .swiper-button-prev::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
}

.team .swiper-button-next::after {
    background: url(../img/prev.svg) no-repeat;
    width: 10px;
    height: 16px;
    background-size: contain;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100;
    transform: rotate(180deg);
}

.team .swiper-button-prev:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    top: auto !important;
    bottom: 0;
    left: 0 !important;
    transform: rotate(180deg);
}

.team .swiper-button-next:hover {
    background: url(../img/hover.png) no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    top: auto !important;
    bottom: 0;
    left: 115px !important;
}

.team .swiper-pagination-fraction {
    z-index: 100;
    display: block;
}

.team .swiper-button-prev:hover .swiper-button-prev::after {
    display: none;
}

.team .swiper-pagination-fraction .swiper-pagination-current {
    position: relative !important;
    z-index: 500;
}

.team .swiper-button-prev:hover::after {
    display: none;
}

.team .swiper-button-next:hover::after {
    display: none;
}

.team .slider-container .num_1 {
    font-size: 16px;
    line-height: 20px;
    bottom: 91px;
    left: 25px;
}

.team .slider-container .num_2 {
    font-size: 16px;
    line-height: 20px;
    bottom: 91px;
    left: 145px;
}

/* end team */
/* contacts */
.contacts {
    background-color: #1c1c1c;
    padding-top: 67px;
    box-sizing: border-box;
}

.contacts::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/contacts_bg.png) no-repeat;
    width: 740px;
    height: 740px;
    right: 0;
    top: 0;
}

.contacts h2 {
    margin-bottom: 39px;
    font-size: 50px;
    line-height: 61px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.contacts .contacts_form {
    max-width: 640px;
    margin: 0 auto;
}

.contacts .contacts_form form button {
    position: relative;
    width: 351px;
    height: 70px;
    margin: 40px auto 0;
    font-weight: 700;
    background-color: #FF2424;
    padding-right: 57px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.contacts .contacts_form form button::after {
    content: "";
    position: absolute;
    display: block;
    width: 57px;
    height: 100%;
    background-color: #c73443;
    top: 0;
    right: 0;
}

.contacts .contacts_form form button::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 16px;
    background: url(../img/arrow_2.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    margin-top: -8px;
    right: 23px;
    z-index: 1;
}

.contacts .contacts_link a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    font-weight: 700;
}

/* .contacts .contacts_link{max-width: 640px; margin: 60px auto 100px; text-align: right;} */
.contacts .contacts_link {
    max-width: 640px;
    margin: 50px auto 100px;
    text-align: right;
}

.contacts .contacts_link .link_1 {
    margin: 0 100px 0 0;
}

.contacts .contacts_link .link_3 {
    text-decoration: underline;
    margin-right: 100px;
}

.contacts .contacts_link a::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #FF2424;
    left: 0;
    bottom: -14px;
}

.contacts .contacts_social ul li {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #494949;
}

.contacts .contacts_social ul li img {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.contacts .contacts_social {
    max-width: 280px;
    margin: 57px auto 40px;
}

.contacts .contacts_social ul li + li {
    margin-left: 32px;
}

.contacts .contacts_social ul li a {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.contacts .copy {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #bbbbbb;
}

.contacts .contacts_form form .block_2 {
    width: 50%;
    padding-left: 15px;
}

.contacts .contacts_form form .block_1 {
    width: 50%;
    padding-right: 15px;
    margin-top: 0;
}

/* end contacts */
/* error */
.error p {
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-left: 50px;
    text-transform: uppercase;
}

.error p::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #FF2424;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

.error h1 {
    font-size: 65px;
    line-height: 79px;
    text-transform: uppercase;
    color: #f7fafc;
    font-weight: 800;
}

.error h1 span {
    color: #FF2424;
}

.error a {
    width: 240px;
    height: 64px;
    margin-top: 78px;
    background-color: #FF2424;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

/* end error */
/* popup */
.popup {
    width: 400px;
    padding: 40px 77px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
}

.popup img {
    position: relative;
    display: block;
    width: 154px;
    height: 154px;
    margin: 0 auto 8px;
}

.popup h3 {
    margin-bottom: 19px;
    font-weight: 700;
    color: #434343;
}

.popup p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #9a9a9a;
}

.popup a {
    width: 180px;
    height: 50px;
    margin: 20px auto 0;
    color: #333333;
    display: block;
    text-align: center;
    border: 2px solid #FF2424;
    box-sizing: border-box;
}

/* end popup */
.up {
    display: none;
}

.main_logo {
    position: relative;
    top: -6px;
    width: 345px;
    vertical-align: middle;
    object-fit: contain;
}

@media (max-width: 1248px)  {
    .main_logo {
        top: -5px;
        width: 251px;
    }
}

@media (max-width: 1152px)   {
    .main_logo {
        width: 266px;
    }
}

@media (max-width: 864px)   {
    .main_logo {
        width: 243px;
    }
}

@media (max-width: 672px)  {
    .main_logo {
        width: 197px;
    }
}

@media (max-width: 528px) {
    .main_logo {
        top: -4px;
        width: 183px;
    }
}