@font-face {
  font-family: "Nunito";
  src: local("Nunito ExtraLight"), local("Nunito-ExtraLight"), url("../fonts/Nunito-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito ExtraLight Italic"), local("Nunito-ExtraLightItalic"), url("../fonts/Nunito-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Light"), local("Nunito-Light"), url("../fonts/Nunito-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Light Italic"), local("Nunito-LightItalic"), url("../fonts/Nunito-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/Nunito-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Italic"), local("Nunito-Italic"), url("../fonts/Nunito-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Medium"), local("Nunito-Medium"), url("../fonts/Nunito-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Medium Italic"), local("Nunito-MediumItalic"), url("../fonts/Nunito-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url("../fonts/Nunito-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito SemiBold Italic"), local("Nunito-SemiBoldItalic"), url("../fonts/Nunito-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/Nunito-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Bold Italic"), local("Nunito-BoldItalic"), url("../fonts/Nunito-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url("../fonts/Nunito-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito ExtraBold Italic"), local("Nunito-ExtraBoldItalic"), url("../fonts/Nunito-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Black"), local("Nunito-Black"), url("../fonts/Nunito-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: local("Nunito Black Italic"), local("Nunito-BlackItalic"), url("../fonts/Nunito-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
*:focus-visible {
  outline-offset: 0;
  outline: 0;
}

a {
  text-decoration: none;
}
a:hover {
  color: #DF1C3F;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.red {
  color: #DF1C3F;
}

em {
  font-style: normal;
}

h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 80px;
}
h2 span {
  font-weight: 900;
}

/* FORMS */
*:focus {
  box-shadow: none !important;
}

.form-select {
  border-radius: 50px;
  padding-left: 20px;
  border: 2px solid #F0F0F0;
  font-size: 20px;
}

.form-control {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #F0F0F0;
  font-size: 20px;
}

.form-label {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 5px;
}

.input-group-text {
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #F0F0F0;
  background: #F0F0F0;
}

.form-switch .form-check-input {
  height: 24px;
  width: 40px;
  margin-right: 10px;
}
.form-switch .form-check-label {
  margin-top: 5px;
}

body {
  font-family: "Nunito";
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  min-width: 320px;
}

.firstScreen {
  position: relative;
  overflow-x: hidden;
}

/* TOPNAV */
.topNav {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.logoImg {
  background: linear-gradient(to top, #1894EC, #00133A);
  width: 70px;
  height: 70px;
  font-size: 40px;
  font-weight: 900;
  border-radius: 50%;
  color: white;
  display: inline-block;
  line-height: 1;
  padding: 15px 0 0 10px;
}
.logoImg:hover {
  color: white;
}

.logoBlock {
  padding-top: 12px;
}

.logoTitle {
  font-size: 40px;
  font-weight: 900;
  color: black;
  text-transform: uppercase;
}
.logoTitle:hover {
  color: black;
}

.logoBtn {
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.logoBtn img {
  padding-bottom: 7px;
}

.logoLink {
  margin-left: 20px;
  color: black;
  font-weight: bold;
}

.logoCartLable {
  margin-right: 5px;
}

.cartCount {
  background: linear-gradient(to top, #DF1C3F, #6A0D0D);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: white;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.cartCountNum {
  position: absolute;
  left: 6px;
  top: 8px;
  width: 18px;
  height: 14px;
  text-align: center;
}

.contacts {
  position: relative;
  z-index: 2;
}

.contactAva {
  position: relative;
  width: 80px;
}

.contactStatus {
  background: #3DE500;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 13px;
  right: 10px;
}

.contactText {
  color: white;
  font-size: 28px;
  font-weight: 500;
  padding-left: 5px;
}

.contactPhone {
  display: block;
  padding-bottom: 5px;
  color: white;
}
.contactPhone:hover {
  color: #FFD600;
}

.contactNtwrk {
  margin: 0 3px;
}

/* OFFER */
.offer {
  position: relative;
  z-index: 2;
}

.offerCap h1 {
  font-size: 32px;
  font-weight: 700;
  padding-top: 80px;
  padding-bottom: 40px;
  line-height: 1.1;
}

.offerList {
  font-size: 20px;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.offerLi {
  padding-bottom: 15px;
}

.offerLiBlt {
  margin-right: 10px;
  width: 24px;
  height: 24px !important;
}
.offerLiBlt img {
  width: 24px;
  height: 24px;
}

.offerAction {
  display: inline-block;
}

.offerDate {
  font-size: 16px;
  display: block;
  text-align: center;
}

/* PROFITS */
.profits {
  background: linear-gradient(to top, #7AA95C, #155049);
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.profitsCap {
  color: white;
  padding-top: 100px;
}
.profitsCap span {
  color: #B8EF5A;
  font-weight: bold;
}

/* TYPES */
.types {
  padding-top: 200px;
  padding-bottom: 100px;
  overflow-x: auto;
}
.types h2 {
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 80px;
}
.types h2 span {
  font-weight: 900;
}
.types .tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.types .tabs ul li {
  border: 1px solid #EEF0FC;
  border-radius: 20px;
  height: 100px;
  padding: 10px;
  margin: 0 0 10px 0;
  cursor: pointer;
  font-size: 20px;
}
.types .tabs ul li img {
  margin-right: 20px;
}
.types .tabs ul .tabBlue {
  margin-bottom: 0;
}
.types .tabs ul .tabYellow:hover, .types .tabs ul .tabYellow.active {
  background-color: #FFF1A6;
  border-color: #FFCF25;
}
.types .tabs ul .tabRed:hover, .types .tabs ul .tabRed.active {
  background-color: #FFC9D2;
  border-color: #DF1C3F;
}
.types .tabs ul .tabGreen:hover, .types .tabs ul .tabGreen.active {
  background-color: #CEFFD0;
  border-color: #32D16A;
}
.types .tabs ul .tabGray:hover, .types .tabs ul .tabGray.active {
  background-color: #F5F5F5;
  border-color: #C4C4C4;
}
.types .tabs ul .tabBlue:hover, .types .tabs ul .tabBlue.active {
  background-color: #CAEDFF;
  border-color: #1894EC;
}
.types .sections {
  font-size: 20px;
}
.types .sections__wrp {
  height: 100%;
}
.types .sections__wrp h3 {
  margin-bottom: 20px;
}
.types .sections .text {
  font-size: 20px;
  padding: 40px;
  border: 1px solid #FFB901;
  border-radius: 20px;
  height: 100%;
}
.types .sections__text a:hover {
  border-bottom: 2px solid #DF1C3F;
}
.types .sections .textYellow.active {
  background-color: #FFF1A6;
  border-color: #FFCF25;
}
.types .sections .textRed.active {
  background-color: #FFC9D2;
  border-color: #DF1C3F;
}
.types .sections .textGreen.active {
  background-color: #CEFFD0;
  border-color: #32D16A;
}
.types .sections .textGray.active {
  background-color: #F5F5F5;
  border-color: #C4C4C4;
}
.types .sections .textBlue.active {
  background-color: #CAEDFF;
  border-color: #1894EC;
}

/* PERKS */
.perks {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.perks .perksCap {
  margin-top: 15px;
}
.perks .perksCap h2 {
  text-align: left;
  margin-bottom: 20px;
}
.perks .perksCapMobile {
  margin-top: 0;
}
.perks .perksCapMobile h2 {
  text-align: center;
  margin-bottom: 20px;
}
.perks h3 {
  color: #155049;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.perksImg {
  margin-left: -15px;
  padding-right: 10px;
}

/* CART MODAL */
.cartModalCap {
  margin-right: 10px;
}

/* OFFCANVAS */
.offcanvasContacts {
  position: relative;
}

.offcanvasAva {
  position: relative;
  width: 80px;
}

.offcanvasStatus {
  background: #3DE500;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 13px;
  right: 10px;
}

.offcanvasText {
  color: black;
  font-size: 28px;
  font-weight: 500;
  padding-left: 5px;
}

.offcanvasPhone {
  display: block;
  padding-bottom: 5px;
  color: black;
}
.offcanvasPhone:hover {
  color: #DF1C3F;
}

.offcanvasNtwrk {
  margin: 0 3px;
}

/* STORE */
.store {
  background: url("../images/productImg.svg") no-repeat 110% 250px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.storeTabBtn {
  background: #F5F5F5 !important;
  color: black !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  padding: 10px 40px !important;
  border-radius: 50px !important;
  margin-right: 20px;
  min-width: 306px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.storeTabBtn.active {
  background: linear-gradient(to top, #00133A, #1894EC) !important;
  color: white !important;
}
.storeTabBtn.active:hover {
  background: linear-gradient(to top, #00133A, #1894EC) !important;
  color: white !important;
}
.storeTabBtn:hover {
  background: #F0F0F0 !important;
  color: black;
}

.storeContent {
  padding-top: 60px;
}

.product {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px;
  text-align: center;
}

.product2 {
  border: 2px solid transparent;
  display: block;
  position: relative;
  height: 100%;
  padding: 15px;
  text-align: center;
}
.product2:hover {
  border: 2px solid #EEF0FC;
  border-radius: 20px;
}

.productLabel {
  border-radius: 50px;
  display: inline-block;
  padding: 3px 20px 2px 20px;
  text-transform: uppercase;
  width: auto;
  height: 20px;
  line-height: 1;
  font-size: 14px;
  position: relative;
}
.productLabel_red {
  background: #DF1C3F;
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
  cursor: pointer;
}
.productLabel_red:before {
  content: "";
  background: url("../images/productStar_white.svg") no-repeat;
  left: 5px;
  top: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
}
.productLabel_red:after {
  content: "";
  background: url("../images/productStar_white.svg") no-repeat;
  right: 5px;
  top: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
}
.productLabel_green {
  background: #155049;
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
}
.productLabel_green:before {
  content: "";
  background: url("../images/productStar_white.svg") no-repeat;
  left: 5px;
  top: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
}
.productLabel_green:after {
  content: "";
  background: url("../images/productStar_white.svg") no-repeat;
  right: 5px;
  top: 5px;
  position: absolute;
  width: 10px;
  height: 10px;
}

.productLink {
  display: block;
  margin-bottom: 30px;
}
.productLink:hover {
  background: url("../images/productBg.webp") no-repeat 0% 50%;
  background-size: 100%;
}

.productLink2 {
  display: block;
  margin-bottom: 30px;
}

.productTitle {
  display: inline-block;
  font-size: 18px;
  color: black;
  text-align: center;
  height: 71px;
  margin-bottom: 5px;
}

.productRating {
  margin-bottom: 30px;
}

.productPrice {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.productPrice_none {
  padding: 5px 0;
  font-size: 26px;
}
.productPrice .oldPrice {
  font-size: 20px;
  line-height: 1;
  text-decoration: line-through;
}
.productPrice .newPrice {
  color: #DF1C3F;
  cursor: pointer;
}

.productPriceSale {
  padding-right: 0px;
}

.productCount {
  margin-bottom: 22px;
  font-size: 20px;
}

.countBtn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #F5F5F5;
  cursor: pointer;
  margin: 5px;
  font-size: 24px;
  font-weight: 700;
}
.countBtn:hover {
  background-color: #F0F0F0;
}

.countTotal {
  width: 60px;
}

.productParams {
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 40px;
  font-weight: 500;
}

.paramProfit {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px 0 0 5px;
}
.paramProfit_red {
  background: #DF1C3F;
  color: white;
}
.paramProfit_yellow {
  background: #FFCF25;
  color: black;
}

.paramValue {
  background: #F0F0F0;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 0 5px 5px 0;
}

.btnAddCart {
  background: linear-gradient(to top, #6A0D0D, #DF1C3F);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  width: 210px;
}
.btnAddCart:hover {
  background: #DF1C3F;
}
.btnAddCart_disabled {
  background: linear-gradient(to top, #575A63, #C4C4C4);
  cursor: default;
}
.btnAddCart_disabled:hover {
  background: linear-gradient(to top, #575A63, #C4C4C4);
}

.btnOneClick {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}
.btnOneClick:hover {
  opacity: 1;
}
.btnOneClick_disabled {
  cursor: default;
}
.btnOneClick_disabled:hover {
  opacity: 0.9;
}

/* CALC */
.calc {
  background: #00455C;
  color: white;
  padding-top: 120px;
  padding-bottom: 120px;
}
.calc .calcTab {
  margin-bottom: 40px;
}
.calc .calcTab__link {
  background: linear-gradient(to top, #575A63, white);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: black;
  border-radius: 30px;
  width: 205px;
  font-size: 22px;
  margin: 10px;
}
.calc .calcTab__link:hover {
  background: linear-gradient(to top, #C4C4C4, white);
}
.calc .calcTab .active {
  background: linear-gradient(to top, #E8A800, #FFD600);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: black;
}
.calc .calcParams {
  margin-bottom: 40px;
}
.calc .calcParams .calcParamLabel {
  margin-left: 0;
  font-size: 22px;
  padding-bottom: 10px;
}
.calc .calcParams .calcParamRange {
  margin-bottom: 40px;
}
.calc .calcParams .calcParamRange .calcParamValues {
  display: flex;
  justify-content: space-between;
}
.calc .calcParams .calcParamRange .calcParamValues .calcParamValue {
  min-width: 20px;
  text-align: center;
}
.calc .calcParams .calcParamRadio div {
  margin-right: 20px;
}
.calc .calcParams .calcParamRadio .calcParamInput {
  margin-top: 2px;
}
.calc .calcResult, .calc .calcRes {
  margin-bottom: 80px;
}
.calc .resultCap {
  font-size: 24px;
  font-weight: 500;
}
.calc .resultText {
  color: #3DE500;
  font-size: 24px;
}
.calc .calcOrder {
  background: white;
  color: black;
  border-radius: 10px;
  padding: 30px;
}
.calc .calcOrder h3 {
  font-weight: 800;
  margin-bottom: 20px;
}
.calc .calcOrder .calcOrderLink img {
  max-width: 200px;
}
.calc .calcOrder .calcOrderPrice {
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 15px;
}
.calc .calcOrder .calcOrderPrice_none {
  padding: 5px 0;
  font-size: 26px;
}
.calc .calcOrder .calcOrderPrice .oldPrice {
  font-size: 20px;
  line-height: 1;
  text-decoration: line-through;
}
.calc .calcOrder .calcOrderPrice .newPrice {
  color: #DF1C3F;
  cursor: pointer;
}
.calc .calcOrder .calcOrderSale {
  padding-right: 0px;
}
.calc .calcOrder .calcOrderAction {
  display: inline-block;
}
.calc .calcOrder .calcOrderAction .btnOneClick {
  text-align: center;
}
.calc .calcOffice .calcStaff {
  margin-bottom: 40px;
}
.calc .calcOffice .calcOfficeLabel {
  margin-left: 0;
  font-size: 22px;
  padding-bottom: 10px;
}
.calc .calcOffice .calcGuestRadio {
  margin-bottom: 40px;
}

/* ONE CLICK */
.oneModal .modal-content {
  padding: 20px 30px;
}
.oneModal .modal-header {
  border-bottom: 0;
}
.oneModal .modal-title {
  font-family: "Nunito";
  font-size: 26px;
  font-weight: 700;
}
.oneModal .oneProductImg {
  position: relative;
}
.oneModal .oneProductImg img {
  margin-left: -20px;
}
.oneModal .oneQuality {
  padding-top: 30px;
}
.oneModal .oneQualityImg {
  margin-right: 10px;
}
.oneModal .oneEverydayBlock {
  padding-top: 20px;
  margin-left: 50px;
}
.oneModal .oneInput {
  padding-left: 30px;
}
.oneModal .oneDelivery {
  padding-left: 30px;
}
.oneModal .oneDelivery .form-check-input:checked {
  background-color: #0C5392;
  border-color: #0C5392;
}
.oneModal .oneDelivery .form-check-label {
  padding-top: 5px;
  margin: 0 30px 0 10px;
}
.oneModal .oneDisc {
  padding: 5px 30px;
  color: #575A63;
  font-size: 16px;
  cursor: pointer;
}
.oneModal .oneDisc img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.oneModal .form-select {
  padding-left: 30px;
  background-position: right 20px center;
}
.oneModal .oneRules {
  margin: 20px 0 40px 0;
  padding: 5px 0;
  background: #F5F5F5;
  border-radius: 5px;
}
.oneModal #oneDiscText {
  text-align: left;
  font-size: 14px;
  margin-left: 40px;
}
.oneModal #oneDiscText ul {
  padding-left: 20px;
  list-style-type: none;
  color: #575A63;
}
.oneModal #oneDiscText ul li {
  margin-bottom: 2px;
}
.oneModal .onePoint {
  background: #CAEDFF;
  border: 1px solid #1894EC;
  color: #0C5392;
}
.oneModal .oneCap {
  text-align: center;
  margin-bottom: 5px;
}
.oneModal .oneCount {
  border: 2px solid #F0F0F0;
  border-radius: 50px;
  width: 170px;
  padding: 5px;
}
.oneModal .oneCount .oneBtn {
  border: 1px solid #F0F0F0;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.oneModal .oneLine {
  padding: 5px 30px;
}
.oneModal .oneOldPrice {
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1.2;
  margin-right: 15px;
}
.oneModal .oneNewPrice {
  font-size: 32px;
  color: #DF1C3F;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
.oneModal .oneSubmit {
  padding-top: 20px;
}
.oneModal .oneSubmitBtn {
  width: 100%;
  background: linear-gradient(to top, #6A0D0D, #DF1C3F);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.oneModal .oneSubmitBtn:hover {
  background: #DF1C3F;
}
.oneModal .oneSubmitBtn_disabled {
  background: linear-gradient(to top, #575A63, #C4C4C4);
  cursor: default;
}
.oneModal .oneSubmitBtn_disabled:hover {
  background: linear-gradient(to top, #575A63, #C4C4C4);
}
.oneModal .onePolicy {
  font-size: 14px;
  color: #575A63;
  padding: 0 30px;
}
.oneModal .onePolicy a {
  color: #22252E;
}
.oneModal .onePolicy hr {
  width: 50%;
}

@media (max-width: 349px) {
  .topNav {
    padding-top: 20px;
  }
  .logoBlock h1 {
    padding-left: 10px;
    font-size: 13px;
  }
  .logoDesc {
    font-size: 13px;
  }
  .circleBg {
    display: none;
  }
  .rocket {
    display: none;
  }
  .mobileBtn {
    width: 100%;
    background: #EEF0FC;
    border-radius: 20px;
    padding: 5px;
    margin-top: 20px;
  }
  .mobileBtn span {
    color: black;
    padding-left: 10px;
  }
  .offer {
    background: #0E3B6E;
    background-size: 450px;
    background-position-x: 55vw;
    margin: 15px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
  }
  .offerCap h1 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 40px;
    line-height: 1.2;
    position: relative;
  }
  .offerCap_highlight {
    color: #FFD600;
  }
  .offerCapBr {
    display: none;
  }
  .offerAction {
    display: block;
  }
  .offerBtn {
    background: linear-gradient(to top, #6A0D0D, #DF1C3F);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: block;
    width: 100%;
    padding: 10px 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-align: center;
  }
  .offerBtn:hover {
    background: #DF1C3F;
  }
  .offerSpan {
    display: none;
  }
  .offerList {
    display: none;
  }
  .offerDate {
    position: relative;
    color: white;
    margin-bottom: 10px;
  }
  .offerActionBr {
    display: inline;
  }
  .timer__items {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 22px;
  }
  .timer__item {
    position: relative;
    min-width: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
  }
  .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 12px;
  }
  .timer__item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -15px;
  }
  .profitWrp {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 15px;
  }
  .profitWrp_green {
    background: #EAF0EC;
  }
  .profitWrp_sky {
    background: #EAF1F7;
  }
  .profitWrp_violet {
    background: #F2EFF6;
  }
  .profitCap {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .types {
    padding-top: 80px;
  }
  .types .title {
    padding-bottom: 20px;
  }
  .types .title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .types .tabs ul {
    display: flex;
    max-height: 110px;
    overflow-x: auto;
    margin-bottom: 10px;
    scrollbar-width: none;
  }
  .types .tabs ul::-webkit-scrollbar {
    display: none;
  }
  .types .tabs ul li {
    font-size: 18px;
    min-width: 270px;
    margin-right: 10px;
  }
  .types .tabs .tab img {
    margin-right: 15px;
    max-width: 60px;
  }
  .types .sections {
    font-size: 18px;
  }
  .types .sections h3 {
    font-size: 22px;
    font-weight: bold;
  }
  .types .sections .text {
    font-size: 18px;
    padding: 30px;
    border: 1px solid #FFB901;
    border-radius: 20px;
    height: 100%;
  }
  .profitsCap h2 {
    font-size: 28px;
  }
  .profitsBody ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .profitsBody ul::-webkit-scrollbar {
    display: none;
  }
  .profitsBody ul li {
    background: white;
    border-radius: 20px;
    padding: 30px;
    min-width: 270px;
    margin-right: 15px;
    width: 100%;
  }
  .profitsBody h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .profitImg {
    text-align: center;
    margin-bottom: 40px;
  }
  .profitImg img {
    padding-right: 20px;
  }
}
@media (max-width: 1599px) {
  .store {
    background: none;
  }
}
@media (min-width: 350px) {
  .topNav {
    padding-top: 20px;
  }
  .logoBlock h1 {
    padding-left: 10px;
    font-size: 14px;
  }
  .logoDesc {
    font-size: 14px;
  }
  .circleBg {
    display: none;
  }
  .rocket {
    display: none;
  }
  .mobileBtn {
    width: 100%;
    background: #EEF0FC;
    border-radius: 20px;
    padding: 5px;
    margin-top: 20px;
  }
  .mobileBtn span {
    color: black;
    padding-left: 10px;
  }
  .offer {
    background: #0E3B6E;
    background-size: 450px;
    background-position-x: 55vw;
    margin: 15px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
  }
  .offerCap h1 {
    color: white;
    font-size: 26px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 40px;
    line-height: 1.2;
    position: relative;
  }
  .offerCap_highlight {
    color: #FFD600;
  }
  .offerAction {
    display: block;
    text-align: center;
  }
  .offerBtn {
    background: linear-gradient(to top, #6A0D0D, #DF1C3F);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: none;
    color: white;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    text-align: center;
  }
  .offerBtn:hover {
    background: #DF1C3F;
  }
  .offerSpan {
    display: none;
  }
  .offerList {
    display: none;
  }
  .offerDate {
    position: relative;
    color: white;
    margin-bottom: 10px;
  }
  .timer__items {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 22px;
  }
  .timer__item {
    position: relative;
    min-width: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
  }
  .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 12px;
  }
  .timer__item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -15px;
  }
  .types {
    padding-top: 80px;
  }
  .types .title {
    padding-bottom: 20px;
  }
  .types .title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .types .tabs ul {
    display: flex;
    max-height: 110px;
    overflow-x: auto;
    margin-bottom: 10px;
    scrollbar-width: none;
  }
  .types .tabs ul::-webkit-scrollbar {
    display: none;
  }
  .types .tabs ul li {
    font-size: 18px;
    min-width: 270px;
    margin-right: 15px;
  }
  .types .tabs .tab img {
    margin-right: 15px;
    max-width: 60px;
  }
  .types .sections {
    font-size: 18px;
  }
  .types .sections h3 {
    font-size: 22px;
    font-weight: bold;
  }
  .types .sections .text {
    padding: 30px;
    border: 1px solid #FFB901;
    border-radius: 20px;
    height: 100%;
  }
  .perkCapBr, .profitsCapBr {
    display: none;
  }
  .profits {
    margin-top: 0;
  }
  .profitsCap h2 {
    font-size: 28px;
  }
  .profitsBody ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .profitsBody ul::-webkit-scrollbar {
    display: none;
  }
  .profitsBody ul li {
    background: white;
    border-radius: 20px;
    padding: 30px;
    min-width: 80vw;
    margin-right: 15px;
    width: 100%;
  }
  .profitsBody h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .profitImg {
    text-align: center;
    margin-bottom: 40px;
  }
  .profitImg img {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .topNav {
    padding-top: 20px;
  }
  .logoBlock h1 {
    padding-left: 10px;
    font-size: 16px;
  }
  .logoDesc {
    font-size: 18px;
  }
  .circleBg {
    display: none;
  }
  .rocket {
    display: none;
  }
  .offer {
    background: #0E3B6E url("../images/rocket.svg") no-repeat;
    background-size: 250px;
    background-position-x: 55vw;
    background-position-y: 13vh;
    margin: 30px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
  }
  .offerAction {
    display: inline-block;
    text-align: left;
  }
  .offerCap h1 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .offerCap_highlight {
    color: #FFD600;
  }
  .offerBtn {
    background: linear-gradient(to top, #6A0D0D, #DF1C3F);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    position: relative;
  }
  .offerBtn:hover {
    background: #DF1C3F;
  }
  .offerList {
    display: none;
  }
  .offerDate {
    position: relative;
    color: white;
  }
  .offerActionBr {
    display: none;
  }
  .mobileBtn {
    background: transparent;
    margin-top: 20px;
  }
  .mobileBtn span {
    display: none;
  }
  .timer__items {
    margin-left: 0;
    display: flex;
    justify-content: left;
    font-size: 40px;
    color: white;
  }
  .timer__item {
    position: relative;
    min-width: 55px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
  }
  .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
  }
  .timer__item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -15px;
  }
  .types {
    padding-top: 80px;
  }
  .types .title {
    padding-bottom: 20px;
  }
  .types .title h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .types .tabs ul {
    display: flex;
    max-height: 110px;
    overflow-x: auto;
    margin-bottom: 10px;
    scrollbar-width: none;
  }
  .types .tabs ul::-webkit-scrollbar {
    display: none;
  }
  .types .tabs ul li {
    font-size: 18px;
    min-width: 340px;
    margin-right: 15px;
  }
  .types .tabs .tab img {
    margin-right: 15px;
    max-width: 60px;
  }
  .types .sections {
    font-size: 18px;
  }
  .types .sections h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .types .sections .text {
    padding: 30px;
    border: 1px solid #FFB901;
    border-radius: 20px;
    height: 100%;
  }
  .profitsCap h2 {
    font-size: 32px;
  }
  .profitsCapBr {
    display: inline;
  }
  .profitsBody ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .profitsBody ul::-webkit-scrollbar {
    display: none;
  }
  .profitsBody ul li {
    background: white;
    border-radius: 20px;
    padding: 30px;
    min-width: 400px;
    margin-right: 15px;
    width: 100%;
  }
  .profitsBody h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .profitImg {
    text-align: center;
    margin-bottom: 40px;
  }
  .profitImg img {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .offer {
    background: none;
    margin: 0;
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .offerCap h1 {
    font-size: 40px;
    color: black;
    padding-top: 80px;
  }
  .offerCap_highlight {
    color: #DF1C3F;
  }
  .offerList {
    display: block;
    font-size: 18px;
  }
  .circleBg {
    display: block;
    background: linear-gradient(to top, #0C5392, #00133A);
    border-radius: 50%;
    width: 120vh;
    height: 120vh;
    min-height: 1000px;
    min-width: 1000px;
    position: absolute;
    bottom: 50px;
    left: 65%;
    z-index: 1;
  }
  .rocket {
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 600px;
  }
  .offerBtn {
    background: linear-gradient(to top, #6A0D0D, #DF1C3F);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    display: inline-block;
    padding: 13px 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
  }
  .offerBtn:hover {
    background: #DF1C3F;
  }
  .offerDate {
    color: black;
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .timer__items {
    margin-left: 10px;
    display: flex;
    justify-content: left;
    font-size: 40px;
    color: black;
  }
  .timer__item {
    position: relative;
    min-width: 55px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
  }
  .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
  }
  .timer__item:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -15px;
  }
  .types {
    padding-top: 80px;
  }
  .types .title {
    padding-bottom: 20px;
  }
  .types .title h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .types .tabs ul {
    display: flex;
    max-height: 110px;
    overflow-x: auto;
    margin-bottom: 10px;
    scrollbar-width: none;
  }
  .types .tabs ul::-webkit-scrollbar {
    display: none;
  }
  .types .tabs ul li {
    font-size: 18px;
    min-width: 340px;
    margin-right: 15px;
    width: 100%;
  }
  .types .tabs .tab img {
    max-width: 60px;
  }
  .types .sections {
    font-size: 18px;
  }
  .types .sections h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .types .sections .text {
    padding: 30px;
    border: 1px solid #FFB901;
    border-radius: 20px;
    height: 100%;
  }
  .perksCap h2 {
    font-size: 36px;
  }
  .profitsCap h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .offerCap h1 {
    font-size: 40px;
  }
  .circleBg {
    bottom: 50px;
    left: 60%;
  }
}
@media (min-width: 1200px) {
  .offerCap h1 {
    font-size: 40px;
  }
  .offerList {
    font-size: 20px;
  }
  .types {
    padding-top: 210px;
    padding-bottom: 100px;
  }
  .types .title h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .types .tabs ul {
    max-height: none;
    display: block;
    overflow-x: visible;
    margin-bottom: 0;
  }
  .types .sections .text {
    padding: 40px;
  }
  .perkCapBr {
    display: inline;
  }
}
@media (min-width: 1400px) {
  .types .title h2 {
    font-size: 40px;
  }
  .perksCap h2 {
    font-size: 40px;
  }
}