@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

:root {
    --green: #52B04C;
    --text: #313131;
    --black: #101010;
    --grey: #7A8289;
    --title: #252525;
    --tborder: #DFE4E9;
    --lightGrey: #C2C9D1;
    --red: #DA291C;
    --disabledGreen: #C6E4C1;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
svg {
    width: 100%;
    height: auto;
}
.flex.middle {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex.space-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .header-menu-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-menu-wrap ul li {
    margin-right: 40px;
}

header .header-menu-wrap ul li a {
    font-size: 23px;
    color: white;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header .header-menu-wrap ul li a:hover,
header .header-menu-wrap ul li a:active,
header .header-menu-wrap ul li a:focus {
    color: var(--green);
}

header .bitok {
    /* margin-right: 60px; */
    margin-right: 20px;
}

.burger-wrap {
    width: 40px;
    height: 40px;
    position: relative;
    display: none;
}

.burger-wrap .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.burger-wrap .span1 {
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
}

.burger-wrap .span2 {
    width: 0px;
    margin: 10px 0;
}

.burger-wrap .span3 {
    width: 0px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.burger-wrap span {
    display: block;
    height: 3px;
    background: var(--green);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

ol,
ul {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
    font-size: 20px;
}

body {
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    height: auto;
    background: url(../images/background_lines.svg);

}

header {
    height: 100px;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100px;
    top: 0px;
    left: 0px;
    background: #323332;
}

.content {
    margin-top: 100px;
}

.sitecontainer {
    width: 100%;
    padding: 0 65px;
    height: 100%;
}

.bodycontainer {
    width: 100%;
    padding-left: 11.5%;
    padding-right: 10%;
}

.header2 .bodycontainer a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: var(--green);
}

.header2 .bodycontainer a::before {
    content: '\27F5';
    margin-right: 10px;
}

.header2 .bodycontainer h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    color: var(--text);
    padding-top: 50px;
}

.header3 h2 {
    font-size: 33px;
    font-weight: 500;
    line-height: 39px;
    color: var(--black);
}

.green-text {
    color: var(--green) !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

header .logo {
    width: 150px;
}

.header2 {
    width: 100%;
    height: 250px;
    background: url(../images/car_line_header.svg) no-repeat;
}

.bodycontent {
    padding-top: 20px;
}

.container-fluid {
    width: 100%;
    max-width: 730px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 6px 40px rgba(223, 236, 222, 0.6);
    border-radius: 30px;
    padding: 40px;
    margin: 0;
    margin-top: 50px;
    overflow: hidden;
    /*slc*/
    position: relative;
}

.email_body,
.contacts_body {
    margin-top: 40px;
    padding: 0 15%;
    padding-bottom: 50px;

}

.email_body .email-label {
    z-index: 10;
}

input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    color: red;
}

.email-form {
    flex-direction: column;
    align-items: center;
}

.email-label {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.3px;
    color: var(--title);
    max-width: 70%;
    margin: 30px 0;
}

.iconsline {
    width: 100%;
    max-width: 160px;
    align-items: center;
    justify-content: center;
}

.iconsline span {
    text-transform: uppercase;
    color: var(--grey);
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.iconsline h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--text);
}

.iconsline:before {
    margin-right: 10px;
}

.mail-green:before {
    content: '';
    background: url(../images/email_green.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.contacts-grey:before {
    content: '';
    background: url(../images/contacts_grey.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.contacts-green:before {
    content: '';
    background: url(../images/contacts_green.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.delivery-grey:before {
    content: '';
    background: url(../images/delivery_grey.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.delivery-green:before {
    content: '';
    background: url(../images/delivery_green.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.line {
    width: 100%;
    max-width: 55px;
    height: 1px;
    background: var(--grey);
    opacity: 0.5;
}

.info {
    background-color: none;
    border: 1px solid var(--tborder);
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px;
    height: 70px;
    margin-bottom: 15px;
    margin-top: 5px;
    width: 100%;
    max-width: 400px;
    z-index: 10;
    position: relative;
}

#fuel_type_labels {
    height: auto;
    padding-bottom: 10px;
}

.error_border {
    border-color: var(--red);
}

.info label {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: var(--grey);
    margin-top: 10px;
    z-index: 10;
    position: relative;
}

.info input[type=text],
.info input[type=date],
.info textarea,
.info select,
.info .form-control,
.info .form-control:hover {
    border: 0px;
    height: 30px;
    padding: 0px;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: var(--title);
    outline: none;
    border: none;
    border: 0;
    box-shadow: none;
    z-index: 10;
    position: relative;
}

.delivery_body .info,
.delivery_body .info label,
.delivery_body .info input[type=text],
.delivery_body .info input[type=date],
.delivery_body .info textarea,
.delivery_body .info select,
.delivery_body .info .form-control,
.delivery_body .info .form-control:hover {
    z-index: auto;
}



.info ::placeholder {
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: var(--lightGrey);
}

[type=submit],
.downbutton {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: var(--green);
    border-radius: 8px;
    border: 1px solid var(--green);
    height: 70px;
    width: 100%;
    max-width: 400px;
    z-index: 10;
    position: relative;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}

[type=submit]:hover,
[type=submit]:active,
/*,
[type=submit]:focus, */
.downbutton:hover,
.downbutton:active

/*,
.downbutton:focus */
    {
    background: #FFFFFF !important;
    color: var(--green) !important;
}

.mailimg {
    position: absolute;
    right: 30px;
    z-index: 5;
}

.alert {
    border: 0;
    color: var(--red);
    padding: 0;
    margin: 0;
    background: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    margin-top: -12px;
    margin-left: -60%;
    margin-bottom: 10px;
}

#modal_wrapper {
    position: fixed;
    z-index: 100;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    background: rgba(43, 46, 56, 0.9);
    overflow: hidden;
}

.modal {
    /* height:100%;
  max-height: 550px; */
    height: auto;
    width: 100%;
    max-width: 380px;
    margin: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    z-index: 200;
    display: none;
    padding: 20px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    /* Negative half of height. */
    margin-left: -200px;
    /* Negative half of width. */
}

.modalbody {

    flex-direction: column;
    align-items: center;
    max-width: 270px;
    margin: auto;
    margin-top: 20px;
}

.modalbody h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.3px;
    color: var(--title);
    margin-top: 20px;
}

.modalbody p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #505050;
    margin-top: 15px;
}

.downbutton {
    height: 60px;
    max-width: 270px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

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

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

.modal-close:before,
.modal-close:after {
    position: absolute;
    top: 0px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: var(--green);
}

.modal-close {
    position: absolute;
    right: 0;
    display: block;
    overflow: visible;
    width: 20px;
    height: 20px;
    /* margin: 20px; */
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    /* color: #95979c; */
    border: 0;
    outline: 0;
    background: transparent;
    margin-top: 0px;
    margin-right: 20px;
}

.disabled {
    background: var(--disabledGreen);
    color: #FFFFFF;
    opacity: 0.5;
    pointer-events: none;
}

.disabled:hover,
.disabled:active,
.disabled:focus {
    background: var(--disabledGreen);
    color: #FFFFFF;
    opacity: 0.5;
    pointer-events: none;
}

#footer {
    /*  height: 188px; */
    height: 120px;
    background: var(--text);
    color: #fff;
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    padding: 0 20px;

}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:visited {
    color: #fff;
}

#footer a:hover {
    color: var(--green);
}

.footer_href {
    width: 50%;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 126.39%;
    text-decoration-line: underline
}

.footer_contacts {
    width: 20%;
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 126.39%;
    letter-spacing: 0.005em;
}

.footer_social {
    width: 20%;
}

.footer_social a {
    margin-right: 10px;
}

.footer_social img {
    height: 61px;
    width: 61px;
}

.footer_markets {
    width: 10%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 126.39%;
    display: flex;
    flex-direction: column;
}

.footer_playmarket,
.footer_applemarket {
    display: flex;
    align-items: center;
}

.footer_playmarket {
    background: url(../images/playmarket.png) no-repeat;
}

.footer_applemarket {
    background: url(../images/apple.png) no-repeat;
}

.footer_playmarket:before,
.footer_applemarket:before {
    height: 30px;
    width: auto;
    display: block;
    content: '';
    margin-right: 30px;
}

.verified_email {
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 22px !important;
    color: #252525 !important;
}

#mail_labels {
    display: flex;
    flex-direction: column;

}

#mail_labels .verified_email {
    position: relative;
}

#mail_labels #email {
    background: #fff;
    position: relative;
}

.check {
    height: 22px;
    width: 22px;
    background: red;
    position: absolute;
    top: 48%;
    z-index: inherit;
    right: 20px;
    background: url(../images/check.svg) no-repeat;
}

.modalbody .contact_btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.modalbody .contact_btns a {
    border: 1px solid var(--green);
    background: var(--green);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.delivery_fields {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;

}

.np_delivery::before {
    content: '';
    background: url(../images/novaposhta_logo.svg) no-repeat;
    width: 65px;
    height: 40px;
    display: block;
    margin-right: 10px;
    position: absolute
}

.np_delivery div:first-child {
    margin-left: 50px;
}

.np_delivery {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.np_delivery h5 {
    font-size: 19px;
    line-height: 22px;
    color: var(--text);
    font-weight: bold;

}

.np_delivery p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--grey);

}

.delivery_fields .seldelivery label {
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: var(--text);
}

.delivery_fields .seldelivery div {
    margin-bottom: 10px;
}

.delivery_fields .seldelivery .deliveryradio {
    accent-color: green;
    height: 14px;
    width: 14px;
}

.dropdown-menu li,
.dropdown-menu li a {
    max-width: 400px;
    word-wrap: break-word;
    display: block !important;
    white-space: pre-wrap;

}

.dropdown-menu li a {
    padding: 10px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #252525;
    cursor: pointer;
}

#deliveryform .form-control:disabled,
#deliveryform .form-control[readonly] {
    background-color: #fff;
}

#rules_required,
#settlement_required,
#department_required,
#street_required,
#house_required,
#apartment_required,
.validation_error {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--red);
    padding-left: 35px;
}

#settlement_required,
#department_required,
#street_required,
#house_required,
#apartment_required,
.validation_error {
    padding-left: 0;
    margin-top: -10px;
    margin-bottom: 20px;
    display: none;
}

.validation_error {
    margin-bottom: 5px;
    width: 100%;
    max-width: 400px;
}

.rules {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 2px;
}

.rules p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #313131;
}

/* Hide the browser's default checkbox */
.rules input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #DFE4E9;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.rules:hover input~.checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.rules input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.rules input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.rules .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #3DAE2B;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-menu {
    width: 100%;
    max-width: 400px;
    left: 0 !important;
    top: 76px !important;
    border-radius: 7px;
}

