@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*
{
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #46474A;
    outline: none;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */  /* Firefox 1-3.6 */
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: border-box;
}

*::-webkit-scrollbar-track{ border-radius: 3px; width: 7px;}
*::-webkit-scrollbar { width: 10px;}
*::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #aaa;}

body {
    background: #F0F0F0;
}
a { cursor: pointer;color: #46474A; transition: all 0.3s }

li {
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}

.container {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1182px;
    width: 100%;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}


.all-btn {
    background: #F50303;
    color: #fff;
    border: 1px solid #F50303;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    padding: 12px 23px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: max-content;
}


button {
    border: none;
    cursor: pointer;
    background: transparent;
}
.flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}



.mob-menu-btn {
    display: none;
}

main {
    padding-top: 77px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F0F0F0;
    z-index: 99;
    border-bottom: 1px solid #E7E7E7;
}

header .flex {
    justify-content: space-between;
    width: 100%;
}
header .flex a.logo-header {
}

.mob-logo, button.menu-hide {
    display: none;
}

.navbar ul {
    display: flex;
    gap: 32px;
}

.navbar ul li {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    padding-right: 0;
}

.navbar ul li a {
    text-decoration: none;
    color: #46474A;
    font-weight: 700;
}

.navbar ul li a:hover {
    color: #F50303;
}

.navbar ul li:nth-child(4) a {
    padding-right: 0;
}

.navbar ul li:nth-child(5),
.navbar ul li:nth-child(6) {
    display: none;
}

.promo-img {
    display: block;
}

.promo-img img {
    width: 100%;
    display: block;
}

.promo {
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}

.promo.contact {
    border: none;
}

.promo.contact .promo-bg{
    min-height: 701px;
}

.promo:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 169px;
    height: 3px;
    background: #F50303;
    transform: translateX(-50%);
}

.promo-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.promo-cont-wrap {
    max-width: 644px;
}

.promo-cont-wrap .promo-cont-logo img{
    width: 192px;
    height: 107px;
    object-fit: cover;
    display: block;
    margin: 0 auto 40px;
}


.promo-cont h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0;
    text-align: center;
    display: block;
    margin-bottom: 24px;
}

.promo-cont p {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.label-cont {
    display: block;
    text-align: left;
    padding: 15px 40px;
    margin-top: 10px;
    position: relative;
    width: max-content;
    background: #243BB9;
    transform: skew(-20deg);
}

.label-cont span {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0;
    transform: skew(20deg);
    display: block;
}

.promo .all-btn {
    margin: 40px auto 0;
}

.about {
    padding-top: 103px;
}

.about span.title.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0;
    text-align: left;
    color: #46474A;
    margin-bottom: 27px;
}

.about span.title.flex .label-cont {
    padding: 12px 22px;
    color: #fff;
    transform: skew(-20deg);
    margin-top: 0;
    margin-left: 10px;
}

.about span.title.flex .label-cont span {
    transform: skew(20deg);
    color: #fff;
}


div#tab_1 {
    background: url("../img/bg1.png") no-repeat center/cover;
}

div#tab_2 {
    background: url("../img/bg2.png") no-repeat center/cover;
}

div#tab_3 {
    background: url("../img/bg1.png") no-repeat center/cover;
}

.tab-section .container {
    max-width: 1170px;
}

.b-tab.hidden {
    display: none;
}

.b-tab {
    display: block;
}

.b-tab .container{
    padding: 165px 15px 70px;
}

.about .container p {
    max-width: 740px;
    margin: 0 auto 60px;
}

a.b-nav-tab {
    display: block;
    border-bottom: 7px solid transparent;
    background: #FFF;
    box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    width: 100%;
}
a.b-nav-tab {
    max-width: 286px;
    padding: 49px 30px;
}

a.b-nav-tab span.text {
    color: #46474A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

.tab-block {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: -105px;
    z-index: 1;
    position: relative;
}

a.b-nav-tab img {
    display: block;
    margin: 0 auto 16px;
    width: 64px;
    height: 64px;
}

.about span.title.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0;
    max-width: 736px;
    text-align: center;
    margin: 0 auto 80px;
}

