@font-face {
  font-family: "seguisb";
  src: url("../fonts/seguisb.eot");
  src: local("seguisb"), url("../fonts/seguisb.woff") format("woff"),
    url("../fonts/seguisb.ttf") format("truetype"),
    url("../fonts/seguisb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Proxima Nova semibold";
  font-weight: 400;
  color: #000;
  background: #fff;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}
header {
  padding: 11px 0;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.1);
  margin: 0 0 50px 0;
}

#time_deliv.error{
    border-bottom: 1px solid #e31d24;
    background: #fff0f0;
}
.logo {
  width: 146px;
  margin: 0 auto;
  padding: 0;
}
.logo a {
  display: block;
}

.add-wrap {
  margin-bottom: 20px;
}
.warn_del_sum.hide {
  display: none;
}

.warn_del_sum i {
  font-style: normal;
}
.add-wrap p {
  font-family: "Proxima Nova regular";
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.select2-selection.err {
  background: #ffd2d2 !important;
}

.prs {
  width: 100%;
}

.prs-wrap {
  display: flex;
  align-items: center;
}
.logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.corzine_page_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.corzine_page_flex > div {
  width: 48%;
}
.heading_cor {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.corzine_page_flex_left_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border: 2px solid #eee;
  border-radius: 20px;
  margin: 0 0 30px 0;
  position: relative;
  min-height: 175px;
}
.corzine_page_flex_left_in_in {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
  padding-top: 10px;
}

.corzine_page_flex_left_in_in_txt_in {
  display: flex;
  flex-direction: column;
}

.item {
  display: flex;
  justify-content: space-between;
}
.corzine_page_flex_left_in_in_img {
  width: 175px;
  margin: 0 25px 0px 15px;
  flex-shrink: 0;
}
.corzine_page_flex_left_in_in_img img {
  display: block;
  width: 100%;
  height: auto;
}
.corzine_page_flex_left_in_in_txt {
  width: 100%;
  padding-bottom: 20px;
}
.corzine_page_flex_left_in_in_txt h4 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0 0;
  margin-bottom: 25px;
  font-family: "Proxima Nova semibold";
}
.corzine_page_flex_left_in_in_txt_in {
  margin: 0 0 10px 0;
}
.corzine_page_flex_left_in_in_txt_in p {
  line-height: 1.4em;
  color: #aba9a9;
  font-size: 13px;
  margin: 0;
}
.corzine_page_flex_left_in_in_txt_select {
  margin: 0 0 10px 0;
}

.select2-container {
  margin-bottom: 15px;
}
.select_cor {
  width: 100%;
}
.corzine_page_flex_left_in_in_txt_select
  .select2-container
  .select2-selection--single {
  height: auto;
}
.corzine_page_flex_left_in_in_txt_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.corzine_page_flex_left_in_in_txt_select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  font-size: 14px;
  white-space: nowrap;
}

@media (min-width: 1000px) {
}
.select2-results__option--selectable {
  font-size: 14px;
}
.btn_count {
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 0;
}
.btn_count span {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  user-select: none;
  color: transparent;
  transition: all 0.2s;
  flex-shrink: 0;
  background-size: contain !important;
}
.minus {
  padding: 0px 0 4px 0;
}
.plus {
  padding: 0 0 1px 1px;
}

.btn_count span.plus {
  background: url(../img/plus.svg?v=1) center no-repeat !important;
  background-size: 22px !important;
}

.btn_count span.minus {
  background: url(../img/minuss.svg?v=1) center no-repeat !important;
  background-size: 22px !important;
}
.btn_count input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  background: #fff;
  border: 1px solid transparent;
  font-family: "Proxima Nova regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-align: center;
  border-radius: 10px;
}
.del_ord {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  font-size: 18px;
  font-family: "Proxima Nova regular", sans-serif;
  font-weight: 600;
  color: #aba9a9;
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}
.gram_prise {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 15px 15px 0;
  text-align: right;
}
.gram_prise > span {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin: 0 0 5px 0;
}
.gram_prise p {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  font-family: "Proxima Nova bold";
}

