@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;1,700&display=swap");

a:focus,
a:hover,
a:active,
button:focus,
button:hover,
button:active {
    outline: none !important;
    box-shadow: none !important;
}
html{
    scrollbar-gutter: stable;
}
body{
    padding-right: 0!important;
}

/**
  * button styles remove
  **/
.button-no-style {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    outline: none;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    border: 0 solid transparent;
    text-shadow: 0 0 0 transparent;
}

.form-check-input-box {
    min-width: 400px;
    max-width: 400px;
    width: 100%;
}

.button-no-style:hover {
    background: transparent;
    box-shadow: 0 0 0 transparent;
    border: 0 solid transparent;
    text-shadow: 0 0 0 transparent;
}

.button-no-style:active {
    outline: none;
    border: none;
}

.button-no-style:focus {
    outline: 0;
}

.pointer {
    cursor: pointer;
}

.no-focus-input:focus {
    outline: none;
    box-shadow: 0 0 0 transparent;
}

.text-wrap {
    overflow-wrap: break-word;
}

.text-green {
    color: #5CB876;
}

.invalid-feedback {
    display: none !important;
}

.invalid-feedback.show {
    color: #15151E !important;
    opacity: 0.4 !important;
}

.form-controlt::-moz-placeholder {
    color: #C9C9C9 !important;
    opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
    color: #15151E !important;
    opacity: 0.4 !important;
}

.form-control::placeholder {
    color: #15151E !important;
    opacity: 0.4 !important;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: initial;
}

.form-select.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-feedback,
.was-validated .form-select:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-feedback {
    display: flex !important;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #e95e5e !important;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

.form-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .form-select:valid:focus,
.was-validated .form-control:valid:focus {
    border: 2px solid #5CB876;
    box-shadow: none;
}

.form-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border: 2px solid #e95e5e;
    box-shadow: none;
}

.nav-links-group .nav-link {
    padding: 0;
}

.nav-links-group .nav-links-group-drop-button {
    cursor: pointer;
}

.nav-links-group .nav-link {
    padding: 0;
}

.nav-links-group a {
    color: white !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: text-shadow .2s ease-in-out, color .2s ease-in-out;
    /* not touch devices */
}

.article {
    padding-top: 25px;
    padding-bottom: 25px
}

.article h1 {
    font-size: 22px;
    font-weight: 700
}

.article img {
    max-width: 100%
}

.blog-card {    
    border-bottom: 1px solid rgba(21, 21, 30, 0.1);
}

.blog-card+.paging-list {
    padding-bottom: 16px;
    padding-top: 16px;
}

.blog-card__title a {
    font-weight: 700;
    font-size: inherit;
    font-size: 20px;
    color: #000;
}

