* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

:before, :after {
  display: block;
  line-height: 1; }

body {
  color: #3b393d;
  font-size: 16px;
  font-family: "DIN ProR";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-top: 100px; }

.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

img {
  border: none; }

a {
  text-decoration: none;
  color: #3b393d;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.container {
  max-width: 990px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px; }

h1 {
  font-size: 50px; }

.title__r {
  position: relative; }

.title__r span {
  font-size: 21px;
  position: absolute;
  top: 70px;
  font-family: "Museo Sans Cyrl 700"; }

.btn {
  border: none;
  border-radius: 20px;
  padding: 18px 0;
  color: #fff;
  font-size: 22px;
  font-family: "DIN ProB";
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  line-height: 1; }

.btn:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
  border-radius: 20px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.btn__buy {
  background-color: #ef8e12; }

.btn__buy:after {
  border: 1px dashed #ef8e12; }

.btn__buy:hover {
  background-color: #d78010; }

.btn__buy:hover:after {
  border: 1px solid #d78010; }

.btn__instr {
  background-color: #1c5549; }

.btn__instr:after {
  border: 1px dashed #1c5549; }

.btn__instr:hover {
  background-color: #0f4036; }

.btn__instr:hover:after {
  border: 1px solid #0f4036; }

.green_text {
  color: #4f736c;
  font-size: 18px;
  font-family: "DIN ProR"; }

h3 {
  font-size: 30px;
  color: #1c5549;
  font-family: "DIN ProB";
  margin: 0 0 55px 0; }

.quote {
  height: 23px;
  width: 25px;
  background: url("../img/quote.png") no-repeat center center !important;
  background-size: contain; }

@media (max-width: 992px) {
  .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  h3 {
    font-size: 26px;
    margin: 0 0 40px 0; } }

@media (max-width: 768px) {
  body {
    padding-top: 40px; }
  h1 {
    font-size: 40px; }
  .title__r span {
    top: auto; }
  .green_text {
    font-size: 16px; }
  .btn {
    font-size: 14px;
    padding: 13px 0; }
  .btn:after {
    top: -3px;
    right: -3px;
    left: -3px;
    bottom: -3px; } }

header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2; }

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.logo {
  width: 245px;
  height: 59px;
  display: block; }

.logo img {
  max-width: 100%;
  max-height: 100%; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  left: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 145px; }

.nav > li > a {
  font-size: 18px;
  display: block;
  padding: 6px 12px;
  height: 40px;
  line-height: 25px;
  font-family: "DIN ProM";
  margin: 0 13px;
  border-radius: 10px;
  border: 1px solid transparent; }

.nav > li > a:hover {
  border: 1px solid #ef8e12; }

.nav > li.active a {
  color: #fff;
  background-color: #ef8e12; }

.nav svg {
  font-size: 1.6rem;
  color: #ef8e12;
  vertical-align: middle;
  margin-right: .5rem;
  position: relative;
  top: -.2rem; }

.lang {
  margin-left: 45px;
  position: absolute;
  right: 15px;
  top: 43px;
  padding: 6px 11px;
  border-radius: 10px;
  border: 1px solid #1c5549;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  cursor: pointer; }

.lang:hover {
  background-color: #1c5549;
  color: #fff; }

.lang:hover .lang_current {
  color: #fff; }

.lang:hover a {
  color: #fff; }

.lang .lang_current {
  color: #1c5549;
  display: block;
  position: relative;
  padding-right: 17px;
  line-height: 1;
  font-family: "DIN ProB";
  font-size: 16px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.lang .lang_current:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  background: url("../img/icon-2.png") no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.lang .lang_current.open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.lang ul {
  margin: 0;
  padding: 0;
  left: 0;
  list-style: none;
  margin-top: 5px;
  display: none; }

.lang ul li a {
  font-family: "DIN ProB";
  font-size: 16px;
  color: #1c5549; }

.header_left .edd-root {
  width: 63px;
  border: 1px solid #1c5549;
  width: 65px;
  border-radius: 10px;
  height: 30px; }

.header_left .edd-value {
  padding: 3px 11px;
  font-family: "DIN ProB";
  color: #1c5549; }

.header_left .edd-head {
  border: none; }

.header_left .edd-head:focus {
  border: none; }

.header_left .edd-option-selected {
  /*opacity: 0;*/ }

.header_left .edd-option-selected:before {
  border-bottom: 2px solid #1c5549;
  border-left: 2px solid #1c5549; }

.header_left .edd-option-focused:not(.edd-option-disabled) {
  color: #1c5549; }

.header_left .edd-option {
  font-family: "DIN ProB";
  color: #1c5549; }

.header_left .edd-arrow {
  background: url("../img/icon-2.png") no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  right: 8px;
  top: 10px; }

.header_left .edd-arrow:before {
  display: none; }

@media (max-width: 768px) {
  header {
    position: fixed;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9; }
  .nav {
    display: none; }
  .lang {
    top: 20px; }
  .logo {
    width: 155px;
    height: 49px;
    margin-left: -20px; } }

.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.banner__content h1 {
  color: #1c5549;
  font-family: "Museo Sans Cyrl 900";
  margin-bottom: 50px; }

.banner__content h1 span {
  color: #2f5951; }

.banner__text {
  width: calc(40% - 40px); }

.banner__text .green_text {
  margin-top: 50px; }

.banner__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(70% - 85px);
  position: relative; }

.banner__img .main__img_2 {
  position: absolute;
  right: -44px;
  bottom: 85px; }

.small_circle,
.big_circle,
.mid_circle {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #ef8e12; }

.big_circle {
  width: 505px;
  height: 505px; }

.big_circle .banner__img_inner {
  width: 455px;
  height: 455px; }

.mid_circle {
  width: 350px;
  height: 350px; }

.mid_circle .banner__img_inner {
  width: 305px;
  height: 305px; }

.small_circle {
  width: 235px;
  height: 235px; }

.small_circle .banner__img_inner {
  width: 200px;
  height: 200px; }

.banner__img_inner {
  border-radius: 100%;
  background-color: #d4d9d7;
  overflow: hidden; }

.main__img .banner__img_inner {
  overflow: hidden; }

.main__img .banner__img_inner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center; }

.main__img_2 {
  position: relative; }

.main__img_2 img {
  position: absolute;
  bottom: 20px;
  left: -90px;
  width: 155%;
  height: 75%; }

@media (max-width: 992px) {
  .big_circle {
    width: 400px;
    height: 400px; }
  .big_circle .banner__img_inner {
    width: 350px;
    height: 350px; }
  .banner__img .main__img_2 {
    right: 0;
    bottom: 10px; } }

@media (max-width: 768px) {
  .big_circle {
    width: 280px;
    height: 280px; }
  .big_circle .banner__img_inner {
    width: 250px;
    height: 250px; }
  .small_circle {
    width: 210px;
    height: 210px; }
  .small_circle .banner__img_inner {
    width: 180px;
    height: 180px; }
  .banner__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .banner__content h1 {
    margin-bottom: 20px; }
  .banner__text {
    width: 100%; }
  .banner__text .green_text {
    margin-top: 30px;
    margin-bottom: 30px; }
  .main__img_2 img {
    left: -57px;
    width: 148%;
    height: 72%; }
  .banner__img {
    margin: 0 auto; }
  .banner__img .main__img_2 {
    right: 140px;
    bottom: -100px; } }

@media (max-width: 640px) {
  .banner__img {
    width: auto; }
  .banner__img .main__img_2 {
    right: 0; } }

#instruction {
  padding: 30px 0 35px 0; }

.instruc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.instruct__img {
  width: calc(50% - 25px); }

.instruct__img .main__img_2 img {
  left: -130px; }

.instruc__list {
  width: calc(50% - 25px); }

.tab__list {
  margin: 0;
  padding: 0;
  left: 0;
  list-style: none; }

.tab__list li {
  width: 100%;
  position: relative;
  cursor: pointer; }

.tab__list li .tab_list__item {
  color: #1c5549;
  font-size: 18px;
  font-family: "DIN ProB";
  line-height: 1;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px dashed #1c5549;
  padding: 15px; }

.tab__list li .tab_list__item:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/icon-2.png") no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.tab__list li.open .tab_list__item:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tab__list .instruc__list_text {
  display: none;
  padding: 5px 15px; }

@media (max-width: 1100px) {
  .mid_circle {
    width: 320px;
    height: 320px; }
  .mid_circle .banner__img_inner {
    width: 290px;
    height: 290px; }
  .instruct__img .main__img_2 img {
    left: -85px; } }

@media (max-width: 992px) {
  .instruct__img {
    display: none; }
  .instruc__list {
    width: 100%; } }

@media (max-width: 567px) {
  #instruction {
    padding: 90px 0 35px 0; } }

#bottom__buttons {
  background-color: #f3f3f3;
  padding: 7px 0; }

#bottom__buttons .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#bottom__buttons .btn {
  margin: 0 20px; }

#specialists .container {
  max-width: 1050px; }

.item iframe {
  width: 100%;
  height: 100%; }

.gallery_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  overflow: hidden; }

.gallery_slider * {
  outline: none; }

#big {
  width: 630px; }

#big .item {
  height: 475px; }

#big .item .big-video {
  height: 350px; }

#big .big-text span {
  font-size: 18px;
  font-family: "DIN ProB";
  margin: 30px 0 15px 0;
  display: block; }

#big .big-text p {
  font-size: 14px; }

#thumbs {
  width: calc(100% - 655px);
  margin-left: 25px;
  height: 350px; }

#thumbs .owl-stage {
  width: auto !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important; }

#thumbs .owl-item {
  margin: 4px 0;
  width: 100% !important;
  cursor: pointer; }

#thumbs .owl-item.current .thumb-video {
  border: 1px solid #ef8e12; }

#thumbs .item {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#thumbs .item .thumb-video {
  width: 170px; }

#thumbs .item .thumb-text {
  width: calc(100% - 180px); }

#thumbs .item .thumb-text span {
  font-size: 13px;
  font-family: "DIN ProB";
  line-height: 1; }

#thumbs .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center; }

#thumbs .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ef8e12; }

#thumbs .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #d7d7d7; }

@media (max-width: 990px) {
  .gallery_slider {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
  #big {
    width: 100%;
    margin-bottom: 35px; }
  #big .item {
    height: auto; }
  #big .item .big-video {
    height: 180px; }
  #thumbs {
    width: 100%;
    height: 240px;
    margin-left: 0; } }