.rub {
  font-family: "seguisb" !important;
  width: auto !important;
}
.corzine_page_flex_left_slide_main {
  padding: 0px 0 0 0;
}
.corzine_page_flex_left_slide {
  width: 90%;
  margin: 0 auto 0 !important;
}
.inner_slide_in {
  width: 220px;
  margin: 0 auto 0;
  border: 2px solid #eee;
  border-radius: 20px;
  padding: 10px 15px;
}
.inner_slide_in_img {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
}
.inner_slide_in_img img {
  display: block;
  height: 100px;
  width: auto;
}
.inner_slide_in h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.inner_slide_in .gram_prise {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 0 10px 0;
}
.btn_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background: #e31d24;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Proxima Nova regular", sans-serif;
  font-weight: 700;
  border: none;
}
.corzine_page_flex_left_slide .slick-prev,
.corzine_page_flex_left_slide .slick-next {
  width: 34px;
  height: 34px;
}
.corzine_page_flex_left_slide .slick-prev:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/back.png) center no-repeat;
  background-size: contain;
}
.corzine_page_flex_left_slide .slick-next:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/back.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.corzine_page_flex_right {
  position: relative;
}
.back_link {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  color: #7d7c7c;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.corzine_page_flex_right_total {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
}
.corzine_page_flex_right_total > div {
  width: 48%;
  border: 2px solid #eee;
  border-radius: 20px;
  margin: 0 0 20px 0;
  padding-right: 5px;
  padding-bottom: 12px;
}
.corzine_page_flex_right_total_left_in {
  display: flex;
  justify-content: space-between;
  padding: 11px 10px 6px 20px;
}

button[disabled] {
  opacity: 0.4;
}

.addit {
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
  margin-top: -15px;
}

.addit a {
  color: #e31d24;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  font-family: "Proxima Nova semibold";
}

.addit .body {
  display: none;
  position: absolute;
  top: 26px;
  left: -191px;
  padding: 25px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 0;
  width: 400px;
  border-radius: 30px;
}

.addit .body .cols {
  display: inline-block;
  vertical-align: top;
}

.addit .body .cols.first {
  margin-right: 20px;
}

.addit .body p {
  position: relative;
}
.addit .body a.close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  text-decoration: none;
}

.go-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
.addit .body a.close.close-go {
  display: block;
  position: relative;
  top: inherit;
  right: inherit;
  border-radius: 20px;
  background: #eee;
  text-align: center;
  padding: 5px 10px;
  font-size: 16px;
  font-family: "Proxima Nova semibold";
  width: 130px;
  text-transform: uppercase;
}

.addit .body a.go {
  width: 130px;
  display: block;
  color: #fff;
  background: #e31d24;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  font-family: "Proxima Nova semibold";
  text-transform: uppercase;
}

.adds-elem {
  display: flex;
  align-items: center;
  margin: 5px 0;
  position: relative;
}

.adds-elem input,
.adds-elem label {
  float: none !important;
  font-size: 16px !important;
  font-family: "Proxima Nova regular";
}

.adds-elem img {
  height: 45px;
  margin: 0;
}

.all-adds {
  padding-top: 15px;
}

.adds-elem input[type="checkbox"] + label::before {
  content: " ";
  position: absolute;
  display: block;
  background: white;
  border: 1px solid #a9a9a9;
  right: 0px;
  width: 24px;
  height: 24px;
  left: inherit;
  top: 9px;
}

input[type="checkbox"] + label {
  margin: 0 0 0 20px;
  position: initial;
  cursor: pointer;
  padding-right: 40px;
}

.adds-elem input[type="checkbox"] + label::after {
  content: " ";
  position: absolute;
  right: 0px;
  left: inherit;
  background: url(../../img/galka.png);
  background-size: 19px;
  top: 9px;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.adds-elem input[type="checkbox"]:checked + label::after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(0.7);
  opacity: 1;
}

.addit a.show-all-adds {
  text-align: center;
  display: block;
  font-size: 14px;
  font-family: "Proxima Nova semibold";
  color: #c4c4c4;
  margin: 20px 0 10px;
}

.all-adds {
  display: none;
}

.addit .body {
  width: 424px;
}
.addit .body p {
  position: relative;
  margin: 5px 0;
  margin-right: 10px;
  display: inline-block;
}

.corzine_page_flex_right_total_left,
.prs {
  font-family: "Proxima Nova regular";
}

.corzine_page_flex_right_total_left_in em {
  font-style: normal;
  font-family: "Proxima Nova bold";
}
.corzine_page_flex_right_total_left_in p {
  width: 65%;
  font-size: 13px;
  margin: 0;
  font-family: "Proxima Nova regular";
}

.pack-txt {
  font-family: "Proxima Nova regular";
}

.corzine_page_flex_right_total_left_in span.tool-wrap {
  position: relative;
  width: auto;
  text-align: left;
  top: 3px;
}

.tool-wrap .pack-txt {
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f5f5;
  border-radius: 22px;
  width: 320px !important;
  padding: 20px 10px;
  display: none;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
}

.tool-wrap .pack-txt b {
  font-size: 15px;
  font-family: "Proxima Nova semibold";
}

