body {
  margin: 0;
  padding: 0;
  font-family: "Mont", "Arial";
  font-weight: normal;
  color: #fff;
  position: relative;
}

div, ul, input {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
}

p, h1 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 30px;
  font-size: 20px;
}

h1, .headline {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 56px;
  position: relative;
  z-index: 1;
  max-width: 940px;
  padding-top: 5.24%;
}

.headline {
  max-width: 100%;
}

.light .headline {
  color: #000;
}

h1::before {
  width: 70px;
  height: 123px;
  display: block;
  content: "";
  position: absolute;
  background: #ff4c00;
  bottom: 69px;
  z-index: -1;
  left: 3px;
}

a:hover, .phone-block a:hover {
  color: #ff4c01;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
}

.btn {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  margin-right: 6px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-flex:hover #arrow_1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.btn-flex:hover #close_1 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.btn-anchor:hover {
  color: #fff;
}

.break:after {
  content: '\A';
  white-space: pre;
}

.header {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 400;
}

.logo-block {
  width: 68.13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.phone-block {
  width: 17.58%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-modal-block {
  width: 14.29%;
  min-width: 260px;
}

#sloy_1 {
  fill: #fff;
  width: 64px;
  height: 64px;
  -webkit-transition: fill .1s;
  -o-transition: fill .1s;
  transition: fill .1s;
}

#sloy_1.light {
  fill: #000;
  -webkit-transition: fill .1s;
  -o-transition: fill .1s;
  transition: fill .1s;
}

.phone-block a {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
}

.phone-block a.light {
  color: #000;
  -webkit-transition: color .1s;
  -o-transition: color .1s;
  transition: color .1s;
}

.phone-block a.light:hover {
  color: #ff4c00;
}

#arrow_1 {
  fill: #ff4c00;
  width: 24px;
  padding-bottom: 5px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

#send_1 {
  fill: #ff4c00;
  width: 31px;
  padding-bottom: 5px;
}

#close_1 {
  fill: #ff4c00;
  width: 24px;
  padding-bottom: 5px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  position: fixed;
  bottom: 50%;
  left: 70px;
  moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transition: -webkit-transform .11s;
  transition: -webkit-transform .11s;
  -o-transition: transform .11s;
  transition: transform .11s;
  transition: transform .11s, -webkit-transform .11s;
}

.copyright.light {
  color: #000;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.full-page {
  position: relative;
  z-index: 0;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0 50px 0 180px;
  z-index: -2;
  background: #fff;
  /*padding-bottom: 90px;*/
}

.section1 {
  background: url(/images/bg1.jpg) no-repeat center;
  background-size: cover;
}

