@charset "UTF-8";


@font-face {
   font-family: Geometria;
   src: url(../fonts/Geometria/Geometria.otf);
   font-weight: 400;
   font-style: normal
}

@font-face {
   font-family: Geometria;
   src: url(../fonts/Geometria/Geometria-Light.otf);
   font-weight: 300;
   font-style: normal
}

@font-face {
   font-family: Geometria;
   src: url(../fonts/Geometria/Geometria-Bold.otf);
   font-weight: 700;
   font-style: normal
}

@font-face {
  font-family: Geometria;
  src: url(../fonts/Geometria/Geometria-ExtaBlack.otf);
  font-weight: 900;
  font-style: normal
}
@font-face {
   font-family: Geometria;
   src: url(../fonts/Geometria/Geometria-Medium.otf);
   font-weight: 550;
   font-style: normal
}

@font-face {
    font-family: RUBSR;
    src: url(../fonts/Rubsr/PTRoubleSerif.eot);
    src: url(../fonts/Rubsr/PTRoubleSerif.eot?#iefix) format("embedded-opentype"), url(../fonts/Rubsr/PTRoubleSerif.woff) format("woff"), url(../fonts/Rubsr/PTRoubleSerif.ttf) format("truetype"), url(../fonts/Rubsr/PTRoubleSerif.svg#PTRoubleSerif) format("svg");
    font-weight: 400;
    font-style: normal
}


html {
    box-sizing: border-box;
}

body {
   margin: 0;
   padding: 0;
   font-family: Geometria;
   background-color: #f9f0e5;
}
.wrapper {
  position: relative;
}
.block {
   max-width: 960px;
   margin: auto;
}
.header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 10px;
}
.header_tomain {
  padding-top: 5px;
}
.header_logo {
  padding-top: 14px;
}
.header_phone {
  padding-top: 18px;
}

.footer {
  height: 300px;
}
.colored {
  background-color: #97373d;
}

.footer_block {
  padding-left: 10px;
  padding-top: 56px;
  color: #f9f0e5;
  font-size: 16px;
  font-weight: 400;
}
.phone, .footer_email {
  color: #f9f0e5;
  font-size: 16px;
  font-weight: 300;
}
.block1 {
  position: relative;
}
.block1_text {
  padding-left: 10px;
  font-size: 56px;
  line-height: 65px;
  font-weight: 900;
  color: #97373d;
  text-transform: uppercase;
  
  height: 641px;
}
.block1_text1 {
  font-size: 24px;
  font-weight: 300;
  padding-top: 60px;
  line-height: 30px;
}
h1 {
  font-size: 33px;
  line-height: 33px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 8px;
}
.block1_img {
  position: absolute;
  top: 40px;
  right: -70px;
}
.order_btn {
  display: block;
  padding-top: 60px;
  padding-left: 43px;
}
.with_bg {
  background-image: url(../images/bg.png);
  background-position: -100px center;
}
.overflow_hidden {
  overflow: hidden;
}
.block2 {
  height: 769px;
}
.block2_title {
  color: #f9f0e5;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-top: 36px;
}
.block2_block {
  font-size: 0;
  padding: 0 10px;
}
.block2_item {
  display: inline-block;
  width: 470px;

}
.block2_item_image {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 45px;
}
.block2_item_text {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #f9f0e5;
  padding-bottom: 45px;
}
.shadow {
  -webkit-box-shadow: 0px 0px 45px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 45px 3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 45px 3px rgba(0,0,0,0.75);
}
.block3 {
  padding-top: 60px;
  color: #333333;
  text-align: center;
  
}
.colored1 {
  background-color: #f9f0e5;
}
.block3_title {
  font-size: 30px;
  font-weight: 700; 
  padding-bottom: 45px;
  text-transform: uppercase;
}
.block3_text1 {
  font-size: 30px;
  font-weight: 400; 
  padding-bottom: 40px;
}
.block3_total {
  font-size: 63px;
}
.rub-icon {
  font-size: 0;
}
.rub-icon {
  font-family: RUBSR, sans-serif;
}
.rub-icon:before {
  font-size: 45px;
}
.rub-icon::before {
  content: "Ц";
  font-weight: 400;
  
}