a.b-nav-tab.active,
a.b-nav-tab:hover {
    border-bottom: 7px solid #F50303;
}

a.b-nav-tab.active img,
a.b-nav-tab:hover img {
    filter: invert(12%) sepia(79%) saturate(5055%) hue-rotate(358deg) brightness(113%) contrast(117%);
}


.tab-cont {
    width: 33%;
    max-width: 425px;
    text-align: left;
}

.tab-cont span.title {
    color: #F0F0F0;
    font-size: 36px;
    font-weight: 800;
    line-height: 46px;
    margin-bottom: 16px;
    display: block;
}

.tab-cont span.title img {
    display: inline-block;
    margin-top: -7px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 5px;
}

.tab-cont p {
    color: #F0F0F0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.b-tab .flex {
    gap: 32px;
}

.about .container .tab-list p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 32px;
}

.about .container .tab-list p:last-child {
    margin-bottom: 0;
}

.about .container .tab-cont p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.list-block li {
    text-align: left;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.list-block li img {
    display: block;
    margin-top: 2px;
}

.list-block li:last-child {
    padding-bottom: 0;
}

.list-block li.fl-start {
    align-items: flex-start;
}

.list-block li span.text-item {
    color: #F0F0F0;
    font-size: 16px;
    line-height: 24px;
}

.all-height .list-block li span.text-item:first-child,
.all-height .list-block li span.text-item:nth-child(2) {
    height: 48px;
}

.list-block.half {
    width: 50%;
}

.tab-list {
    width: 55%;
}

.list-block span.name {
    color: #F0F0F0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 24px;
    display: block;
}

.list-block .text-item span.name {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    margin-bottom: 6px;
    padding-bottom: 0;
    text-transform: capitalize;
}

.working {
    padding: 80px 25px;
    background: url("../img/bg-bottom.png") no-repeat center/cover;
}

.working img {
    display: block;
    width: 107px;
    height: 24px;
    margin: 0 auto 24px;
    object-fit: cover;
}

.working span.title {
    color: #46474A;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 56px;
    max-width: 904px;
    display: block;
    margin: 0 auto 40px;
}
.working p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
    text-align: center;
}

.working .all-btn {
    display: block;
    width: max-content;
    margin: 0 auto;
}

footer {
    background: #1C2134;
    padding: 24px 0;
}

footer .flex {
    justify-content: space-between;
    align-items: center;
}

footer a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

footer .address img {
    filter: invert(100%) sepia(0%) saturate(2713%) hue-rotate(105deg) brightness(180%) contrast(100%);
    display: block;
    margin: 0 auto;
}

footer .address span {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
}


/*JOBS*/
#promo-jobs .promo-cont-wrap {
    max-width: 399px;
}

div#tab_4 {
    background: url("../img/bg1.png") no-repeat center/cover;
}

div#tab_5 {
    background: url("../img/bg5.png") no-repeat center/cover;
}

div#tab_6 {
    background: url("../img/bg6.png") no-repeat center/cover;
}
div#tab_7 {
    background: url("../img/bg7.png") no-repeat center/cover;
}


.delivery-methods {
    padding: 80px 0 122px;
}

.delivery-methods .flex{
    gap: 24px;
    justify-content: center;
}

.delivery-methods-item {
    border-radius: 8px;
    box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.32);
    width: calc(33.333% - 16px);
    padding: 16px;
    text-align: left;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in;
    border-top: 10px solid #F50303;
    background-image: url("../img/eyes.svg");
    background-size: 115px;
    background-repeat: no-repeat;
    background-position: 90%;
    padding-top: 6px;
}


.delivery-methods-item span.name {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    height: auto;
    text-align: left;
    transition: all 0.3s ease-in;
    padding-bottom: 16px;
    display: block;
    min-height: 69px;
}