.section1::after {
  display: block;
  content: "";
  background: rgba(22, 20, 20, .8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.section3 {
  background: url(/images/bg3.jpg) no-repeat center;
  background-size: cover;
}

.section4 .row {
  padding-bottom: 180px;
}

.section5 {
  background: url(/images/bg4.jpg) no-repeat center;
  background-size: cover;
}

.section8 {
  background: url(/images/bg8.jpg) no-repeat center;
  background-size: cover;
}

.section10 {
  background: url(/images/bg10.jpg) no-repeat bottom center;
  background-size: cover;
}

.section10::after {
  display: block;
  content: "";
  background: rgba(22, 20, 20, .7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.section12 {
  background: url(/images/bg12.jpg) no-repeat 60% 17%;
  background-size: cover;
}

.section12::after {
  display: block;
  content: "";
  background: rgba(22, 20, 20, .8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.black-background {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(22, 20, 20, .8);
  width: 85.5%;
  height: 100%;
  z-index: -1;
}

.gray-background {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(22, 20, 20, .4);
  width: 9.5%;
  height: 100%;
  z-index: -1;
}

.orange-background {
  position: absolute;
  left: 9.5%;
  bottom: 0;
  background: #ff4c00;
  width: 5%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: -1;
}

.row {
  width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  z-index: 3;
  padding-top: 164px;
}

.row3, .row9 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row3 {
  padding-top: 200px;
}

.text-container {
  padding-top: 35px;
}

.text-container p {
  color: #fff;
  font-weight: 300;
  max-width: 940px;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 30px;
}

.light .text-container p {
  color: #000;
}

.fxbl-for-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-list {
  width: 31%;
  margin-top: 65px;
}

.list-line {
  opacity: 0;
  width: 40px;
  height: 3px;
  background: #ff4c00;
}

.list-line.active, .section1 .list-line {
  animation: anim-line .5s ease-in-out .1s forwards;
}

@keyframes anim-line {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    width: 40px;
    opacity: 1;
  }
}

.text-in-block {
  margin-top: 30px;
}

.btn-anchor-block {
  margin-top: 78px;
}

.text-decor::before {
  display: block;
  content: "";
  width: 123px;
  height: 70px;
  position: absolute;
  background: #ff4c00;
  z-index: -1;
  bottom: 39px;
  left: -24px;
}

.headline-in-block {
  color: #000;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 93.59px;
  font-weight: 800;
}

.headline-in-block span {
  font-size: 85px;
}

.light .text-in-block {
  color: #000;
}

.light .headline-in-block {
  margin-bottom: 40px;
}

.after-number {
  margin-top: 15px;
}

.section3 .headline {
  padding-top: 100px;
}

.left-block {
  width: 62%;
}

.right-block-circle, .right-block {
  position: relative;
}

.circle-block {
  border-radius: 50%;
  width: 590px;
  height: 590px;
  position: absolute;
  top: -40px;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
  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;
}

#duga_2 {
  stroke: #fff;
  width: 480px;
  fill: none;
  stroke-dasharray: 1015;
  stroke-dashoffset: 0;
  position: absolute;
  transform: rotate(14deg);
  right: 0px;
  bottom: -12px;
  opacity: 0;
}

#duga_2.active {
  animation: rotate-circle .5s ease-in-out .3s forwards;
  animation-iteration-count: 1;
}

@keyframes rotate-circle {
  from {
    stroke-dashoffset: 1000;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.inside-circle {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  position: absolute;
  right: 160px;
  bottom: 180px;
  cursor: pointer;
}

#play_1 {
  width: 75px;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-bottom: 20px;
}

#play_1:hover {
  fill: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.column-block {
  width: 31%;
  margin-top: 70px;
}

.column-block p {
  color: #000;
  width: 324px;
  margin-bottom: 40px;
}

.rectangle {
  width: 319px;
  height: 203px;
  position: absolute;
  bottom: 0;
  right: 16%;
  background: #ff4c00;
  opacity: 0;
}

.rectangle.active {
  animation: anim-rectangle .8s ease-in-out .1s forwards;
}

@keyframes anim-rectangle {
  from {
    height: 0;
    opacity: 1;
  }
  to {
    height: 203px;
    opacity: 1;
  }
}

.section6 .container-for-form {
  margin-top: 80px;
}

.section6.light .field-form.field-btn {
  width: 50%;
}

.decor-7::after {
  content: "";
  width: 70px;
  height: 123px;
  background: #ff4c00;
  position: absolute;
  bottom: 69px;
  z-index: -1;
  right: 18px;
}

.section7 .four-block-list .headline-in-block {
  position: relative;
  margin-bottom: 0;
}

.section7 .four-block-list .headline-in-block::before {
  display: block;
  content: "";
  position: absolute;
  width: 393px;
  height: 65px;
  background: #ff4c00;
  z-index: -1;
  left: -350px;
  bottom: 25px;
  opacity: 0;
}

.section7 .four-block-list .headline-in-block.active::before {
  animation: anim-numb-head .6s ease-in-out .1s forwards;
}

@keyframes anim-numb-head {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    width: 393px;
    opacity: 1;
  }
}

.section7 .block-list:last-child .list-line {
  display: none;
}

.section7 .block-list:last-child .after-number {
  margin-top: 0;
}

.section8 .text-container p, .section9 .text-container p {
  margin-bottom: 30px;
}

.section9 .right-block {
  position: relative;
}

.manager-name {
  position: absolute;
  bottom: 18%;
  right: 15%;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.manager-name span {
  font-weight: 800;
  font-size: 20px;
}

.section10:before {
  content: "";
  width: 1012px;
  height: 170px;
  position: absolute;
  top: 18%;
  left: 0;
  right: 278px;
  bottom: 12px;
  background: rgba(255, 76, 0, 1);
  mix-blend-mode: multiply;
  z-index: 1;
}
.section10 .headline {
  padding-top: 8.24%;
}

.section10 .block-list {
  margin-bottom: -30px;
  margin-top: 110px;
}

.long-line {
  width: 66%;
  height: 4px;
  background: #ff4c00;
  position: absolute;
  left: 0;
  bottom: 20%;
  opacity: 0;
}

.long-line.active {
  animation: anim-long-line .8s ease-in-out .1s forwards;
}

@keyframes anim-long-line {
  from {
    width: 0;
    opacity: 1;
  }
  to {
    width: 66%;
    opacity: 1;
  }
}

.section5 .headline {
  max-width: 970px;
}

.flex-block-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-form {
  width: 31%;
  margin-top: 60px;
  position: relative;
}

button {
  background: transparent;
  border: none;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

.light button {
  color: #000;
}

button:hover {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  height: 60px;
  width: 84%;
  font-weight: 800;
  font-size: 25px;
  line-height: 51px;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.light input {
  color: #000;
  border-bottom: 2px solid #000;
}

input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 800;
  font-family: "Mont", "Arial";
  font-size: 25px;
  line-height: 51px;
  padding-bottom: 5px;
}

input:-ms-input-placeholder {
  color: #fff;
  font-weight: 800;
  font-family: "Mont", "Arial";
  font-size: 25px;
  line-height: 51px;
  padding-bottom: 5px;
}

input::-ms-input-placeholder {
  color: #fff;
  font-weight: 800;
  font-family: "Mont", "Arial";
  font-size: 25px;
  line-height: 51px;
  padding-bottom: 5px;
}

input::placeholder {
  color: #fff;
  font-weight: 800;
  font-family: "Mont", "Arial";
  font-size: 25px;
  line-height: 51px;
  padding-bottom: 5px;
}

.light input::-webkit-input-placeholder {
  color: #000;
}

.light input:-ms-input-placeholder {
  color: #000;
}

.light input::-ms-input-placeholder {
  color: #000;
}

.light input::placeholder {
  color: #000;
}

.floating-label {
  position: absolute;
  height: 60px;
  width: 84%;
  font-weight: 800;
  font-size: 25px;
  line-height: 62px;
  color: #fff;
  z-index: 1;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.clicked .floating-label {
  margin-top: -50px;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.error-mess {
  position: absolute;
  top: -30px;
  color: #ff4c00;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  display: none;
}

input.error, .label-cbx .checkbox.error, .light .label-cbx .checkbox.error {
  border-color: #ff4c00;
}

.policy-conf-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.light .policy-conf-block {
  margin-top: 40px;
}

.label-cbx {
  user-select: none;
  cursor: pointer;
}

.label-cbx input:checked+.checkbox {
  border-color: #ff4c00;
}

input.cbx-invisible {
  width: 30px;
  margin: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.label-cbx input:checked+.checkbox svg path {
  fill: #ff4c00;
}

.label-cbx input:checked+.checkbox svg polyline {
  stroke-dashoffset: 0;
}

.label-cbx .checkbox {
  position: relative;
  top: 0;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
}

.light .label-cbx .checkbox {
  border: 2px solid #000;
}

.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.label-cbx .checkbox svg path {
  fill: none;
  stroke: #ff4c00;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: bevel;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}

.policy-conf {
  font-size: 14px;
  line-height: 30px;
}

.light .policy-conf, .light .policy-conf a {
  color: #000;
}

.phone-mask {
  font-family: "Mont", "Arial";
}

.light .field-form.field-btn {
  width: 40%;
}

.section5 {
  padding-left: 15%;
}

.section7 .four-block-list {
  margin-top: 50px;
  width: 44%;
}

.section7 .headline {
  max-width: 920px;
}

.section9 .flex-block-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section9 .field-form, .section9 .field-form.field-btn {
  width: 100%;
  margin-top: 55px;
}

.section9 .your-phone {
  width: 41%;
}

.photo-block {
  position: relative;
  width: 38%;
}

.photo-img {
  bottom: 0;
  position: absolute;
  right: 42%;
  width: 550px;
}

.section11 .row {
  padding-bottom: 150px;
}

/*оформление модального окна*/

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s linear, visibility .0s linear .5s, z-index .0s linear .5s;
}

.modal .row {
  padding-top: 0;
}

.modal-callback {
  background: url(/images/bg0.jpg) no-repeat center;
  background-size: cover;
}

.modal-how-work {
  background: url(/images/bg3.jpg) no-repeat center;
  background-size: cover;
}

.modal.active {
  opacity: 1;
  z-index: 500;
  visibility: visible;
  transition: opacity .5s linear, visibility .0s linear .0s, z-index .0s linear .0s;
}

.call-back {
  -webkit-transition: .1s;
  -o-transition: color .1s;
  transition: color .1s;
}

.call-back.light {
  color: #000;
  -webkit-transition: .1s;
  -o-transition: color .1s;
  transition: color .1s;
}

.modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  z-index: 1;
}

.modal-container.modal-callback::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 20, 20, .85);
  content: "";
  z-index: -1;
}

.modal-header {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  width: 100%;
  min-height: 164px;
}

.modal-header .logo-block, .modal-header .phone-block, .modal-header .btn-modal-block {
  height: 64px;
}

.modal .modal-header .btn-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-block {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 50px 90px 180px;
  z-index: 0;
  background: transparent;
}
.modal .btn-modal-block .btn {
  margin-right: 10px;
}

.form-success-message {
  display: none;
  margin-top: 75px;
  padding-bottom: 160px;
}

.form-success-message p {
  font-weight: 800;
  font-size: 25px;
  line-height: 51px;
  margin-right: 6px;
}

.light .form-success-message p {
  color: #000;
}

.form-success-message.success-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-decor.active::before {
  background: blue;
}

#typed {
  color: #000;
  font-weight: 800;
  font-size: 50px;
  line-height: 56px;
  height: 60px;
  display: block;
}

#typed span {
  color: #ff4c00;
}

.equation {
  color: #000;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
}

#typed.nomargin {
  display: inline-block;
  height: 54px;
  min-height: 54px;
  width: 10px;
}

.comment-equation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-equation p {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding-right: 2%;
}

.color-equ {
  color: #ff4c00;
}

.comment-typed {
  position: relative;
}

.example-list {
  display: none;
}

.example-container {
  margin-top: 30px;
  position: relative;
}

.box {
  color: #000;
  display: flex;
  max-width: 550px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -9;
  transition: visibility 0s linear 2.5s, z-index 0s linear 2.5s, opacity .5s linear 2s, color .5s linear;
}

.box1 {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
}

.box1 span:first-child {
  margin-right: 25px;
}

.box.visible {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  color: #000;
  transition: visibility 0s linear, z-index 0s linear, opacity 1.5s linear 0s;
}

.btn-restart {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 40%;
  top: 7px;
  cursor: pointer;
}

.btn-restart.visible {
  display: inline;
}

#reload_1 {
  fill: #ff4c00;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;

}
.btn-restart:hover #reload_1 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.color {
  color: red;
}

