@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.adwrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F4F4F4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1020px) {
  section {
    padding: 0 20px;
  }
}

main {
  padding-top: 94px;
}
@media (max-width: 1020px) {
  main {
    padding-top: 62px;
  }
}

.hidden_popup footer {
  display: none;
}

body {
  background: #FFF;
}

main {
  padding-top: 0;
}
@media (max-width: 1020px) {
  main {
    padding-top: 0;
  }
}

.header {
  background: #FAF9FE;
  padding: 25px 30px;
  box-sizing: border-box;
}
.header .adwrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .adwrapper .logo {
  text-decoration: none;
  display: block;
  max-width: 237px;
  width: 100%;
  height: auto;
  margin-right: 15px;
}
.header .adwrapper .logo svg {
  display: block;
  max-width: 237px;
  width: 100%;
  height: auto;
}
.header .adwrapper .bottoms {
  width: 100%;
  max-width: 492px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header .adwrapper .bottoms .language {
  text-decoration: none;
  display: block;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 40px;
}
.header .adwrapper .bottoms .registration {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 185px;
  width: 100%;
  height: 35px;
  padding: 8px 20px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #df2040;
  max-width: 205px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100px;
  text-transform: uppercase;
}
.header .adwrapper .bottoms .registration span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #df2040;
}
.header .adwrapper .bottoms .registration:hover {
  background: var(--gradient, linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%));
}
.header .adwrapper .bottoms .registration:hover span {
  color: #FFFFFF;
}
.header .adwrapper .bottoms .advertising {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--gradient, linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%));
  width: 100%;
  max-width: 205px;
  height: 50px;
  padding: 11px 22px;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
}
.header .adwrapper .bottoms .advertising span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.header .adwrapper .bottoms .advertising:hover {
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #E02342 100%);
}
@media (max-width: 860px) {
  .header .adwrapper .bottoms {
    max-width: 410px;
  }
  .header .adwrapper .bottoms .language {
    margin-right: 29px;
  }
  .header .adwrapper .bottoms .registration {
    padding: 10px 20px;
    max-width: 155px;
    margin-right: 18px;
  }
  .header .adwrapper .bottoms .registration span {
    font-size: 14px;
  }
  .header .adwrapper .bottoms .advertising {
    max-width: 185px;
    padding: 10px 20px;
  }
  .header .adwrapper .bottoms .advertising span {
    font-size: 14px;
  }
}
@media (max-width: 715px) {
  .header .adwrapper .bottoms {
    max-width: 22px;
  }
  .header .adwrapper .bottoms .language {
    margin-right: 0;
  }
  .header .adwrapper .bottoms .registration {
    display: none !important;
  }
  .header .adwrapper .bottoms .advertising {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .header .adwrapper .logo {
    max-width: 145px;
  }
  .header .adwrapper .logo svg {
    max-width: 145px;
  }
}
@media (max-width: 1200px) {
  .header {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .header {
    padding: 10px 20px;
  }
}

.popup_registr {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  overflow: scroll;
  z-index: 5;
}
.popup_registr .popup_body {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 790px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.1), 0 6px 14px -6px rgba(24, 39, 75, 0.12);
  z-index: 3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup_registr .popup_body .popup_registr_close {
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  right: 6px;
  top: 16px;
}
.popup_registr .popup_body .popup_registr_close svg {
  display: block;
  width: 26px;
  height: 26px;
}
.popup_registr .popup_body .popup_body_title {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.popup_registr .popup_body .popup_body_description {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.popup_registr .popup_body .popup_body_contents {
  max-width: 710px;
  width: 100%;
  margin-bottom: 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content {
  max-width: 340px;
  width: 47%;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body {
  width: 100%;
  margin-bottom: 15px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-internal-autofill-selected, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:focus-visible, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill:focus, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill:focus-visible, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill:focus, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form::selection, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .add_inp {
  padding-top: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .add_inp span {
  display: block;
  color: #DF2040;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .add_inp svg {
  display: block;
  width: 16px;
  height: 16px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .add_tel {
  padding-top: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .add_tel span {
  display: block;
  color: #DF2040;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 5px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .add_tel svg {
  display: block;
  width: 16px;
  height: 16px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .textarea {
  resize: none;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 19px;
  height: 91px;
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .textarea::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .textarea::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .textarea:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  max-width: 130px;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
  border-radius: 4px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-internal-autofill-selected, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:focus-visible, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill:focus, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill:focus-visible, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill:focus, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select::selection, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body select:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-internal-autofill-selected, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:focus-visible, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill:focus, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill:focus-visible, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill:focus, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form::selection, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill:hover, .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .tele_body .form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body_err .errrrrr {
  display: block;
}
.popup_registr .popup_body .popup_body_contents .popup_body_content .form_body:last-child {
  margin-bottom: 0;
}
@media (max-width: 565px) {
  .popup_registr .popup_body .popup_body_contents {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup_registr .popup_body .popup_body_contents .popup_body_content {
    max-width: 565px;
    width: 100%;
  }
  .popup_registr .popup_body .popup_body_contents .popup_body_content .form_body:last-child {
    margin-bottom: 0;
  }
  .popup_registr .popup_body .popup_body_contents .popup_body_content:first-child {
    margin-bottom: 15px;
  }
}
.popup_registr .popup_body .add_logo {
  max-width: 710px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}
.popup_registr .popup_body .add_logo .check_logo {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  border-radius: 2px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.popup_registr .popup_body .add_logo .active {
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
}
.popup_registr .popup_body .add_logo .active:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 3px;
  width: 16px;
  height: 12px;
  background-image: url(../image/add/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup_registr .popup_body .add_logo span {
  display: block;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup_registr .popup_body .send_popup_registr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  max-width: 208px;
  width: 100%;
  height: 50px;
  padding: 11px 22px;
  cursor: pointer;
  box-sizing: border-box;
}
.popup_registr .popup_body .send_popup_registr span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.popup_registr .popup_body .send_popup_registr:hover {
  background: #df2040;
}
@media (max-width: 830px) {
  .popup_registr .popup_body {
    margin-top: 80px;
  }
}
@media (max-width: 565px) {
  .popup_registr .popup_body {
    margin-top: 15px;
    margin-bottom: 80px;
    padding: 30px 20px;
  }
  .popup_registr .popup_body .popup_body_title {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 5px;
  }
  .popup_registr .popup_body .popup_body_description {
    margin-bottom: 15px;
  }
}
@media (max-width: 830px) {
  .popup_registr {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.popup_registr_active {
  display: block;
}

.top {
  padding: 40px 20px 60px;
  background: #FAF9FE;
}
.top .adwrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top .adwrapper .top_left {
  max-width: 505px;
  width: 100%;
  margin-right: 15px;
  height: fit-content;
}
.top .adwrapper .top_left .top_left_first {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.top .adwrapper .top_left .top_left_second {
  color: #DF2040;
  font-family: "Segoe UI", sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.top .adwrapper .top_left .top_left_third {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.top .adwrapper .top_right {
  max-width: 635px;
  width: 100%;
}
.top .adwrapper .top_right .top_right_first {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.top .adwrapper .top_right .top_right_second {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.top .adwrapper .top_right .top_right_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top .adwrapper .top_right .top_right_items .top_right_item {
  position: relative;
}
.top .adwrapper .top_right .top_right_items .top_right_item:before {
  position: absolute;
  content: "";
  background-color: rgba(231, 49, 67, 0.1);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  top: 0;
  left: 15px;
}
.top .adwrapper .top_right .top_right_items .top_right_item .number {
  position: relative;
  z-index: 2;
  background: -webkit-linear-gradient(#DF2241, #DF2241, #F64F45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Segoe UI", sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1.32px;
  text-transform: uppercase;
}
.top .adwrapper .top_right .top_right_items .top_right_item span {
  position: relative;
  z-index: 2;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .top .adwrapper .top_left {
    max-width: 425px;
  }
  .top .adwrapper .top_left .top_left_first {
    font-size: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
  }
  .top .adwrapper .top_left .top_left_second {
    font-size: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
  }
  .top .adwrapper .top_left .top_left_third {
    font-size: 16px;
  }
  .top .adwrapper .top_right .top_right_first {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
  .top .adwrapper .top_right .top_right_second {
    font-size: 26px;
    letter-spacing: -0.52px;
    margin-bottom: 30px;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item:before {
    width: 65px;
    height: 65px;
    left: 12px;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item .number {
    font-size: 53px;
    letter-spacing: -1.06px;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item span {
    font-size: 16px;
  }
}
@media (max-width: 995px) {
  .top .adwrapper {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .adwrapper .top_left {
    max-width: 995px;
  }
  .top .adwrapper .top_left .top_left_first {
    text-align: center;
  }
  .top .adwrapper .top_left .top_left_second {
    text-align: center;
  }
  .top .adwrapper .top_left .top_left_third {
    text-align: center;
  }
  .top .adwrapper .top_right {
    max-width: 995px;
  }
  .top .adwrapper .top_right .top_right_first {
    text-align: center;
  }
  .top .adwrapper .top_right .top_right_second {
    text-align: center;
  }
}
@media (max-width: 775px) {
  .top .adwrapper .top_left .top_left_first {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 5px;
  }
  .top .adwrapper .top_left .top_left_second {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .top .adwrapper .top_right .top_right_first {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .top .adwrapper .top_right .top_right_second {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item:before {
    width: 58px;
    height: 58px;
    left: 30%;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item .number {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 43px;
    letter-spacing: -0.86px;
    margin-bottom: 10px;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item span {
    text-align: center;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item:first-child:before {
    left: 20%;
  }
}
@media (max-width: 500px) {
  .top .adwrapper .top_left .top_left_first {
    display: none;
  }
  .top .adwrapper .top_left .top_left_second {
    display: none;
  }
  .top .adwrapper .top_left .top_left_third {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
  }
  .top .adwrapper .top_right .top_right_first {
    display: none;
  }
  .top .adwrapper .top_right .top_right_second {
    display: none;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item {
    max-width: 100px;
    width: 100%;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item:before {
    width: 40px;
    height: 40px;
    left: 30%;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item .number {
    font-size: 30px;
    letter-spacing: -0.6px;
    margin-bottom: 4px;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: block;
    text-align: center;
  }
  .top .adwrapper .top_right .top_right_items .top_right_item:first-child:before {
    left: 30%;
  }
}
@media (max-width: 775px) {
  .top {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .top {
    padding: 20px 20px 30px;
  }
}

.why {
  padding: 60px 20px;
}
.why .adwrapper .why_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.why .adwrapper .why_title strong {
  font-weight: 900;
}
.why .adwrapper .why_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.why .adwrapper .why_items .why_item {
  max-width: 385px;
  width: 100%;
  padding: 30px 40px 40px;
  margin-right: 20px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
}
.why .adwrapper .why_items .why_item .why_item_top {
  margin-bottom: 20px;
}
.why .adwrapper .why_items .why_item .why_item_top svg {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.why .adwrapper .why_items .why_item .why_item_top .why_item_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.why .adwrapper .why_items .why_item .why_item_description {
  color: #5A5A5A;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.why .adwrapper .why_items .why_item:last-child {
  margin-right: 0;
}
@media (max-width: 1085px) {
  .why .adwrapper .why_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .why .adwrapper .why_items .why_item {
    max-width: 315px;
    padding: 20px;
    margin-right: 20px;
  }
  .why .adwrapper .why_items .why_item .why_item_top svg {
    width: 50px;
    height: 50px;
  }
  .why .adwrapper .why_items .why_item .why_item_top .why_item_title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .why .adwrapper .why_items .why_item .why_item_description {
    font-size: 16px;
    line-height: normal;
  }
  .why .adwrapper .why_items .why_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 885px) {
  .why .adwrapper .why_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
  .why .adwrapper .why_items .why_item .why_item_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 15px;
  }
  .why .adwrapper .why_items .why_item .why_item_top svg {
    margin-bottom: 0;
  }
  .why .adwrapper .why_items .why_item .why_item_top .why_item_title {
    padding-top: 7px;
    margin-left: 20px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .why .adwrapper .why_items .why_item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 740px) {
  .why .adwrapper .why_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .why .adwrapper .why_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .why .adwrapper .why_items .why_item {
    max-width: 740px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why .adwrapper .why_items .why_item .why_item_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .why .adwrapper .why_items .why_item .why_item_top svg {
    margin-bottom: 20px;
  }
  .why .adwrapper .why_items .why_item .why_item_top .why_item_title {
    padding-top: 0;
    margin-left: 0;
  }
  .why .adwrapper .why_items .why_item .why_item_description {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
  .why .adwrapper .why_items .why_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 885px) {
  .why {
    padding: 30px 20px;
  }
}

.doing {
  padding: 60px 20px 20px;
  background: #FAF9FE;
}
.doing .adwrapper .doing_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.doing .adwrapper .doing_title strong {
  font-weight: 900;
}
.doing .adwrapper .doing_items {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.doing .adwrapper .doing_items .doing_item {
  max-width: 385px;
  width: 100%;
  margin-bottom: 40px;
}
.doing .adwrapper .doing_items .doing_item .doing_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.doing .adwrapper .doing_items .doing_item .doing_item_top svg {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.doing .adwrapper .doing_items .doing_item .doing_item_top .doing_item_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.doing .adwrapper .doing_items .doing_item .doing_item_description {
  color: #5A5A5A;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .doing .adwrapper .doing_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .doing .adwrapper .doing_items .doing_item {
    max-width: 315px;
    margin-bottom: 30px;
  }
}
@media (max-width: 985px) {
  .doing .adwrapper .doing_title {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .doing .adwrapper .doing_items .doing_item {
    max-width: initial;
    width: 48%;
    margin-bottom: 35px;
  }
}
@media (max-width: 750px) {
  .doing .adwrapper .doing_title {
    margin-bottom: 35px;
  }
  .doing .adwrapper .doing_items .doing_item .doing_item_top {
    margin-bottom: 14px;
  }
  .doing .adwrapper .doing_items .doing_item .doing_item_top svg {
    margin-right: 19px;
  }
}
@media (max-width: 575px) {
  .doing .adwrapper .doing_title {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
  }
  .doing .adwrapper .doing_items .doing_item {
    border-radius: 12px;
    padding: 12px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
    margin-bottom: 20px;
  }
  .doing .adwrapper .doing_items .doing_item .doing_item_top {
    margin-bottom: 12px;
  }
  .doing .adwrapper .doing_items .doing_item .doing_item_top svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .doing .adwrapper .doing_items .doing_item .doing_item_top .doing_item_title {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  .doing .adwrapper .doing_items .doing_item .doing_item_description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
  }
}
@media (max-width: 1200px) {
  .doing {
    padding: 30px 20px 0;
  }
}
@media (max-width: 575px) {
  .doing {
    padding: 30px 20px 10px;
  }
}

.statistic {
  padding: 60px 20px 30px;
}
.statistic .adwrapper .statistic_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.statistic .adwrapper .statistic_title strong {
  font-weight: 900;
}
@media (max-width: 1085px) {
  .statistic .adwrapper .statistic_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 885px) {
  .statistic .adwrapper .statistic_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .statistic .adwrapper .statistic_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.statistic .adwrapper .statistic_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.statistic .adwrapper .statistic_items .statistic_item {
  max-width: 595px;
  width: 48.7%;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 12px 42px -4px rgba(24, 39, 75, 0.12), 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  margin-bottom: 30px;
}
.statistic .adwrapper .statistic_items .statistic_item .first {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 18px;
}
.statistic .adwrapper .statistic_items .statistic_item .first .first_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 50px;
}
.statistic .adwrapper .statistic_items .statistic_item .first .first_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.statistic .adwrapper .statistic_items .statistic_item .first .first_content img {
  display: block;
  max-width: 284px;
  width: 100%;
  height: auto;
  margin-right: 60px;
}
.statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 19px;
}
.statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item .quota {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item span {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item:last-child {
  margin-bottom: 0;
}
.statistic .adwrapper .statistic_items .statistic_item .second {
  width: 100%;
  box-sizing: border-box;
  padding: 21px 24px 40px 30px;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_top {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 25px;
  max-width: 350px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_top .second_top_item {
  width: 33.3%;
  max-height: 100px;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_top .second_top_item .span {
  padding-top: 19px;
  color: #262626;
  text-align: right;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_top .second_top_item .number {
  margin-top: auto;
  display: block;
  color: #262626;
  text-align: right;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 37px;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item .quota {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item span {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item:last-child {
  margin-bottom: 0;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics {
  max-width: 315px;
  width: 100%;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 34px;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic .number {
  max-width: 57px;
  width: 100%;
  color: #262626;
  text-align: right;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 5px;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic .grafik {
  max-width: 235px;
  width: 100%;
  height: 30px;
  background-color: #F2F0F0;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic .grafik .marker {
  height: 30px;
  background-color: #D22E5E;
}
.statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic:last-child {
  margin-bottom: 0;
}
.statistic .adwrapper .statistic_items .statistic_item .thirds {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 43px 16px 53px;
}
.statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_title {
  max-width: 415px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 24px;
  line-height: normal;
  font-style: normal;
  font-weight: 600;
}
.statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_img {
  max-width: 497px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 7px;
}
.statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_img_btm {
  max-width: 497px;
  width: 100%;
  height: auto;
  display: block;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px 19px 30px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 11px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth img {
  max-width: 531px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 22px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content {
  max-width: 494px;
  width: 100%;
  height: auto;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 38px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item:last-child {
  margin-bottom: 0;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its {
  position: relative;
  max-width: 310px;
  width: 100%;
  border-left: 1px solid #E3D8DA;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it {
  position: relative;
  z-index: 2;
  max-width: 310px;
  width: 100%;
  height: 27px;
  margin-bottom: 38px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it .marker {
  height: 27px;
  max-width: 310px;
  background: #FF3962;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .last {
  margin-bottom: 0;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l1 {
  position: absolute;
  height: 287px;
  width: 1px;
  background-color: #E3D8DA;
  top: 0;
  left: 57px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l2 {
  position: absolute;
  height: 287px;
  width: 1px;
  background-color: #E3D8DA;
  top: 0;
  left: 115px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l3 {
  position: absolute;
  height: 287px;
  width: 1px;
  background-color: #E3D8DA;
  top: 0;
  left: 173px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l4 {
  position: absolute;
  height: 287px;
  width: 1px;
  background-color: #E3D8DA;
  top: 0;
  left: 231px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l5 {
  position: absolute;
  height: 287px;
  width: 1px;
  background-color: #E3D8DA;
  top: 0;
  left: 289px;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 494px;
  width: 100%;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs .proc {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 18px;
  margin-right: 0;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs .proc:first-child {
  margin-left: auto;
}
.statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs .proc:last-child {
  margin-left: 14px;
}
@media (max-width: 1200px) {
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item span {
    font-size: 16px;
  }
}
@media (max-width: 1015px) {
  .statistic .adwrapper .statistic_items .statistic_item .first {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content img {
    max-width: 137px;
    margin-right: 22px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 13px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item span {
    font-size: 16px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item:last-child {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second {
    padding: 20px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_top {
    margin-bottom: 12px;
    max-width: 260px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_top .second_top_item .span {
    padding-top: 13px;
    font-size: 10.932px;
    line-height: 13.455px;
    margin-bottom: 6px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_top .second_top_item .number {
    font-size: 14px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_top .second_top_item:nth-child(2) .span {
    padding-top: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 16px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item .quota {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item span {
    font-size: 14px;
    line-height: 15px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_items .second_content_item:last-child {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics {
    max-width: 142px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic {
    margin-bottom: 16px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic .number {
    max-width: 45px;
    font-size: 14px;
    margin-right: 10px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic .grafik {
    max-width: 142px;
    height: 25px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic .grafik .marker {
    height: 25px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second .second_content .second_content_grafics .second_content_grafic:last-child {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 7px 20px 16px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_img {
    max-width: 300px;
    margin-bottom: 4px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_img_btm {
    max-width: 330px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth {
    padding: 21px 13px 25px 12px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_title {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth img {
    max-width: 330px;
    margin-bottom: 17px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item:last-child {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its {
    max-width: 255px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it {
    max-width: 255px;
    height: 27px;
    margin-bottom: 12px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it .marker {
    height: 27px;
    max-width: 255px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .last {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l1 {
    height: 183px;
    left: 47px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l2 {
    height: 183px;
    left: 94px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l3 {
    height: 183px;
    left: 141px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l4 {
    height: 183px;
    left: 188px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l5 {
    height: 183px;
    left: 235px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs {
    max-width: 315px;
    margin-left: auto;
    margin-right: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs .proc {
    font-size: 14px;
    margin-left: 19px;
    margin-right: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs .proc:first-child {
    margin-left: auto;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs .proc:last-child {
    margin-left: 17px;
  }
}
@media (max-width: 735px) {
  .statistic .adwrapper .statistic_items .statistic_item {
    background: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first {
    max-width: 520px;
    box-sizing: border-box;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content {
    max-width: 520px;
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    box-sizing: border-box;
    padding: 12px 22px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content img {
    max-width: 137px;
    margin-right: 22px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item .quota {
    width: 10px;
    height: 10px;
    margin-right: 7px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item span {
    font-size: 12px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .first .first_content .first_content_items .first_content_item:last-child {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .second {
    display: none;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds {
    max-width: 520px;
    box-sizing: border-box;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_img {
    display: none;
  }
  .statistic .adwrapper .statistic_items .statistic_item .thirds .thirds_img_btm {
    max-width: 520px;
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    box-sizing: border-box;
    padding: 12px 22px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth {
    max-width: 520px;
    box-sizing: border-box;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_title {
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth img {
    display: none;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content {
    max-width: 520px;
    width: 100%;
    border-radius: 16px;
    background: #FFF;
    box-sizing: border-box;
    padding: 12px 22px;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item:nth-child(3) {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item:nth-child(4) {
    display: none;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_items .fourth_content_item:nth-child(5) {
    display: none;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its {
    max-width: 255px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it {
    max-width: 255px;
    height: 27px;
    margin-bottom: 12px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it .marker {
    height: 27px;
    max-width: 255px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it:nth-child(3) {
    margin-bottom: 0;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it:nth-child(4) {
    display: none;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it:nth-child(5) {
    display: none;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l1 {
    height: 105px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l2 {
    height: 105px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l3 {
    height: 105px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l4 {
    height: 105px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l5 {
    height: 105px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .procs {
    display: none;
  }
}
@media (max-width: 435px) {
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its {
    max-width: 205px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it {
    max-width: 205px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .fourth_content_it .marker {
    max-width: 205px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l1 {
    left: 36px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l2 {
    left: 72px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l3 {
    left: 108px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l4 {
    left: 145px;
  }
  .statistic .adwrapper .statistic_items .statistic_item .fourth .fourth_content .fourth_content_top .fourth_content_its .l5 {
    left: 190px;
  }
}
@media (max-width: 735px) {
  .statistic .adwrapper .statistic_items {
    max-width: 520px;
    box-sizing: border-box;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 735px) {
  .statistic {
    background: #FAF9FE;
    padding: 30px 20px 10px;
  }
}

.clients {
  padding: 60px 20px;
  background: #FAF9FE;
}
.clients .adwrapper .clients_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.clients .adwrapper .clients_title strong {
  font-weight: 900;
}
@media (max-width: 1085px) {
  .clients .adwrapper .clients_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 885px) {
  .clients .adwrapper .clients_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .clients .adwrapper .clients_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.clients .adwrapper .clients_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.clients .adwrapper .clients_items .clients_item {
  border-radius: 30px;
  background: #FFF;
  max-width: 385px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.clients .adwrapper .clients_items .clients_item .clients_item_img {
  max-width: 192px;
  width: 100%;
  height: auto;
  max-height: 78px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.clients .adwrapper .clients_items .clients_item .clients_item_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.clients .adwrapper .clients_items .clients_item .clients_item_numbers {
  width: 100%;
}
.clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .clients_item_number_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .numb {
  color: #DF2040;
  text-align: right;
  font-family: "Segoe UI", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 0;
}
.clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number:last-child {
  margin-bottom: 0;
}
.clients .adwrapper .clients_items .last {
  display: none;
}
.clients .adwrapper .span {
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .clients .adwrapper .clients_items .clients_item {
    width: 31%;
    padding: 30px;
    margin-bottom: 10px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_img {
    max-width: 150px;
    max-height: 60px;
    margin-bottom: 20px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number {
    margin-bottom: 25px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number svg {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .clients_item_number_title {
    color: #262626;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .numb {
    font-size: 18px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1075px) {
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .clients_item_number_title {
    max-width: 85px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 805px) {
  .clients .adwrapper .clients_items .clients_item {
    width: 32%;
    padding: 20px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_img {
    max-width: 100px;
    max-height: 40px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_title {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 25px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number {
    margin-bottom: 10px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .clients_item_number_title {
    font-size: 14px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .numb {
    font-size: 16px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 660px) {
  .clients .adwrapper .clients_items {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 280px;
  }
  .clients .adwrapper .clients_items .clients_item {
    width: 46%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_img {
    display: none;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_title {
    margin-bottom: 15px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .frs {
    display: none;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number svg {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .clients_item_number_title {
    display: none;
  }
  .clients .adwrapper .clients_items .clients_item .clients_item_numbers .clients_item_number .numb {
    margin-left: auto;
    margin-right: auto;
  }
  .clients .adwrapper .clients_items .last {
    display: block;
  }
}
@media (max-width: 575px) {
  .clients {
    padding: 30px 20px;
  }
}

.sliders {
  padding: 60px 20px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.sliders .adwrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sliders .adwrapper .sliders_left {
  max-width: 600px;
  width: 100%;
}
.sliders .adwrapper .sliders_left .sliders_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.sliders .adwrapper .sliders_left .sliders_title span {
  display: block;
  font-weight: 400;
}
.sliders .adwrapper .sliders_left .sliders_title strong {
  display: block;
  font-weight: 900;
}
@media (max-width: 1085px) {
  .sliders .adwrapper .sliders_left .sliders_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 885px) {
  .sliders .adwrapper .sliders_left .sliders_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .sliders .adwrapper .sliders_left .sliders_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 885px) {
  .sliders .adwrapper .sliders_left .sliders_title {
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sliders .adwrapper .sliders_left .sliders_title span {
    margin-right: 5px;
  }
}
.sliders .adwrapper .sliders_left .sliders_content_inh {
  display: none;
}
.sliders .adwrapper .sliders_left .sliders_left_items {
  margin-bottom: 30px;
}
.sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item {
  display: none;
}
.sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item .sliders_left_item_content {
  color: #929292;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item .sliders_left_item_name {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item .sliders_left_item_dolg {
  color: #929292;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sliders .adwrapper .sliders_left .sliders_left_items .active {
  display: block;
}
.sliders .adwrapper .sliders_left .sliders_control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.sliders .adwrapper .sliders_left .sliders_control .sliders_control_item {
  position: relative;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFE4E9;
  cursor: pointer;
}
.sliders .adwrapper .sliders_left .sliders_control .sliders_control_item:last-child {
  margin-right: 0;
}
.sliders .adwrapper .sliders_left .sliders_control .active:after {
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  background-color: #df2040;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}
@media (max-width: 885px) {
  .sliders .adwrapper .sliders_left .sliders_control {
    display: none;
  }
}
@media (max-width: 885px) {
  .sliders .adwrapper .sliders_left {
    max-width: 885px;
  }
  .sliders .adwrapper .sliders_left .sliders_left_items {
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
  }
  .sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item {
    display: none;
  }
  .sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item .sliders_left_item_content {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  .sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item .sliders_left_item_name {
    text-align: center;
  }
  .sliders .adwrapper .sliders_left .sliders_left_items .sliders_left_item .sliders_left_item_dolg {
    text-align: center;
  }
  .sliders .adwrapper .sliders_left .sliders_left_items .active {
    display: block;
  }
  .sliders .adwrapper .sliders_left .sliders_content_inh {
    padding-left: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    max-width: 885px;
    width: 100%;
    overflow-x: clip;
    margin-bottom: 20px;
  }
  .sliders .adwrapper .sliders_left .sliders_content_inh .swiper-wrapper .sliders_content_item {
    border-radius: 14px;
    border: 1px solid #EEE;
    background: #FFF;
    width: 93px;
    height: 93px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .sliders .adwrapper .sliders_left .sliders_content_inh .swiper-wrapper .sliders_content_item img {
    opacity: 0.5;
    display: block;
    max-width: 63px;
    width: fit-content;
    width: -moz-fit-content;
    height: auto;
    max-height: 63px;
  }
  .sliders .adwrapper .sliders_left .sliders_content_inh .swiper-wrapper .swiper-slide-active {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 0 24.2666683197px 0 rgba(16, 10, 35, 0.12);
  }
  .sliders .adwrapper .sliders_left .sliders_content_inh .swiper-wrapper .swiper-slide-active img {
    opacity: 1;
  }
}
.sliders .adwrapper .sliders_content {
  max-width: 450px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 64px;
  box-sizing: border-box;
}
.sliders .adwrapper .sliders_content .sliders_content_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 52px 0 rgba(16, 10, 35, 0.12);
}
.sliders .adwrapper .sliders_content .sliders_content_item img {
  display: block;
  max-width: 77px;
  width: fit-content;
  width: -moz-fit-content;
  height: auto;
  max-height: 77px;
}
.sliders .adwrapper .sliders_content .active {
  margin-top: -60px;
  margin-left: -60px;
  width: 180px;
  height: 180px;
}
.sliders .adwrapper .sliders_content .active img {
  width: 100%;
  max-width: 115px;
  max-height: 115px;
}
@media (max-width: 885px) {
  .sliders .adwrapper .sliders_content {
    display: none;
  }
}
@media (max-width: 885px) {
  .sliders {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .sliders {
    padding: 30px 20px;
  }
}

.works {
  background: #FAF9FE;
  padding: 60px 20px;
}
.works .adwrapper .works_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.works .adwrapper .works_title strong {
  font-weight: 900;
}
@media (max-width: 1085px) {
  .works .adwrapper .works_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 885px) {
  .works .adwrapper .works_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .works .adwrapper .works_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.works .adwrapper .works_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.works .adwrapper .works_items .works_item {
  position: relative;
  max-width: 410px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.works .adwrapper .works_items .works_item .works_item_number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 68px;
  width: 68px;
  border: 1px solid #DF2241;
  border-radius: 50%;
  margin-bottom: 30px;
}
.works .adwrapper .works_items .works_item .works_item_number span {
  display: block;
  margin-top: -2px;
  font-family: "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.works .adwrapper .works_items .works_item .works_item_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.works .adwrapper .works_items .works_item .works_item_img {
  max-width: 410px;
  width: 100%;
  display: block;
  height: auto;
  max-height: 253px;
  filter: drop-shadow(0px 10px 32px rgba(24, 39, 75, 0.1)) drop-shadow(0px 6px 14px rgba(24, 39, 75, 0.12));
}
.works .adwrapper .works_items .works_item .points {
  display: none;
}
.works .adwrapper .works_items .works_item .arrows {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 16px;
  width: 58px;
  top: 28px;
  right: -20px;
}
.works .adwrapper .works_items .works_item .arrows svg {
  display: block;
  width: 16px;
  height: 16px;
}
@media (max-width: 1095px) {
  .works .adwrapper .works_items .works_item .works_item_number {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
  }
  .works .adwrapper .works_items .works_item .works_item_number span {
    font-size: 23px;
    line-height: normal;
    letter-spacing: -0.46px;
  }
  .works .adwrapper .works_items .works_item .works_item_title {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .works .adwrapper .works_items .works_item .arrows {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 16px;
    width: 58px;
    top: 28px;
    right: -20px;
  }
  .works .adwrapper .works_items .works_item .arrows svg {
    display: block;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 955px) {
  .works .adwrapper .works_items .works_item {
    height: 315px;
  }
  .works .adwrapper .works_items .works_item .works_item_number {
    height: 33px;
    width: 33px;
    min-height: 33px;
    margin-bottom: 10px;
  }
  .works .adwrapper .works_items .works_item .works_item_number span {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .works .adwrapper .works_items .works_item .works_item_title {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 0;
  }
  .works .adwrapper .works_items .works_item .works_item_img {
    margin-top: auto;
    margin-bottom: 0;
  }
  .works .adwrapper .works_items .works_item .arrows {
    display: none;
  }
}
@media (max-width: 900px) {
  .works .adwrapper .works_items .works_item {
    height: 295px;
  }
}
@media (max-width: 835px) {
  .works .adwrapper .works_items .works_item {
    height: 275px;
  }
}
@media (max-width: 755px) {
  .works .adwrapper .works_items .works_item {
    height: 255px;
  }
}
@media (max-width: 665px) {
  .works .adwrapper .works_items .works_item {
    height: 235px;
  }
}
@media (max-width: 645px) {
  .works .adwrapper .works_items .works_item {
    height: auto;
  }
  .works .adwrapper .works_items .works_item .works_item_img {
    display: none;
  }
  .works .adwrapper .works_items .works_item .works_item_title span {
    color: #df2040;
  }
  .works .adwrapper .works_items .works_item .points {
    display: block;
    padding-top: 15px;
  }
  .works .adwrapper .works_items .works_item .points svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 5px;
    height: 50px;
  }
}
.works .adwrapper .works_items .works_item:last-child {
  margin-right: 0;
}
@media (max-width: 645px) {
  .works .adwrapper .works_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .works {
    padding: 30px 20px;
  }
}

.about {
  padding: 60px 20px;
}
.about .adwrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about .adwrapper .about_content {
  max-width: 700px;
  width: 100%;
  margin-right: 20px;
}
.about .adwrapper .about_content .about_title {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about .adwrapper .about_content .about_title strong {
  font-weight: 900;
}
@media (max-width: 1085px) {
  .about .adwrapper .about_content .about_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 885px) {
  .about .adwrapper .about_content .about_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .about .adwrapper .about_content .about_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.about .adwrapper .about_content p {
  margin-top: 0;
  padding: 0;
  display: block;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.about .adwrapper .about_content .name {
  padding-top: 10px;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.about .adwrapper .about_content .work {
  color: #5A5A5A;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1025px) {
  .about .adwrapper .about_content {
    max-width: 580px;
  }
  .about .adwrapper .about_content p {
    font-size: 16px;
  }
}
@media (max-width: 775px) {
  .about .adwrapper .about_content {
    max-width: 350px;
  }
  .about .adwrapper .about_content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .about .adwrapper .about_content .name {
    padding-top: 5px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .about .adwrapper .about_content .work {
    font-size: 14px;
  }
}
.about .adwrapper .about_img {
  display: block;
  max-width: 380px;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 1025px) {
  .about .adwrapper .about_img {
    max-width: 350px;
    height: fit-content;
  }
}
@media (max-width: 1025px) {
  .about .adwrapper {
    -webkit-align-items: unset;
    align-items: unset;
  }
}
@media (max-width: 690px) {
  .about {
    display: none;
  }
}

.services {
  position: relative;
  background: #FAF9FE;
  padding: 60px 20px;
}
.services .adwrapper .services_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.services .adwrapper .services_title strong {
  font-weight: 900;
}
@media (max-width: 1085px) {
  .services .adwrapper .services_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 885px) {
  .services .adwrapper .services_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .services .adwrapper .services_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.services .adwrapper .services_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.services .adwrapper .services_items .services_item {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.1), 0 6px 14px -6px rgba(24, 39, 75, 0.12);
  padding: 30px;
  max-width: 386px;
  width: 32%;
  box-sizing: border-box;
}
.services .adwrapper .services_items .services_item .services_item_title {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}
.services .adwrapper .services_items .services_item .services_item_colc {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
.services .adwrapper .services_items .services_item .services_item_aftercolc {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}
.services .adwrapper .services_items .services_item .services_item_line {
  width: 100%;
  height: 2px;
  background: #E9EFF8;
  margin-bottom: 20px;
}
.services .adwrapper .services_items .services_item .services_item_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}
.services .adwrapper .services_items .services_item .services_item_list svg {
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 20px;
}
.services .adwrapper .services_items .services_item .services_item_list span {
  display: block;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.services .adwrapper .services_items .services_item .services_item_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.services .adwrapper .services_items .services_item .services_item_price .big {
  font-family: "Segoe UI", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.92px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services .adwrapper .services_items .services_item .services_item_price span {
  margin-left: 7px;
  display: block;
  padding-top: 20px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Segoe UI", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}
.services .adwrapper .services_items .services_item .services_item_get {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 320px;
  width: 100%;
  height: 40px;
  padding: 11px 20px;
  cursor: pointer;
  box-sizing: border-box;
  background: #df2040;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  max-width: 203px;
  width: 100%;
  height: 51px;
  border: 1px solid #df2040;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
}
.services .adwrapper .services_items .services_item .services_item_get span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
.services .adwrapper .services_items .services_item .services_item_get span {
  color: #df2040;
}
.services .adwrapper .services_items .services_item .services_item_get:hover {
  background: #df2040;
}
.services .adwrapper .services_items .services_item .services_item_get:hover span {
  color: white;
}
.services .adwrapper .services_items .services_item .min span {
  color: #A0A0A0;
  text-decoration: line-through;
}
@media (max-width: 1145px) {
  .services .adwrapper .services_items .services_item .services_item_title {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
  .services .adwrapper .services_items .services_item .services_item_colc {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
  .services .adwrapper .services_items .services_item .services_item_aftercolc {
    margin-bottom: 30px;
  }
  .services .adwrapper .services_items .services_item .services_item_list svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px;
  }
  .services .adwrapper .services_items .services_item .services_item_list span {
    font-size: 16px;
  }
  .services .adwrapper .services_items .services_item .services_item_price .big {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  .services .adwrapper .services_items .services_item .services_item_price span {
    padding-top: 10px;
  }
}
@media (max-width: 925px) {
  .services .adwrapper .services_items .services_item {
    padding: 20px;
  }
  .services .adwrapper .services_items .services_item .services_item_title {
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
  }
  .services .adwrapper .services_items .services_item .services_item_colc {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .services .adwrapper .services_items .services_item .services_item_aftercolc {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
  }
  .services .adwrapper .services_items .services_item .services_item_line {
    margin-bottom: 10px;
  }
  .services .adwrapper .services_items .services_item .services_item_list {
    margin-bottom: 13px;
  }
  .services .adwrapper .services_items .services_item .services_item_list span {
    font-size: 14px;
  }
  .services .adwrapper .services_items .services_item .services_item_list:last-child {
    margin-bottom: 20px;
  }
  .services .adwrapper .services_items .services_item .services_item_price {
    margin-bottom: 10px;
  }
  .services .adwrapper .services_items .services_item .services_item_price .big {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
  .services .adwrapper .services_items .services_item .services_item_price span {
    padding-top: 5px;
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.services .adwrapper .services_items .medium {
  position: relative;
}
.services .adwrapper .services_items .medium .services_item_get {
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
}
.services .adwrapper .services_items .medium .services_item_get span {
  color: #FFFFFF;
}
.services .adwrapper .services_items .medium .label {
  position: absolute;
  width: 145px;
  height: 128px;
  content: "";
  top: 0;
  right: 0;
  overflow: hidden;
}
.services .adwrapper .services_items .medium .label svg {
  display: block;
  margin-top: -17px;
}
@media (max-width: 1145px) {
  .services .adwrapper .services_items .medium .label {
    width: 125px;
    height: 110px;
  }
}
@media (max-width: 925px) {
  .services .adwrapper .services_items .medium .label {
    display: none;
  }
}
.services .adwrapper .services_items .medium .inh_label {
  display: none;
}
@media (max-width: 925px) {
  .services .adwrapper .services_items .medium .inh_label {
    display: block;
    position: absolute;
    width: 81px;
    height: 25px;
    content: "";
    top: 0;
    right: 0;
  }
  .services .adwrapper .services_items .medium .inh_label svg {
    display: block;
    width: 81px;
    height: 25px;
  }
}
@media (max-width: 645px) {
  .services .adwrapper .services_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .services .adwrapper .services_items .services_item {
    width: 100%;
  }
  .services .adwrapper .services_items .medium {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 645px) {
  .services {
    padding: 0 20px 30px 20px;
  }
}
.services .inh_services {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.services .inh_services .inh_services_body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 385px;
  width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.1), 0 6px 14px -6px rgba(24, 39, 75, 0.12);
  z-index: 3;
  margin-top: auto;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.services .inh_services .inh_services_body .inh_services_close {
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  right: 6px;
  top: 16px;
}
.services .inh_services .inh_services_body .inh_services_close svg {
  display: block;
  width: 26px;
  height: 26px;
}
.services .inh_services .inh_services_body .inh_services_title {
  font-family: "Segoe UI", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.services .inh_services .inh_services_body .inh_services_input {
  margin-bottom: 20px;
  width: 100%;
}
.services .inh_services .inh_services_body .inh_services_input .label {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.services .inh_services .inh_services_body .inh_services_input .full_form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
}
.services .inh_services .inh_services_body .inh_services_input .full_form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .full_form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .full_form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .full_form:-internal-autofill-selected, .services .inh_services .inh_services_body .inh_services_input .full_form:focus-visible, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill:focus, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill:focus-visible, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill:focus, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .full_form::selection, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .full_form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.services .inh_services .inh_services_body .inh_services_input .input_content {
  position: relative;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  width: 100%;
  height: 42px;
  cursor: pointer;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .arr {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 13px;
  right: 13px;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .arr svg {
  display: block;
  width: 16px;
  height: 16px;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .selected {
  display: block;
  padding: 11px 19px;
  box-sizing: border-box;
  width: 100%;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  height: 42px;
  position: relative;
  z-index: 2;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .select_content {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 45px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 15px 0;
  box-sizing: border-box;
  z-index: 3;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .select_content .select_content_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .select_content .select_content_item span {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .select_content .select_content_item .check_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 20px;
  height: 20px;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .select_content .active .check_select {
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
}
.services .inh_services .inh_services_body .inh_services_input .input_content .select_content .active .check_select:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 3px;
  width: 16px;
  height: 12px;
  background-image: url(../image/add/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.services .inh_services .inh_services_body .inh_services_input .input_content .active {
  display: block;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  max-width: 130px;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
  border-radius: 4px;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-internal-autofill-selected, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:focus-visible, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill:focus, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill:focus-visible, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill:focus, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services::selection, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .country_tel_services:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-internal-autofill-selected, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:focus-visible, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill:focus, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill:focus-visible, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill:focus, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form::selection, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill:hover, .services .inh_services .inh_services_body .inh_services_input .tele_body_services .full_form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.services .inh_services .inh_services_body .inh_services_input .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.services .inh_services .inh_services_body .form_body_err .errrrrr {
  display: block;
}
.services .inh_services .inh_services_body .send_popup_serv {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  max-width: 208px;
  width: 100%;
  height: 50px;
  padding: 11px 22px;
  cursor: pointer;
  box-sizing: border-box;
}
.services .inh_services .inh_services_body .send_popup_serv span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
}
.services .inh_services .inh_services_body .send_popup_serv:hover {
  background: #df2040;
}
@media (max-width: 645px) {
  .services .inh_services .inh_services_body {
    padding: 30px 20px;
    margin-bottom: 655px;
  }
  .services .inh_services .inh_services_body .inh_services_title {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 645px) {
  .services .inh_services {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.services .inh_services_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banners {
  padding: 60px 20px;
}
.banners .adwrapper .banners_title {
  color: #262626;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banners .adwrapper .banners_title strong {
  font-weight: 900;
}
@media (max-width: 1085px) {
  .banners .adwrapper .banners_title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
@media (max-width: 885px) {
  .banners .adwrapper .banners_title {
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 740px) {
  .banners .adwrapper .banners_title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.banners .adwrapper .banners_content .banners_row {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  box-sizing: border-box;
}
.banners .adwrapper .banners_content .banners_row .banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 27%;
  box-sizing: border-box;
}
.banners .adwrapper .banners_content .banners_row .size {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 27%;
  box-sizing: border-box;
}
.banners .adwrapper .banners_content .banners_row .price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 27%;
  box-sizing: border-box;
}
.banners .adwrapper .banners_content .banners_row .more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 19%;
  box-sizing: border-box;
}
@media (max-width: 1050px) {
  .banners .adwrapper .banners_content .banners_row .banner {
    width: 35%;
  }
  .banners .adwrapper .banners_content .banners_row .size {
    width: 24%;
  }
  .banners .adwrapper .banners_content .banners_row .price {
    width: 24%;
  }
  .banners .adwrapper .banners_content .banners_row .more {
    width: 17%;
  }
}
@media (max-width: 745px) {
  .banners .adwrapper .banners_content .banners_row .banner {
    width: 42%;
  }
  .banners .adwrapper .banners_content .banners_row .size {
    width: 20%;
  }
  .banners .adwrapper .banners_content .banners_row .price {
    width: 20%;
  }
  .banners .adwrapper .banners_content .banners_row .more {
    width: 18%;
  }
}
@media (max-width: 690px) {
  .banners .adwrapper .banners_content .banners_row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banners .adwrapper .banners_content .banners_row .banner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    width: 100%;
    margin-bottom: 15px;
  }
  .banners .adwrapper .banners_content .banners_row .size {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    width: 33.33%;
  }
  .banners .adwrapper .banners_content .banners_row .price {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    width: 33.33%;
  }
  .banners .adwrapper .banners_content .banners_row .more {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-justify-content: unset;
    justify-content: unset;
    width: 33.33%;
  }
}
@media (max-width: 410px) {
  .banners .adwrapper .banners_content .banners_row .size {
    width: 31%;
  }
  .banners .adwrapper .banners_content .banners_row .price {
    width: 31%;
  }
  .banners .adwrapper .banners_content .banners_row .more {
    width: 38%;
  }
}
.banners .adwrapper .banners_content .banners_top {
  padding: 14px 20px;
}
.banners .adwrapper .banners_content .banners_top > div span {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 855px) {
  .banners .adwrapper .banners_content .banners_top > div span {
    font-size: 14px;
  }
}
@media (max-width: 690px) {
  .banners .adwrapper .banners_content .banners_top {
    display: none;
  }
}
.banners .adwrapper .banners_content .banners_body {
  background: #EEE;
  padding: 14px 20px;
}
.banners .adwrapper .banners_content .banners_body > div .inh {
  display: none;
  color: #9E9E9E;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.banners .adwrapper .banners_content .banners_body > div span {
  display: block;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banners .adwrapper .banners_content .banners_body .banner span {
  font-weight: 600;
}
.banners .adwrapper .banners_content .banners_body .more span {
  margin-right: 10px;
  font-weight: 600;
  min-width: 77px;
}
.banners .adwrapper .banners_content .banners_body .more .mark {
  border-radius: 4px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  height: 28px;
  padding: 2px 7px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  color: #F9F9F9;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 85px;
  margin-left: auto;
}
@media (max-width: 1225px) {
  .banners .adwrapper .banners_content .banners_body .more .mark {
    margin-right: 75px;
  }
}
@media (max-width: 1175px) {
  .banners .adwrapper .banners_content .banners_body .more .mark {
    margin-right: 65px;
  }
}
@media (max-width: 1125px) {
  .banners .adwrapper .banners_content .banners_body .more .mark {
    margin-right: 50px;
  }
}
@media (max-width: 1050px) {
  .banners .adwrapper .banners_content .banners_body .more .mark {
    margin-right: 0;
  }
}
@media (max-width: 855px) {
  .banners .adwrapper .banners_content .banners_body > div span {
    font-size: 16px;
  }
  .banners .adwrapper .banners_content .banners_body .more span {
    margin-right: 5px;
  }
  .banners .adwrapper .banners_content .banners_body .more .mark {
    font-size: 14px;
    height: 25px;
  }
}
@media (max-width: 690px) {
  .banners .adwrapper .banners_content .banners_body > div .inh {
    display: block;
    color: #9E9E9E;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
  }
  .banners .adwrapper .banners_content .banners_body .more .mark {
    margin-top: -25px;
  }
}
.banners .adwrapper .banners_content .second {
  background: #F9F9F9;
}
.banners .adwrapper .get_bill {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  max-width: 210px;
  width: 100%;
  height: 50px;
  padding: 11px 20px;
  cursor: pointer;
  box-sizing: border-box;
}
.banners .adwrapper .get_bill span {
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.banners .adwrapper .get_bill:hover {
  background: #DF2040;
}
@media (max-width: 575px) {
  .banners {
    padding: 30px 20px;
  }
}

.inh_banners {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.inh_banners .inh_banners_body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 385px;
  width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.1), 0 6px 14px -6px rgba(24, 39, 75, 0.12);
  z-index: 3;
  margin-top: auto;
  margin-bottom: 155px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inh_banners .inh_banners_body .inh_banners_close {
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  right: 6px;
  top: 16px;
}
.inh_banners .inh_banners_body .inh_banners_close svg {
  display: block;
  width: 26px;
  height: 26px;
}
.inh_banners .inh_banners_body .inh_banners_title {
  font-family: "Segoe UI", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.inh_banners .inh_banners_body .inh_banners_input {
  margin-bottom: 20px;
  width: 100%;
}
.inh_banners .inh_banners_body .inh_banners_input .label {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.inh_banners .inh_banners_body .inh_banners_input .full_form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
}
.inh_banners .inh_banners_body .inh_banners_input .full_form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .full_form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .full_form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .full_form:-internal-autofill-selected, .inh_banners .inh_banners_body .inh_banners_input .full_form:focus-visible, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill:focus, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill:focus-visible, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill:focus, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .full_form::selection, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .full_form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content {
  position: relative;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  width: 100%;
  height: 42px;
  cursor: pointer;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .arr {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 13px;
  right: 13px;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .arr svg {
  display: block;
  width: 16px;
  height: 16px;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .selected {
  display: block;
  padding: 11px 19px;
  box-sizing: border-box;
  width: 100%;
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
  height: 42px;
  position: relative;
  z-index: 2;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .select_content {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 45px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 15px 0;
  box-sizing: border-box;
  z-index: 3;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .select_content .select_content_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .select_content .select_content_item span {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .select_content .select_content_item .check_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 20px;
  height: 20px;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .select_content .active .check_select {
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .select_content .active .check_select:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 3px;
  width: 16px;
  height: 12px;
  background-image: url(../image/add/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .active {
  display: block;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months {
  overflow-y: scroll;
  height: 290px;
  padding-left: 0;
  padding-right: 0;
  right: 0;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months::-webkit-scrollbar {
  width: 3px;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months::-webkit-scrollbar-track {
  background: #ffffff;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 20px;
  border: none;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months .serv_banners_item {
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months .serv_banners_item div {
  color: #262626;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months .serv_banners_item div strong {
  font-weight: 700;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months .serv_banners_item div .cos {
  text-decoration: line-through;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months .serv_banners_item div .red {
  color: #df2040;
  font-weight: 700;
}
.inh_banners .inh_banners_body .inh_banners_input .input_content .months .serv_banners_item:hover {
  background: #EEE;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services select {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  max-width: 130px;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
  border-radius: 4px;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services select::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services select::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-internal-autofill-selected, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:focus-visible, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill:focus, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill:focus-visible, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill:focus, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select::selection, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services select:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form {
  border-radius: 4px;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #262626;
  padding: 0 15px;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: none;
  padding: 11px 19px;
  border-radius: 4px;
  border: 1px solid #D3D8DD;
  background: #FFF;
  height: 42px;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form::-webkit-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form::-moz-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-ms-input-placeholder {
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #9E9E9E;
  background-color: #FFFFFF;
}
.inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-internal-autofill-selected, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:focus-visible, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill:focus, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill:focus-visible, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill:focus, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form::selection, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill:hover, .inh_banners .inh_banners_body .inh_banners_input .tele_body_services .form:-webkit-autofill:focus {
  background-color: #e7e5e5 !important;
  border: 1px solid #262626;
  -webkit-text-fill-color: #262626;
  -webkit-box-shadow: none;
  box-shadow: inset 20px 40px 0 20px #FFFFFF;
  transition: background-color 0s ease-in-out;
  outline: none !important;
}
.inh_banners .inh_banners_body .inh_banners_input .errrrrr {
  display: none;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255, 86, 86, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 12px;
  color: #FF5656;
  font-family: "Segoe UI", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.inh_banners .inh_banners_body .form_body_err .errrrrr {
  display: block;
}
.inh_banners .inh_banners_body .send_popup_banners {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%);
  max-width: 208px;
  width: 100%;
  height: 50px;
  padding: 11px 22px;
  cursor: pointer;
  box-sizing: border-box;
}
.inh_banners .inh_banners_body .send_popup_banners span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
}
.inh_banners .inh_banners_body .send_popup_banners:hover {
  background: #df2040;
}
@media (max-width: 645px) {
  .inh_banners .inh_banners_body {
    padding: 30px 20px;
    margin-bottom: 155px;
  }
  .inh_banners .inh_banners_body .inh_banners_title {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 5px;
  }
}
@media (max-width: 645px) {
  .inh_banners {
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.inh_banners_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  background: #FAF9FE;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 715px) {
  .footer .adwrapper {
    padding-bottom: 65px;
  }
}
.footer .adwrapper .center span {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #929292;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 450px) {
  .footer .adwrapper .center span {
    font-size: 16px;
  }
}
.footer .adwrapper .center span:first-child {
  margin-bottom: 15px;
}
@media (max-width: 770px) {
  .footer .adwrapper .center span:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 715px) {
  .footer .adwrapper .center {
    padding-bottom: 30px;
  }
}
.footer .adwrapper_inh {
  display: none;
  background: #FFF;
  box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 715px) {
  .footer .adwrapper_inh {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer .adwrapper_inh .registration {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 4px;
    max-width: 185px;
    width: 100%;
    height: 35px;
    padding: 8px 20px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #df2040;
    max-width: 200px;
    height: 45px;
    margin-right: 20px;
    border-radius: 100px;
    padding: 10px;
  }
  .footer .adwrapper_inh .registration span {
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #df2040;
  }
  .footer .adwrapper_inh .registration span {
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
  }
  .footer .adwrapper_inh .registration:hover {
    background: var(--gradient, linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%));
  }
  .footer .adwrapper_inh .registration:hover span {
    color: #FFFFFF;
  }
  .footer .adwrapper_inh .advertising {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 100px;
    background: var(--gradient, linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #F64F45 100%));
    width: 100%;
    max-width: 200px;
    height: 45px;
    padding: 10px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .footer .adwrapper_inh .advertising span {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
  }
  .footer .adwrapper_inh .advertising:hover {
    background: linear-gradient(112deg, #DF2241 0%, #DF2241 0.01%, #E02342 100%);
  }
}
@media (max-width: 715px) and (max-width: 380px) {
  .footer .adwrapper_inh .registration {
    margin-right: 15px;
  }
}
@media (max-width: 770px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 715px) {
  .footer {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=add.css.map */