.block3_text2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 20px;
}
.block3_text2_small {
  font-size: 24px;
}


.block3_counter {
  width: 620px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.counter {
  position: relative;
  width: 300px;
  height: 52px;
  border-radius: 32px;
  color: #f9f0e5;
  font-size: 30px;
  font-weight: 400;
  padding-top: 13px;
  margin-top: 40px;
  margin-bottom: 90px;
}
.counter_minus {
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  top: 12px;
  left: 30px;
  cursor: pointer;
}
.counter_plus {
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  top: 12px;
  right: 30px;
  cursor: pointer;
}
form {
  width: 460px;
    margin: auto;
}
.giftcards_submit {
  width: 300px;
  height: 66px;
  color: #f9f0e5;
  cursor: pointer;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 70px;
  margin-top: 10px;
  font-family: Geometria;
  border: 1px solid transparent;
  border-radius: 33px;
}
*::placeholder {
  color: #cbc2b7;
}
.giftcards__form-control {
  font-family: Geometria;
  font-weight: 400;
  width: 100%;
  height: 64px;
  padding: .5625rem;
  border: 1px solid #97373d;
  border-radius: 0;

  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
}
.giftcards__form-control--note {
  width: 100%;
  height: 260px;
  text-align: left;
  padding-top: 40px;
  padding-left: 30px;
}

/* The container */
.gc_container {
  display: block;
  position: relative;
  padding-left: 60px;
      padding-right: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-family: Geometria;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
.gc_container > a {
  color: #333333;
}

/* Hide the browser's default radio button */
.gc_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -8px;
  left: 9px;
  height: 31px;
  width: 31px;
  background-color: #f9f0e5;
  border-radius: 50%;
  border: 1px solid #97373d;
}

/* On mouse-over, add a grey background color */
.gc_container:hover input ~ .checkmark {
  background-color: #f9f0e5;
}

/* When the radio button is checked, add a blue background */
.gc_container input:checked ~ .checkmark {
  background-color: #f9f0e5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.gc_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.gc_container .checkmark:after {
 	top: 8px;
	left: 8px;
	width: 15px;
	height: 15px;
	border-radius: 60%;
	background: #97373d;
}
.giftcards_table {
  margin-top: 10px;
  margin-bottom: 25px;
}

.error-input,
.error-input + .jq-selectbox__select{
	outline: 1px solid #ee6565 !important;
	background: #e8c3c3 !important;
	box-shadow: 0px 0px 15px #e8c3c3 !important;
}

.result_wrapper {
  min-height: calc(100vh - 435px);
}

.result {
   display: flex;
   margin: auto;
   width: 660px;
   height: 450px;
   overflow: hidden;
   padding: 0 20px;
   text-align: center;
   font-size: 24px;
   color: #97373d;
    align-items: center;
  justify-content: center;
  margin-top: 135px;
  margin-bottom: 135px;
}
.upper {
   text-transform: uppercase;
}
.result_icon {
   margin-bottom: 56px;
}

.result_to_main {
   width: 300px;
   height: 65px;
   color: #fff;
    background-color: #97373d;
   border-radius: 33px;
   font-size: 18px;
   margin-top: 76px;
   border: none;

}


@media screen and (max-width: 420px) {
  .result {
     width: 100%;
     padding: 0;
  }
  .header_phone {
    display: none;
  }
  .block1 {
    text-align: center;
  }
  .block3_counter {
      width: 100%;
      display: block;
  }
  .counter {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 90px;
  }
  form {
    width: 90%;
  }
  .block1_img {
    display: none;
  }
  .block1_text {
    font-size: 48px;
  }
  .order_btn {
    padding-left: 0;
    text-align: center;
  }
  .block2 {
    height: auto;
  }
  .block2_item {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .block1_text {
    font-size: 40px;
  }
}