@charset "UTF-8";

html,
body {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  background: white;
}

.login {
  margin-top: 1.625rem;
  text-decoration: none;
}

button {
  border: 0px;
  background-color: inherit;
}

.section__container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn-black {
  background-color: #000;
  border-radius: 80px;
  padding: 12px 40px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.0588rem;
  font-weight: 500;
  gap: 10px;
}

.btn-orange {
  background-color: #ff6900;
  border-radius: 80px;
  padding: 16px 40px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.21rem;
  font-weight: 500;
  width: 100%;
  border: 0px;
  gap: 10px;
}

.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 100px;
  width: 50px;
  height: 50px;
  border: 1px solid #ff6900;
  background: #ff6900;
  border-radius: 50%;
  transition: all 0.7s;
  cursor: pointer;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.mobile{
  display: none;
}

/* Для мобильной верстки */
.mobile-topbar {
  font-weight: 400;
  background-color: inherit;
  padding-right: 14px;
  text-decoration: none;

}

.mobile-topbar :nth-child(1) {
  text-align: center;
  font-family: "Rubik";
  font-size: 8px;
  line-height: 130%;
  color: #494949;
}

.mobile-topbar :nth-child(2) {
  font-size: 12px;
  line-height: 130%;
  padding-left: 20px;
  color: #1e1e1e;
}

.block-footer {
    padding-top: 3.75rem;
    padding-bottom: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #1e1e1e;
}

/*Элементы скрываемые не в мобильном режиме*/
.rek-mobileimg,
.butmobile,
.mobile_benefitimg,
.mobilemenu,
.mobile-block-top,
.mobilephone-mobile {
  display: none !important;
}
.mobilemenu{
  padding: 16px 0;
}
.navbar-toggler{
  border: initial;
}
.header{
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 20px 0 10px;
  width: 100%;
}
.header:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  display: block;
  opacity: 0.8;
  z-index: -1;
}

header .btn-black{
  padding: 8px 20px;
}
header .btn-black a{
  color: white!important;
}

p {
  margin-top: 0;
  margin-bottom: 0rem;
}

.block-footer {
  padding-top: 3.75rem;
  padding-bottom: 20px;
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #1e1e1e;
}

