a {
	text-decoration: none;
}

.link {
	border-bottom: 1px solid rgba(255,255,255, 0.5);
}

.link:hover {
	border-bottom: 1px solid rgba(255,255,255, 1);
}

.link_white {
	color: #ccc;
	/*color: red;*/
}

.link_white_true {
	color: white;
}

.link_blue {
	color: #3773ff;
	text-decoration: underline;
	/*color: red;*/
}

.link_white:visited {
	color: #ccc;
}

.link_white:hover {
	color: white;
}

.link_white-black {
	color: #dddddd;
}

.link_white-black:hover {
	color: white;
}

@media screen and (max-width: 600px) {
	.link_white-black {
	color: black;
	border-bottom: 1px dashed rgba(0,0,0, 0.5);
  }
}
.btn {
  /*background-color: #a02727;*/
  background-color: #2252ab;
  color: #ffffff;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,.14), 4px 5px 8px rgba(0,0,0,.28);
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: 'Verdana';
  letter-spacing: 0.05rem;
  font-size: 16px;
}


.btn:hover {
  background-color: #367cff;
  color: #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,.15), 6px 7px 12px rgba(0,0,0,.30);
}

.btn-social {
  display: flex;
  align-items: center;
  font-size: 21px;
  background-color: rgba(255,255,255,1);
  color: rgba(33,150,243, 0.7);
  margin-bottom: 16px;
  text-decoration: underline;
}

.btn-social:hover {
  background-color: rgba(255,255,255,1);
  color: rgba(33,150,243, 1);
  } 

.btn_order {
  display: inline-block;
  /*margin-top: 10px;*/
  margin-bottom: 20px;
  min-width: 190px;
  }

.btn_readmore {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 5px 5px 20px rgba(185,224,255, 0.2);
  }

.btn_blue {
  background-color: rgba(33,150,243,.5);
  color: rgba(185,224,255, 1);
  }

.btn_blue:hover {
  background-color: rgba(9,9,9, 0.7);
  color: rgba(255,255,255, 1);
  }

.btn_black {
  background-color: rgba(9,9,9,.9);
  color: rgba(220,220,220, 1);
}

.btn_black:hover {
  background-color: rgba(9,9,9,1);
  color: rgba(255,255,255, 1);
}

.btn_blue-solid {
  display: inline-block;
  background-color: rgba(33,150,243,1);
  color: rgba(255,255,255, 1);
  }

.btn_blue-solid:hover {
  background-color: rgba(33,150,243, 0.7);
  color: rgba(255,255,255, 1);
  }

.btn_blue-outline {
  display: inline-block;
  background-color: rgba(255,255,255,1);
  color: rgba(33,150,243, 1);
  border: 1px solid rgba(33,150,243, 1);
  }

.btn_blue-outline:hover {
  background-color: rgba(255,255,255,1);
  color: rgba(33,150,243, 1);
  border: 1px solid rgba(33,150,243, 1);
  } 

.btn_wts {
  background-color: rgba(33,160,20,1);
}

.btn_wts:hover {
  background-color: rgba(30,180,12,1);
  color: rgba(255,255,255, 1);
}

.btn_tg {
  background-color: #30a7db;
}

.btn_inline {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline;
}