@media (max-width: 567px) {
  #thumbs .item .thumb-video {
    width: 150px; }
  #thumbs .item .thumb-text {
    width: calc(100% - 160px); } }

#reviews {
  margin-top: -80px;
  margin-bottom: 100px; }

#reviews .container {
  max-width: 1050px; }

.review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 460px; }

.review-item .small_circle {
  width: 80px;
  height: 80px; }

.review-item .small_circle .banner__img_inner {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden; }

.review-item .small_circle .banner__img_inner img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%; }

.review-item .review--text {
  width: calc(100% - 110px);
  padding: 35px 25px;
  background-color: #eef3f1; }

.review-item .review--text p {
  font-size: 14px;
  margin: 30px 0; }

.reviews-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  trasform: translateY(-50%); }

.reviews-slider .owl-nav span {
  display: none; }

.reviews-slider .owl-prev {
  position: absolute;
  left: -40px;
  height: 20px;
  width: 12px;
  background: url("../img/prev-arrow.png") no-repeat center center !important;
  background-size: contain; }

.reviews-slider .owl-next {
  position: absolute;
  right: -40px;
  height: 20px;
  width: 12px;
  background: url("../img/next-arrow.png") no-repeat center center !important;
  background-size: contain; }

.reviews-slider .owl-dots {
  display: none; }