.tool-wrap:hover .pack-txt {
  display: block;
}
.corzine_page_flex_right_total_left_in span {
  font-family: "Montserrat";
  width: 65%;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-align: right;
}
.corzine_page_flex_right_total_left_bot {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #eee;
  padding: 15px 10px 15px 20px;
}
.corzine_page_flex_right_total_left_bot p {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.corzine_page_flex_right_total_left_bot span {
  width: 60px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.corzine_page_flex_right_total_left_bot span em {
  font-style: normal;
}

.add_btn {
  cursor: pointer;
}

.in_pt_flex.time_deliv {
  display: none;
}
.corzine_page_flex_right_total_right {
  padding: 10px 0 10px 0;
}

.corzine_page_flex_right_total_right .corzine_page_flex_right_total_left_in {
  padding-top: 4px;
  padding-bottom: 5px;
}
.corzine_page_flex_right_total_right_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}
.t_name {
  width: 88px;
  font-size: 15px;
  margin: 0;
}
.tooltip,
.tooltip-ico {
  display: inline-block;
  width: 13px;
  height: 13px;
  text-align: center;
  border-radius: 50%;
  background: #c4c4c4;
  font-size: 10px;
  color: transparent;
  color: #fff;
  vertical-align: top;

  background: url(../img/warn.svg) center no-repeat;
  background-size: contain !important;
}
.pr {
  width: 50px;
  margin: 0;
  font-weight: 500;
  font-family: "Proxima Nova bold";
  margin-right: 10px;
}
.corzine_page_flex_right_total_right_in .btn_count {
  width: 80px;
}
.corzine_page_flex_right_total_right_in .btn_count input {
  width: 40px;
}
.corzine_page_flex_right_oform_main {
  border: 2px solid #eee;
  border-radius: 20px;
}
.corzine_page_flex_right_oform_main_radio {
  margin: 0 0 15px 0;
  padding: 20px 25px 0 25px;
}
.input_main {
  padding: 20px 25px 20px 25px;
}
.form_radio {
  margin: 10px 0;
}

.form_radio,
.form_radio *,
.form_radio:focus,
.form_radio *:focus,
.form_radio *:hover,
.form_radio label:before,
.form_radio label,
.form_radio input,
.form_check,
.form_check *,
.form_check:focus,
.form_check *:focus,
.form_check *:hover,
.form_check label:before,
.form_check label,
.form_check input {
  user-select: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
.corzine_page_flex_right_oform_main_radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.corzine_page_flex_right_oform_main_radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  line-height: 30px;
  padding: 0 0 0 35px;
  font-size: 15px;
}

.corzine_page_flex_right_oform_main_radio input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
}
.corzine_page_flex_right_oform_main_radio input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #ff171f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s;
}

.suggestions-promo {
  display: none !important;
}

.corzine_page_flex_right_oform_main_radio.deliv {
  padding: 0;
  margin: 0;
}

body #input_main2 .select_cor,
body #input_main2 .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 0;
}

body #input_main2 .select2-container .select2-selection--single {
  height: 58px;
  border: 0;
  border-radius: 10px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 58px;
  right: 7px;
}

body
  #input_main2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 58px;
  line-height: 58px;
  font-family: "Proxima Nova semibold", sans-serif;

  font-weight: 500;
  color: #000;
  background: #eee;
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  text-indent: 7px;
}

.corzine_page_flex_right_oform_main_radio
  input[type="radio"]:checked
  + label:after {
  opacity: 1;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
}

.in_pt {
  margin: 0 0 20px 0;
  position: relative;
}
.in_pt input {
  display: block;
  width: 100%;
  background: #eee;
  padding: 20px 15px;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Proxima Nova regular", sans-serif;
  font-weight: 500;
  color: #000;
  border: none;
}
.in_pt input::placeholder {
  color: #000;
}
.in_pt .tooltip {
  width: 25px;
  height: 25px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #c4c4c4;
  background: #fff;
  padding: 3px 4px;
  margin-top: -13px;
}

.in_pt_flex {
  display: flex;
  justify-content: space-between;
}
.in_pt_flex .in_pt {
  width: 47%;
}
.in_pt_area {
  margin: 0 0 20px 0;
}
.in_pt_area textarea {
  display: block;
  width: 100%;
  background: #eee;
  padding: 20px 15px;
  border-radius: 10px;
  font-size: 15px;
  font-family: "Proxima Nova regular", sans-serif;
  font-weight: 500;
  color: #000;
  border: none;
  resize: none;
  height: 160px;
}

::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
} /* Firefox 19+ */
:-moz-placeholder {
  color: #000;
} /* Firefox 18- */
:-ms-input-placeholder {
  color: #000;
}
.form_check {
  position: relative;
  margin: 0 0 20px 0;
}
.form_check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.bill-input {
  display: none;
}

.form_check input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  line-height: 30px;
  padding: 0 0 0 35px;
  font-size: 15px;
}

.form_check input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
}