.blog-card__title a:hover {
    background: -webkit-linear-gradient(right, #16BFFD, #CB3066);
    background: -o-linear-gradient(left, #16BFFD, #CB3066);
    background: -moz-linear-gradient(left, #16BFFD, #CB3066);
    background: linear-gradient(to left, #16BFFD, #CB3066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1600px) {

    .nav-links-group a,
    .accordion-header-content {
        font-size: 16px;
    }

    .article h1 {
        font-size: 20px;
    }

    .blog-card__title {
        font-size: 18px;
    }

    footer .custom-bi-arrow-rounded::before {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1100px) {

    .nav-links-group a,
    .accordion-header-content {
        font-size: 14px;
    }

    .article h1 {
        font-size: 18px;
    }

    .blog-card__title {
        font-size: 16px;
    }

    footer .custom-bi-arrow-rounded::before {
        transform: translateY(2px);
    }
}

.nav-links-group a::after {
    display: block;
    content: '';
    border-bottom: solid 0.1875rem white;
    transform: scaleX(0);
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .nav-links-group a::after {
        border-bottom: solid 0.25rem white;
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .nav-links-group a:hover {
        color: white;
    }

    .nav-links-group a:hover::after {
        transform: scaleX(1);
        opacity: 1;
    }

    .nav-links-group a:hover::after {
        opacity: 1;
    }

    .nav-links-group a:active {
        color: white;
    }

    .nav-links-group a:active::after {
        transform: scaleX(1);
        opacity: 1;
    }
}

.nav-links-group ul li:hover {
    background-color: transparent;
}

.nav-links-group ul li a:hover {
    background-color: transparent;
}

.nav-links-group .menu-legal {
    background-color: transparent;
    border: none;
}

@-webkit-keyframes slide-right {
    0% {
        transform: translateX(-100vw);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(-100vw);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100vw);
        opacity: 0;
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100vw);
        opacity: 0;
    }
}

nav.navbar {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 92px;
}

.burger-menu-active .navbar-top .navbar-toggler {
    z-index: 4000;
}

.navbar-top {
    padding-top: 24px;
}

.navbar-top>.container {
    min-width: 280px;
    justify-content: space-between;
}

.navbar-top .navbar-brand {
    z-index: 3000;
}

.navbar-top .navbar-brand img {
    width: auto;
    height: 17px;
    min-width: 100px;
}

.navbar-top button.button-login,
.navbar-top a.button-login {
    font-weight: 400;
    color: white;
    transition: text-shadow .2s ease-in-out, color .2s ease-in-out;
    z-index: 3000;
    border: 0;
    height: auto
}


.navbar-top button.button-login::after {
    display: block;
    content: '';
    border-bottom: solid 0.1875rem white;
    transform: scaleX(0);
    opacity: 0;
}

.navbar-top a.button-login::after {
    display: block;
    content: '';
    border-bottom: solid 0.1875rem white;
    transform: scaleX(0);
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .navbar-top button.button-login::after {
        border-bottom: solid 0.25rem white;
    }

    .navbar-top a.button-login::after {
        border-bottom: solid 0.25rem white;
    }
}

@media only screen and (max-width: 824px) {
    .navbar-top button.button-login {
        display: none;
    }

    .navbar-top a.button-login {
        display: none;
    }
}

.navbar-top .navbar-toggler {
    z-index: 3000;
}

.navbar-top .navbar-toggler span.hamburger-inner {
    background-color: white;
    height: 2px;
}

.navbar-top .navbar-toggler span.hamburger-inner::before,
.navbar-top .navbar-toggler span.hamburger-inner::after {
    background-color: white;
    height: 2px;
    content: '';
    display: block !important
}



@media only screen and (min-width: 825px) {
    .navbar-top .navbar-toggler {
        display: none;
    }
}

.navbar-top #navbar-top-collapse-menu {
    z-index: 3500;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: initial !important;
    -webkit-animation: slide-left 0.2s linear forwards;
    animation: slide-left 0.2s linear forwards;
}

.navbar-top #navbar-top-collapse-menu.show {
    -webkit-animation: slide-right 0.2s linear forwards;
    animation: slide-right 0.2s linear forwards;
}

@media only screen and (min-width: 825px) {
    .navbar-top #navbar-top-collapse-menu {
        display: none !important;
    }
}

.navbar-top #navbar-top-collapse-menu.collapsing {
    transition: none;
    display: none;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container {
    padding-left: 32px;
    padding-top: 100px;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container ul {
    list-style: none;
    padding-left: 0;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container ul li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 2rem;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container ul:nth-child(2) {
    padding-top: 2rem;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container ul:nth-child(1)>li:nth-child(2)>ul>li:nth-child(4) {
    padding-bottom: 0;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container a {
    color: white !important;
    text-decoration: none;
    font-weight: 400;
    transition: text-shadow .2s ease-in-out, color .2s ease-in-out;
    /* not touch devices */
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container a::after {
    display: block;
    content: '';
    border-bottom: solid 0.1875rem white;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.3);
    transform: scaleX(0);
    transition: text-shadow .2s ease-in-out, transform .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
}

@media only screen and (max-width: 575px) {
    .navbar-top #navbar-top-collapse-menu .burger-menu-container a::after {
        border-bottom: solid 0.25rem white;
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .navbar-top #navbar-top-collapse-menu .burger-menu-container a:hover {
        color: white;
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a:hover::after {
        transform: scaleX(1);
        opacity: 0.8;
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a:hover::after {
        opacity: 0.5;
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a:active {
        color: white;
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a:active::after {
        transform: scaleX(1);
        opacity: 0.8;
    }
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container ul li:hover {
    background-color: transparent;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container ul li a:hover {
    background-color: transparent;
}

.navbar-top #navbar-top-collapse-menu .burger-menu-container a {
    cursor: pointer;
}

/* not touch devices */
@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    button.button-login:hover {
        color: white;
    }

    button.button-login:hover::after {
        transform: scaleX(1);
        opacity: 1;
    }

    button.button-login:active {
        color: white;
    }

    button.button-login:active::after {
        transform: scaleX(1);
        opacity: 1;
    }

    a.button-login:hover {
        color: white;
    }

    a.button-login:hover::after {
        transform: scaleX(1);
        opacity: 1;
    }

    a.button-login:active {
        color: white;
    }

    a.button-login:active::after {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media only screen and (min-width: 1919px) {

    .navbar-main,
    .navbar-top {
        padding-bottom: 24px;
    }
}

@media only screen and (min-width: 1920px) {

    .take-down .take-down-group .input-group input,
    .take-down .take-down-group .input-group button {
        font-size: 24px
    }

    .take-down .take-down-group .input-group button {
        padding-bottom: 4px;
        padding-top: 3px;
    }
}

@media only screen and (max-width: 1919px) {
    .navbar-top .navbar-brand img {
        max-height: 33px;
    }



    nav.navbar,
    .navbar-main {
        padding-bottom: 23px;
    }


}



@media only screen and (max-width: 767px) {


    .navbar-top .navbar-brand {
        margin-right: 0;
    }


}









.container:before,
.container:after {
    display: none
}


.modal {
    z-index: 6500;
    background: transparent;
}

.modal .modal-dialog .modal-content {
    z-index: 5000;
    border-radius: 15px;
    background: transparent;
    border: 1px solid transparent !important;
}

.modal .modal-dialog .modal-content::before {
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    border-radius: 13px;
    opacity: 0.98;
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-body,
.modal .modal-dialog .modal-content .modal-footer {
    z-index: 0;
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
}

.modal .modal-dialog .modal-content .modal-footer {
    border-top: none;
}

.modal .modal-dialog .modal-content .modal-footer .col {
    width: 50%;
}

.modal .modal-dialog .modal-content .modal-footer button {
    font-weight: 400;
    /*height: 40px !important*/
}

.modal .modal-dialog .modal-content .modal-footer .container-button-skip button,
.modal .modal-dialog .modal-content .modal-footer .container-button-continue button {
    width: 100%;
}

@media only screen and (min-width: 1919px) {
    .modal .modal-dialog {
        max-width: 538px;
    }

    .modal .modal-dialog .modal-content .modal-footer .container-button-skip button,
    .modal .modal-dialog .modal-content .modal-footer .container-button-continue button {
        padding: 2px 67px;
    }

}

@media only screen and (max-width: 1919px) {
    .modal .modal-dialog {
        margin: auto;
        max-width: 405px;
    }

    .modal .modal-dialog .modal-content .modal-footer .container-button-skip button,
    .modal .modal-dialog .modal-content .modal-footer .container-button-continue button {
        padding: 3px 49px 1px;
    }

    /*.modal .modal-dialog .modal-content .modal-footer button {
	height: 35px !important
}*/

    .modal-site-illegal .modal-footer button {
        font-size: 18px;
    }


}

@media only screen and (max-width: 575px) {
    .modal .modal-dialog {
        max-width: 90vw;
    }

}

@media only screen and (min-width: 1919px) {
    .modal-site-illegal .container-fluid-modal-illegal {
        padding: 8px 24px 18px 24px;
    }
}

@media only screen and (max-width: 1919px) {
    .modal-site-illegal .container-fluid-modal-illegal {
        padding: 8px 16px;
    }
}

.modal-site-illegal .modal-body {
    padding-top: 13px;
}

.modal-site-illegal .modal-body .site-status-group p {
    margin: 0 0 0 .5rem;
}

.modal-site-illegal .modal-body .site-removal-time-group {
    margin-bottom: 21px;
}

.modal-site-illegal .modal-body .site-removal-time-group p {
    margin: 0 0 0 .5rem;
}

.site-removal-time-group .site-removal-time {

    margin: 0 0 0 0.5rem;
}

.site-removal-time-tooltip {
    margin-left: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 27px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    /*height: 37px;*/
    display: flex;
    align-items: center;
    padding: 0 7px;
    transition: .3s linear;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    font-size: 18px;
    color: rgba(21, 21, 30, 0.9);
    font-weight: 400;
    width: max-content;
}

.site-removal-time-group-wrap:hover .site-removal-time-tooltip {
    opacity: 1;
    z-index: 100;
    visibility: visible
}

.site-removal-time-group-wrap {
    position: relative;
    margin: -2px 0 0 6px;
    /*display: none !important;*/
}

.site-removal-time-group-wrap svg {
    height: 16px;
    width: 16px;
}

.modal-site-illegal .modal-body .site-removal-time,
.modal-site-illegal .modal-body .site-status {
    font-weight: 400;
    color: rgba(21, 21, 30, 0.9);
}

.modal-site-illegal .modal-body .modal-confirmation-message {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .modal-site-illegal .modal-body .container-confirmation-message {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modal .modal-dialog .modal-content .modal-footer button {
        height: 30px !important
    }

    .modal .modal-dialog .modal-content .modal-footer .container-button-skip button,
    .modal .modal-dialog .modal-content .modal-footer .container-button-continue button {
        padding-top: 1px;
    }

    .site-removal-time-tooltip {
        max-width: 230px;
    }
}

@media only screen and (max-width: 575px) {
    .modal-site-illegal .modal-body .container-confirmation-message .modal-confirmation-message {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.modal-site-illegal .modal-footer {
    padding-top: 21px !important;
    padding-bottom: 0 !important;
}

.modal-site-illegal .modal-footer .container-button-skip,
.modal-site-illegal .modal-footer .container-button-continue {
    width: 46%;
}

.modal-site-illegal .modal-footer .modal-agree-policy {
    font-weight: 400;
    color: rgba(21, 21, 30, 0.5);
}

.modal-site-illegal .modal-footer .modal-agree-policy a {
    color: rgba(21, 21, 30, 0.5);
}

@media only screen and (max-width: 575px) {

    .modal-site-illegal .modal-footer .container-button-skip,
    .modal-site-illegal .modal-footer .container-button-continue {
        width: 100%;
    }

    .modal-site-illegal .modal-footer .container-button-skip {
        padding-bottom: 8px;
    }

    .modal-site-illegal .modal-footer .container-button-continue>div:first-child {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .modal-site-illegal .modal-footer button {
        width: 100%;
    }
}

@media only screen and (min-width: 1919px) {

    .modal-site-illegal .modal-body .site-removal-time,
    .modal-site-illegal .modal-body .site-status {
        font-size: 18px;
    }

    .modal-site-illegal .modal-body .bi {
        font-size: 18px;
    }

    .modal-site-illegal .modal-body .modal-confirmation-message {
        font-size: 36px;
    }

    .modal .modal-dialog .modal-content .modal-footer .container-button-skip button,
    .modal .modal-dialog .modal-content .modal-footer .container-button-continue button {
        /*padding-top: 8px;
		padding-bottom: 8px;*/
        font-size: 24px;

    }

    .modal-site-illegal .modal-footer .modal-agree-policy {
        font-size: 8px;
    }
}

@media only screen and (max-width: 1919px) {

    .modal-site-illegal .modal-body .site-removal-time,
    .modal-site-illegal .modal-body .site-status,
    .site-removal-time-tooltip {
        font-size: 14px;
    }

    .modal-site-illegal .modal-body .bi {
        font-size: 14px;
    }

    .modal-site-illegal .modal-body .modal-confirmation-message {
        font-size: 28px;
    }


    .modal-site-illegal .modal-footer .modal-agree-policy {
        font-size: 9px;
    }
}

@media only screen and (max-width: 480px) {
    .modal-site-illegal .modal-body .modal-confirmation-message {
        font-size: 24px;
    }
}

@media only screen and (max-width: 320px) {

    .modal-site-illegal .modal-body .site-removal-time,
    .modal-site-illegal .modal-body .site-status {
        font-size: 12px;
    }

    .modal-site-illegal .modal-body .bi {
        font-size: 12px;
    }


    .modal-site-illegal .modal-footer .modal-agree-policy {
        font-size: 6px;
    }
}

@media only screen and (min-width: 1919px) {
    .modal-site-legal .container-fluid-modal-legal {
        padding: 16px 24px !important;
    }
}

@media only screen and (max-width: 1919px) {
    .modal-site-legal .container-fluid-modal-legal {
        padding: 16px 16px !important;
    }
}

.modal-site-legal .modal-dialog {
    width: 94vw;
}

.modal-site-legal .modal-dialog .modal-body {
    padding-top: 0;
}

@media only screen and (min-width: 1919px) {
    .modal-site-legal .modal-dialog .modal-body {
        padding-bottom: 27px;
    }
}

@media only screen and (max-width: 1919px) {
    .modal-site-legal .modal-dialog .modal-body {
        padding-bottom: 18px;
    }
}

.modal-site-legal .modal-dialog .modal-body .modal-title {
    font-weight: 700;
    color: #000000;
    margin-bottom: 14px;
    line-height: 36px;
    flex-wrap: wrap;
}

.modal-site-legal .modal-dialog .modal-body .modal-note {
    max-width: 458px;
    color: rgba(21, 21, 30, 0.9);
    font-weight: 400;
}

@media only screen and (min-width: 1919px) {
    .modal-site-legal .modal-dialog .modal-body .modal-note {
        line-height: 30px;
    }
}

@media only screen and (max-width: 1919px) {
    .modal-site-legal .modal-dialog .modal-body .modal-note {
        line-height: 24px;
    }
}

.modal-site-legal .modal-footer {
    justify-content: start;
}

.modal-site-legal .modal-footer .container-button-skip {
    width: 230px;
}

.modal-site-legal .modal-footer button {
    width: initial !important;
}

@media only screen and (min-width: 1919px) {
    .modal-site-legal .modal-dialog {
        max-width: 500px;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-title {
        font-size: 30px;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-title span:nth-child(2) {
        margin-top: 0;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-note {
        font-size: 18px;
    }

    .modal-site-legal .modal-footer button {

        padding: 2px 92px !important;
    }
}

@media only screen and (max-width: 1919px) {
    .modal-site-legal .modal-dialog {
        max-width: 382px;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-title {
        font-size: 20px;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-title span:nth-child(2) {
        margin-top: -10px;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-note {
        font-size: 14px;
    }

    .modal-site-legal .modal-footer button {
        font-size: 18px;
        padding: 1px 67px !important;
    }
}

@media only screen and (min-width: 575px) {
    .modal-site-legal .modal-dialog .modal-content .modal-body .modal-title {
        display: block;
    }

    .modal-site-legal .modal-dialog .modal-content .modal-body .modal-title span {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .modal-site-legal .modal-dialog .modal-body {
        padding-bottom: 18px;
    }

    .modal-site-legal .modal-dialog .modal-body .title-container {
        display: flex;
        justify-content: center;
    }

    .modal-site-legal .modal-dialog .modal-body .title-container .modal-title {
        display: inline;
        font-size: 13px;
        margin-bottom: 14px;
    }

    .modal-site-legal .modal-dialog .modal-body .title-container .modal-title span {
        display: inline;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-note {
        font-size: 14px;
    }

    .modal-site-legal .modal-footer .container-button-skip {
        width: 100%;
        justify-content: center;
    }

    .modal-site-legal .modal-footer .container-button-skip button {
        width: 96% !important;
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .modal-site-legal .modal-dialog {
        max-width: 90vw;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-title {
        font-size: 13px;
    }

    .modal-site-legal .modal-dialog .modal-body .modal-note {
        font-size: 14px;
    }

    .modal-site-legal .modal-footer button {
        font-size: 2rem;
    }
}

.modal-auth .modal-dialog {
    width: 94vw;
    max-width: 358px;
}

.modal-auth .modal-dialog .modal-body {
    padding: 30px 30px;
}

.modal-auth .modal-dialog .modal-body form {
    margin: 0;
}

.modal-auth .modal-dialog .modal-body form .group-email,
.modal-auth .modal-dialog .modal-body form .group-password {
    margin-bottom: 10px;
}

.modal-auth .modal-dialog .modal-body form input#auth-email,
.modal-auth .modal-dialog .modal-body form input#auth-password {
    color: rgba(21, 21, 30, 0.7);
    border-radius: 0.25rem;
    background-color: white;
    font-weight: 400;
}

.modal-auth .modal-dialog .modal-body form input#auth-email::-moz-placeholder,
.modal-auth .modal-dialog .modal-body form input#auth-password::-moz-placeholder {
    color: #C9C9C9;
    font-weight: 400;
}

.modal-auth .modal-dialog .modal-body form input#auth-email:-ms-input-placeholder,
.modal-auth .modal-dialog .modal-body form input#auth-password:-ms-input-placeholder {
    color: #C9C9C9;
    font-weight: 400;
}

.modal-auth .modal-dialog .modal-body form input#auth-email::placeholder,
.modal-auth .modal-dialog .modal-body form input#auth-password::placeholder {
    color: #C9C9C9;
    font-weight: 400;
}

.input-group__pass .icon-eye {
    position: absolute;
    top: 11px;
    right: 11px;
    fill: #2E3A59;
    font-size: 18px;
    cursor: pointer;
    z-index: 11
}

.form-newpassword .input-group__pass .icon-eye {
    top: 12px;
}

.modal-auth .modal-dialog .modal-body form .g-recaptcha {
    font-weight: 400;
}

.modal-auth .modal-dialog .modal-body form .g-recaptcha-error {
    margin-top: .25rem;
}

.modal-auth .modal-dialog .modal-body form .g-recaptcha-error span {
    color: #e95e5e;
    font-weight: 400;
}

.modal-auth .modal-dialog .modal-body form .g-recaptcha-group {
    padding-bottom: 17px;
}

.modal-auth .modal-dialog .modal-body form .g-recaptcha iframe {
    width: 100%;
    overflow: hidden;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.modal-auth .modal-dialog .modal-body form .recaptcha-invalid .g-recaptcha iframe {
    border: 1px solid #e95e5e;
    border-radius: 0.25rem;
}

.modal-auth .modal-dialog .modal-body form .check-remember {
    padding-bottom: 17px;
}

.modal-auth .modal-dialog .modal-body form .check-remember label {
    margin-left: 0.5em;
    cursor: pointer;
}

.modal-auth .modal-dialog .modal-body form .check-remember input {
    cursor: pointer;
}

.modal-auth .modal-dialog .modal-body form .check-remember,
.modal-auth .modal-dialog .modal-body form .group-forgot a {
    font-weight: 400;
    color: rgba(21, 21, 30, 0.7);
}

.modal-auth .modal-dialog .modal-body form .button-sign {
    color: white;
    font-weight: 400;
    background-color: #567ed1;
    border-color: #567ed1;
    padding: 0.25em 1em;
    transition: background-color .2s ease-in-out;
    border-radius: 4px;
}

.modal-auth .modal-dialog .modal-body form .button-sign:hover {
    background-color: #7395d9;
    border-color: #7395d9;
}

.modal-auth .modal-dialog .modal-body form .button-sign:active {
    background-color: #95b0ea;
    border-color: #95b0ea;
}

.modal-auth .modal-dialog .modal-body form .group-forgot {
    padding-top: 0.5em;
}

.modal-auth .modal-dialog .modal-body form .group-forgot a {
    text-decoration: none;
    transition: color .2s ease-in-out;
    /* not touch devices */
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .modal-auth .modal-dialog .modal-body form .group-forgot a:hover {
        color: #6a90e2;
    }

    .modal-auth .modal-dialog .modal-body form .group-forgot a:active {
        color: #95b0ea;
    }
}

@media only screen and (max-width: 1279px) {
    .modal-auth .modal-dialog .modal-body {
        padding: 30px;
    }
}

@media only screen and (max-width: 320px) {
    .modal-auth .modal-dialog .modal-body {
        padding: 30px 15px;
    }

    .modal-auth .modal-dialog .modal-body form {
        max-width: 100%;
        width: 94% !important;
    }

    .modal-auth .modal-dialog .modal-body form .g-recaptcha-group,
    .modal-auth .modal-dialog .modal-body form .g-recaptcha,
    .modal-auth .modal-dialog .modal-body form #g-recaptcha {
        margin: auto;
        width: 158px !important;
        display: flex;
        justify-content: center;
        justify-items: center;
    }

    .modal-auth .modal-dialog .modal-body form .g-recaptcha-error span {
        color: #e95e5e;
    }

    .modal-auth .modal-dialog .modal-body form iframe {
        max-width: 96vw;
        border: none !important;
    }
}

@media only screen and (min-width: 1919px) {

    .modal-auth form input#auth-email,
    .modal-auth form input#auth-password {
        font-size: 18px;
    }

    .modal-auth form input#auth-email::-moz-placeholder,
    .modal-auth form input#auth-password::-moz-placeholder {
        font-size: 18px;
    }

    .modal-auth form input#auth-email:-ms-input-placeholder,
    .modal-auth form input#auth-password:-ms-input-placeholder {
        font-size: 18px;
    }

    .modal-auth form input#auth-email::placeholder,
    .modal-auth form input#auth-password::placeholder {
        font-size: 18px;
    }

    .modal-auth form .g-recaptcha-error {
        font-size: 12px;
    }

    .modal-auth form .check-remember,
    .modal-auth form .form-check-label,
    .modal-auth form .group-forgot a {
        font-size: 14px;
    }

    .modal-auth form .button-sign {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1919px) {




    .modal-auth .g-recaptcha-error {
        font-size: 10px;
    }

    .modal-auth .check-remember label {
        font-size: 12px;
    }

    .modal-auth .group-forgot a {
        font-size: 12px;
    }


}

@media only screen and (min-width: 1919px) {
    .modal-auth .modal-dialog {
        width: 94vw;
        max-width: 358px;
    }

    .modal-auth .modal-dialog .modal-body {
        padding: 30px 30px 25px 30px;
    }

    .modal-auth .modal-dialog .modal-body input:not([type=checkbox]) {
        min-height: 40px;
    }

    .modal-auth .modal-dialog .modal-body form .group-password {
        margin-bottom: 10px;
    }

    .modal-auth .modal-dialog .modal-body form .g-recaptcha-group,
    .modal-auth .modal-dialog .modal-body form .check-remember {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1919px) {
    .modal-auth .modal-dialog {
        width: 94vw;
        max-width: 300px;
    }

    .modal-auth .modal-dialog .modal-body {
        padding: 30px 30px 25px 30px;
    }

    .modal-auth .modal-dialog .modal-body input:not([type=checkbox]) {
        min-height: 35px;
    }

    .modal-auth .modal-dialog .modal-body form .group-password {
        margin-bottom: 12px;
    }

    .modal-auth .modal-dialog .modal-body form .g-recaptcha-group,
    .modal-auth .modal-dialog .modal-body form .check-remember {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1279px) {
    .modal-auth .modal-dialog {
        width: 94vw;
        max-width: 300px;
    }

    .modal-auth .modal-dialog .modal-body {
        padding: 30px 30px 25px 30px;
    }

    .modal-auth .modal-dialog .modal-body input:not([type=checkbox]) {
        min-height: 35px;
    }

    .modal-auth .modal-dialog .modal-body form .group-password {
        margin-bottom: 12px;
    }

    .modal-auth .modal-dialog .modal-body form .g-recaptcha-group,
    .modal-auth .modal-dialog .modal-body form .check-remember {
        padding-bottom: 10px;
    }
}

.step-3 .step-3-input-label,
.step-3 .step-3-input,
.step-3 .step-3-input-label button {
    font-size: inherit;
}

@media only screen and (max-width: 767px) {
    .modal-auth .modal-dialog {
        width: 94vw;
        max-width: 300px;
    }

    .modal-auth .modal-dialog .modal-body {
        padding: 30px 20px 25px 20px;
    }

    .modal-auth .modal-dialog .modal-body input:not([type=checkbox]) {
        min-height: 35px;
    }

    .modal-auth .modal-dialog .modal-body form .group-password {
        margin-bottom: 12px;
    }

    .modal-auth .modal-dialog .modal-body form .g-recaptcha-group,
    .modal-auth .modal-dialog .modal-body form .check-remember {
        padding-bottom: 10px;
    }
}

.cookie-alert {
    z-index: 2000;
    color: rgba(21, 21, 30, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-out;
    font-weight: 400;
    position: absolute;
    left: 0;
    /* Prevent scaling beyond this breakpoint */
}

@media (min-width: 320px) {
    .cookie-alert {
        font-size: calc(0.875rem + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
        /* Safari resize fix */
        min-height: 0;
    }
}

@media (min-width: 1919px) {
    .cookie-alert {
        font-size: 18px;
    }
}

.cookie-alert .cookie-alert-content {
    display: inline-flex;
}

.cookie-alert .alert {
    border-radius: 10px !important;
}

.cookie-alert span {
    display: inline-flex;
    margin-right: .75rem;
}

.cookie-alert span p {
    padding-right: 0.25rem;
}

.btns-cookies {
    display: flex;
}

.cookie-refuse {
    background-color: #fff;
    border-color: #567ed1;
    color: #567ed1;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 125px;
    display: none !important;
}

.btns-cookies .btn {
    min-width: 137px;
    text-align: center
}

.cookie-alert.show {
    opacity: .98;
    visibility: visible;
    transition-delay: 1000ms;
}

.cookie-alert a {
    text-decoration: underline;
    /*color: rgba(21, 21, 30, 0.9);*/
    color: #636464;
}

.cookie-alert .cookie-accept {
    background-color: #567ed1;
    border-color: #567ed1;
    font-weight: 400;
    border-radius: 4px !important;
    padding: .25rem 2rem;
    /* Prevent scaling beyond this breakpoint */
    /* not touch devices */
}

@media (min-width: 320px) {
    .cookie-alert .cookie-accept {
        font-size: calc(0.875rem + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
        /* Safari resize fix */
        min-height: 0;
    }
}


@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cookie-alert .cookie-accept:focus {
        background-color: #567ed1 !important;
        transition: background-color .2s;
    }

    .cookie-alert .cookie-accept:hover {
        border-color: #7395d9 !important;
        background-color: #7395d9 !important;
        transition: background-color .2s;
    }

    .cookie-alert .cookie-accept:active {
        background-color: #9bb3e4 !important;
        transition: background-color .2s;
    }
}



@media only screen and (min-width: 1919px) {
    .cookie-alert {
        top: 40px;
    }
}

@media only screen and (max-width: 1919px) {
    .cookie-alert {
        top: 25px;
    }
}

@media only screen and (max-width: 959px) {
    .cookie-alert {
        padding-bottom: 6rem;
        top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cookie-alert {
        font-size: 14px;
        top: initial;
        padding-bottom: 0;
        bottom: 80px;
    }

    .cookie-alert .alert {
        max-width: 280px;
        padding: .75rem;
    }

    .cookie-alert .alert .cookie-alert-content {
        display: block;
    }

    .cookie-alert .alert .cookie-alert-content span {
        padding: 0 0 .75rem 0;
        display: block;
        font-size: 12px;
        margin-right: 0;
    }

    .cookie-alert .alert .cookie-alert-content span p {
        padding: 0;
    }

    .cookie-alert .alert .cookie-alert-content button {
        padding-left: 28px;
        padding-right: 28px;
    }

    .cookie-accept {
        width: 100%
    }
}

@media only screen and (max-width: 767px) and (max-height: 500px) {
    .cookie-alert {
        bottom: 5vh;
    }
}

@media only screen and (min-width: 1919px) {
    .cookie-alert {
        font-size: 18px;
    }

    .cookie-alert .cookie-accept,
    .cookie-refuse {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1919px) {
    .cookie-alert {
        font-size: 14px;
    }

    .btns-cookies .btn {
        min-width: 125px;
    }

    .cookie-alert .cookie-accept,
    .cookie-refuse {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {

    .cookie-alert .cookie-accept,
    .cookie-refuse {
        font-size: 14px;
        height: 35px;
    }
}

@media only screen and (max-width: 320px) {
    .cookie-alert {
        font-size: 12px;
    }

    .cookie-alert .cookie-accept,
    .cookie-refuse {
        font-size: 14px;

    }

    .cookie-alert button {
        padding: 2px 28px;
    }
}

.accordion-container {
    border-bottom: none;
    box-shadow: 0 -4px 5px rgba(21, 21, 30, 0.15);
    border-radius: 15px 15px 0 0;
}

.accordion-header {
    border-bottom: 1px solid rgba(21, 21, 30, 0.15);
    border-radius: 15px 15px 0 0;
}

.accordion-header-content {
    width: 100%;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
}

.accordion-header-content .icon-pen {
    color: #000 !important;
    fill: #000 !important;
}

.accordion-header-content span {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.accordion-body {
    padding-bottom: 1.25rem;
}

.accordion-body-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px
}

.accordion-collapse {
    border-bottom: none;
}

.accordion select {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5.25H.5L8 7.75l7.5-7.5z' fill='%235CB876'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 1920px) {
    .accordion-header-content {
        height: 50px;
    }
}

@media only screen and (min-width: 1919px) {

    .accordion-item-margin {
        height: 40px;
    }

    .accordion select {
        background-size: 15px 7px;
    }
}

@media only screen and (max-width: 1919px) {
    .accordion-header-content {

        height: 40px;
    }

    .accordion-body-content,
    .accordion-header-content {

        padding-left: 30px;
        padding-right: 30px
    }

    .accordion-body {
        padding-bottom: 10px
    }

    .accordion-item-margin {
        height: 25px;
    }

    .accordion select {
        background-size: 15px 7px;
    }
}

@media only screen and (max-width: 1279px) {
    .accordion-header-content {

        height: 40px;
    }


    .accordion-item-margin {
        height: 35px;
    }

    .accordion select {
        background-size: 12px 6px;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-header-content {

        height: 30px;
    }

    .accordion-item-margin {
        height: 35px;
    }

    .accordion select {
        background-size: 10px 5px;
    }
}

.custom-radio-btn [type="radio"]:not(:checked)+label .check-pointer-point {
    background-color: transparent;
    transform: scale(0);
    transition: all 0.2s ease;
}

.custom-radio-btn [type="radio"]:checked+label .check-pointer-point {
    background-color: #5CB876;
    transform: scale(1);
    transition: all 0.2s ease;
}

.custom-radio-btn .check-pointer-container {
    border: 2px solid #5CB876;
}

.custom-radio-btn .check-pointer-container,
.custom-radio-btn .check-pointer-point {
    border-radius: 100%;
}

.custom-radio-btn .check-pointer-point {
    border: 3px solid white;
}

@media only screen and (min-width: 1919px) {
    .custom-radio-btn .check-pointer-container {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .custom-radio-btn .check-pointer-point {
        width: 26px;
        height: 26px;
    }
}

@media only screen and (max-width: 1919px) {
    .custom-radio-btn .check-pointer-container {
        width: 18px;
        height: 18px;
        margin-right: 16px;
    }

    .custom-radio-btn .check-pointer-point {
        border: 2px solid white;
        width: 16px;
        height: 16px;
    }
}

@media only screen and (max-width: 1279px) {
    .custom-radio-btn .check-pointer-container {
        width: 22px;
        height: 22px;
        margin-right: 19px;
    }

    .accordion-body-content,
    .accordion-header-content {

        padding-left: 19px;
        padding-right: 19px
    }

    .custom-radio-btn .check-pointer-point {
        width: 18px;
        height: 18px;
    }

    .form-check-input-box {
        min-width: 338px;
        max-width: 338px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-radio-btn .check-pointer-container {
        width: 18px;
        height: 18px;
        margin-right: 11px;
    }

    .accordion-body-content,
    .accordion-header-content {

        padding-left: 8px;
        padding-right: 8px
    }

    .custom-radio-btn .check-pointer-point {
        width: 14px;
        height: 14px;
    }

    .form-check-input-box {
        min-width: auto;
        max-width: 50%;
        width: 50%;
    }
}

.take-down .take-down-group {
    width: 100%;
    min-width: 280px;
}

.take-down .take-down-group .input-group input {
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 6px 0 0 6px;
    font-weight: 400;
}

/*.revision-projects__btns .btn.btn-success {
    margin-right: -12px;
}*/

.take-down .take-down-group .input-group button {
    background: #5CB876;
    font-weight: 400;
    color: white;
    border-radius: 0 6px 6px 0;
    transition: background-color .2s ease-in-out, text-shadow .2s ease-in-out;
    /* not touch devices */
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .take-down .take-down-group .input-group button:focus {
        background-color: #5CB876 !important;
        transition: background-color .2s;
    }

    .take-down .take-down-group .input-group button:hover {
        background-color: #71c188 !important;
        transition: background-color .2s;
    }

    .take-down .take-down-group .input-group button:active {
        background-color: #95d0a6 !important;
        transition: background-color .2s;
    }
}

.take-down p {
    font-weight: 400;
    color: white;
    margin-bottom: 0;
}

section#content .content-home .container-home {
    transform: translate(0, -25%);
}

@media only screen and (max-height: 500px) {
    section#content .content-home .container-home {
        transform: none;
        margin: 3rem 0;
    }
}

.step-3-wrap .select2-container {
    width: 100%;
    min-width: 100%
}

@media only screen and (max-width: 767px) {
    section#content .content-home .container-home {
        transform: translate(0, -10%);
    }
}

@media only screen and (max-width: 959px) {
    .cookie-alert-show section#content {
        transform: none;
    }
}

@media only screen and (max-width: 767px) {
    .cookie-alert-show section#content {
        transform: translate(0, -10%);
        margin-bottom: -35%;
    }
}

.group-title .home-page-title-words {
    display: inline-flex;
}

.group-title .home-page-title-words h1 {
    font-weight: 400;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.group-title .home-page-title-words h1 span {
    font-weight: 700;
    margin: 0 1rem;
}

@media only screen and (min-width: 1919px) {
    .group-title .home-page-title-words h1 {
        font-size: 72px;
        margin-bottom: 70px;
    }

    .revision-projects__btns .btn.btn-success {
        margin-right: 0px;
    }

    .take-down .take-down-group {
        width: 100%;
        min-width: 280px;
        max-width: 850px;
    }

    .take-down .take-down-group .input-group input,
    .take-down .take-down-group .input-group button {
        height: 50px;
        max-height: 50px;
    }


    .take-down .take-down-group .input-group button {
        padding: 6px 47px;
    }

    .take-down p {
        font-size: 16px;
        margin-left: 10px;
        margin-top: 6px;
    }
}

@media only screen and (max-width: 1919px) {
    .group-title .home-page-title-words h1 {
        font-size: 42px;
        margin-bottom: 46px;
    }

    .take-down .take-down-group {
        max-width: 528px;
    }

    .take-down .take-down-group .input-group input,
    .take-down .take-down-group .input-group button {
        height: 36px;
        max-height: 36px;
    }



    .take-down .take-down-group .input-group button {
        padding: 2px 24px;
    }

    .take-down p {
        font-size: 16px;
        margin-left: 5px;
        margin-top: 3px;
    }
}

.shares {
    margin: 60px 0 25px;
    display: flex;
    align-items: center;
}

.shares-title {
    font-weight: 700;
    padding-right: 25px;
}

.shares-list {
    display: flex;
    margin-right: -7px;
    flex-wrap: wrap
}

.messangers__link {
    border: 1px solid #000;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 7px 5px 0;
    transition: color .4s ease;
    border-radius: 4px;
}

.messangers__link:hover img {
    top: -3px
}

.messangers__link img {
    position: relative;
    height: 21px;
    margin-right: 5px;
    vertical-align: top;
    transition: top .4s ease;
    top: 0
}

.messangers__link span {
    padding-top: 1px;
    display: inline-block;

}

.messangers-facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.messangers-facebook:hover {
    color: #3b5998;
}

.messangers-twitter {
    border-color: #1da1f2;
    color: #1da1f2;
}

.messangers-twitter:hover {
    color: #1da1f2;
}

.messangers-linkedin {
    border-color: #0077b5;
    color: #0077b5;
}

.messangers-linkedin:hover {
    color: #0077b5;
}

.messangers-viber {
    border-color: #7b519d;
    color: #7b519d;
}

.messangers-viber:hover {
    color: #7b519d;
}

.messangers-telegram {
    border-color: #229ED9;
    color: #229ED9;
}

.messangers-telegram:hover {
    color: #229ED9;
}

.messangers-whatsapp {
    border-color: #25d366;
    color: #25d366;
}

.messangers-whatsapp:hover {
    color: #25d366;
}

.messangers-linkedin img {
    top: -1px
}

.messangers-linkedin:hover img {
    top: -4px
}

.step-2 .invalid-feedback,
.step-2 .invalid-feedback span {
    font-size: 12px;
}

@media only screen and (max-width: 800px) {
    .group-title .home-page-title-words h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1279px) {
    .group-title .home-page-title-words h1 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .group-title .home-page-title-words {
        display: flex;
        flex-direction: column;
        margin-bottom: 47px;
    }

    .messangers__link img {
        margin-right: 4px;
    }

    .messangers__link {
        padding: 5px 5px;
    }

    .group-title .home-page-title-words h1 {
        font-size: 36px;
        margin: 0 0 10px 0;
    }

    .group-title .home-page-title-words span {
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .take-down .take-down-group {
        max-width: 90vw;
    }

    .shares {
        display: block
    }

    .shares-title {
        display: block;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 320px) {
    .take-down .take-down-group .input-group button {
        padding: 2px 20px;
    }
}

.general-info-button {
    justify-content: flex-end;
    padding-bottom: 25px !important;
}

@media only screen and (min-width: 1919px) {


    .custom-radio-btn {
        margin-bottom: 24px;
    }

    .form-check-label-title {

        margin-bottom: 3px;
    }

    .form-check-label-descr {
        font-size: 13px;
    }
}

.total-line>div:first-child,
.total-price>div:first-child {
    min-width: 85px;
}

.text-2 {
    display: none;
}

.imposor-fields .text-1 {
    display: none;
}

.imposor-fields .text-2 {
    display: block;
}

@media only screen and (max-width: 1919px) {

    .custom-radio-btn {
        margin-bottom: 23px;
    }

    .form-check-label-title {
        margin-bottom: 4px;
        line-height: normal;
    }

    .form-check-label-descr {
        font-size: 13px;
    }

    .general-info-button button {
        height: 35px;
        min-height: 35px;
        min-width: 220px;
        max-width: 220px;
        width: 220px;
        padding: 0;
    }
}

@media only screen and (max-width: 1279px) {


    .custom-radio-btn {
        margin-bottom: 21px;
    }

    .form-check-label-title {

        margin-bottom: 9px;
    }

    .form-check-label-descr {
        font-size: 10px;
    }

    .general-info-button button {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {


    .custom-radio-btn {
        margin-bottom: 9px;
    }

    .form-check-label-title {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .form-check-label-descr {
        font-size: 9px;
    }
}

.step-2 .accordion-body-content,
.step-2 .accordion-body-content>div {
    width: 100%;
}



.step-2 .accordion-body-content hr {
    width: 100%;
    opacity: 0.1;
    margin: 0;
}

.step-2 .project {
    padding-left: 0;
    padding-right: 0;
}

.step-2 .project:first-child .btn-delete {
    display: none;
}

.step-2 .row {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.step-2 .row {
    margin: 0 0 25px 0;
}

.step-2 .line-container {
    width: 85%;
}

.step-2 .wrapper-line-container {
    width: 100%;
}

.step-2 .step-2-input {
    padding: 0 2rem 0 1rem;
}

.step-2 .step-2-input[type=file] {
    padding: 6px 2.4rem 0 0.6rem;
}

.step-2 .project-row button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px !important;
}

.step-2 .project-row button:nth-child(1) {
    border: none;
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    transition: color .2s;
    /* not touch devices */
}

.step-2 .project-row .upload_button {
    border: none;
    padding-right: 0;
    padding-left: 0;
    color: #5CB876;
    transition: color .2s;
    margin-right: 15px;
    /* not touch devices */
}

/*@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .step-2 .project-row button:nth-child(1):focus {
        background: none;
        transition: color .2s;
        color: #5CB876 !important;
}

    .step-2 .project-row button:nth-child(1):hover {
        background: none;
        transition: color .2s;
        color: #71c188 !important;
    }

    .step-2 .project-row button:nth-child(1):active {
        background: none;
        transition: color .2s;
        color: #95d0a6 !important;
    }
}*/

.step-2 .project-row button:nth-child(2) {
    margin-left: 20px;
}

.step-2 .project-row button:nth-child(3) {
    margin-left: 20px;
}

.step-2 .btn-delete {
    border: none;
    padding-right: 0;
    padding-left: 0;
    color: #e95e5e;
    transition: color .2s;
    margin-right: 15px;
    /* not touch devices */
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .step-2 .btn-delete:focus {
        background: none;
        transition: color .2s;
        color: #e95e5e !important;
    }

    .step-2 .btn-delete:hover {
        background: none;
        transition: color .2s;
        color: #e05260 !important;
    }

    .step-2 .btn-delete:active {
        background: none;
        transition: color .2s;
        color: #e87d88 !important;
    }
}

@media only screen and (min-width: 1919px) {
    .step-2 .accordion-body {
        padding-top: 25px;
    }

    .step-2 .project {
        margin-bottom: 50px;
    }

    .step-2 .project:not(:nth-child(1)) {
        margin-top: 50px;
    }

    .step-2 .step-2-input-label {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 20px 0 0;
    }

    .step-2 .step-2-input {
        height: 40px;
        min-height: 40px;
    }

    .step-2 .step-2-input,
    .step-2 .feedback .invalid-feedback,
    .revision-project__row .input-group {

        max-width: 621px;
        width: 57%;
    }

    .step-2 .project-row {
        min-height: 40px;
    }

    .step-2 .project-row:last-child {
        margin-bottom: 10px;
    }

    .step-2 .project-row button:nth-child(2):not(.btn-delete, .upload_button),
    .revision-projects__btns .btn.btn-success {
        margin-left: 20px;
        height: 40px;
        min-height: 40px;
        min-width: 230px;
        max-width: 230px;
        width: 230px;
        padding: 0;
    }

    .step-3 .project-row button:nth-child(2):not(.btn-delete, .upload_button),
    .step-2 .project-row button:nth-child(1) {
        margin-left: 20px;
        height: 40px;
        min-height: 40px;
        min-width: 230px;
        max-width: 230px;
        width: 230px;
        padding: 0;
    }

    .step-4 button {
        margin-left: 20px;
        height: 40px;
        min-height: 40px;
        /*min-width: 230px;*/
        max-width: 230px;
        width: 230px;
        padding: 0;
    }

    .step-4 .general-info-button button {
        min-width: 230px;
    }


    .step-2 .project-row button.btn-success:nth-child(1) {
        margin-left: auto
    }

    .iti__country {
        font-size: 18px;
    }

    .step-2 .invalid-feedback,
    .step-2 .invalid-feedback span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1919px) {
    .step-2 .accordion-body {
        padding-top: 25px;
    }

    .step-2 .project {
        margin-bottom: 38px;
    }

    .step-2 .project:not(:nth-child(1)) {
        margin-top: 38px;
    }

    .step-2 .step-2-input-label {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 20px 0 0;
    }

    .step-2 .step-2-input,
    .step-2 .feedback .invalid-feedback {
        height: 35px;
        min-height: 35px;
    }

    .step-2 .feedback .invalid-feedback {
        font-size: 12px;
    }


    .step-2 .step-2-input,
    .step-2 .feedback .invalid-feedback,
    .revision-project__row .input-group {
        max-width: 545px;
        width: 50%;
        flex-shrink: 0
    }

    .step-2 .project-row {
        min-height: 35px;
    }

    .step-2 .project-row:last-child {
        margin-bottom: 8px;
    }

    .step-2 .project-row button:nth-child(2):not(.btn-delete),
    .revision-projects__btns .btn.btn-success,
    .step-2 .project-row button:nth-child(1) {
        margin-left: 20px;
        height: 35px;
        min-height: 35px;
        min-width: 168px;
        max-width: 168px;
        width: 168px;
        padding: 0;
    }

    .step-3 .project-row button:nth-child(2):not(.btn-delete) {
        margin-left: 20px;
        height: 35px;
        min-height: 35px;
        min-width: 168px;
        max-width: 168px;
        width: 168px;
        padding: 0;
    }


    .step-2 .project-row button.btn-success:nth-child(1) {
        margin-left: auto
    }
    
    .step-2 .step-2-input[type=file]{
        height: 35px;
        min-height: 35px;
        padding-top: 5px;
        line-height: 24px;
    }


}

.step-3-input-email {
    display: block !important
}

@media only screen and (max-width: 1279px) {
    .step-2 .accordion-body {
        padding-top: 29px;
    }

    .step-2 .project {
        margin-bottom: 38px;
    }

    .step-2 .project:not(:nth-child(1)) {
        margin-top: 38px;
    }

    .step-2 .step-2-input-label {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 20px 0 0;
        max-height: 35px;
    }

    .step-2 .step-2-input,
    .step-2 .feedback .invalid-feedback {

        height: 35px;
        min-height: 35px;
    }


    .step-2 .project-row {
        min-height: 35px;
    }

    .step-2 .project-row:last-child {
        margin-bottom: 8px;
    }

    .step-2 .project-row button:nth-child(2):not(.btn-delete) {
        margin-left: 20px;
        padding: 3px 13px;
    }



    .step-2 .invalid-feedback,
    .step-2 .invalid-feedback span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .step-2 .project {
        margin-bottom: 8px;
    }

    .step-2 .project:not(:nth-child(1)) {
        margin-top: 8px;
    }

    .step-2 .row {
        margin: 0 0 13px 0;
    }

    .step-2 .line-container,
    .step-2 .input-label-container {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .step-2 .accordion-body {
        padding-top: 16px;
    }

    .step-2 .wrapper-line-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .step-2 .wrapper-line-container .line-container {
        align-items: start !important;
    }

    .step-2 .wrapper-line-container .line-container~.btn-delete {
        display: none;
    }

    .step-2 .step-2-input-label {
        width: 100%;
        margin: 0;
        padding-bottom: 4px;
    }

    .step-2 .step-2-input-label~.btn-delete {
        margin: 0 !important;
    }

    .step-2 .step-2-input,
    .step-2 .feedback .invalid-feedback {
        max-width: 100%;
        width: 100%;
        height: 30px;
        min-height: 30px;
    }

    .step-2 .step-2-input,
    .step-2 .feedback .invalid-feedback,
    .revision-project__row .input-group {
        max-width: 100%;
        width: 100%;
    }

    .step-2 .step-2-input-label,
    .step-2 .step-2-input,
    .step-2 .project-row button {
        font-size: 12px;
    }

    .step-2 .invalid-feedback,
    .step-2 .invalid-feedback span {
        font-size: 10px;
    }

    .step-2 .project-row {
        display: flex;
        justify-content: space-between;
        min-height: 30px;
        padding-top: 8px;
    }

    .step-2 .project-row:last-child {
        margin-bottom: 4px;
    }

    .step-2 .project-row button:nth-child(2):not(.btn-delete) {
        margin-left: 0;
        padding: 1px 26px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .step-2 .invalid-feedback {
        margin-bottom: -28px;
    }

    .step-2 .invalid-feedback span:nth-child(1) {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .step-2 .step-2-input-label label~.btn-delete {
        display: none;
    }

    .step-2 .invalid-feedback {
        margin-bottom: -25px;
    }
}

@media only screen and (min-width: 1279px) {
    .step-2 .invalid-feedback {
        margin-bottom: -25px;
        margin-top: -1px;
    }
}

@media only screen and (min-width: 1919px) {
    .step-2 .invalid-feedback {
        margin-bottom: -30px;
        margin-top: -2px;
    }
}

.step-3 .row {
    margin: 0;
    padding: 0;
}

.step-3 .wrapper-line-container {
    width: 100%;
}

.step-3 .line-container {
    width: 85%;
}

.step-3 .general-info {
    padding-left: 0;
    padding-right: 0;
}

.step-3 .general-info-col {
    padding-right: 0;
    padding-left: 0;
}

.step-3 .step-3-input-label {
    width: 100%;
}

.step-3 .step-3-input-email .invalid-feedback {
    height: auto;
    margin: initial;
}

.step-3 .step-3-label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.step-3 .step-3-input,
.step-3-wrap {
    width: 100%;
}

.step-3 .select2-container {
    width: 100% !important
}

.container-steps .accordion-container.step-1-1:not(:first-child) {
    margin-top: 0
}

.step-3 button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px !important;
}

@media only screen and (min-width: 1919px) {
    .step-3 .accordion-body {
        padding-top: 20px;
    }

    .step-3 .general-info-row {
        flex-wrap: nowrap;
    }

    .step-3 .general-info-col {
        flex-basis: 48%;
        max-width: 48%;
    }

    .step-3 .general-info-col:nth-child(1) {
        margin-right: 10px;
        margin-left: 0;
    }

    .step-3 .general-info-col:nth-child(2) {
        margin-right: 0;
        margin-left: 10px;
    }

    .step-3 .step-3-item {
        margin-bottom: 30px;
    }

    .step-3 .step-3-label {
        margin-bottom: 0;
        max-width: 44%;
    }

    .step-3 .step-3-input,
    .step-3-input-email input {
        height: 40px;
        min-height: 40px;
    }

    .step-3 .step-3-input,
    .step-3-wrap,
    .step-3 .select2-container {

        min-width: 430px;
        max-width: 54%;
    }

    .step-3 .step-3-input-with-button input {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
    }

    .step-3 .step-3-input-with-button button {
        height: 40px;
        min-height: 40px;
        min-width: 108px;
        max-width: 108px;
        width: 108px;
        padding: 0;
    }

    .settings-col .input-group__email .btn {
        min-width: 108px;
    }




    .step-3 .invalid-feedback,
    .step-3 .invalid-feedback span {
        font-size: 16px;
    }

    .step-3 .verification-code label.text-green {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .step-3 .verification-code input {
        min-width: 108px;
        max-width: 108px;
        height: 40px;
        padding-top: 2px;
        margin-right: 0;
    }

    .step-3 .step-3-input-email {
        flex-basis: calc(100% - 131px);
        min-width: 302px;
    }

    .step-2 .row:nth-child(1),
    .step-3 .step-3-item {
        margin-bottom: 25px;
    }

    .settings-col .step-3-input-label {
        width: 100%;
    }

    .settings-col .step-3-label {
        margin-bottom: 0;
        max-width: 44%;
    }

    .settings-col .step-3-input {
        height: 40px;
        min-height: 40px;
    }

    .settings-col .step-3-input {

        min-width: 54%;
        max-width: 54%;
    }

    .settings-col .step-3-input-with-button input {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
    }

    .settings-col .step-3-input-with-button button {
        height: 40px;
        min-height: 40px;
        min-width: 108px;
        max-width: 108px;
        width: 108px;
        padding: 0;
    }




    .settings-col .invalid-feedback,
    .settings-col .invalid-feedback span {
        font-size: 16px;
    }

    .settings-col .verification-code label.text-green {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .settings-col .verification-code input {
        min-width: 108px;
        max-width: 108px;
        height: 40px;
        padding-top: 2px;
        margin-right: 0;
    }

    .settings-col .step-3-input-email {
        flex-basis: 70%;
        min-width: 302px;
    }
}

@media only screen and (max-width: 1919px) {
    .step-3 .accordion-body {
        padding-top: 15px;
    }

    .step-3 .general-info-row {
        flex-wrap: nowrap;
    }

    .step-3 .general-info-col {
        flex-basis: 48%;
        max-width: 48%;
    }

    .step-3 .general-info-col:nth-child(1) {
        margin-right: 15px;
        margin-left: 0;
    }

    .step-3 .general-info-col:nth-child(2) {
        margin-right: 0;
        margin-left: 15px;
    }

    .step-3 .step-3-item {
        margin-bottom: 20px;
    }

    .step-3 .step-3-label {
        margin-bottom: 0;
        max-width: 33%;
    }

    .step-3 .step-3-input,
    .step-3-input-email input {
        height: 35px;
        min-height: 35px;
    }

    .step-3 .step-3-input,
    .step-3-wrap,
    .step-3 .select2-container {

        min-width: 350px;
        max-width: 67%;
    }

    .step-3 .step-3-input-with-button input {
        min-width: initial;
        max-width: initial;
        margin-right: 15px;
    }

    .step-3 .step-3-input-with-button button {
        height: 35px;
        min-height: 35px;
        min-width: 80px;
        max-width: 80px;
        width: 80px;
        padding: 0;
    }

    .settings-col .input-group__email .btn {
        min-width: 80px;
    }



    .step-3 .invalid-feedback,
    .step-3 .invalid-feedback span {
        font-size: 12px;
    }

    .step-3 .verification-code label.text-green {
        min-width: initial;
        max-width: initial;
        margin-right: 15px;
        font-size: 12px;
        line-height: 16px;
    }

    .step-3 .verification-code input {
        min-width: 80px;
        max-width: 80px;
        height: 35px;
        margin-right: 0;
    }

    .step-3 .step-3-input-email {
        flex-basis: calc(100% - 102px);
        min-width: 235px;
    }


    .settings-col .step-3-item {
        margin-bottom: 20px;
    }

    .settings-col .step-3-input-label {
        width: 100%;
    }

    .settings-col .step-3-label {
        margin-bottom: 0;
        max-width: 33%;
    }

    .settings-col .step-3-input {
        height: 35px;
        min-height: 35px;
    }

    .settings-col .step-3-input {

        min-width: 67%;
        max-width: 67%;
    }

    .settings-col .step-3-input-with-button input {
        min-width: initial;
        max-width: initial;
        margin-right: 15px;
    }

    .settings-col .step-3-input-with-button button {
        height: 35px;
        min-height: 35px;
        min-width: 80px;
        max-width: 80px;
        width: 80px;
        padding: 0;
    }



    .settings-col .invalid-feedback,
    .settings-col .invalid-feedback span {
        font-size: 12px;
    }

    .settings-col .verification-code label.text-green {
        min-width: initial;
        max-width: initial;
        margin-right: 15px;
        font-size: 12px;
        line-height: 16px;
    }

    .settings-col .verification-code input {
        min-width: 80px;
        max-width: 80px;
        height: 35px;
        margin-right: 0;
    }

    .settings-col .step-3-input-email {
        flex-basis: 70%;
        min-width: 235px;
    }

    .step-3 .verification-code .step-3-input {
        max-width: calc(33.5% + 51px);
        min-width: 325px;
        width: 100%;
    }

    .settings-col .verification-code .step-3-input {
        /*max-width: 39%;
        min-width: 350px;*/
        max-width: calc(33.5% + 52px);
        min-width: 325px;
        width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .step-3 .accordion-body {
        padding-top: 15px;
    }

    .step-3 .general-info-row {
        flex-wrap: wrap;
    }

    .step-3 .general-info-col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .step-3 .general-info-col:nth-child(1) {
        margin-right: 0;
        margin-left: 0;
    }

    .step-3 .general-info-col:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }

    .step-3 .step-3-item {
        margin-bottom: 20px;
    }

    .step-3 .step-3-label {
        margin: 0;
        max-width: 33%;
    }

    .step-3 .step-3-input,
    .step-3-input-email input {
        height: 35px;
        min-height: 35px;
    }

    .step-3 .step-3-input,
    .step-3-wrap,
    .step-3 .select2-container {
        min-width: 457px;
        max-width: 65%;
    }

    .step-3 .step-3-input-with-button input {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
    }

    .step-3 .step-3-input-with-button button {
        min-width: 99px;
        max-width: 99px;
        height: 35px;
    }

    .settings-col .input-group__email .btn {
        min-width: 99px;
    }

    .step-3 .invalid-feedback,
    .step-3 .invalid-feedback span {
        font-size: 10px;
    }

    .step-3 .verification-code label.text-green {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
        font-size: 12px;
        line-height: 16px;
    }

    .step-3 .verification-code input {
        min-width: 99px;
        max-width: 99px;
        height: 35px;
        margin-right: 0;
    }

    .step-3 .step-3-input-email {
        flex-basis: calc(100% - 120px);
        min-width: 338px;
    }


    .settings-col .step-3-label {
        margin: 0;
        max-width: 31%;
    }

    .settings-col .step-3-input {
        height: 35px;
        min-height: 35px;
    }

    .settings-col .step-3-input {
        min-width: 69%;
        max-width: 69%;
    }

    .settings-col .step-3-input-with-button input {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
    }

    .settings-col .step-3-input-with-button button {
        min-width: 99px;
        max-width: 99px;
        height: 35px;
    }

    .settings-col .invalid-feedback,
    .settings-col .invalid-feedback span {
        font-size: 10px;
    }

    .settings-col .verification-code label.text-green {
        min-width: initial;
        max-width: initial;
        margin-right: 20px;
        font-size: 12px;
        line-height: 16px;
    }

    .settings-col .verification-code input {
        min-width: 99px;
        max-width: 99px;
        height: 35px;
        margin-right: 0;
    }

    .settings-col .step-3-input-email {
        flex-basis: 75%;
        min-width: 338px;
    }

    .step-3 .verification-code .step-3-input {
        max-width: calc(33.5% + 60px);
    }

    .settings-col .verification-code .step-3-input {
        max-width: calc(33.5% + 60px);
    }
}

@media only screen and (max-width: 767px) {
    .step-3 .accordion-body {
        padding-top: 20px;
    }

    .step-3 .general-info-col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .step-3 .step-3-item {
        margin-bottom: 8px;
    }

    .step-3 .general-info-col:not(:first-child) {
        margin-bottom: 8px;
    }

    .step-3 .step-3-input-label {
        flex-direction: column;
        align-items: inherit !important;
        display: block !important;
    }

    .step-3 .step-3-label {
        padding-bottom: 8px;
        padding-right: 0;
        max-width: 100% !important;
    }

    .step-3 .step-3-input,
    .step-3 .step-3-input option,
    ,
    .step-3 .select2-container,
    {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 30px;
    height: 30px;
}

.step-3-input-email input {
    min-height: 30px;
    height: 30px;
}

.step-3 .step-3-input,
.step-3-wrap {

    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.step-3 .verification-code .step-3-input {
    height: auto;
}

.step-3 .step-3-input-with-button {
    display: flex !important;
    flex-wrap: wrap;
    height: auto;
    min-height: 70px;
}

.step-3 .step-3-input-with-button input,
.step-3 .step-3-input-with-button button {
    height: 30px;
    min-height: 30px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

/*.settings-col .input-group__email .btn{
        min-width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }
    .settings-col .input-group__email .form-control{
        width: 100%;
    }*/
.settings-col .input-group__email .form-control {
    width: calc(100% - 107px);
}

.step-3 .step-3-input-with-button button {
    height: 35px;
    min-height: 35px;
}

.step-3 .step-3-input-with-button input {
    margin-right: 0;
}

.step-3 .step-3-input-with-button button {
    margin-top: 8px;
}

.step-3 select.step-3-input {
    padding-top: 8px;
}

.step-3 .verification-code .step-3-input-with-button {
    min-height: auto;
}





.step-3 .invalid-feedback,
.step-3 .invalid-feedback span {
    font-size: 10px;
}

.step-3 .verification-code label.text-green {
    min-width: initial;
    max-width: initial;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
}

.step-3 .verification-code .step-3-input-with-button {
    flex-wrap: nowrap;
}

.step-3 .verification-code .step-3-input-label {
    display: flex !important
}

.step-3 .verification-code label:not(:first-child) {
    margin-right: 0;
    font-size: 9px;
    line-height: 11px;
}

.step-3 .verification-code input {
    margin-right: 0;
    min-height: 30px;
    min-width: 70px;
    max-width: 70px;
    width: 70px;
}

.step-3 .step-3-input-email {
    flex-basis: 100%;
    min-width: 100%;
}

.step-3 .step-3-input-email .invalid-feedback {
    height: auto;
    min-height: auto;
    padding-top: 3px;
}

.settings-col .step-3-label {
    max-width: 0;
}

.settings-col .step-3-input {
    max-width: 100%;
    min-width: 100%;
}

.settings-col .verification-code input {
    min-height: 30px;
    min-width: 70px;
    max-width: 70px;
    width: 70px;
    height: 30px;
}
}

@media only screen and (max-width: 767px) {
    .step-3 .invalid-feedback {
        margin-bottom: -20px;
    }

    .settings-col .verification-code .step-3-input,
    .step-3 .verification-code .step-3-input {
        max-width: calc(50% + 45px);
    }

    .settings-col .input-group__email .btn {
        min-width: 70px;
    }

    .settings-col .input-group__email .form-control {
        width: calc(100% - 78px);
    }
}

@media only screen and (max-width: 560px) {

    .settings-col .verification-code .step-3-input,
    .step-3 .verification-code .step-3-input {
        max-width: calc(70% + 45px);
    }
}

@media only screen and (max-width: 480px) {

    .settings-col .verification-code .step-3-input,
    .step-3 .verification-code .step-3-input {
        max-width: 100%;
    }
}

@media only screen and (min-width: 767px) {

    .step-3 .invalid-feedback,
    .step-2 .invalid-feedback {
        margin-bottom: -45px;
        margin-top: -10px;
    }

    .step-3-input-with-button .invalid-code {
        margin-bottom: -34px;
        right: 16px;
    }
}

@media only screen and (min-width: 1919px) {
    .step-3-input-with-button .invalid-code {
        margin-bottom: -39px;
        right: 23px;
    }

    .step-3 .invalid-feedback,
    .step-2 .invalid-feedback {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 1279px) {
    .step-3-input-with-button .invalid-code {
        margin-bottom: -35px;
        right: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .step-3-input-with-button .invalid-code {
        margin-bottom: -36px;
        right: 0;
        width: 43%;
        min-width: 43%;
        text-align: left;
    }

    .step-3-input-with-button label[for="code"] {
        max-height: 30px;
    }
}

@media only screen and (min-width: 1279px) {
    .step-3 .invalid-feedback {

        margin-top: -10px;
    }
}

@media only screen and (min-width: 1919px) {
    .step-3 .invalid-feedback {
        margin-bottom: -40px;
        margin-top: 0;
    }

    .step-3 .invalid-code {
        margin-bottom: -39px !important;
    }
}

.step-4 .row {
    margin: 0;
    padding: 0;
}

.step-4 .wrapper-line-container {
    width: 100%;
}

.step-4 .line-container {
    width: 85%;
}

.step-4 .general-info {
    padding-left: 0;
    padding-right: 0;
}

.step-4 .general-info-col {
    padding-right: 0;
    padding-left: 0;
}

.step-4 .step-4-column-2 .input-label-container {
    width: 100%;
}

.step-4 .step-4-column-2 .step-4-item {
    display: flex;
    justify-content: end;
    align-content: center;
}

.step-4 .step-4-column-2 .step-4-item div.total-price {
    display: flex;
    align-items: center;
}

.step-4 .step-4-input-label {
    width: 100%;
}

.step-4 .step-4-input-label .form-switch {
    padding-left: 0;
    margin-bottom: 0;
}

.step-4 .step-4-input-label .form-switch .form-check-input {
    left: initial;
    border-color: #5CB876;
    margin-top: initial;
    margin-left: 0;
    background-image: url(../../../custom/img/check-circle.svg);
    /*background-image: url(https://new.remov.ee/custom/img/check-circle.svg);*/
    width: 34px;
    height: 18px;
    background-size: 19px;
}

.step-4 .step-4-input-label .form-switch .form-check-input:checked {
    background-color: #5CB876;
    border-color: #5CB876;
    background-position: calc(100% + 1px) center;
    background-image: url(../../../custom/img/check-circle-checked.svg);
    /*background-image: url(https://new.remov.ee/custom/img/check-circle-checked.svg);*/
}

.step-4 .step-4-input-label .form-switch .form-check-input:focus {
    border-color: #5CB876;
}

.step-4 .step-4-label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.step-4 .step-4-input {
    width: 100%;
}

.step-4 button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.step-4 button+button{
    margin-left: 6px
}

@media only screen and (min-width: 1919px) {
    .step-4 .accordion-body {
        padding-top: 20px;
    }

    .step-4 .general-info-row {
        flex-wrap: nowrap;
    }

    .step-4 .general-info-col:nth-child(1) {
        margin-right: 0;
        margin-left: 0;
        flex-basis: 47%;
        max-width: 47%;
    }

    .step-4 .general-info-col:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
        flex-basis: 40%;
        max-width: 40%;
    }

    .step-4 .step-4-item {
        margin-bottom: 30px;
        min-height: 40px;
    }

    .step-4 .step-4-label {
        margin-bottom: 0;
        max-width: 44%;
    }

    .step-4 .step-4-input {
        min-width: 67%;
        max-width: 67%;
        height: 40px;
        min-height: 40px;
    }

    /*    .step-4 .step-4-input-label .form-switch .form-check-input {
        width: 32px;
        height: 18px;
    } */



    .step-4 .step-4-column-2 .input-label-container {
        justify-content: end;
    }

    .step-4 .step-4-column-2 .input-label-container .step-4-input-label {
        /*margin-left: 50px;*/
    }


    .step-4 .step-4-column-2 .input-label-container .step-4-input-label span.price,
    .step-4 .step-4-column-2 .input-label-container .step-4-input-label span.price-label {
        font-size: 36px;
    }

    .step-4 .total-line.total-price {
        margin-right: 27px;
    }

    .step-4 .total-line.total-price~button {
        height: 40px;
        min-height: 40px;
        min-width: 230px;
        max-width: 230px;
        width: 230px;
        padding: 0;
    }

    .step-4 .total-price .text-green {
        font-size: 28px !important;
    }

    .invalid-feedback,
    .invalid-feedback span {
        font-size: 16px;
    }

    .step-4 .invalid-feedback,
    .step-4 .invalid-feedback span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1919px) {
    .step-4 .accordion-body {
        padding-top: 15px;
    }

    .step-4 .general-info-row {
        flex-wrap: nowrap;
    }

    .step-4 .general-info-col:nth-child(1) {
        margin-right: 0;
        margin-left: 0;
        flex-basis: 43%;
        max-width: 43%;
    }

    .form-check-input-box {
        min-width: 375px;
    }

    .step-4 .general-info-col:nth-child(2) {
        margin-right: 0;
        flex-basis: 49%;
        max-width: 49%;
    }

    .step-4 .step-4-item {
        margin-bottom: 20px;
        min-height: 35px;
    }

    .step-4 .step-4-label {
        margin-bottom: 0;
        max-width: 33%;
    }

    .step-4 .step-4-input {
        min-width: 71%;
        max-width: 71%;
        height: 40px;
        min-height: 40px;
    }

    /*    .step-4 .step-4-input-label .form-switch .form-check-input {
        width: 24px;
        height: 13px;
} */



    .step-4 .step-4-column-2 .input-label-container {
        justify-content: end;
    }

    .step-4 .step-4-column-2 .input-label-container .step-4-input-label {
        margin-left: 50px;
    }


    .step-4 .total-line.total-price {
        margin-right: 20px;
    }

    .step-4 .total-line.total-price~button {
        height: 35px;
        min-height: 35px;
        min-width: 168px;
        max-width: 168px;
        width: 168px;
        padding: 0;
    }



    .step-4 .invalid-feedback,
    .step-4 .invalid-feedback span {
        font-size: 12px;
    }

    .step-4 .total-price .text-green {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1395px) {
    .form-check-input-box {
        min-width: 67%;
    }
}

@media only screen and (max-width: 1279px) {
    .step-4 .accordion-body {
        padding-top: 15px;
    }

    .step-4 .general-info-row {
        flex-wrap: wrap;
    }

    .step-4 .general-info-col:nth-child(1) {
        margin-right: 0;
        margin-left: 0;
        flex-basis: 58%;
        max-width: 58%;
    }

    .step-4 .step-4-input-label {
        justify-content: flex-start !important
    }

    .step-4 .general-info-col:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
        flex-basis: 40%;
        max-width: 40%;
    }

    .step-4 .step-4-item {
        margin-bottom: 20px;
        min-height: 35px;
    }

    .step-4 .step-4-item.item-button-pay {
        height: auto;
    }

    .step-4 .step-4-column-2 .input-label-container .step-4-input-label {
        margin-left: 20px;
    }

    .step-4 .step-4-item.item-button-pay .step-4-input-label {
        display: flex;
        flex-direction: column;
        align-items: inherit !important;
        flex-wrap: wrap;
    }

    .step-4 .step-4-item.item-button-pay .step-4-input-label .total-price,
    .step-4 .step-4-item.item-button-pay .step-4-input-label button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .step-4 .step-4-item.item-button-pay .step-4-input-label .total-price {
        margin-right: 0;
    }

    .step-4 .step-4-item.item-button-pay .step-4-input-label button {
        margin-top: 20px;
    }

    .step-4 .step-4-label {
        margin: 0;
        max-width: 29%;
        min-width: 100px;
    }

    .step-4 .step-4-input {
        /*min-width: 338px;
        max-width: 338px;*/
        height: 35px;
        min-height: 35px;
    }

    /*    .step-4 .step-4-input-label .form-switch .form-check-input {
        width: 20px;
        height: 12px;
    } */


    .step-4 .step-4-column-2 .step-4-input-label span.price,
    .step-4 .step-4-column-2 .step-4-input-label span.price-label {
        font-size: 18px;
    }

    .step-4 .total-line.total-price {
        margin-right: 27px;
    }



    .step-4 .total-price .text-green {
        font-size: 18px !important;
    }

    .step-4 .invalid-feedback,
    .step-4 .invalid-feedback span {
        font-size: 10px;
    }

    .invalid-feedback,
    .invalid-feedback span {
        font-size: 10px;
    }
    .step-4 button+button{
        margin-left: 0;
        margin-top: 6px;
    }
}

@media only screen and (min-width: 1279px) {
    .step-4 .invalid-feedback {
        margin-bottom: -35px;
    }
}

@media only screen and (min-width: 1919px) {
    .step-4 .invalid-feedback {
        margin-bottom: -40px;
    }
}

@media only screen and (max-width: 767px) {
    .step-4 .accordion-body {
        padding-top: 20px;
    }

    .step-4 .general-info-col:nth-child(1),
    .step-4 .general-info-col:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
        flex-basis: 100%;
        max-width: 100%;
    }

    .step-4 .step-4-item {
        margin-bottom: 8px;
        min-height: auto;
    }

    .step-4 .step-4-item.item-button-pay {
        height: auto;
    }

    .step-4 .step-4-item.item-button-pay .step-4-input-label {
        display: flex;
        flex-direction: column;
        align-items: inherit !important;
        flex-wrap: wrap;
    }

    .step-4 .step-4-item.item-button-pay .step-4-input-label button {
        margin-top: 8px;
    }

    .step-4 .general-info-col:not(:first-child) {
        margin-bottom: 8px;
    }

    .step-4 .step-4-input-label {
        /*flex-direction: column;*/
        align-items: inherit !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .step-4 .step-4-input-label button {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .step-4 .step-4-label {
        padding-bottom: 8px;
        padding-right: 0;
        max-width: 100%;
    }

    .step-4 .step-4-input {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 30px;
        min-height: 30px;
    }

    .step-4 .step-4-input option {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 30px;
        min-height: 30px;
    }

    /*     .step-4 .step-4-input-label .form-switch .form-check-input {
        width: 14px;
        height: 8px;
} */

    .step-4 select.step-4-input {
        padding-top: 8px;
        width: 100% !important
    }

    .step-4 .step-4-input-label {
        position: relative
    }

    .step-4 .step-4-input-label,
    .step-4 .total-line,
    .step-4 .form-check-label,
    .step-4 .step-4-input {
        font-size: 12px;
    }



    .step-4 .step-4-column-2 .step-4-input-label span.price,
    .step-4 .step-4-column-2 .step-4-input-label span.price-label {
        font-size: 14px;
    }

    .step-4 .step-4-column-2 .step-4-item div.total-price {
        margin-right: 0;
    }

    .step-4 .total-line {
        display: flex;
        justify-content: space-between;
    }


    .step-4 .total-line>div {
        width: 50%;
    }

    .step-4 .total-line>div:nth-child(2) {
        margin-left: 20px;
    }

    .step-4 .total-line>div:nth-child(2) span:first-child {
        margin-left: 0 !important;
    }

    .step-4 .total-line .total-price {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .step-4 .total-line .total-price>div {
        width: 50%;
    }

    .step-4 .total-line .total-price>div:nth-child(2) {
        margin-left: 20px;
    }

    .step-4 .total-line .total-price>div+input+div {
        margin-left: 20px;
    }

    .step-4 .total-line .total-price>div:nth-child(2) span:first-child {
        margin-left: 0 !important;
    }

    .step-4 .total-price .text-green {
        font-size: 14px !important;
    }

    .step-4 .invalid-feedback,
    .step-4 .invalid-feedback span {
        font-size: 10px;
    }

    .invalid-feedback,
    .invalid-feedback span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .step-4 .invalid-feedback {
        margin-bottom: -20px;
    }
}

@media only screen and (min-width: 768px) {
    .step-4 .invalid-feedback {
        margin-bottom: -25px;
    }

    .step-4 .invalid-feedback,
    .step-4 .select2-container,
    .form-check-input-box {
        max-width: 71%;
    }

    .step-4 .select2-container {
        width: 100% !important
    }
}

@media only screen and (min-width: 1279px) {
    .step-4 .invalid-feedback {
        margin-bottom: -25px;
    }
}

@media only screen and (min-width: 1919px) {
    .step-4 .invalid-feedback {
        margin-bottom: -30px;
    }
}

@media only screen and (min-width: 1919px) {
    .container-registration {
        padding-top: 30px;
    }

    .step-4 .invalid-feedback,
    .step-4 .select2-container,
    .form-check-input-box {
        max-width: 67%;
    }

    #copyright_form_submit {
        padding: 0;
    }
}

@media only screen and (max-width: 1919px) {
    .container-registration {
        padding-top: 20px;
    }

    #copyright_form_submit {
        padding: 0;
    }
}

.container-steps .accordion-container:not(:first-child) {
    margin-top: -20px;
}

.form-label {
    margin-bottom: initial;
}

.form-select {
    padding-top: 0;
    padding-bottom: 0;
}

.form-select.empty-option {
    color: rgba(21, 21, 30, 0.5);
}

.form-select.empty-option option {
    color: #000000;
}

html {
    height: 100%
}

body {
    background-image: url(../assets/img/jpg/background.jpg);
    /*background-image: url(https://new.remov.ee/assets/img/jpg/background.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 100% !important;
    min-width: 320px !important;
    display: flex;
    justify-content: center;
    overflow-y: scroll
}

html,
body {
    font-size: 18px;
    font-family: 'Roboto', sans-serif
}

@media only screen and (max-width: 1600px) {

    html,
    body {
        font-size: 16px;
    }

    .step-4 .total-price .text-green {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1100px) {

    html,
    body {
        font-size: 14px;
    }

    .btns-cookies .btn {
        min-width: 110px;
    }

    .step-4 .total-price .text-green {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {

    html,
    body {
        font-size: 12px;
    }

    .btns-cookies .btn {
        min-width: 105px;
    }

    .step-4 .total-price .text-green {
        font-size: inherit;
    }
}



* {
    font-family: 'Roboto', sans-serif;
}

.fake-background {
    opacity: 0;
    transition: opacity .2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

body.fake-background-show .fake-background {
    opacity: 1;
    transition: opacity .2s;
    /*background-image: url(../assets/img/jpg/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;*/
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    z-index: 3001;
}

body.fake-background-show.burger-menu-active .fake-background {
    opacity: 1;
    transition: opacity .2s;
    background-image: url(../assets/img/jpg/background.jpg);
    /*background-image: url(https://new.remov.ee/assets/img/jpg/background.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
    /*background-image: none;
    background-color: rgba(0, 0, 0, .5);*/
    z-index: 3001;
}

body.modal-open .fake-background {
    opacity: 1;
    transition: opacity .2s;
    /*background-image: url(../assets/img/jpg/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;*/
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    z-index: 3001;
}

body.modal-hide .fake-background {
    opacity: 0;
    transition: opacity .2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

section#content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

section#content>.container-fluid {

    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto
}

.custom-bi-arrow-rounded::before {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    content: url(../assets/img/svg/arrow_rounded_up.svg);
    /*content: url(https://new.remov.ee/assets/img/svg/arrow_rounded_up.svg);*/
    position: relative;
    padding-left: 0.4rem;
    transform: translateY(-1px);
}

.burger-menu-container .custom-bi-arrow-rounded::before {
    display: inline-block;
    line-height: 1;
    vertical-align: text-bottom;
    transform: rotate(180deg) translateY(-0.2em);
    padding-left: 0;
    padding-right: 0.4rem;
}

.container {
    width: 1919px;
    max-width: 90vw;
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (max-width: 1279px) {
    .container {
        width: 90vw;
    }

    .step-2 .line-container {
        width: 100%
    }

    .input-group__pass .icon-eye {
        top: 8px
    }

    .form-newpassword .input-group__pass .icon-eye {
        top: 9px;
    }

    .form-check-input-box {
        min-width: 100px;
        width: 100px;
    }
}

@media only screen and (max-width: 320px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    section#content .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.btn {
    transition: text-shadow .2s ease-in-out, background .2s ease-in-out;
}

.btn-success {
    background: #5CB876;
    border-color: #5CB876;
}

.btn-outline-success {
    border-color: #5CB876;
    color: #5CB876;
}

.btn-outline-success:hover,
.btn-success:hover {
    background-color: #71c188;
    border-color: #71c188;
}

.btn-outline-success:active,
.btn-success:active {
    background-color: #95d0a6;
    border-color: #95d0a6;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    background-color: #5CB876;
    border-color: #5CB876;
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #95d0a6;
    border-color: #95d0a6;
}

.btn-primary:hover {
    background-color: #7395d9;
    border-color: #7395d9;
}

.btn-primary:active,
.btn-primary:focus {
    background-color: #9bb3e4;
    border-color: #9bb3e4;
}

.modal-backdrop {
    display: none !important;
}

#site-proceed-input.form-control {
    border: none;
}

#site-proceed-input.form-control:focus {
    box-shadow: none;
}

.text-green {
    color: #5CB876;
}

.text-yellow {
    color: #dc3545;
}

.text-red {
    color: #e95e5e;
}

.font-arimo {
    font-family: 'Arimo', sans-serif;
}


@media (max-width: 824px) {
    .navbar-top .navbar-toggler {
        padding-right: 0
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a {
        font-size: 18px;
    }

    .navbar-top #navbar-top-collapse-menu {
        position: fixed;
        height: auto;
        overflow: auto;
        bottom: 0
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a {
        display: flex;
        align-items: center;
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a em.custom-bi-arrow-rounded {
        background: url(../assets/img/svg/arrow_rounded_up.svg) no-repeat center center;
        /*background: url(https://new.remov.ee/assets/img/svg/arrow_rounded_up.svg) no-repeat center center;*/
        height: 8px;
        width: 15px;
        background-size: contain;
        content: '';
        margin-top: 1px;
        padding: 0 0 0 0;
        margin-left: 5px;
        transform: rotate(180deg);
        transform-origin: center center;
    }

    .custom-bi-arrow-rounded::before {
        background: url(../assets/img/svg/arrow_rounded_up.svg) no-repeat center center;
        /*background: url(https://new.remov.ee/assets/img/svg/arrow_rounded_up.svg) no-repeat center center;*/
        height: 8px;
        width: 15px;
        background-size: contain;
        content: '';
        margin-top: -2px;
        padding: 0 0 0 0;
        margin-left: 5px;
        display: none;
    }

    .burger-menu-container .custom-bi-arrow-rounded::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .authorization {
        position: relative;
        max-width: 332px;
        margin: 0 auto;
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .authorization {
        position: relative;
        margin: 50px auto;
        width: 352px;
        padding: 25px;
    }
}

.authorization::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.35;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.05);
}

.authorization__logo {
    background-image: url("../img/content/logo_auth.png");
    /*background-image: url(https://new.remov.ee/img/content/logo_auth.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 44px;
    display: inline-block;
}

.authorization__logo-wrapper {
    font-size: 0;
    text-align: center;
    margin-bottom: 10px;
}

.authorization__form .form-control,
.authorization__form .btn-primary {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
}

.authorization__form .g-recaptcha {
    margin-bottom: 20px;
}

.authorization__link {
    color: #fff;
    display: inline-block;
    margin: 13px 0 10px 0;
}

.authorization__link:hover,
.authorization__link:active,
.authorization__link:visited {
    color: #e3e3e3;
    text-decoration: none;
}

#reg_container,
#vat_container,
#verification-code,
#verification-duplicate {
    display: none;
}

.invalid-code {
    position: absolute;
    text-align: right;
    right: 23px;
    bottom: 0px;
}

.general-info select.step-3-input {
    min-width: 0 !important;
}

/* .site-status .text-green{
    background: -webkit-linear-gradient(right, #16BFFD, #CB3066);
    background: -o-linear-gradient(left, #16BFFD, #CB3066);
    background: -moz-linear-gradient(left, #16BFFD, #CB3066);
    background: linear-gradient(to left, #16BFFD, #CB3066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.site-removal-time .text-green{
    background: -webkit-linear-gradient(right, #16BFFD, #CB3066);
    background: -o-linear-gradient(left, #16BFFD, #CB3066);
    background: -moz-linear-gradient(left, #16BFFD, #CB3066);
    background: linear-gradient(to left, #16BFFD, #CB3066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

@media only screen and (max-width: 824px) {
    .navbar-top #navbar-top-collapse-menu .burger-menu-container a {
        font-size: 16px
    }

    nav.navbar,
    .navbar-main {
        padding-top: 23px;
        padding-bottom: 17px;
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .select2-container {
        width: 100% !important
    }

    .accordion-header-content {
        font-size: 12px
    }

    .blog-card__title {
        font-size: 14px;
    }

    .article h1 {
        font-size: 16px;
    }

    .revision-projects__btns .btn.btn-success,
    .step-2 .project-row button:nth-child(1) {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

/* css-2*/
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none !important;
    border-color: #ced4da !important
}

.form-control.is-invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-feedback {
    display: flex !important
}

.modal-open[style*="17px"] .cookie-alert.show {
    transition: none
}

.modal-open[style*="17px"] .cookie-alert {
    padding-right: 17px;
}

.modal-open[style*="16px"] .cookie-alert.show {
    transition: none
}

.modal-open[style*="16px"] .cookie-alert {
    padding-right: 16px;
}

.modal-open[style*="14px"] .cookie-alert.show {
    transition: none
}

.modal-open[style*="14px"] .cookie-alert {
    padding-right: 14px;
}

.cookie-alert {
    transition: none
}

.modal-open[style*="14px"] #content {
    margin-right: -14px;
    padding-right: 14px;
    width: calc(100% + 14px) !important;
}

.modal-open[style*="15px"] #content {
    margin-right: -15px;
    padding-right: 15px;
    width: calc(100% + 15px) !important;
}

.modal-open[style*="16px"] #content {
    margin-right: -16px;
    padding-right: 16px;
    width: calc(100% + 16px) !important;
}

.modal-open[style*="17px"] #content {
    margin-right: -17px;
    padding-right: 17px;
    width: calc(100% + 17px) !important;
}

@media only screen and (max-width: 1919px) {
    .site-removal-time-tooltip {
        left: 0;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width:767px) {

    .step-2 .project-row button:nth-child(2):not(.btn-delete),
    .revision-projects__btns .btn.btn-success,
    .step-2 .project-row button:nth-child(1) {
        width: 100%;
        font-size: 12px;
        height: 35px !important;
        padding: 2px 27px;
        max-width: none;
    }

    .hide-ios {
        display: none !important
    }

    .modal-auth .modal-dialog .modal-body form .btn {
        height: 35px !important
    }

    .step-3 .select2-container {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0 !important
}

.red-border {
    border: 1px solid #e95e5e;
}

.green-border {
    border: 1px solid #5CB876;
}

.success-input {
    color: #5CB876;
}

.invalid-vat {
    position: absolute;
    bottom: 0;
}

#verification-duplicate {
    display: none;
}

#verification-duplicate .invalid-link {
    display: block !important;
}

#verification-duplicate .invalid-link {
    font-size: 12px;
    color: #e95e5e;
}

@media only screen and (min-width: 1919px) {
    #verification-duplicate .invalid-link {
        font-size: 16px;
        color: #e95e5e;
    }
}

@media only screen and (max-width: 1279px) {
    #verification-duplicate .invalid-link {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #verification-duplicate {
        margin-top: 0.25rem
    }

    .settings-invoices__actions {
        z-index: 4001 !important
    }
}

@media only screen and (max-width: 450px) {
    .step-3 .verification-code .step-3-input {
        min-width: 200px;
    }

    .settings-col .verification-code .step-3-input {
        min-width: 200px;
    }
}

#signatureCanvas {
    border-radius: 0.25rem;
}

.modal-title#signatureModalLabel {
    text-align: center;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}

#drawSignature .btn {
    width: calc(50% - 3px);
}

#signatureModal .form-check-label-title {
    padding-top: 2px;
}

#signatureModal .custom-radio-btn .check-pointer-container {
    margin-right: 20px;
}

.nav-tabs {
    margin-top: 16px;
    border-bottom: 1px solid #C4C4C4;
}

.nav-tabs .nav-item {
    margin-right: 2px;
}

.nav-tabs .nav-link {
    display: block;
    color: rgba(21, 21, 30, 0.4);
    font-weight: bold;
    text-align: center;
    min-width: 225px;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.nav-tabs .nav-link:hover {
    color: rgba(21, 21, 30, 0.8);
    border-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #15151E;
    border: 1px solid #C4C4C4;
    border-bottom-color: transparent;
    height: calc(100% + 1px);
    background-color: #fff;
}

.projects-revision__row {
    align-items: center;
}

.projects-revision__row .form-control[type=file] {
    padding-left: 12px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.site-removal-time-group-wrap svg path {
    fill: rgba(21, 21, 30, 0.9);
}

#signatureModal .modal-dialog {
    max-width: 330px;
}

.accordion-container:not(.d-none) .accordion-header-content button.button-no-style:not(.collapsed) {
    display: none;
}

.accordion-container:not(.d-none).prev-step .accordion-header-content button.button-no-style:not(.collapsed) {
    display: block;
}

@media only screen and (max-width: 1919px) {
    .nav-tabs {
        margin-top: 12px;
    }

    .nav-tabs .nav-link {
        min-width: 161px;
        padding: 7px;
    }

    .projects-revision__row .form-control[type=file] {
        padding-left: 12px;
        line-height: 33px;
    }
}

@media only screen and (min-width: 1601px) {
    .projects-revision__row .form-control[type=file] {
        padding-top: 1px !important;
    }
}

@media only screen and (min-width: 1919px) {
    .projects-revision__row .form-control[type=file] {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 1279px) {
    .nav-tabs .nav-item {
        margin-right: 0;
    }

    .nav-tabs .nav-link {
        padding: 9px;
    }

    .projects-revision__row .form-control[type=file] {
        padding-left: 9px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-tabs {
        margin-top: 7px;
    }

    .nav-tabs .nav-link {
        min-width: 89px;
        padding: 7px;
    }

    .projects-revision__row .form-control[type=file] {
        padding-left: 9px !important;
        line-height: 28px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .modal-title#signatureModalLabel {
        max-width: 260px;
        margin: 0 auto;
    }

    #signatureModal .modal-dialog {
        max-width: 325px;
    }
}

@media only screen and (max-width: 325px) {
    #signatureModal .modal-dialog {
        max-width: 320px;
    }

    #signatureCanvas {
        width: 294px;
    }
}

.remove-file-upload {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.uploaded-file {
    position: relative;
}

.uploaded-file .remove-file-upload {
    display: block;
}

.remove-file-upload:before {
    display: block;
    content: '';
    width: 1px;
    height: 21px;
    background: #dc3545;
    position: absolute;
    left: 10px;
    top: 0px;
    transform: rotate(-45deg);
}

.remove-file-upload:after {
    display: block;
    content: '';
    width: 1px;
    height: 21px;
    background: #dc3545;
    position: absolute;
    right: 10px;
    top: 0px;
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .remove-file-upload {
        top: auto;
        transform: translateY(0);
        bottom: 6px;
        width: 19px;
        height: 19px;
        right: 7px;
    }

    .remove-file-upload:before,
    .remove-file-upload:after {
        height: 19px;
    }

    .remove-file-upload:before {
        left: 9px;
    }

    .remove-file-upload:after {
        right: 9px;
    }
}
@media only screen and (max-width: 1650px) {
    .take-down p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .take-down p{
        font-size: 12px;
    }
}





/*.content-home{
    min-height: calc(85vh);
}

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

.row-sections .container{
    max-width: 75.938vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
    min-height: 75vh;
    justify-content: space-between;
}

.text-block{
    color: #FFF;
}
.text-block h2{
    text-transform: uppercase;
    font-style: italic;
}
.text-block p{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.text-block ul{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.text-block ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}
.text-block ol{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 25px;
}
.text-block ol li{
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    list-style-position: outside;
    list-style-type: decimal;
}
.text-block ol li stong{
    display: block;
    font-weight: bold;
}
.text-block img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.how-it-work{
    max-width: 390px;
}
.prices-main{
    max-width: 450px;
}
.row-sections:last-child{ padding-bottom: 70px}
.row-sections__col{
    width: 50%;
    padding-right: 15px;
}
.row-sections__col+.row-sections__col{
    align-self: flex-end;
    padding-left: 15px;
    padding-right: 0;
}
.one-tariff{
    padding: 10px 0 20px 0;
}
.one-tariff p{
    padding-top: 0;
}
.one-tariff__price{
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}
.main-faq{
    max-width: 626px;
    width: 60%;
}
.main-form{
    width: 40%;
}
.main-fom__cont{
    background: #FFF;
    border-radius: 10px;
    padding: 15px;
}
.main-fom__field{
    margin-bottom: 10px;
}
.main-fom__btn{
    text-align: right;
}
.main-fom__btn .btn {
    background-color: #567ed1;
    border-color: #567ed1;
    font-weight: 400;
    border-radius: 4px !important;
    padding: .25rem 2rem;
}
.main-fom__btn .btn:hover{
    border-color: #7395d9 !important;
    background-color: #7395d9 !important;
    transition: background-color .2s;
}
.main-page .footer-fixed{
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 10;
    width: 100%;
}
@media only screen and (max-width: 1023px) {
    .row-sections .container{
        max-width: 92vw;
    }
    .main-page .footer-fixed{
        background-image: url(https://new.remov.ee/assets/img/jpg/background.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}*/
@media only screen and (max-width: 767px) {
    /*.content-home{
        min-height: calc(115vh);
    }
    section#content .content-home .container-home {
        transform: translate(0, 0);
    }
    .row-sections .container{
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
        max-width: 85vw;
    }
    .row-sections__col{
        width: 100%;
        max-width: none!important;
        padding-left: 0;
        padding-right: 0;
    }
    .row-sections__col+.row-sections__col{
        padding-left: 0;
        padding-top: 35px;
    }
    .one-tariff__price{
        font-size: 15px;
    }*/
    .step-2 .step-2-input-label{
        max-height: none
    }
    .step-2 .step-2-input[type=file]{
        padding-top: 3px;
        height: 32px;
        min-height: 32px;
    }
}
.loaded-charts section#content>.container-fluid{
    overflow-x: hidden;
}