.review-author {
  font-size: 14px;
  font-family: "DIN ProM";
  float: right; }

@media (max-width: 990px) {
  #reviews {
    margin-top: 0; } }

@media (max-width: 567px) {
  #reviews {
    margin-bottom: 0; }
  #reviews .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px; }
  #reviews .owl-dots button.owl-dot {
    width: 6px;
    height: 6px;
    background-color: #ef8e12;
    border-radius: 100%;
    margin: 0 3px; }
  #reviews .owl-dots button.owl-dot.active {
    width: 10px;
    height: 10px; }
  .review-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }
  .review-item .review--text {
    width: 100%;
    padding: 25px; }
  .review-item .small_circle {
    margin: 20px auto; } }

.instruction_page h1 {
  margin-bottom: 20px; }

.instruction_page .main__img_2 img {
  left: -130px; }

.instruction_page_text {
  width: 50%; }

.instruction_page_text p {
  font-size: 18px;
  font-family: "DIN ProB";
  color: #1c5549; }

.instruction_page_text img {
  margin-top: 85px; }

.inst__page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.inst__info_block {
  width: calc(50% - 40px);
  margin: 15px 0; }

.inst__info_block.struct {
  width: 100%; }

.inst__info_block .inst__img {
  height: 35px;
  position: relative; }

.inst__info_block .inst_textarea {
  color: #6f6e71;
  font-family: "DIN ProR";
  margin: 35px 0 0 0; }

.inst__info_block .inst_textarea p a {
  font-family: "DIN ProB";
  color: #1c5549;
  text-decoration: underline; }

.inst__info_block .inst__number {
  color: #ef8e12;
  font-family: "DIN ProM";
  font-size: 40px; }

.inst__info_block .inst__number small {
  font-size: 24px;
  position: relative;
  line-height: 1;
  top: -7px; }

.inst__info_block .inst__number.num {
  position: absolute;
  left: 50px; }

.inst__info_block h5 {
  color: #1c5549;
  font-size: 16px;
  font-family: "DIN ProB";
  margin: 35px 0 5px 0; }

.inst__title {
  display: block;
  color: #1c5549;
  font-size: 18px;
  font-family: "DIN ProB";
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #fbdfb1;
  margin: 0 0 30px 0; }

.struct__table {
  border-collapse: collapse;
  width: 100%;
  font-family: "DIN ProR"; }

.struct__table thead tr th span {
  text-align: left;
  padding: 14px 20px;
  font-size: 16px;
  color: #fff;
  font-family: "DIN ProL";
  display: block; }

.struct__table thead tr th:nth-of-type(1) {
  width: 56%;
  background-color: #1c5549; }

.struct__table thead tr th:nth-of-type(2), .struct__table thead tr th:nth-of-type(3) {
  width: 214px; }

.struct__table thead tr th:nth-of-type(2) span, .struct__table thead tr th:nth-of-type(3) span {
  text-align: center; }

.struct__table thead tr th:nth-of-type(2) {
  background-color: #ef8e12; }

.struct__table thead tr th:nth-of-type(3) {
  background-color: #f5ae3d; }

.struct__table tr:nth-of-type(odd) td:nth-of-type(odd) {
  background-color: #fcfcfc; }

.struct__table tr:nth-of-type(odd) td:nth-of-type(even) {
  background-color: #f7f7f8; }

.struct__table tr:nth-of-type(even) td:nth-of-type(odd) {
  background-color: #ebebec; }

.struct__table tr:nth-of-type(even) td:nth-of-type(even) {
  background-color: #ebebec; }

.struct__table tr td {
  padding: 14px 20px; }

.hint {
  text-align: right;
  padding-right: 115px;
  font-size: 12px; }

@media (max-width: 768px) {
  .instruction_page .mid_circle {
    margin: 0 auto; }
  .instruction_page_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .instruction_page_text h1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .instruction_page_text img {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30px;
    height: 12px; }
  .instruction_page_text p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .struct__table thead tr th span {
    font-size: 13px;
    padding: 14px 10px; }
  .struct__table tr td {
    font-size: 12px;
    padding: 14px 10px; }
  .inst__page__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .inst__info_block {
    width: 100%;
    margin: 10px 0; }
  .inst__info_block .inst_textarea {
    margin: 25px 0 0 0; }
  .inst__info_block h5 {
    font-size: 14px; }
  .inst__title {
    margin: 0 0 25px 0; } }

@media (max-width: 567px) {
  .mid_circle {
    width: 205px;
    height: 205px; }
  .mid_circle .banner__img_inner {
    width: 180px;
    height: 180px; }
  .instruction_page .main__img_2 img {
    left: -65px; } }

footer {
  background-color: #1c5549; }

footer .title__r {
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Museo Sans Cyrl 700"; }

footer .title__r span {
  color: #fff;
  top: 3px;
  font-family: "DIN ProR"; }

@media (max-width: 768px) {
  footer .title__r {
    font-size: 26px; }
  footer .title__r span {
    font-size: 18px;
    top: 0; } }

/* Connection Font Icons */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedBlackItalic.eot");
  src: url("../fonts/DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedBlackItalic.woff2") format("woff2"), url("../fonts/DINPro-CondensedBlackItalic.woff") format("woff"), url("../fonts/DINPro-CondensedBlackItalic.ttf") format("truetype"), url("../fonts/DINPro-CondensedBlackItalic.svg#DINPro-CondensedBlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'DIN ProL';
  src: url("../fonts/DINPro-Light.eot");
  src: url("../fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Light.woff2") format("woff2"), url("../fonts/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light.ttf") format("truetype"), url("../fonts/DINPro-Light.svg#DINPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DIN ProB';
  src: url("../fonts/DINPro-Bold.eot");
  src: url("../fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedLightItalic.eot");
  src: url("../fonts/DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedLightItalic.woff2") format("woff2"), url("../fonts/DINPro-CondensedLightItalic.woff") format("woff"), url("../fonts/DINPro-CondensedLightItalic.ttf") format("truetype"), url("../fonts/DINPro-CondensedLightItalic.svg#DINPro-CondensedLightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedLight.eot");
  src: url("../fonts/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedLight.woff2") format("woff2"), url("../fonts/DINPro-CondensedLight.woff") format("woff"), url("../fonts/DINPro-CondensedLight.ttf") format("truetype"), url("../fonts/DINPro-CondensedLight.svg#DINPro-CondensedLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedBlack.eot");
  src: url("../fonts/DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedBlack.woff2") format("woff2"), url("../fonts/DINPro-CondensedBlack.woff") format("woff"), url("../fonts/DINPro-CondensedBlack.ttf") format("truetype"), url("../fonts/DINPro-CondensedBlack.svg#DINPro-CondensedBlack") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'DIN ProBI';
  src: url("../fonts/DINPro-BoldItalic.eot");
  src: url("../fonts/DINPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-BoldItalic.woff2") format("woff2"), url("../fonts/DINPro-BoldItalic.woff") format("woff"), url("../fonts/DINPro-BoldItalic.ttf") format("truetype"), url("../fonts/DINPro-BoldItalic.svg#DINPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'DIN ProBl';
  src: url("../fonts/DINPro-Black.eot");
  src: url("../fonts/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Black.woff2") format("woff2"), url("../fonts/DINPro-Black.woff") format("woff"), url("../fonts/DINPro-Black.ttf") format("truetype"), url("../fonts/DINPro-Black.svg#DINPro-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedItalic.eot");
  src: url("../fonts/DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedItalic.woff2") format("woff2"), url("../fonts/DINPro-CondensedItalic.woff") format("woff"), url("../fonts/DINPro-CondensedItalic.ttf") format("truetype"), url("../fonts/DINPro-CondensedItalic.svg#DINPro-CondensedItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedBold.eot");
  src: url("../fonts/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedBold.woff2") format("woff2"), url("../fonts/DINPro-CondensedBold.woff") format("woff"), url("../fonts/DINPro-CondensedBold.ttf") format("truetype"), url("../fonts/DINPro-CondensedBold.svg#DINPro-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DIN ProI';
  src: url("../fonts/DINPro-Italic.eot");
  src: url("../fonts/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Italic.woff2") format("woff2"), url("../fonts/DINPro-Italic.woff") format("woff"), url("../fonts/DINPro-Italic.ttf") format("truetype"), url("../fonts/DINPro-Italic.svg#DINPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'DIN ProR';
  src: url("../fonts/DINPro.eot");
  src: url("../fonts/DINPro.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff"), url("../fonts/DINPro.ttf") format("truetype"), url("../fonts/DINPro.svg#DINPro") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-MediumItalic.eot");
  src: url("../fonts/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-MediumItalic.woff2") format("woff2"), url("../fonts/DINPro-MediumItalic.woff") format("woff"), url("../fonts/DINPro-MediumItalic.ttf") format("truetype"), url("../fonts/DINPro-MediumItalic.svg#DINPro-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'DIN ProM';
  src: url("../fonts/DINPro-Medium.eot");
  src: url("../fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.ttf") format("truetype"), url("../fonts/DINPro-Medium.svg#DINPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedBoldItalic.eot");
  src: url("../fonts/DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedBoldItalic.woff2") format("woff2"), url("../fonts/DINPro-CondensedBoldItalic.woff") format("woff"), url("../fonts/DINPro-CondensedBoldItalic.ttf") format("truetype"), url("../fonts/DINPro-CondensedBoldItalic.svg#DINPro-CondensedBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedMediumItalic.eot");
  src: url("../fonts/DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedMediumItalic.woff2") format("woff2"), url("../fonts/DINPro-CondensedMediumItalic.woff") format("woff"), url("../fonts/DINPro-CondensedMediumItalic.ttf") format("truetype"), url("../fonts/DINPro-CondensedMediumItalic.svg#DINPro-CondensedMediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedMedium.eot");
  src: url("../fonts/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedMedium.woff2") format("woff2"), url("../fonts/DINPro-CondensedMedium.woff") format("woff"), url("../fonts/DINPro-CondensedMedium.ttf") format("truetype"), url("../fonts/DINPro-CondensedMedium.svg#DINPro-CondensedMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-LightItalic.eot");
  src: url("../fonts/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-LightItalic.woff2") format("woff2"), url("../fonts/DINPro-LightItalic.woff") format("woff"), url("../fonts/DINPro-LightItalic.ttf") format("truetype"), url("../fonts/DINPro-LightItalic.svg#DINPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-BlackItalic.eot");
  src: url("../fonts/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-BlackItalic.woff2") format("woff2"), url("../fonts/DINPro-BlackItalic.woff") format("woff"), url("../fonts/DINPro-BlackItalic.ttf") format("truetype"), url("../fonts/DINPro-BlackItalic.svg#DINPro-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedRegular.eot");
  src: url("../fonts/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedRegular.woff2") format("woff2"), url("../fonts/DINPro-CondensedRegular.woff") format("woff"), url("../fonts/DINPro-CondensedRegular.ttf") format("truetype"), url("../fonts/DINPro-CondensedRegular.svg#DINPro-CondensedRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("../fonts/MuseoSansCyrl-900_1.eot");
  src: url("../fonts/MuseoSansCyrl-900_1.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900_1.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900_1.woff") format("woff"), url("../fonts/MuseoSansCyrl-900_1.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900_1.svg#MuseoSansCyrl-900") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 900_2';
  src: url("../fonts/MuseoSansCyrl-900_2.eot");
  src: url("../fonts/MuseoSansCyrl-900_2.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900_2.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900_2.woff") format("woff"), url("../fonts/MuseoSansCyrl-900_2.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900_2.svg#MuseoSansCyrl-900") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("../fonts/MuseoSansCyrl-500Italic.eot");
  src: url("../fonts/MuseoSansCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-500Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500Italic.svg#MuseoSansCyrl-500Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 900I';
  src: url("../fonts/MuseoSansCyrl-900Italic.eot");
  src: url("../fonts/MuseoSansCyrl-900Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-900Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900Italic.svg#MuseoSansCyrl-900Italic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 300I';
  src: url("../fonts/MuseoSansCyrl-300Italic.eot");
  src: url("../fonts/MuseoSansCyrl-300Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-300Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300Italic.svg#MuseoSansCyrl-300Italic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 500_1';
  src: url("../fonts/MuseoSansCyrl-500_1.eot");
  src: url("../fonts/MuseoSansCyrl-500_1.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500_1.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500_1.woff") format("woff"), url("../fonts/MuseoSansCyrl-500_1.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500_1.svg#MuseoSansCyrl-500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 700_1';
  src: url("../fonts/MuseoSansCyrl-700_1.eot");
  src: url("../fonts/MuseoSansCyrl-700_1.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700_1.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700_1.woff") format("woff"), url("../fonts/MuseoSansCyrl-700_1.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700_1.svg#MuseoSansCyrl-700") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 500_2';
  src: url("../fonts/MuseoSansCyrl-500_2.eot");
  src: url("../fonts/MuseoSansCyrl-500_2.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500_2.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500_2.woff") format("woff"), url("../fonts/MuseoSansCyrl-500_2.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500_2.svg#MuseoSansCyrl-500") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 100_1';
  src: url("../fonts/MuseoSansCyrl-100_1.eot");
  src: url("../fonts/MuseoSansCyrl-100_1.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100_1.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-100_1.woff") format("woff"), url("../fonts/MuseoSansCyrl-100_1.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-100_1.svg#MuseoSansCyrl-100") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Museo Sans Cyrl 100I';
  src: url("../fonts/MuseoSansCyrl-100Italic.eot");
  src: url("../fonts/MuseoSansCyrl-100Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-100Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-100Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-100Italic.svg#MuseoSansCyrl-100Italic") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 700I';
  src: url("../fonts/MuseoSansCyrl-700Italic.eot");
  src: url("../fonts/MuseoSansCyrl-700Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700Italic.woff") format("woff"), url("../fonts/MuseoSansCyrl-700Italic.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700Italic.svg#MuseoSansCyrl-700Italic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Museo Sans Cyrl 300_1';
  src: url("../fonts/MuseoSansCyrl-300_1.eot");
  src: url("../fonts/MuseoSansCyrl-300_1.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300_1.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300_1.woff") format("woff"), url("../fonts/MuseoSansCyrl-300_1.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300_1.svg#MuseoSansCyrl-300") format("svg");
  font-weight: 300;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

:before, :after {
  display: block;
  line-height: 1; }

body {
  color: #3b393d;
  font-size: 16px;
  font-family: "DIN ProR";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  padding-top: 100px; }

.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

img {
  border: none; }

a {
  text-decoration: none;
  color: #3b393d;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.container {
  max-width: 990px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px; }

h1 {
  font-size: 50px; }

.title__r {
  position: relative; }

.title__r span {
  font-size: 21px;
  position: absolute;
  top: 70px;
  font-family: "Museo Sans Cyrl 700"; }

.btn {
  border: none;
  border-radius: 20px;
  padding: 0 25px;
  height: 65px;
  line-height: 62px;
  color: #fff;
  font-size: 22px;
  font-family: "DIN ProB";
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  .btn svg {
    vertical-align: middle;
    font-size: 1.8rem;
    margin-right: .7rem;
    position: relative;
    top: -.2rem; }

.btn:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
  border-radius: 20px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

.btn__buy {
  background-color: #ef8e12; }

.btn__buy:after {
  border: 1px dashed #ef8e12; }

.btn__buy:hover {
  background-color: #d78010; }

.btn__buy:hover:after {
  border: 1px solid #d78010; }

.btn__instr {
  background-color: #1c5549; }

.btn__instr:after {
  border: 1px dashed #1c5549; }

.btn__instr:hover {
  background-color: #0f4036; }

.btn__instr:hover:after {
  border: 1px solid #0f4036; }

.green_text {
  color: #4f736c;
  font-size: 22px;
  font-family: "DIN ProR"; }

h3 {
  font-size: 30px;
  color: #1c5549;
  font-family: "DIN ProB";
  margin: 0 0 55px 0; }

.quote {
  height: 23px;
  width: 25px;
  background: url("../img/quote.png") no-repeat center center !important;
  background-size: contain; }

@media (max-width: 992px) {
  .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  h3 {
    font-size: 26px;
    margin: 0 0 40px 0; } }

@media (max-width: 768px) {
  body {
    padding-top: 40px; }
  h1 {
    font-size: 40px; }
  .title__r span {
    top: auto; }
  .green_text {
    font-size: 16px; }
  .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 13px 10px; }
  .btn:after {
    top: -3px;
    right: -3px;
    left: -3px;
    bottom: -3px; } }
.modals {
  display: none; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1500;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%; }
  @media (min-width: 48em) {
    .modal {
      width: calc(100% + 17px); } }
  .modal--open {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .modal--open .modal--item,
    .modal--open .modal--youtube {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .modal:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal--content {
    position: relative;
    z-index: 1501;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 48em) {
      .modal--content {
        width: auto; } }
  .modal--item {
    width: 95%;
    position: relative;
    margin: 3rem auto;
    padding: 2rem 1.5rem 2rem 1.5rem;
    background: #F8F6F1;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 48em) {
      .modal--item {
        padding: 3rem 2rem 2rem 2rem;
        width: 52rem; } }
    .modal--item h2, .modal--item h3 {
      color: #333; }
    .modal--item h2 {
      text-transform: uppercase;
      margin-bottom: 3rem;
      font-size: 2rem; }
      @media (min-width: 48em) {
        .modal--item h2 {
          margin-bottom: 3.5rem;
          font-size: 2.5rem; } }
    .modal--item h3 {
      color: #1c5549;
      font-family: 'Museo Sans Cyrl 900';
      margin-bottom: 2rem;
      font-size: 1.5rem; }
      @media (min-width: 48em) {
        .modal--item h3 {
          margin-bottom: 3rem;
          font-size: 2.1rem; } }
  .modal--youtube {
    width: 95%;
    margin: 3rem auto;
    position: relative;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 48em) {
      .modal--youtube {
        width: 90rem; } }
    .modal--youtube:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
    .modal--youtube button {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      background: transparent;
      top: -2rem; }
    .modal--youtube iframe {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 100%;
      height: 100%; }
  .modal--close {
    position: absolute;
    right: .5rem;
    top: 1rem;
    cursor: pointer;
    background: inherit;
    z-index: 1501;
    border: none; }
    .modal--close svg {
      pointer-events: none;
      font-size: 1.2rem;
      color: #171D32; }
  .modal__buy {
    max-width: 45rem;
    background: #F8F6F1;
    text-align: center;
    border-radius: 1rem; }
    .modal__buy ul {
      padding-left: 0;
      margin-top: -2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .modal__buy ul li {
        list-style: none;
        margin: 1rem;
        width: 38%; }
        @media (min-width: 48em) {
          .modal__buy ul li {
            width: 25%; } }
        .modal__buy ul li a {
          display: block; }
        .modal__buy ul li img {
          width: 100%; }