.form_check input[type="checkbox"] + label:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 13px;
  height: 23px;
  display: block;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==)
    no-repeat center center;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.form_check input[type="checkbox"].checked + label:after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  opacity: 1;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
}
.ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
  background: url(../img/prev_page1_2.svg) center no-repeat;
}
.ui-datepicker .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
  background: url(../img/next_page1_2.svg) center no-repeat;
}
.corzine_page_flex_right_oform_main .btn_1 {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  font-size: 18px;
}
.input_main2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  div.corzine_page_flex_left {
    width: 58%;
  }
  div.corzine_page_flex_right {
    width: 40%;
  }
  .corzine_page_flex_right_total {
    flex-wrap: wrap;
  }
  .corzine_page_flex_right_total > div {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .corzine_page_flex {
    flex-wrap: wrap;
  }
  .corzine_page_flex > div {
    width: 100%;
  }
  div.corzine_page_flex_left {
    margin: 0 0 40px 0;
  }
  .corzine_page_flex_left_slide {
    width: 100%;
  }
  .corzine_page_flex_left_slide .slick-prev,
  .corzine_page_flex_left_slide .slick-next {
    display: none !important;
  }
}

body .swal2-title {
  color: #e31d24;
  font-size: 37px;
  font-family: "Proxima Nova bold";
}

body #swal2-content {
  font-size: 18px;
  line-height: 22px;
  font-family: "Proxima Nova regular";
  color: #000;
}

body #swal2-content .bl {
  text-transform: uppercase;
  max-width: 322px;
  margin: 0 auto;
}
body #swal2-content .bl .select2 {
  text-transform: none;
}
body .swal2-popup {
  background: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 38px;
}

body .swal2-styled.swal2-confirm {
  border: 0 !important;
  width: 200px;
  text-align: center;
  font-family: "Proxima Nova bold";
  color: #fff;
  background: #e31d24;
  font-size: 20px;
  border-radius: 73px;
  text-transform: uppercase;
}

body .swal2-styled.swal2-cancel {
    border: 0 !important;
    width: 200px;
    text-align: center;
    font-family: "Proxima Nova bold";
    color: #fff;
    background: #aaa;
    font-size: 20px;
    border-radius: 73px;
    text-transform: uppercase;
}

body .swal2-styled:focus {
  box-shadow: none;
}
.warn-sea p {
  font-size: 12px;
  color: #828282;
  font-family: "Proxima Nova regular";
  padding-left: 15px;
  line-height: 24px;
}

.plashka {
  min-height: 500px;
  position: relative;
}
.vpn_popap {
  max-width: 535px;
  width: 100%;
  background: #ffffff;
  border: 2px solid #e31d24;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  padding: 13px 22px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999999;
  background: #fff;
}
.vpn_popap_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vpn_ic {
  display: block;
  width: 125px;
  height: 53px;
  background: url(../img/vpn_ic.svg) center no-repeat;
  flex-shrink: 0;
}
.vpn_popap_in_txt {
  text-align: center;
}
.vpn_popap_in_txt p {
  font-family: "Proxima Nova regular";
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}
.vpn_popap_in_txt p:last-child {
  margin: 0;
}
.vpn_popap_in_txt p span {
  font-family: "Proxima Nova regular";
  font-weight: 700;
  font-size: 16px;
  color: #e31d24;
}
.vpn_popap_in_txt p b {
  font-family: "Proxima Nova regular";
  font-weight: 700;
  font-size: 20px;
  color: #e31d24;
}
.close_vpn {
  position: absolute;
  top: 12px;
  right: 15px;
  border: none;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/close_vpn.svg) center no-repeat;
}

.message .fancybox-button svg {
  display: block !important;
}

.fancybox-slide--html .message .fancybox-close-small.fancybox-button {
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 500px) {
  .corzine_page_flex_right_oform {
    margin-bottom: 150px;
  }
  .vpn_popap {
    max-width: 100%;
    right: 0;
    bottom: 0;
    border: 1px solid #e31d24;
    padding: 10px 22px;
    border-bottom: 1px solid transparent;
    border-radius: 45px 45px 0 0;
  }
  .vpn_popap_in {
    flex-wrap: wrap;
    justify-content: center;
  }
  .vpn_ic {
    width: 86px;
    height: 34px;
    background: url(../img/vpn_ic_mob.svg) center no-repeat;
    margin: 0 0 8px 0;
  }
  .vpn_popap_in_txt {
    width: 100%;
  }
  .vpn_popap_in_txt p {
    font-family: "Proxima Nova semibold";
    font-size: 12px;
    margin: 0;
    line-height: 1.5em;
  }
  .vpn_popap_in_txt p span,
  .vpn_popap_in_txt p b {
    font-size: 13px;
    font-family: "Proxima Nova bold";
  }
  .close_vpn {
    top: 17px;
    right: 25px;
  }
}

@media (min-width: 900px) {
  .corzine_page_flex > div {
    margin-bottom: 30px;
  }
}