#user_data .alert {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
}

#courier_data {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
#cash::-webkit-outer-spin-button,
#cash::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#cash[type=number] {
    -moz-appearance: textfield;
}

/*dpop_v2*/
.fall-menu {
    background: #fff;
    z-index: 20;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0px;
    border-radius: 8px;
    /*  overflow: hidden; */

    border: 1px solid #DFE3E9;
    box-shadow: 0px 6px 30px rgba(223, 236, 222, 0.4);

    display: none;

}

.fall-menu ul {
    overflow: auto;

    max-height: 280px;
}

.fall-menu .input_header {
    width: 100%;
    height: 55px;
    background: #f3f6f9;
    margin: 0px;
    padding: 10px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}

.fall-menu input {

    width: 100%;
    background: #f3f6f9;
}

.fall-menu li {
    padding: 10px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #252525;
    cursor: pointer;
}

.fall-menu .dropdown-menu {
    top: 55px !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
    width: 100.2%;
    /* left:-0.5px!important;
  width:100%; */
    left: 0 !important;

    box-shadow: 0px 6px 30px rgba(223, 236, 222, 0.4)
}

.fall-menu .dropdown-menu li {
    padding: 0;
}

.dropdown-item:active {
    background: var(--green);
}

.open_type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0px;
}

#list_typehead li:hover {
    background: #f3f6f9;
}