.multiplication, .comment-equation p:nth-child(2) {
  display: none;
  font-size: 28px;
  line-height: 21px;
  padding-top: 5px;
}

.example-list>div {
  margin-top: 26px;
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .section10:before {
    width: 1400px;
    top: 10%;
  }
  .manager-name {
    bottom: 8%;
  }
}

@media screen and (max-width: 1750px) {
  .section10:before {
    width: 845px;
  }
}
@media screen and (max-width: 1650px) {
  .photo-img {
    width: 500px;
  }
}

@media screen and (max-width: 1600px) {
  .photo-img {
    right: 25%;
  }
  .manager-name {
    right: 0;
    padding-bottom: 10%;
    ;
  }
  .break-1600px::after {
    content: '\A';
    white-space: pre;
  }
  .section9 .text-container p:last-child .break {
    display: none;
  }
}

@media screen and (max-width: 1540px) {
  .circle-block {
    width: 500px;
    height: 500px;
    top: -15px;
    left: -50px;
  }
  #duga_2 {
    width: 395px;
    right: 10px;
    bottom: -10px;
  }
  .inside-circle {
    right: 120px;
    bottom: 115px;
  }
  #play_1 {
    width: 67px;
  }
  .column-block p {
    width: 317px;
  }
  .manager-name {
    bottom: 20px;
  }
  .section10:before {
    top: 17%;
  }
  .btn-restart {
    left: 48%;
  }
}