.delivery-methods-item ul.list-item {
    text-align: left;
}

.delivery-methods-item ul.list-item li img {
    display: inline-block;
    margin-right: 8px;
}

.delivery-methods-item ul.list-item li span {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.delivery-methods-item:hover {
    background-color: #F50303;
}

.delivery-methods-item:hover span.name,
.delivery-methods-item:hover ul.list-item li span {
    color: #fff;
}

.delivery-methods-item:hover ul.list-item li img {
    filter: invert(100%) sepia(0%) saturate(2713%) hue-rotate(105deg) brightness(180%) contrast(100%);
}


/*CONTACT PAGE*/
.promo.contact picture,
.promo.contact picture img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.promo.contact:before {
    display: none;
}

.block-form {
    position: relative;
    max-width: 548px;
    width: 100%;
}

.block-form p {
    margin-bottom: 0;
}

.block-form p span {
    display: block;
}

.block-form .flex {
    align-items: center;
}

.block-form span.title {
    display: block;
    margin-bottom: 24px;
    color: #46474A;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
}

.block-form form {
    width: 100%;
    display: block;
    padding: 46px 36px;
    background: #E4E4E4;
    box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.32);
    border-radius: 16px;
    border-top: 24px solid #F50303;
    margin-top: 0;
    max-width: 548px;
    margin-left: 0;
}

.block-form-cont {
    width: 53%;
}

.block-form-cont p {
    color: #46474A;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 96px;
}

.question span.name {
    color: #0030C0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
}

.question span.text {
    color: #323232;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.question a {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.question a:hover {
    color: #0030C0;
}

.question.mob {
    display: none;
}

.block-form form span.title {
    margin-bottom: 24px;
    margin-top: 0;
}

.block-form form span.subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin-bottom: 24px;
    display: block;
}

.block-form form input,
.block-form form textarea {
    border: 1px solid #CBCBCB;
    padding: 10px 16px;
    border-radius: 0;
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    resize: none;
    height: 48px;
    width: 100%;
}

.block-form form input::placeholder {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.block-form form .all-btn {
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    background: #323232;
    border-color: #323232;
    font-size: 20px;
}

.block-form form .all-btn:hover {
    background: transparent;
    border-color: #F50303;
}
.success-form {
    display: none;
    position: absolute;
    top: 25px;
    left: 2px;
    min-height: 580px;
    min-width: 546px;
    background: #E4E4E4;
    padding: 46px 36px;
}

.success-form p {
    font-size: 18px;
    margin-bottom: 48px;
    font-weight: 400;
    line-height: 24px;
}

.success-form img {
    display: block;
    margin: 93px auto 40px;
}

.success-form .all-btn {
    background: #F50303;
    border-color: #F50303;
    padding: 16px;
    width: 100%;
    margin-top: 24px;
    height: 62px;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    font-size: 20px;
}

.success-form .all-btn:hover {
    background: transparent;
    border-color: #F50303;
    color: #F50303;
}

.block-form form textarea {
    height: 99px;
}

.block-form .col-12 {
    padding: 0;
    margin-top: 24px;
}

.promo form .all-btn {
    margin-top: 24px;
    height: 62px;
}

.promo form .all-btn{
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 30px;
    background: #323232;
    border-color: #323232;
    color:#fff;
    font-size: 20px;
    font-weight: 800;
}
.promo form .all-btn:hover {
    background: transparent;
    color: #F50303;
    border-color: #F50303;
}
.mission-block  .title {
    color:  #F0F0F0;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 56px;
    display: block;
    margin-bottom: 20px;
}
.mission-block  .subtitle {
    color: #F0F0F0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 64px;
}
.mission-block_list.flex {
    gap: 24px 56px;
    flex-wrap: wrap;
}
.mission-block__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: calc(50% - 28px);
}

.mission-block__item .name {
    color:  #F0F0F0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.mission-block__item  .text {
    display: block;
    color:  #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}


[aria-current="page"]{
	color: #F50303!important;
}