.html{
    margin: 0 !important;
    position: relative;
}
main{
    transition: .3s;
}
.contacts__desc-second {
    margin-bottom: 45px !important;
}
@media screen and (max-width: 782px){
html {
    margin-top: 0px !important;
}
}
.select {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    min-width: 120px;
    min-height: 45px;
    align-items: center;
}


.new-select span {
    display: flex;
}

.new-select img {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    align-self: center;
}

.new-select p {
    line-height: 22px;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    user-select: none;
    border-radius: 10px;
    max-height: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.new-select__list::before {
    content: '';
    position: fixed;
    border-left: 0.07px solid #9a9ea233;
    top: 100%;
    right: -9.6px;
    animation: scrollbarStrip 0.45s linear forwards;
}

@media all and (max-width: 390px){
    .new-select__list::before {
        right: 5.4px;
    }
}

.closeScrollbarStrip::before {
    opacity: 0;
}


@keyframes scrollbarStrip {
    0% {
      height: 0px;
    }
    100% {
      height: 190px;
    }
  }

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: flex;
    padding: 10px 10px 10px 15px;
    color: #6094E1;
    background: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-right: 3.1px;
}

.new-select__item span p {
    line-height: 19px;
}

.new-select__item span img {
    height: 20px;
    width: 20px;
    align-self: center;
    margin-right: 15px;
}

.new-select__item span:hover {
    color: #ffffff;
    background: #6094E1;
}

.new-select__item span:hover p{
    color: #ffffff;
}

.new-select:after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url(../images/calculator_arrow.svg) no-repeat right center / cover;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.link__footer{
    color: white !important;
    text-decoration: none !important;
}
.link__footer:visited{
    color: white !important;
}
.cookie{
    position: fixed;
    z-index: 9999;
    bottom: 150px;
    border-radius: 20px;
    transform: translate(-50%, 50%);
    left: 50%;
    display: flex;
    align-items: center;
    background-color: white;
    padding: 25px 50px;
    box-shadow: 0.5px 0.3px 5px #d7d7d7;
}
.cookie__text{
    font-size: 16px;
    color: black;
    font-weight: 500;
    margin: 0 44px;
    line-height: 1.35;
}
.cookie__text span{
    font-weight: 700;
}
.cookie__button-red{
    background-color: #E16544;
    border: none!important;
    outline: none !important;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    padding: 15px 0px;
    width: 291px;
}
.checked{
    opacity: 0;
}
@media (max-width: 1200px){
    .cookie__button-red{
        width: 200px;
    }
    .cookie__img img{
        height: 60px !important;
        width: 60px !important;
    }
    .cookie__text{
        width: 635px !important;
    }
}
@media (max-width: 1100px){
   .cookie__text{
       width: 335px !important;
   }
}
@media (max-width: 992px){
    .cookie{
        flex-direction: column;
        margin-bottom: 45px;
    }
    .cookie__text{
        margin: 15px 44px 20px!important;
        text-align: center;
    }
}

.cookie__button-red:hover{
    background-color: #E16544;
}
.cookie__button-red:active{
    background-color: #DD4E28;
}
.cookie__button-red:focus{
    background-color: #E37E63;
}
.header__registration, .header__registration:visited{
    color: #DD4E28;
    text-decoration: none !important;
}
.header__registration:hover{
    color: #E16544;
}
.font-header, .font-header:visited{
    color: black;
    text-decoration: none !important;
}
.font-header:hover{
    color: #6094E1;
}