#type_department {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #252525;
}

#type_department::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #B3BBC5;
}

#type_department:before {
    background: url(../images/icon_search.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 10px;
}

/* end dpop_v2*/




@media screen and (max-width: 1680px) {
    header {
        height: 90px;
    }

    .content {
        margin-top: 90px;
    }

    header .header-menu-wrap ul li a {
        font-size: 18px;
    }

    header .header-menu-wrap ul li {
        margin-right: 25px;
    }

    header .logo {
        width: 110px;
    }

    header .bitok {
        width: 21px;
    }

    .header2 {
        height: 180px;
    }

    .header2 .bodycontainer h1 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1366px) {
    header {
        height: 80px;
    }

    .content {
        margin-top: 80px;
    }

    .sitecontainer {
        padding: 0 45px;
    }

    header .header-menu-wrap ul li {
        margin-right: 20px;
    }

    header .header-menu-wrap ul li a {
        font-size: 16px;
    }

    header .logo {
        width: 100px;
    }

    header .bitok {
        width: 18px;

    }

    .header2 .bodycontainer h1 {
        padding-top: 0;
    }

    .header2 {
        height: 160px;
    }
}

@media screen and (max-width: 1024px) {
    .sitecontainer {
        padding: 0 35px;
    }

    header .header-menu-wrap ul li a {
        font-size: 16px;
    }

    header .header-menu-wrap ul li {
        height: 40px;
        border-bottom: 1px solid #3F3F3F;
        margin: 5px 0;
    }

    .sitecontainer {
        position: relative;
    }

    .header-menu-wrap {
        display: none;
        position: absolute;
        background: #323332;
        left: 0;
        width: 100%;
        top: 80px;
        padding-bottom: 20px;
    }

    .header-menu-wrap ul {
        display: flex;
        flex-direction: column;
    }

    .footer_href {
        width: 30%;

    }

    .footer_contacts {
        width: 20%;
        font-size: 20px;
    }

    .footer_social {
        width: 15%;
    }

    .footer_markets {
        width: 15%;
    }

    .footer_social img {
        height: 41px;
        width: 41px;
    }

    header .bitok {
        margin-right: 60px;

    }

    .burger-wrap {

        display: block;
    }

    .header2 {
        height: 130px;
    }

    .header2 .bodycontainer h1 {
        font-size: 32px;
        line-height: 33px;
        font-weight: bold;
    }

    .header3 h2 {
        font-size: 25px;
        line-height: 27px;
    }

}