@media screen and (max-width: 1437px) {
  .gray-background {
    width: 7.5%;
  }
  .orange-background {
    width: 3%;
    left: 7.5%;
  }
  .black-background {
    width: 89.5%;
  }
  .section5 {
    padding-left: 11%;
  }
  .rectangle {
    width: 224px;
    height: 171px;
    right: 17.5%;
  }
  .photo-img {
    width: 450px;
    bottom: -20px;
  }
}

@media screen and (max-width: 1395px) {
  .circle-block {
    left: -120px;
  }
  #duga_2 {
    width: 360px;
    right: 40px;
    bottom: 10px;
  }
  .btn-form {
    font-size: 23px;
  }
}

@media (min-width: 1281px) and (max-width: 1394px) {
  .section7 .headline, .section9 .headline {
    padding-top: 2%;
  }
  .section7 .block-list {
    margin-top: 50px;
  }
  .section7.light .headline-in-block {
    margin-bottom: 10px;
  }
  .decor-7::after {
    bottom: -19px;
  }
  .section9 .text-container p:last-child {
    margin-bottom: 0;
  }
  .section9 .field-form, .section9 .field-form.field-btn {
    margin-top: 25px;
  }
  .manager-name {
    bottom: 5px;
  }
}

@media screen and (max-width: 1280px) {
  .header {
    padding: 35px;
  }
  .modal-header {
    min-height: 120px;
    padding: 35px;
  }
  .slider {
    padding: 0 35px 0 180px;
  }
  .row {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .row9 {
    padding-bottom: 0;
  }
  #sloy_1 {
    width: 50px;
    height: 50px;
  }
  .modal-header .logo-block, .modal-header .phone-block, .modal-header .btn-modal-block {
    height: 50px;
  }
  .phone-block a, .btn {
    font-size: 20px;
  }
  #arrow_1, #close_1 {
    width: 18px;
  }
  h1, .headline {
    font-size: 35px;
    line-height: 45px;
  }
  h1::before {
    width: 49px;
    height: 86px;
    bottom: 57px;
    left: 2px;
  }
  p, .text-container p {
    font-size: 17px;
    line-height: 26px;
  }
  .copyright {
    left: 55px;
  }
  .phone-block {
    min-width: 170px;
  }
  .btn-modal-block {
    min-width: 208px;
  }
  .text-decor::before {
    width: 86px;
    height: 49px;
    bottom: 31px;
    left: -14px;
  }
  .headline-in-block {
    line-height: 77px;
    font-size: 60px;
  }
  .headline-in-block span {
    line-height: 77px;
    font-size: 70px;
  }
  .light .headline-in-block {
    margin-bottom: 30px;
  }
  .circle-block {
    width: 465px;
    height: 465px;
    left: -60px;
  }
  .inside-circle {
    bottom: 120px;
  }
  #play_1 {
    padding-bottom: 10px;
  }
  .section5 .field-form {
    margin-top: 40px;
  }
  .break-1280px::after {
    content: '\A';
    white-space: pre;
  }
  .column-block p {
    width: 251px;
  }
  .section4 .headline {
    padding-top: 60px;
  }
  .column-block {
    margin-top: 60px;
  }
  .column-block p {
    margin-bottom: 40px;
  }
  .gray-background {
    width: 8%;
  }
  .orange-background {
    width: 3%;
    left: 8%;
  }
  .black-background {
    width: 89%;
  }
  .section5 {
    padding-left: 11%;
  }
  .btn-form {
    font-size: 20px;
  }
  .section5 {
    padding-left: 180px;
  }
  .section6 .field-form {
    margin-top: 35px;
  }
  .example-container {
    margin-top: 0;
  }
  #typed {
    font-size: 35px;
    line-height: 45px;
  }
  #reload_1 {
    width: 30px;
    height: 30px;
  }
  .floating-label, input {
    font-size: 20px;
    width: 77%;
  }
  input::-webkit-input-placeholder {
    font-size: 20px;
  }
  input:-ms-input-placeholder {
    font-size: 20px;
  }
  input::-ms-input-placeholder {
    font-size: 20px;
  }
  input::placeholder {
    font-size: 20px;
  }
  .decor-7::after {
    width: 49px;
    height: 86px;
    right: 8px;
    bottom: 57px;
    ;
  }
  .section7 .block-list, .section7 .four-block-list {
    margin-top: 40px;
  }
  .section7 .four-block-list .headline-in-block::before {
    height: 52px;
    left: -356px;
    bottom: 19px;
  }
  .section7 .headline {
    max-width: 640px;
  }
  .section9 .field-form {
    margin-top: 0;
  }
  .section9 .field-form.field-btn {
    margin-top: 30px;
  }
  .section9.light .policy-conf-block {
    margin-top: 20px;
  }
  .photo-img {
    width: 400px;
  }
  .modal-how-work .block-list {
    width: 44%;
    margin-top: 35px;
  }
  .section10:before {
    width: 642px;
    height: 106px;
  }
  h1, .headline {
    padding-top: 50px;
  }
  .box {
    max-width: 370px;
  }
  .box1 {
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .multiplication {
    display: block;
  }
  .video-block iframe {
    height: 300px;
    width: 500px;
  }
  .box1 span:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1160px) {
  .circle-block {
    left: 120px;
    top: -190px;
  }
  .row3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .break-1050px::after {
    content: '\A';
    white-space: pre;
  }
  .field-form {
    width: 44%;
  }
  .section7 .block-list {
    width: 44%;
  }
  .section7 .four-block-list .headline-in-block::before {
    display: none;
  }
  .section7 .block-list:last-child .list-line {
    display: block;
  }
  .section7 .four-block-list .headline-in-block {
    margin-bottom: 30px;
  }
  .section7 .block-list:last-child .after-number {
    margin-top: 15px;
  }
  .section7 .four-block-list {
    width: 52%;
  }
  .manager-name {
    display: none;
  }
  .photo-img {
    right: 5%;
    width: 370px;
  }
  .left-block {
    width: 100%;
  }
  .photo-block {
    width: 20%;
  }
  .section6.light .field-form.field-btn {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1160px) and (max-height: 720px) {
  h1, .headline,
  .section3 .headline,
  .section4 .headline {
    padding-top: 15px;
    font-size: 30px;
    line-height: 35px;
}
h1::before {
  width: 43px;
  height: 65px;
  bottom: 42px;
}
.text-container {
  padding-top: 25px;
}
p, .text-container p {
  font-size: 15px;
  line-height: 23px;
}
.text-container p {
  margin-bottom: 10px;
}
.block-list {
  margin-top: 20px;
}
.text-in-block {
  margin-top: 15px;
}
.btn-anchor-block {
  margin-top: 30px;
}
.phone-block a, .btn {
  font-size: 18px;
}
.headline-in-block {
  font-size: 45px;
  line-height: 60px;
}
.light .headline-in-block {
  margin-bottom: 0;
}
.text-decor::before {
width: 73px;
  height: 40px;
  bottom: 23px;
  left: -11px;
}
.circle-block {
  left: 280px;
    top: -215px;
    width: 420px;
    height: 420px;
}
#duga_2 {
  width: 340px;
}
.policy-conf-block {
  margin-top: 35px;
}
.section6 .container-for-form {
  margin-top: 50px;
}
.headline-in-block span {
  line-height: 70px;
  font-size: 60px;
}
.section7 .block-list, .section7 .four-block-list {
  margin-top: 20px;
}
.section7 .four-block-list .headline-in-block {
  margin-bottom: 0;
}
.section7 .headline {
  max-width: 550px;
}
.decor-7::after {
  width: 43px;
  height: 65px;
  right: 8px;
  bottom: 43px;
}
.section8 .text-container p, .section9 .text-container p {
  margin-bottom: 20px;
}
.photo-img {
  right: 25%;
  width: 340px;
}
.error-mess {
  top: -20px;
}
.section10:before {
  top: 20%;
}
.section10:before {
  width: 540px;
}
.section10 .block-list {
  margin-bottom: 0;
  margin-top: 30px;
}
.field-form {
  margin-top: 45px;
}
#fp-nav ul li, .fp-slidesNav ul li {
  margin: 13px 0;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 13px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  width: 25px;
}
.box1 {
  font-size: 13px;
  line-height: 17px;
}
}