.answer_but{
    background-color: #DD4E28 !important;
    text-decoration: none !important;
    width: 100%;
    max-width: 203px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    color: white;
    cursor: pointer;
}
.answer_but:hover{
    color: white;
    background-color: #E16544 !important;
}
.answer_but:active{
    color: white;
    background-color: #DD4E28 !important;
}
.answer_but:focus{
    color: white;
    background-color: #E37E63 !important;
}
.burger__links, .burger__links:visited{
    color: white !important;
    cursor: pointer;
    text-decoration: none !important;
}
.accordeon li a{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.accordeonOpen {
    overflow: hidden !important;
}
.accordeon::-webkit-scrollbar-thumb{
    border-left: 4px solid rgba(223, 223, 223, 1);
}å
.accordeon::-webkit-scrollbar-track{
	background: rgba(0, 0, 0, 0) !important;
}å

.accordeon::-webkit-scrollbar{
	background: rgba(0, 0, 0, 0) !important;
	width: 10px;
    }
.color{
    cursor: pointer;
}
.footer__soc img{
    min-width: 31px;
    min-height: 31px;
    width: 31px;
    transform: scale(0.97);
}
.footer__soc.flag__footer img{
    max-width: 31px;
    max-height: 31px;
    width: 100%;
    height: 100%;
}
.footer__soc.flag__footer {
    align-self: flex-start;
    justify-content: flex-end;
    gap: 10px;
}
.footer__soc.flag__footer img{
    max-width: unset;
    max-height: unset;
}
.burger{
    overflow-y: scroll !important;
    padding-top: 150px !important;
}
.contacts__img {
    position: absolute;
    top: 365px;
    right: -600px;
    width: 1200px;
    height: 1200px;
    max-width: none;
}
.contacts__container{
    position: relative;
    z-index: 99;
}
.contact{
    right: -22%;
}
@media(max-width: 576px){
    .contacts__form{
        margin-bottom: 115px !important ;
    }
    .contacts__img {
        top: 270px;
        width: 800px;
        height: 800px;
        right: -400px;
        right: none;
        left: inherit;
    }
}
.header-hide{
    transform: translate(0%, -100%);
    opacity: .3s;
    transition: .3s;
}
.header{
    background: rgba(245, 245, 245, 0.4);
    -webkit-backdrop-filter: blur(24px); 
    backdrop-filter: blur(24px);
    top:  0% !important;
}
@media (max-width: 768px) {
    .header {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}
.footer a{
    text-decoration: none !important;
    outline: none !important;
}
.overlow{
    overflow-y: hidden !important;
}
.flag__footer.footer__soc a img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
@media (max-width: 768px){
    .cookie{
        width: 100% !important;
        max-width: 340px !important;
        bottom: 300px !important;
        margin-bottom: 0;
    }
    .cookie__text{
        width: 100% !important;
    }
    .cookie__button-red{
        width: 300px !important;
    }
    .flag__block{
        flex-direction: column;
    }
    .flag__block {
        padding: 32px 10px 60px;
        text-align: center;
    }
    .flag__footer.footer__soc img:hover {
        transform: scale(1.1);
        transition: 0.2s;
    }
    .font-text.flag__span {
        padding: 10px;
        font-weight: 700;
    }
    .footer__soc{
        align-self: flex-start;
        width: 100%;
    }
    .header__unset{
        color: white !important;
    }
    .header__unset:hover{
        color: white !important;
    }
    .header__lang:hover .header__globe{
        filter: brightness(2) contrast(2) !important;
    }
    .accordeon{
        left: -8% !important;
        width: 58px !important;
    }
    .flag__footer.footer__soc {
        width: 90%;
        margin: 20px auto;
        gap: 15px;
        justify-content: center;
        margin-bottom: 0;
    }
}

.something__else {
    padding-top: 35px !important;
}

@media(max-width: 576px){ 
    .something__else{
        padding-top: 43px !important;
    }
    .contacts__form{
        margin-bottom: 0px;
    }
    .contact{
        top: -5%;
        right: -55%;
    }
    .contact__group {
        height: 149px !important;
        width: 204px !important;
        position: absolute;
        top: 30% !important;
        right: 25% !important;
        z-index: 0;
        transform: translate(-50%, 50%);
    }
    .contact__groups {
        height: 800px;
        width: 800px;
        top: 31%;
        right: -23%;
        left: 27%;
        max-width: 1200px;
    }
    .contacts__desc-second {
        margin-bottom: 25px !important;
    }
    
}
.footer__advanced{
    display: flex;
    flex-direction: column;
}
@media (max-width: 992px){
    .footer{
        padding: 50px 25px;
    }
}
@media (max-width: 475px){
    .font-title-small{
        font-size: 20px;
    }
}
.error-valid{
    border: 1px red solid !important;
    background-color: rgba(255, 0, 0, 0.15) !important;
}
#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease-in;
    transform: rotate(-90deg);
}

@media (max-width: 440px) {
    .new-select__item span {
        font-size: 14px !important;
    }
}

.contacts__desc-second.font-text-small {
    margin-top: 0;
    margin-bottom: 15px !important;
}