@media screen and (max-width: 768px) {
    .sitecontainer {
        padding: 0 35px;
    }

    .footer_markets {
        font-size: 14px;
    }

    header .logo {
        width: 100px;
    }

    .bodycontainer {
        padding-left: 5%;
        padding-right: 5%;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    .line {
        display: none;
    }

    .email_body {
        padding: 0;
    }

    .footer_social {
        display: none;
    }

    .footer_contacts {
        width: 40%;
        text-align: center;
    }

    .footer_markets {
        width: 25%;
    }

    .footer_href {
        width: 35%
    }

    .header2 .bodycontainer h1 {
        padding-top: 60px;
    }

    .header2 {
        height: 165px;
    }
}

@media screen and (max-width: 550px) {
    .hidemobile {
        display: none;
    }

    .iconheader {
        justify-content: center !important;
    }

    .header2 {
        height: 130px;
    }

    .iconsline {
        max-width: 100%;
    }

    .footer_markets {
        display: none;
    }

    .footer_href,
    .footer_contacts {
        width: 50%;
    }

    .footer_href {
        font-size: 14px;
    }

}

@media screen and (max-width: 400px) {
    .modal {
        max-width: 300px;
        margin-left: -150px;
    }

    .header2 {
        height: 120px;
    }

    .header2 .bodycontainer h1 {
        padding-top: 20px;
    }

    .email-label {
        max-width: 100%;
    }
}

.redirect_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.span_addinfo
{
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 10px;
    color:#696969;
    text-align: end;
    font-style: italic;
    font-size: 12px!important;
}
#cards_amount_labels
{
    margin-bottom: 0;
}
#upload_document_labels
{
    height: auto;
    margin-bottom: 0;
}
#upload_document
{
    padding: 10px 0;
}
#upload_document_error
{
    margin-bottom: 20px;
}
.contract_href
{
    color: #3DAE2B;
    text-decoration: underline;
}
.contract_href:hover,.contract_href:focus,.contract_href:active
{
    color: #29741e;
}
.label_addinfo{
    font-size: 12px!important;
    font-style: italic;
    margin-top: 0!important;
}