.btn_block {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.btn_center {
  display: block;
  max-width: 168px;
  margin: 60px auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  
  .btn_readmore {
    display: none;
  }

}

html,
body {
	margin: 0;
	padding: 0;
}
.footer {
  max-width: 1200px;
  background-color: black;
  margin: 0 auto;
  font-family: 'Verdana';
  font-size: 16px;
  letter-spacing: 0.05rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 90px;
  padding-left: 22px;
  padding-right: 22px;
}

.footer__year {
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
}

.footer__wrap {
  background-color: black;
  margin-top: 16px;
}

.footer__logo_mob {
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 12px;
}

.footer__tel {
  text-align: center;
  font-size: 16px;
}

.footer__btns {
  margin-top: 12px;
  text-align: center;
}

.footer__contacts {
  max-width: 60%;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.footer__contacts_mob {
  max-width: 100%;
  display: block;
  font-size: 17px;
}

.footer__icon {
  height: 48px;
}

.footer__icon_64 {
  height: 56px;
}

.footer__link {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {

  .footer {
    font-size: 16px;
    letter-spacing: 0.05rem;
    padding-left: 12px;
    padding-right: 12px;
  }

}

@media screen and (max-width: 360px) {

  .footer {
    font-size: 15px;
    letter-spacing: 0.05rem;
    padding-left: 16px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 22px;

  }


}
.header {
  max-width: 1200px;
  background-color: black;
  margin: 0 auto;
  /*height: 40px;*/
  font-family: 'Verdana';
  font-size: 18px;
  letter-spacing: 0.05rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
}

.header__wrap {
  background-color: black;
}

  .header__logo {
    font-size: 17px;
    max-width: 20%;
  }


.header__logo_mob {
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}

.header__tel {
  text-align: center;
  font-size: 16px;
  margin-bottom: 4px;
}

.header__btns {
  text-align: center;
  display: flex;
  color: white;
}

.header__contacts {
  max-width: 60%;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.header__contacts_mob {
  max-width: 100%;
  display: block;
  font-size: 17px;
}

.header__icon {
  height: 48px;
}

.header__icon_64 {
  height: 56px;
}

.header__link {
  display: flex;
  align-items: center;
}

.header__company {
  margin-left: 12px;
  font-size: 14px;
}

.header__company_mob {
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}

.header__company-link {
  line-height: 1.7;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
}

.header__company-link_mob {
  line-height: 2;
  font-size: 14px;
  margin-right: 6px;
  margin-left: 6px;
}

.header__company-link_open {
  margin-left: 16px;
}

@media screen and (max-width: 800px) {

  .header__contacts {
    font-size: 15px;
  }

  .header__company {
    max-width: 30%;
  }

  .header__company-link {
    font-size: 13px;
    margin-left: 16px;
  }

  .header__logo {
    font-size: 16px;
    max-width: 20%;
  }

  .header__icon {
    /*height: 45px;*/
  }

}

@media screen and (max-width: 600px) {

  .header {
    font-size: 16px;
    letter-spacing: 0.05rem;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header__company {
    font-size: 12px;
  }

  .header__tel {
    padding-bottom: 8px;
  }

  .header__btns {
    display: block;
  }


}

@media screen and (max-width: 360px) {

  .header {
    font-size: 15px;
    letter-spacing: 0.05rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 16px;

  }

  .header__company-link {
    font-size: 13px;
    margin-left: 0;
  }


}
.loader {
    display: none;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    z-index: 1100;
    position: fixed;
    bottom: 56%;
    left: 43%;
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader_shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.8);
  z-index: 1090;
}
.mailchimp {
  background-color: #faf4ed;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ff9500; 
}

.mailchimp h2 {
  font-family: 'BD Garamond', serif;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.08rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mc-field-group {
  display: inline;
  font-family: 'Verdana', 'Arial';
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}

.mce-responses {
  display: inline;
}

.clear {
  display: inline;
}

#mc_embed_signup_scroll {
  text-align: center;
}

.mailchimp__input {
  display: block;
  /*padding-left: 6px;*/
  /*padding-right: 6px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid lightgrey; 
}

.mailchimp__input_inline {
  max-width: 240px;
  display: inline;
  padding-left: 20px;
}

.mailchimp__input:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #2252ab; 
}

.mailchimp__input:vizited {
  outline: none;
  border: none;
  border-bottom: 1px solid lightgrey; 
}

@media screen and (max-width: 800px) {
  
  .mc-field-group {
    font-size: 20px;
  }

}

@media screen and (max-width: 600px) {

.mailchimp h2 {
  font-family: 'BD Garamond', serif;
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 20px;
}

#mc_embed_signup_scroll {
  text-align: left;
}


.mailchimp__input {
  display: block;
  /*padding-left: 6px;*/
  /*padding-right: 6px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 0px;
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid lightgrey; 
}

.mailchimp__input_inline {
  box-sizing: border-box;
  max-width: 100%;
  display: inline;
  padding-left: 20px;
}

.mailchimp__btn {

}


}
.banner {
  background-color: #c16cd0;
  color: white;
  font-family: 'Verdana';
  letter-spacing: 0.05rem;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.banner__sticker {
  background-color: #ce4bde;
  color: white;
  font-family: 'Verdana';
  letter-spacing: 0.05rem;
  font-size: 16px;
  padding: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 3px;
}

.banner__sticker_black {
  background-color: rgba(0,0,0,0.7);
}

.banner__tg {
  max-width: 1200px;
  background-color: #1c6389cc;
  margin: 0 auto;
  font-family: 'Verdana';
  font-size: 18px;
  letter-spacing: 0.05rem;
  color: white;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
}

@media screen and (max-width: 600px) {
  .banner__tg {
    font-size: 16px;
  }

}
.menu {
  background-color: black;
  color: white;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px;
  opacity: 0.85;
}

.menu ul{
  padding-left: 0;
  margin-bottom: 0;
}

/*.menu li{
  padding-bottom: 10px;
}
*/
.menu__item {
  display: inline-block;
  padding-left: 16px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-family: 'Verdana';
  font-size: 14px;
  letter-spacing: 0.05rem;
  color: white;
}

.menu__icon {
   display: inline-block;
   width: 45px;
   height: 35px;
   position: relative;
   cursor: pointer;
   margin: 12px;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
 }

@media screen and (max-width: 900px) {

  .menu__item_logo {
    width: 100%;
    margin-bottom: 8px;
  }

}

@media screen and (max-width: 800px) {

  .menu__item {
    padding-left: 16px;
    padding-right: 10px;
  }

}

@media screen and (max-width: 600px) {

/*  .menu__item {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    text-align: center;
  }*/

}
.modal {
/*  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  overflow: hidden;
  display: none;
}

.modal-shadow-call {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  display: none;
}

.callme-modal {
    position: relative;
    width: 280px;
    max-width: 70%;
    max-height: 100%;
    padding-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 40px;
    font-family:  Verdana, Geneva, sans-serif;
    overflow: auto;
    background-color: #ffffff;
}

.modal-shadow-thanks {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  display: none;
}

.thankyou-modal {
  position: relative;
  width: 500px;
  max-width: 70%;
  max-height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
  font-family:  Verdana, Geneva, sans-serif;
  overflow: auto;
  background-color: #ffffff;
}


.btn-close {
    margin-top: -8px;
    padding-top: 0;
    padding-right: 8px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: black;
    background: 0 0;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    -webkit-backface-visibility: hidden;
    top: 8px;
    right: 0;
}
.btn-close:hover {
    opacity: 1;
}

.callme-modal__title {
  font-size: 24px;
  font-family:  Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding-bottom: 7px;
  text-align: center;
}

.input__number {
  display: block;
  /*padding-left: 6px;*/
  /*padding-right: 6px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid lightgrey; 
}

.input__number:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #2252ab; 
}

.input__number:vizited {
  outline: none;
  border: none;
  border-bottom: 1px solid lightgrey; 
}

.form-agreement {
  font-size: 12px;
  color: grey;
  margin-top: 8px;
  text-align: left;
}

.form-agreement a {
  border-bottom: 1px solid black;
}

.error-redline {
  border: 2px solid red;
}

.form__select-color {
  margin-top: 20px;
}

.label-select-color_coffe {
    display:inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-image: url(/img/color_coffe.jpg);
    position: relative;
}

.label-select-color_1 {
    display:inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-image: url(/img/color_1.jpg);
    position: relative;
}

.label-select-color_2 {
    display:inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-image: url(/img/color_2.jpg);
    position: relative;
}


.form__radio-color {
    display: none;
}

.label-select-color_1 > span {
    position: absolute;
    -webkit-backface-visibility: hidden;
    width: 60px;
    height: 60px;
}

.label-select-color_2 > span {
    position: absolute;
    -webkit-backface-visibility: hidden;
    width: 60px;
    height: 60px;
}

.label-select-color_coffe > span {
    position: absolute;
    -webkit-backface-visibility: hidden;
    width: 60px;
    height: 60px;
}

.label-select-color_1 > input[type=radio]:checked + span {
    background-image: url(/img/color_1_ok.jpg);
}

.label-select-color_2 > input[type=radio]:checked + span {
    background-image: url(/img/color_2_ok.jpg);
}

.label-select-color_coffe > input[type=radio]:checked + span {
    background-image: url(/img/color_coffe_ok.jpg);
}

.label-select__txt {
  padding-left: 70px;
  width: 160px!important;
}

@media screen and (max-height: 520px){

  .callme-modal {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .callme-modal__title {
    font-size: 20px;
  }
  .form-agreement__label {
    font-size: 10px;
  }

}

.main-banner{
  position: relative;
  overflow:hidden;
  margin-top: 16px!important;
  margin-bottom: 16px!important;
}

.main-banner_mrgl {
  margin-left: -1%!important;
  margin-right: -1%!important;
  margin-top: -16px!important;
  margin-bottom: -16px!important;
}

.main-banner_50 {
  width: 48%;
  float: left;
/*  margin-left: 1%;
  margin-right: 1%;*/
  margin-left: 1%;
  margin-right: 1%;
}

.main-banner__img-static {
  width: 100%;
  /*margin-bottom: 2.9%;*/
  padding: 0;
  position: relative;
}

.main-banner__img {
  width: 100%;
  /*margin-bottom: 2.9%;*/
  padding: 0;
  display: relative;
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
}

.main-banner__img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.main-banner__offer {
  position: absolute;
  width: 33%;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 4px;
  right: 0;
  margin-bottom: -4px;
  color: #dddddd;
  padding: 20px;
  padding-left: 24px;
  font-family: 'BD Garamond', serif;
}

.main-banner__offer_bottom {
  width: 100%;
  box-sizing: border-box;

}

.main-banner__offer-static {
  position: absolute;
  width: 33%;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 4px;
  right: 0;
  margin-bottom: -4px;
  color: white;
  padding: 20px;
  padding-left: 24px;
  font-family: 'Georgia';
}

.main-banner__offer:hover {
  color: white;
}

.main-banner__product {
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.08rem;
}

.main-banner__txt {
  font-family: 'Verdana', 'Arial';
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 800px) {

  .main-banner__product {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.08rem;
  }

  .main-banner__txt {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {

  .main-banner__offer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:   12px;
    background-color: rgb(255, 255, 255);
    color: black;
    box-sizing: border-box;
  }

  .main-banner__offer-static {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:   12px;
    background-color: rgb(255, 255, 255);
    color: black;
    box-sizing: border-box;
  }

  .main-banner__product {
    font-size: 24px;
    margin-bottom: 4px;
    color: black;
  }

  .main-banner__txt {
    font-size: 17px;
    margin-top: 4px;
  }

  .main-banner_50 {
    width: 100%;
  }

}
.order {
	background-color: #f6f6f6;
	/*display: flex;*/
	padding-top: 30px;
	padding-bottom: 40px;
	/*justify-content: center;*/
	font-size: 24px;
	text-align: center;
    font-family: 'EB Garamond', serif;
    color: black;
    /*letter-spacing: 0.01rem;*/
    border: 2px solid rgba(34, 82, 171, 0.2);
}

.order_mini {
	font-size: 18px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-top: 30px;
	/*border: none;*/
	background-color: white;
}


.order__price {
	font-size: 24px;
	font-family: 'Verdana', serif;
}

.order__price_mini {
	font-size: 24px;
}

.order__old-price{
    text-decoration:line-through;
}

.order p{
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .order {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 21px;
  }
	.order__price {
		font-size: 18px;
	}
}

.mob-view {
	display: none;
}

.mob-view_flex {
display: none;
}

.desktop-view {
	display: block;
}

.desktop-view_flex {
	display: flex;
}

@media screen and (max-width: 600px) {
	.mob-view {
	display: block;
	}

	.mob-view_flex {
	display: flex;
	}

	.desktop-view {
	display: none;
	}

	.desktop-view_flex {
		display: none;
	}

}

.page {
  max-width: 1000px;
  margin: 0 auto;
}

.page_txt {
  font-family: 'Verdana';
  padding: 20px;
  font-size: 15px;
  line-height: 1.4;
}

.page__testimonials {
  margin-top: 30px;
  margin-bottom: 35px;
}

.page__testimonials_light {
  color: grey;
  font-size: 12px;
}

.page__testimonials_bold {
  font-weight: bold;
}

.page__img_testimonials {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}

.page__row {
  margin-bottom: 40px;
  margin-top: 40px;
}

.page__col-txt {
  font-family: 'Verdana';
  font-size: 15px;
  line-height: 1.4;
}

.page__row_photo {
    margin-bottom: 16px;
    margin-top: 16px;
}

.page__row_first {
    margin-top: 16px;
}

.page__col_33 {
  width: 31.33%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  /*background-color: pink;*/
}

.page__col_25 {
  width: 23%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  /*background-color: pink;*/
}

.page__col_50 {
  width: 48%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
  /*background-color: pink;*/
}

.page__col_60 {
  width: 58%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  /*background-color: pink;*/
}

.page__col_66 {
  width: 64%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  /*background-color: pink;*/
}

.page__col_60_right {
  float: right;
}

.page__col_40 {
/*  display: flex;
  flex-direction: column;*/
/*  flex-wrap: nowrap;*/
  max-width: 38%;
  width: 38%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  /*background-color: pink;*/
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.page__img {
  width: 100%;
  padding-top: 0;
}

.page__factoid {
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 0;
  min-height: 193px;
  /*max-height: 35.5%;*/
  /*min-height: 35.5%;*/
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Verdana';
}

.page__factoid p {
  margin-top: 0;
  }

.page__h3 {
  font-size: 48px;
  /*font-family: 'Verdana';*/
  font-family: "EB Garamond",serif;
  font-weight: 300;
  color: black;
  /*color: #652b29;*/
  letter-spacing: 0.01rem;
  line-height: 1.2;
  margin-top: -8px;
  margin-bottom: 14px;
  /*text-align: center;*/
}

.page__h4 {
  font-size: 40px;
  font-family: "EB Garamond",serif;
  font-weight: 300;
  line-height: 1;
  color: black;
  letter-spacing: 0.01rem;
  margin-top: 14px;
  margin-bottom: 12px;
}

.page__img_inline {
  display: inline-block;
}

@media screen and (max-width: 800px) {

  .page__h3 {
    font-size: 32px;
    margin-bottom: 5px;
  }

  .page__h4 {
    font-size: 28px;
    margin-bottom: 5px;
  }


  .page__factoid p{
    margin-top: 5px;
  }

  .page__factoid {
    font-size: 13px;
    min-height: 148px;
    /*min-height: 35.5%;*/
  }

  .page__row {
    margin-bottom: 30px;
    margin-top: 30px;
  }

}

@media screen and (max-width: 600px) {

  .page__row {
    display: block;
    margin-top: 0;
  }

  .page__col_33 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page__col_25 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page__col_50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page__col_60 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .page__col_40 {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  }
  .page__img {
   margin-top: 0;
   margin-bottom: 20px;
  }

  .page__factoid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page__col-txt {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 16px;
  }


}