@media screen and (max-width: 1050px) {
  .block-list {
    width: 44%;
  }
  .slider, .modal-block {
    padding-left: 135px;
  }
  .column-block {
    width: 44%;
  }
  .section10:before {
    width: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .rectangle {
    max-height: 43px;
    right: 26%;
  }
  .section10:before {
    top: 10%;
  }
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
  .block-list {
    margin-top: 20px;
}
.text-container p {
  margin-bottom: 20px;
}
.btn-anchor-block {
  margin-top: 50px;
}
.text-in-block {
  margin-top: 20px;
}
.light .headline-in-block {
  margin-bottom: 20px;
}
.headline-in-block {
  line-height: 75px;
}
.section3 .headline {
  padding-top: 45px;
}
.section7 .block-list, .section7 .four-block-list {
  margin-top: 20px;
}
.section7 .four-block-list .headline-in-block {
  margin-bottom: 20px;
}
.section8 .text-container p, .section9 .text-container p {
  margin-bottom: 20px;
}
.text-container {
  padding-top: 20px;
}
.photo-img {
  right: 15%;
}
.section10:before {
  top: 19%;
}
.section10 .block-list {
  margin-bottom: 0;
  margin-top: 40px;
}
.policy-conf-block {
  margin-top: 40px;
}
.manager-name {
  display: none;
}
}

@media screen and (max-height: 599px) {
  .slider {
    padding-bottom: 130px;
  }
  .header {
    background: #000;
  }
  .header.light {
    background: #fff;
  }
  .photo-img {
    display: none;
}
.header {
  padding: 20px;
}
}

@media screen and (max-width: 920px) {
  .logo-block {
    width: 44.13%;
  }
  .phone-block {
    width: 29.58%;
  }
  .btn-modal-block {
    width: 26.29%;
  }
  .copyright {
    top: 95%;
    left: 35px;
    moz-transform: translateX(0) translateY(0) rotate(0);
    -ms-transform: translateX(0) translateY(0) rotate(0);
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    -o-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  .break-920px::after {
    content: '\A';
    white-space: pre;
  }
  h1::before {
    bottom: 102px;
  }
  .slider, .modal-block {
    padding-left: 35px;
  }
  .black-background {
    width: 100%;
    height: 85.3%;
  }
  .orange-background {
    width: 100%;
    left: 0;
    height: 5%;
    bottom: 9.7%;
  }
  .gray-background {
    width: 100%;
    height: 9.7%;
  }
  .photo-img {
    bottom: -40px;
  }
  .policy-conf {
    line-height: 20px;
  }
  .section10:before {
    width: 500px;
  }
  .btn-anchor-block {
    margin-top: 30px;
  }
  .btn-restart {
    left: 55%;
  }
}

@media screen and (max-width: 768px) {
  .header, .modal-header {
    padding: 35px 25px;
  }
  .slider {
    padding: 0 25px 0 25px;
  }
  .row {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .copyright {
    left: 25px;
  }
  .section4 .row {
    padding-bottom: 80px;
  }
  .block-list {
    width: 42%;
  }
  .logo-block {
    width: 38.13%;
  }
  .phone-block {
    width: 32.58%;
  }
  .btn-modal-block {
    width: 29.29%;
  }
  .block-list {
    width: 38%;
  }
  .circle-block {
    left: 80px;
  }
  .break-768px::after {
    content: '\A';
    white-space: pre;
  }
  .section4 .headline span:nth-child(2) {
    display: none;
  }
  .section4 .headline {
    padding-top: 100px;
  }
  .column-block p {
    width: 195px;
  }
  .section5 .text-container p .break {
    display: none;
  }
  .field-form {
    width: 38%;
    margin-top: 35px;
  }
  .field-form.field-btn {
    width: 100%;
  }
  .floating-label, input {
    width: 82%;
  }
  .policy-conf-block {
    margin-bottom: 70px;
  }
  .section7 .block-list:nth-child(odd) {
    width: 38%;
  }
  .section8 .text-container span:nth-child(3) {
    display: none;
  }
  .section10 .block-list {
    margin-bottom: 0;
  }
  .section11 .text-container p:first-child .break {
    display: none;
  }
  .modal-how-work .block-list {
    width: 100%;
  }
  .video-block iframe {
    width: 100%;
  }
  .section10:before {
    width: 488px;
    top: 12%;
  }
  .row9 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    background: #000;
  }
  .header.light {
    background: #fff;
  }
  .copyright {
    position: absolute;
    top: unset;
    z-index: 9;
    bottom: 30px;
  }
  .modal-container {
    overflow-y: scroll;
  }
  .fp-tableCell {
    height: auto!important;
  }
  .btn-anchor-block {
    margin-top: 78px;
  }
  .section3 {
    padding-bottom: 350px;
  }
  .photo-block {
    display: none;
  }
  .section12 {
    padding-bottom: 80px!important;
  }
  .section7 .row, .section7 .headline {
    padding-top: 0;
  }
  .section7 {
    margin-top: -1px;
  }
  .example-container {
    display: none;
  }
  .example-list {
    display: block;
  }
  .section6 .container-for-form {
    margin-top: 0;
  }
  .comment-equation {
    width: 350px;
  }
  .comment-equation p:nth-child(2) {
    display: block;
  }
}

@media screen and (max-width: 725px) {
  .break-725px::after {
    content: '\A';
    white-space: pre;
  }
  .field-form {
    width: 43%;
  }
  .section5 .text-container p .break {
    display: inline;
  }
  .section7 .headline {
    max-width: 375px;
  }
  .decor-7::after {
    right: 115px;
  }
  .section10:before {
    top: 12%;
}
}

@media screen and (max-width: 670px) {
  .section2 .block-list {
    width: 100%;
  }
  .section7 .block-list:nth-child(odd), .section7 .block-list, .section7 .four-block-list {
    width: 100%;
  }
  .break-670px::after {
    content: '\A';
    white-space: pre;
  }
  .photo-block {
    display: none;
  }
  .section10 .block-list {
    width: 100%;
    margin-top: 65px;
  }
  .section10 .block-list .break {
    display: none;
  }
  .section11 .headline .break {
    display: none;
  }
  .section11 .text-container p:first-child .break-768px {
    display: none;
  }
  .section11 {
    padding-bottom: 200px;
  }
  .video-block iframe {
    height: 290px;
  }
}

@media screen and (max-width: 600px) {
  .block-list {
    width: 100%;
  }
  .btn-modal-block {
    width: 3.29%;
    min-width: 20px;
  }
  .btn-modal {
    display: none;
  }
  .logo-block {
    width: 64.13%;
  }
  .section1 .text-container .break {
    display: none;
  }
  .block-list {
    margin-top: 40px;
  }
  .circle-block {
    top: -100px;
    left: -80px;
  }
  #duga_2 {
    right: 20px;
  }
  .break-600px::after {
    content: '\A';
    white-space: pre;
  }
  .section3 .headline span:nth-child(2), .section3 .headline span:nth-child(5) {
    display: none;
  }
  .column-block {
    width: 100%;
  }
  .column-block:last-child {
    margin-top: 0;
  }
  .column-block p {
    width: 276px;
  }
  .section4 .headline span:nth-child(4) {
    display: none;
  }
  .section4 .headline {
    padding-top: 75px;
  }
  .section5 .text-container span:nth-child(3) {
    display: none;
  }
  .field-form, input {
    width: 100%;
  }
  .field-form.field-btn {
    margin-top: 40px;
  }
  .policy-conf-block {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .orange-background {
    display: none;
  }
  .gray-background {
    display: none;
  }
  .black-background {
    height: 100%;
  }
  .rectangle {
    display: none;
  }
  .section7 .four-block-list {
    margin-top: 40px;
  }
  .section8 .text-container span:nth-child(2) {
    display: inline;
  }
  .section8 .text-container p:first-child .break {
    display: none;
  }
  .section9 .text-container p:last-child .break-1600px {
    display: none;
  }
  .section9 .your-phone {
    width: 55%;
  }
  .modal .policy-conf-block {
    margin-bottom: 25px;
  }
  .modal .fxbl-for-list {
    margin-bottom: 45px;
  }
  .section10:before {
    display: none;
  }
  .section6 input {
    width: 90%;
  }
  .section6 .btn-form {
    text-align: left;
  }
  .section6 #arrow_1 {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .section6 .headline .break-920px {
    display: none;
  }
}

@media screen and (max-width: 433px) {
  .header, .modal-header {
    padding: 20px 15px;
  }
  .modal-header {
    min-height: 85px;
  }
  #sloy_1 {
    width: 45px;
    height: 45px;
  }
  .modal-header .logo-block, .modal-header .phone-block, .modal-header .btn-modal-block {
    height: 45px;
  }
  #arrow_1 {
    width: 15px;
    padding-bottom: 2px;
  }
  .slider {
    padding: 0 15px;
  }
  .row {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  h1, .headline {
    font-size: 30px;
    line-height: 32px;
    padding-top: 75px;
  }
  .break-430px::after {
    content: '\A';
    white-space: pre;
  }
  h1::before {
    width: 43px;
    height: 59px;
  }
  .text-container {
    padding-top: 30px;
  }
  .section1 .text-container p {
    margin-bottom: 0;
  }
  .section1 .text-container-privacy p {
    margin-bottom: 10px;
  }
  .btn-anchor-block {
    margin-top: 70px;
  }
  .text-decor::before {
    width: 67px;
    height: 33px;
    bottom: 55px;
    left: -5px;
  }
  .headline-in-block {
    font-size: 50px;
  }
  .headline-in-block span {
    font-size: 60px;
  }
  .light .headline-in-block {
    margin-bottom: 25px;
  }
  .section3 {
    padding-bottom: 380px;
  }
  .circle-block {
    width: 350px;
    height: 350px;
    top: -60px;
    left: -70px;
  }
  #duga_2 {
    right: 0;
    width: 280px;
    bottom: -5px;
  }
  #play_1 {
    width: 44.5px;
  }
  .inside-circle {
    right: 50px;
    bottom: 95px;
  }
  .column-block p {
    margin-bottom: 30px;
  }
  .section4 {
    padding-right: 11px;
  }
  .policy-conf {
    font-size: 12px;
    line-height: 16px;
  }
  .section7 .headline {
    max-width: 230px;
  }
  .decor-7::after {
    width: 33px;
    height: 67px;
    right: 8px;
    bottom: 71px;
  }
  .section8 .text-container p:first-child span:last-child {
    display: none;
  }
  .section8 .text-container p:last-child .break-768px {
    display: none;
  }
  .section8 .text-container span:nth-child(3) {
    display: unset;
  }
  .section9 .your-phone {
    width: 100%;
  }
  .section9 .btn-form {
    font-size: 19px;
  }
  .long-line {
    bottom: 10%;
    width: 90%;
  }
  .section12 .text-container .break {
    display: none;
  }
  .copyright {
    left: 15px;
  }
  .video-block iframe {
    height: 190px;
  }
  .modal-how-work .block-list .break {
    display: none;
  }
  .equation {
    color: #000;
    font-weight: 800;
    font-size: 26px;
    line-height: 35px;
  }
  .section6 input {
    width: 100%;
  }
  .comment-equation p {
    font-size: 12px;
    line-height: 15px;
  }
  .comment-equation {
    width: 250px;
  }
  .slider.section6 {
    padding-right: 14px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 998;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding: 20px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  border: 1px solid #c6c6c6;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  margin: 40px 20px;
}

.cookies__title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
.cookies__text {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}
.cookies__text a {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
}
.cookies__text a:hover {
  text-decoration: none;
}
.cookies__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cookies__btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .cookies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