.block-footer .footercopy {
  padding-top: 20px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1rem;
  border-top: 1px solid #696969;
}
.block-footer .footercopy a{
  text-decoration: underline;
  color: #0645AD;
}
.block-footer .footercopy a:hover{
  cursor: pointer;
}
.block-footer .footerlogo  {
  padding-bottom: 40px;
  max-width: 335px;
}
.block-footer .footerlogo img{
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.block-footer .footernumber {
  border-right: 1px solid #696969;
  padding-right: 15px;
}

.block-footer .footernumber :nth-child(1) {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 1rem;
  color: #696969;
  line-height: 5px;
}

.block-footer .footernumber :nth-child(2) {
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 35px;
}

.block-footer .footerexplan {
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-left: 15px;
  line-height: 5px;
  padding-top: 15px;
}

.block-footer .footerlinks a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.block-footer .footerlinks :nth-child(1) {
  padding-right: 35px;
  padding-top: 40px;
}

.block-footer .footerlinks :nth-child(2) {
  padding-top: 40px;
}

.block-footer .footeradr {
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}

.block-footer .footeradr :nth-child(1) {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.block-footer .footeradr :nth-child(2) {
  width: 60%;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 00px;
  white-space: nowrap;
}

.block-footer .footeradr :nth-child(3) {
  font-size: 32px;
  line-height: 2.8rem;
}

.block-footer .footer-links-cdek a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.block-footer .footerinfo a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
}

.block-footer .footerinfo .btn-orange {
  margin-top: 20px;
  position: relative;
}

.call-button {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  background-color: #ff6900;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  border: 0px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer {
  background-color: #1e1e1e;
}

.footer__container {
  max-width: 1920px;
  margin: 0 auto;
}

.block-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.block-footer>.col-md-4 {
  max-width: 335px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Raleway", sans-serif;
  --third-family: "Rubik", sans-serif;
}

.callbackform{
  text-decoration: none;
}

.header ul{
  padding: 0;
}
.navbar-toggler{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.navbar-toggler:before{
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: black;
}
.navbar-toggler span{
  width: 18px;
  height: 2px;
  background: black;
  display: block;
  border-radius: 1px;
}
.navbar-toggler:after{
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: black;
}


.footer{
  max-width: 100%;
  overflow: hidden;
}

.header__block{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;

}
.header.moved .header__block{
  gap: 60px;
}
.header.moved .header__menu{
  margin-left: 120px;
  margin-right: 120px;
}
.header.moved .header__numbers{
  margin-right: auto;
  flex-direction: row;
}
.header__menu{
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 0;
}
.header__logo{
  max-width: 300px;
  /*max-width: 50px;*/
  margin-top: -16px;
  text-decoration: none;
}
.header__logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.header__item{
  white-space: nowrap;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.header__item:hover{
  text-decoration: underline;
}
.header__item.btn-black{
  color: white;
}
.header__item.btn-black:hover{
  text-decoration: none;
}
.header__socials{
  display: flex;
  gap: 16px;
  margin: 0;
}

.header__minicart {
    position: relative;
}

.minicart-icon {
    position: relative;
    cursor: pointer;
}

.minicart-count {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 18px;
    width: 18px;
    color: white;
    background: red;
    border-radius: 10px;
    font-size: small;
    text-align: center;
}

.minicart-content {
    display: none;
    position: absolute;
    top: 0px;
    width: 210px;
    background: whitesmoke;
    padding: 10px;
    left: 40px;
}

.header__minicart:hover > .minicart-content {
    display: block;
}

.header__numbers{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.header__number{
  list-style: none;
}
.header__number-text{
  font-weight: 400;
  font-size: 13px;
  color: #494949;
}
.header__number a {
  font-weight: 400;
  font-size: 18px;
  color: #1e1e1e;
  text-decoration: none;
  white-space: nowrap;
}
.header__actions{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.header__buttons{
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.header.moved .header__phrase{
  display: none;
}
.header.moved .header__phrase{
  display: none;
}
.header .header__image img:nth-child(2){
  display: none;
}
.header.moved .header__logo{
  max-width: 50px;
  margin-top: 0;
}
.header .header__image img:nth-child(2){
  border-radius: 20px;
}
.header.moved .header__image img:nth-child(2){
  display: initial;
}
.header.moved .header__image img:nth-child(1){
  display: none;
}
.mobilemenu .header__socials{
  margin: 0;
  margin-left: auto;

}

.header__phrase{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #494949;
  display: block;
  text-align: right;
  margin-top: -20px;
  padding-right: 20px;
}

.footerinfo p:last-child{
  font-size: 32px;
  line-height: 2.8rem;
  color: white;
}

.login__icon{
  display: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  opacity: 0;

}
.login_btn{
  display: block;
  margin: 0;
  transition: 0.3s ease all;
}
.header__buttons button {
  position: relative;
}
.number-move{
  width: 30px;
  height: 30px;
  display: none;
  opacity: 0;
}
.number-move a{
  width: 100%;
  display: block;
}

@keyframes headerUp {
  0%{
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-50%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
    position: absolute;
  }
}

@keyframes headerVision {
  0%{
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headerHide {
  0%{
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}

.moved .login__icon{
  display: block;
  animation: headerVision 0.3s ease forwards;
}
.moved .login_btn {
  animation: headerUp 0.3s ease forwards;
  display: none;
}
.moved .header__switch {
  animation: headerHide 0.3s ease forwards;
}

.moved .header__number {
  animation: headerHide 0.3s ease forwards;
}
.moved .number-move{
  display: block;
  animation: headerVision 0.3s ease forwards;
}
.moved .header{
  padding: 20px 0 10px;
}

.footercopy p {
  display: inline;
}
.footer-list img{
  max-width: 60px;
  object-fit: contain;
}
.footer-list a {
  font-size: 32px!important;
}

.wave {
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  transform: scale(0);
  animation: wave .5s linear;
  pointer-events: none;
  position: absolute;
}

@keyframes wave {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animation__wave{
  overflow: hidden;
  position: relative;
}


.header__switch{
  align-self: flex-end;
  max-width: 280px;
}
.header__switch img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer__images{
  gap: 16px;
  display: flex;
}
.small-mobile{
  display: none;
}
.header .mobilemenu .login__icon{
  display: block;
  opacity: 1;
}