@import url('../css/reset.css');

@import url('../css/fonts.css');

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/prev.png') no-repeat;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/next.png') no-repeat;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: RalewayRegular;
  background: #fcf9f4;
}

.wrapper {
  max-width: 1460px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

section.top-line-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 23px;
  z-index: 6;
}

.burger {
  display: none;
}

.burger .line {
  width: 21px;
  height: 3.5px;
  margin-bottom: 3.5px;
  background-color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.burger .line:last-child {
  margin-bottom: 0;
}

.mob-phone-modal-wrap {
  display: none;
}

.top-line-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-left: 35px;
  padding-right: 135px;
  margin: 0 auto;
}

.top-line-wrap .logo {
  width: 30%;
}

.top-line-wrap .logo img {
    width: 80%;
}

.top-line-wrap .top-menu {
  width: 40%;

  
}

.top-line-wrap .top-menu h3 {
  text-align: left;
  font-family: 'PlayfairDisplayItalic';
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  color: #FEFEFE;    
}

.top-line-wrap .top-menu h4 {
  text-align: left;
  font-family: 'PlayfairDisplayItalic';

  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FEFEFE;    
}

.top-line-wrap ul.top-menu li {
  font: 18px RalewayMedium;
  line-height: 21px;
}

.top-line-wrap ul.top-menu li a {
  color: #fff;
  padding: 0 18px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.top-line-wrap ul.top-menu li a:hover {
  color: #DCBA97;
}

.top-line-wrap ul.top-menu li a:active {
  color: #874D21;
}

.top-line-wrap .top-line-right {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-line-wrap .top-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-line-wrap .top-phone a {
  color: #1A1207;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.top-line-wrap .top-phone a:hover {
  color: #AD764C;
}

.top-line-wrap .top-phone span {
  font: 18px OpenSansLight;
  line-height: 25px;
  margin-left: 29px;
}

.top-line-wrap .work-time {
  margin-left: 28px;
  font-size: 18px;
  line-height: 21px;
}

.top-line-wrap .work-time span {
  font-family: OpenSansLight;
  line-height: 25px;
}

header {
  height: 748px;
  position: relative;
  overflow: hidden;
}

header .header-wrapper {
  position: relative;
  height: 100%;
}

header .header-bg1 {
  width: 625px;
  height: 100%;
  background: #AD764C;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-338px, 0);
  -ms-transform: translate(-338px, 0);
  transform: translate(-338px, 0);
  z-index: 3;
}

header .header-bg2 {
  width: 100%;
  height: 500px;
  background: #DCBA97;
  position: absolute;
  top: 305px;
  left: 50%;
  -webkit-transform: translate(180px, 0);
  -ms-transform: translate(180px, 0);
  transform: translate(180px, 0);
  z-index: 2;
}

header img.header-irish {
  position: absolute;
  top: 25%;
  left: 19%;
  z-index: 4;
  width: 90%;
}

header img.header-girl {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 50%;
  -webkit-transform: translate(360px, 0);
  -ms-transform: translate(360px, 0);
  transform: translate(360px, 0);
}

.header-title {
  display: none;  
}

.header-text-mobile {
  display: none;  	
}

.header-content {
  position: absolute;
  top: 27%;
  left: 30%;
  -webkit-transform: translate(-400px, 0);
  -ms-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
  z-index: 6;
  color: #fff;
}

.header-content.right {
  position: absolute;
  top: 66%;
  right: 30%;
  -webkit-transform: translate(688px, 0);
  -ms-transform: translate(688px, 0);
  transform: translate(688px, 0);
  z-index: 6;
  color: #fff;
}

.header-content.adv {
  position: absolute;
  top: 17%;
  right: 0%;
  -webkit-transform: translate(607px, 0);
  -ms-transform: translate(607px, 0);
  transform: translate(607px, 0);
  z-index: 6;
  color: #1A1207;
} 

.header-content.adv h3 {
  text-align: left;
  font-family: 'PlayfairDisplayItalic';
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;	
  margin-bottom: 25px;
}


.header-content.adv ul {
  padding-left: 35px;
  margin-bottom: 45px;
}

.header-content.adv ul li {
  text-align: left;
  font-family: 'PlayfairDisplayItalic';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  list-style: disc;  
}

.header-content.adv p {
  padding-left: 0px;

  padding-left: 20px;
  line-height: 140%;
  font-size: 20px;

    
}

.header-text-mobile {
  display: none;
}
  
.header-content.right h1 {
	
}

.header-content.right .price-button a {
  width: 236px;
}

.header-content h1 {
  font: 36px PlayfairDisplayItalic;
  font-weight: 400;
  line-height: 42px;
  color: #1A1207;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}

/* .header-content h1 span { */
  /* text-decoration: line-through; */

/* } */

.header-content p {
  padding-left: 80px;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 35px;
}

.header-content .header-button {
  padding-left: 0px;
}

.header-content .header-button a {
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #AD764C;
  color: #AD764C;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.header-content .header-button a:hover {

  color: #fff;
  background-color: #AD764C;  
}

.header-content .header-button a:active {
  border-color: #DCBA97;
}

.header-content.mobile {
  display: none;	
}

.specialist-button a {
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #AD764C;
  color: #AD764C;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  margin-top: 25px;
}

.specialist-button a:hover {

  color: #fff;
  background-color: #AD764C;  
  border-color: #fff;
}

.specialist-button a:active {
  border-color: #DCBA97;
}


.specialist-button.left a {
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #AD764C;
  border: 1px solid #AD764C;
  color: #FCF9F4;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-align: center;
}

.specialist-button.left a:hover {

  color: #AD764C;
  background-color: #FCF9F4;  
  border: 1px solid #AD764C;
  
}

.specialist-button.left a:active {
  border-color: none;
}

.advan-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;  
}

.advan-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(33.333333333333336% - 30px);
  width: calc(33.333333333333336% - 30px);
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(173, 118, 76, 0.1);
  box-shadow: 0px 4px 10px rgba(173, 118, 76, 0.1);
  padding: 33px;
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
  position: relative;
  z-index: 7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-bottom: 30px;
}

.advan-item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.2);
  box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.2);
}

.advan-item:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.4);
  box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.4);
}

.advan-item h3 {
  margin-top: 40px;
  margin-bottom: 35px;
  font: 18px RalewayMedium;
  line-height: 21px;
  color: #1A1207;
}

.advan-item p {
  font-size: 18px;
  line-height: 21px;
}

section.services-section,
section.sert-section {
  padding-bottom: 80px;
}

h2 {
  color: #1A1207;
  font: 36px PlayfairDisplayItalic;
  line-height: 48px;
  margin-bottom: 50px;
}

section.about-section1 h2 {
  margin-bottom: 96px;
}

section.about-section {
  background: #AD764C;
  margin-bottom: 96px;
}

section.about-section.specialist.right {
  background: #DCBA97;
}

.wrapper.author-wrap {
  width: 100%;	
  position: relative;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);	
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  
}

.author-block .text {
  padding-left: 44px;
  padding-top: 160px;
  width: -webkit-calc(100% - 873px);
  width: calc(100% - 873px);
}


.author-block .text p {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #FEFEFE;
  text-align: left; 
  padding-bottom: 10px;	
}

.specialist.right .author-block .text p {
  color: #1A1207;	
}

.more-detail-button a {
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #AD764C;
  color: #AD764C;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  margin-top: 25px;
}

.more-detail-button a:hover {

  color: #fff;
  background-color: #AD764C;  
  border-color: #fff;
}

.more-detail-button a:active {
  border-color: #DCBA97;
}


.test-block .text ul {
  padding-left: 20px;  	
}

.test-block .text ul li {
  color: #1A1207;	
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  padding-left: 10px;  
  list-style: disc;
}

.author-block .text p span {
  font-weight: 700;
}

.text.full {
  width: 100%;
  padding-top: 25px;  
}

.text.full p {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #FEFEFE;
  text-align: left; 
  padding-bottom: 10px;	
}

.text.full p span {
  font-weight: 700;
}

.author-block h3 {
  font: 18px RalewayMedium;
  line-height: 21px;
  margin-bottom: 29px;
}


.specialist .author-block .image-block {
  width: 360px;	
}

.specialist .author-block .image-block img {
  width: 100%;	
  border: 1px solid #e0e0e2;  
}

.specialist .author-block .text {
  padding-left: 44px;
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;	
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;  
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  
}

.specialist.right .author-block .text {
  padding-left: 0px;
  padding-right: 44px;	
}

.specialist .author-block .text p {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}

.specialist-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;	
}

.all-sert {
  margin-left: 35px;	
}

section.topic-section {
  margin-bottom: 96px;	
}

.topic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;	
}

.topic-wrap .topic-right {
  width: 40%;
}


.topic-wrap .topic-left {
  padding-right: 45px;	
}

.topic-item h3 {
  font-family: 'RalewayRegular';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  color: #1A1207;
  text-align: left;  
  padding-bottom: 35px;
}

.topic-item ul {
  padding-left: 20px;  
  margin-bottom: 25px;  
}

.topic-item p {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1A1207;
  padding-bottom: 10px;	
  text-align: left;
}

.topic-item ul li {
  text-align: left;
  color: #1A1207;	
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  padding-left: 10px;  
  list-style: disc;
}

.topic-right img {
  width: 100%;	
}

section.topic-section h4 {
  font-family: 'RalewayRegular';
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #1A1207;
  padding-top: 25px;
  text-align: left;
  padding-left: 65px;
}

section.test-section1 h2 {
  margin-bottom: 54px;
}

section.test-section {
  background: #DCBA97;
  margin-bottom: 54px;
}

.wrapper.test-wrap {
  width: 100%;	
  position: relative;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);	
}

.test-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  
}

.test-block .text {
  padding-right: 44px;
  padding-top: 93px;
  width: -webkit-calc(100% - 873px);
  width: calc(100% - 873px);
}


.test-block .text p {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1A1207;
  padding-bottom: 10px
}

.test-block .text p span {
  font-weight: 700;
}

.test-block h3 {
  font: 18px RalewayMedium;
  line-height: 21px;
  margin-bottom: 29px;
}

.video-button {
  display: flex;
  justify-content: center;
}

.price-button.test {
  position: absolute;
  bottom: -77px;  
}

.author-block .video-block {
  display: flex;
  width: 873px;
  margin: 0 auto;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);	  

}

.test-block .video-block {
  display: flex;
  width: 873px;
  margin: 0 auto;
  -webkit-transform: translate(0, 157px);
  -ms-transform: translate(0, 157px);
  transform: translate(0, 157px);	  

}

.video-club {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}

.video-club-mob {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  display: none;
}

.video-club::after, .video-club-mob::after {
/*  content: url(../img/play-button.svg);*/
  content: url(../img/play-button.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
  animation: 3s buttonAnim infinite;  
}

.video-club:hover::after, .video-club-mob:hover::after {
 /* content: url(../img/play-button-hover.svg);*/
  content: url(../img/play-button-grey.png);
}

@keyframes buttonAnim {
  0%, 40%, 100% {
    transform: scale(1, 1) translate(-50%, -50%);
  }

  20% {
    transform: scale(1.2, 1.2) translate(-50%, -50%);
  }
}

.video-club img, .video-club-mob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #e0e0e2;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 99;
  display: none;
}

.video-modal img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  z-index: 101;
  cursor: pointer;
}

.video-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 1200px;
  max-width: calc(100% - 30px);
  display: none;
}

.video-modal video {
  width: 100%;
}





section.reviews-section {
  padding-top: 50px;
  padding-bottom: 55px;
}

section.reviews-section h2 {
  color: #1A1207;
  font: 30px PlayfairDisplayItalic;
  line-height: 40px;
  margin-bottom: 50px;
}

.reviews-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews-block .arrow {
  cursor: pointer;
  padding: 10px 0;
}

.reviews-block .arrow svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.reviews-block .arrow:hover svg path {
  fill: #DCBA97;
}

.reviews-block .arrow:active svg path {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  fill: #AD764C;
}

.reviews-wrap {
  width: 80%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-item {
  text-align: center;
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;  

  
}

.reviews-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; 
  padding: 20px 40px; 	
}

.reviews-item .reviews-text {
  width: 70%;	
  padding: 40px;
}

.reviews-item p {
  font-family: 'RalewayRegular';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FEFEFE;
  text-align: left;
}

.reviews-item p.name {
  font-weight: 600;
  padding-bottom: 15px;
}

.reviews-item p span {
  font-family: OpenSansLight;
  line-height: 25px;
}

.reviews-item .reviews-image img {
  width: 100%;	
}

.reviews-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-bottom-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-bottom-center a.watch-all {
  color: #AD764C;
  font: 18px RalewayMedium;
  line-height: 21px;
  margin-left: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.reviews-bottom-center a.watch-all:hover {
  color: #DCBA97;
}

.reviews-bottom-center a.give-review {
  color: #AD764C;
  font: 18px RalewayMedium;
  line-height: 21px;
  margin-left: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.reviews-bottom-center a.give-review:hover {
  color: #874D21;
}

.reviews-slider-counter {
  font: 14px OpenSansLight;
  line-height: 19px;
  color: #AD764C;
  cursor: pointer;
}

.reviews-slider-counter span.current {
  position: relative;
  color: #1A1207;
  font-size: 18px;
  line-height: 25px;
  margin-right: 23px;
}

.reviews-slider-counter span.current::after {
  content: '';
  position: absolute;
  top: 0;
  right: -13px;
  width: 1px;
  height: 25px;
  background-color: #AD764C;
}

.reviews-item .video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
 -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
  width: 30%;
      
  }
  
.reviews-item video {
  width: 180px;    
  height: 320px;  

}


.video-reviews {
  width: 180px;
  height: 320px;
  cursor: pointer;
  position: relative;
}

.video-reviews img {
  width: 320px;    
  
}

.calendar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
  margin-top: 78px;  
}

.calendar-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(173, 118, 76, 0.1);
  box-shadow: 0px 4px 10px rgba(173, 118, 76, 0.1);
  padding: 33px;
  -webkit-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  transform: translate(0, -40px);
  position: relative;
  z-index: 7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-bottom: 30px;
    
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar-item:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.2);
  box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.2);
}

.calendar-item:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.4);
  box-shadow: 0px 4px 20px rgba(173, 118, 76, 0.4);
}

.calendar-item h3 {
  margin-top: 40px;
  margin-bottom: 35px;
  font: 18px RalewayMedium;
  line-height: 21px;
  color: #1A1207;
}

.calendar-item p {
  font-family: 'RalewayRegular';
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #1A1207;
  padding-left: 40px;
  text-align: left;
}

.calendar-item p span {
  font-weight: 600;
}

.price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 74px;
}

.price-coffe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
  width: 30%;
}

.price-coffe .coffe-item {
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin: 15px;  
}

.price-summ {
  width: 10%;
  padding: 0 25px;  
}

.price-salary {
  width: 20%;
  padding: 0 25px;   
}

.price-text {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  color: #1A1207;	
}



.price-summ img {
  width: 100%;	
}

.price-salary img {
  width: 100%;	
	
}

.price-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;	
  margin-top: 100px;
}

.price-bottom h3 {
  font-family: 'RalewayRegular';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  color: #1A1207;	
}

.price-button a {
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #AD764C;
  border: 1px solid #AD764C;
  color: #FCF9F4;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-align: center;
}

.price-button a:hover {

  color: #AD764C;
  background-color: #FCF9F4;  
  border: 1px solid #AD764C;
  
}

.price-button a:active {
  border-color: none;
}


.horizont { 
  border-bottom: 1px solid #AD764C;
  width: 100%;
  height: 1px;
  margin: 19px 0;
}

section.questions-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.questions-section h2 {
  color: #1A1207;
  font: 30px PlayfairDisplayItalic;
  line-height: 40px;
  margin-bottom: 45px;
}

section.questions-section p {
  color: #1A1207;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 55px;
}

section.questions-section p br {
  display: none;
}

form.ques-form {
  width: 800px;
  margin: 0 auto;
}

form.ques-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #AD764C;
  padding: 0 40px;
  margin-bottom: 40px;
  font: 18px RalewayRegular;
  line-height: 21px;
  color: #1A1207;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fcf9f4;
}

form.ques-form input::-webkit-input-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

form.ques-form input::-moz-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

form.ques-form input:-ms-input-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

form.ques-form input::placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

form.ques-form input:last-child {
  margin-bottom: 60px;
}

form.ques-form input:focus {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(173, 118, 76, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(173, 118, 76, 0.5));
}

form.ques-form input.error {
  border: 1px solid #C20000;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(194, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(194, 0, 0, 0.5));
}

form.ques-form input.error::-webkit-input-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

form.ques-form input.error::-moz-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

form.ques-form input.error:-ms-input-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

form.ques-form input.error::placeholder {
  color: rgba(194, 0, 0, 0.5);
}

form.ques-form button {
  width: 173px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #AD764C;
  color: #fff;
  font: 18px RalewayMedium;
  line-height: 21px;
  border: 1px solid #AD764C;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
}

form.ques-form button:hover {
  color: #AD764C;
  border-color: #DCBA97;
  background: transparent;
}

form.ques-form button:active {
  border-color: #AD764C;
}

section.shop-section {
  margin-bottom: 56px;	
}

.shop-button {
  width: 100%;
  margin: 35px auto;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;  
}

.shop-button a {
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #AD764C;
  border: 1px solid #AD764C;
  color: #FCF9F4;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-align: center;
}

.shop-button a:hover {

  color: #AD764C;
  background-color: #FCF9F4;  
  border: 1px solid #AD764C;
  
}

.shop-button a:active {
  border-color: none;
}


section.contacts-section {
  padding-bottom: 80px;
}

section.contacts-section h2 {
  color: #1A1207;
  font: 30px PlayfairDisplayItalic;
  line-height: 40px;
  margin-bottom: 45px;
}

.contacts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px;
  color: #1A1207;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts-item.phone {
  font-family: OpenSansLight;
  line-height: 25px;
}

.contacts-item .icon {
  margin-right: 25px;
}

.contacts-item .icon svg,
.contacts-item .icon path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts-item:hover {
  color: #AD764C;
}

.contacts-item:hover svg {
  fill: #AD764C;
}

.contacts-item:first-child:hover path {
  fill: #AD764C;

}

section.contacts-section iframe {
  margin-top: 40px;
  padding: 0 30px;
  width: 100%;
  height: 28vw;
}

footer {
  background: #AD764C;
  padding: 35px 0;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-wrap .footer-logo {
  width: 26%;
}

.footer-wrap .footer-logo img {

}


.footer-wrap .address {
  width: 26%;
  font-family: 'RalewayRegular';
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #FEFEFE;
}

.footer-wrap .address img {
  margin-right: 25px;
}

.footer-center h3 {
  font-family: 'PlayfairDisplayItalic';
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  color: #FEFEFE;
padding-bottom: 15px;  
}

.footer-wrap p, .footer-wrap a {
  font-family: 'RalewayRegular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FEFEFE;	
}

#copyright-mob {
  display: none;
  } 
  
#copyright-mob br {
  display: none;  
} 

.footer-center a {
  padding-left: 20px;	
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  display: none;
}



.give-review-modal,
.order-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FCF9F4;
  width: 100%;
  max-width: 1200px;
  padding: 60px 100px;
  z-index: 101;
  display: none;
}

.give-review-modal img.close,
.order-modal img.close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}

.give-review-modal p,
.order-modal p {
  color: #1A1207;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 55px;
}

.give-review-modal form,
.order-modal form,
.order-modal p {
  padding: 0 100px;
}

.give-review-modal form input,
.order-modal form input {
  width: 100%;
  height: 60px;
  border: 1px solid #AD764C;
  padding: 0 40px;
  margin-bottom: 40px;
  font: 18px RalewayRegular;
  line-height: 21px;
  color: #1A1207;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fcf9f4;
}

.give-review-modal form input::-webkit-input-placeholder,
.order-modal form input::-webkit-input-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form input::-moz-placeholder,
.order-modal form input::-moz-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form input:-ms-input-placeholder,
.order-modal form input:-ms-input-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form input::placeholder,
.order-modal form input::placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form input:focus,
.order-modal form input:focus {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(173, 118, 76, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(173, 118, 76, 0.5));
}

.give-review-modal form input.error,
.order-modal form input.error {
  border: 1px solid #C20000;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(194, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(194, 0, 0, 0.5));
}

.give-review-modal form input.error::-webkit-input-placeholder,
.order-modal form input.error::-webkit-input-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form input.error::-moz-placeholder,
.order-modal form input.error::-moz-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form input.error:-ms-input-placeholder,
.order-modal form input.error:-ms-input-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form input.error::placeholder,
.order-modal form input.error::placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form textarea,
.order-modal form textarea {
  height: 130px;
  width: 100%;
  border: 1px solid #AD764C;
  padding: 19px 40px;
  margin-bottom: 60px;
  font: 18px RalewayRegular;
  line-height: 21px;
  color: #1A1207;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fcf9f4;
  resize: none;
}

.give-review-modal form textarea::-webkit-input-placeholder,
.order-modal form textarea::-webkit-input-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form textarea::-moz-placeholder,
.order-modal form textarea::-moz-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form textarea:-ms-input-placeholder,
.order-modal form textarea:-ms-input-placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form textarea::placeholder,
.order-modal form textarea::placeholder {
  font: 18px RalewayRegular;
  color: #DCBA97;
}

.give-review-modal form textarea:focus,
.order-modal form textarea:focus {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(173, 118, 76, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(173, 118, 76, 0.5));
}

.give-review-modal form textarea.error,
.order-modal form textarea.error {
  border: 1px solid #C20000;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(194, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 5px rgba(194, 0, 0, 0.5));
}

.give-review-modal form textarea.error::-webkit-input-placeholder,
.order-modal form textarea.error::-webkit-input-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form textarea.error::-moz-placeholder,
.order-modal form textarea.error::-moz-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form textarea.error:-ms-input-placeholder,
.order-modal form textarea.error:-ms-input-placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form textarea.error::placeholder,
.order-modal form textarea.error::placeholder {
  color: rgba(194, 0, 0, 0.5);
}

.give-review-modal form button,
.order-modal form button {
  width: 173px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #AD764C;
  color: #fff;
  font: 18px RalewayMedium;
  line-height: 21px;
  border: 1px solid #AD764C;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
}

.give-review-modal form button:hover,
.order-modal form button:hover {
  color: #AD764C;
  border-color: #DCBA97;
  background: transparent;
}

.give-review-modal form button:active,
.order-modal form button:active {
  border-color: #AD764C;
}

.thanks-review-modal,
.thanks-order-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FCF9F4;
  width: 500px;
  padding-top: 60px;
  padding-bottom: 55px;
  text-align: center;
  z-index: 101;
  display: none;
}

.thanks-review-modal img.close,
.thanks-order-modal img.close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
}

.thanks-review-modal h3,
.thanks-order-modal h3 {
  font: 18px RalewayMedium;
  line-height: 21px;
  margin-top: 35px;
}

.thanks-review-modal p,
.thanks-order-modal p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 21px;
}

.thanks-review-modal p span,
.thanks-order-modal p span {
  font-family: OpenSansLight;
  line-height: 25px;
}

.order-modal form input:last-of-type {
  margin-bottom: 60px;
}




.review-modal {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #FCF9F4;
  width: 100%;
  max-width: 1600px;
  padding-top: 50px;
  padding-bottom: 60px;
  z-index: 101;
  color: #1A1207;
  display: none;
}

.review-modal img.close {
  position: absolute;
  top: 30px;
  right: 30px;

}

.review-modal .review-modal-wrapper {
  width: 1000px;
  margin: 0 auto;
}

.review-modal h2 {
  text-align: center;
  margin-bottom: 50px;
  font: 30px PlayfairDisplayItalic;
  line-height: 40px;
  color: #1A1207;
}

.review-modal .review-modal-wrap {
  display: none;
}

.review-modal .review-modal-wrap.active {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  
  
}

.review-modal-wrap .reviews-item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 0;
  text-align: center;
}

.review-modal-wrap .video-reviews video {
  width: 100%;
  padding: 0 40px;
}

.review-modal-wrap .video-reviews img {
  width: 100%;
  padding: 0 40px;
}

.review-modal .review-modal-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.review-modal .review-modal-bottom a.next {
  color: #AD764C;
  font: 18px RalewayMedium;
  line-height: 21px;
  margin-left: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.review-modal .review-modal-bottom a.next:hover {
  color: #DCBA97;
}

.review-modal .review-modal-bottom a.next:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #874D21;
}

.review-modal .review-modal-bottom-counter {
  font: 14px OpenSansLight;
  line-height: 19px;
  color: #DCBA97;
  cursor: pointer;
}

.review-modal .review-modal-bottom-counter span.current {
  position: relative;
  color: #1A1207;
  font-size: 18px;
  line-height: 25px;
  margin-right: 23px;
}

.review-modal .review-modal-bottom-counter span.current::after {
  content: '';
  position: absolute;
  top: 0;
  right: -13px;
  width: 1px;
  height: 25px;
  background-color: #DCBA97;
}

.detail-modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
  background: #FCF9F4;
  width: 800px;
/*  
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);  */
  padding: 40px 0;
  z-index: 101;
  color: #1A1207;
  display: none;
}


.detail-modal-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  
  z-index: 101;
  background-color: #fff;
  padding: 25px 25px;
  -webkit-border-radius: 8px;
  border-radius: 8px;  

}

.detail-modal img.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  cursor: pointer;
}

.detail-modal .detail-modal-wrapper {
  width: 600px;
  margin: 0 auto;
}


.detail-modal .info-item img {
  width: 180px;
}

.detail-modal h3 {
  font: 32px RalewayMedium;
  line-height: 42px;
  color: #1A1207;
  padding-left: 35px;
}

.detail-modal p {
  font-size: 18px;
  line-height: 21px;
  color: #1A1207;
  margin-bottom: 30px;
}

.detail-modal .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.detail-modal .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;

}

.detail-modal .info-item:last-child {
  margin-right: 0;
}


.detail-modal .colored-item p span {
  font-family: OpenSansLight;
  line-height: 42px;
  font-size: 42px;
}

.detail-modal .colored-item li span {
  font-weight: 700;
}

.detail-modal .colored-block {
  background: #DCBA97;
  padding: 35px 0;
  color: #1A1207;
  margin-bottom: 30px;
}

.detail-modal .colored-block .colored-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}


.detail-modal .colored-block .colored-item:last-child {
  margin-bottom: 0;
}

.detail-modal .colored-block .colored-item .left {
  width: 30%;
  font: 18px RalewayMedium;
  line-height: 21px;
}

.detail-modal .colored-block .colored-item .right {
  width: 70%;
  font-size: 18px;
  line-height: 21px;
}

.detail-modal .order-modal-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-modal .order-modal-button a {
  background: #AD764C;
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font: 18px RalewayMedium;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #AD764C;
  text-align: center;
}

.detail-modal .order-modal-button a:hover {
  background: transparent;
  color: #DCBA97;
  border-color: #DCBA97;
}

.detail-modal .order-modal-button a:active {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #AD764C;
  border-color: #AD764C;
}

.sert-modal {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #FCF9F4;
  width: 800px;
  padding-top: 50px;
  padding-bottom: 60px;
  z-index: 101;
  color: #1A1207;
  display: none;
}

.detail-modal img.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  cursor: pointer;
}

.sert-modal img.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.sert-modal h2 {
  text-align: center;
  margin-bottom: 50px;
  font: 30px PlayfairDisplayItalic;
  line-height: 40px;
}

.sert-modal .sert-modal-block {
  display: none;
}

.sert-modal .sert-modal-block.active {
  display: block;
}

.sert-modal .sert-modal-wrap {
  padding: 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sert-modal .sert-modal-item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  padding-bottom: 55px;
  margin: 0 15px;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-align: center;
}

.sert-modal .sert-modal-item .img {
  margin-bottom: 35px;
}

.sert-modal .sert-modal-item .img img {
  width: 100%;
}

.sert-modal .sert-modal-item h3 {
  font: 18px RalewayMedium;
  line-height: 21px;
}

.sert-modal .sert-modal-bottom {
  padding: 0 105px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sert-modal .sert-modal-bottom .arrow {
  cursor: pointer;
  padding: 10px 0;
}

.sert-modal .sert-modal-bottom .arrow svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sert-modal .sert-modal-bottom .arrow:hover svg path {
  fill: #DCBA97;
}

.sert-modal .sert-modal-bottom .arrow:active svg path {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  fill: #AD764C;
}

.sert-modal .sert-modal-bottom-center {
  font: 14px OpenSansLight;
  line-height: 19px;
  color: #DCBA97;
  cursor: pointer;
}

.sert-modal .sert-modal-bottom-center span.current {
  position: relative;
  color: #1A1207;
  font-size: 18px;
  line-height: 25px;
  margin-right: 23px;
}

.sert-modal .sert-modal-bottom-center span.current::after {
  content: '';
  position: absolute;
  top: 0;
  right: -13px;
  width: 1px;
  height: 25px;
  background-color: #DCBA97;
}

.sert-modal-img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 7px solid #fff;
  z-index: 101;
  width: 700px;
  background-color: #fff;
  display: none;
}

.sert-modal-img img {
  width: 100%;
}

.sert-modal-img img.close {
  width: auto;
  top: 23px;
  right: 23px;
  position: absolute;
  cursor: pointer;
}

.mob-menu-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #AD764C;
  padding: 40px 0;
  text-align: center;
  z-index: 100;
  display: none;
}

.mob-menu-section h2 {
  color: #fff;
  font: 30px PlayfairDisplayItalic;
  line-height: 40px;
  margin-bottom: 29px;
}

.mob-menu-section img.close {
  position: absolute;
  top: 30px;
  right: 30px;
}

ul.mob-menu li {
  font: 18px RalewayMedium;
  line-height: 21px;
}

ul.mob-menu li a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}

.head-policy {
    height: 122px;	
}

section.policy-section {
  padding: 45px 0;
}

section.policy-section h1 {
  text-align: center;
  text-transform: uppercase;
  font: 38px TTNormsMedium;
  margin-bottom: 40px;
}

section.policy-section h4 {
  font: 21px TTNormsMedium;
  margin-bottom: 20px;
}

section.policy-section p {
  font-size: 18px;
  margin-bottom: 20px;
}

section.policy-section ul {
  margin-bottom: 20px;
}

section.policy-section ul li {
  font-size: 18px;
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}

section.policy-section ul li::sert {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 11px;
  background: url(../img/text1-ul-sert.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center
}

section.policy-section ul li:last-child {
  margin-bottom: 0;
}

#thanks-header {
  height: 111px;
}

section.thanks-section {
  padding: 140px 0;
  font-size: 21px;
  line-height: 1.7;
  text-align: center;
}

.thanks-telegram {
  color: #1A1207;	
}

.to-main a {
  width: 302px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #AD764C;
  border: 1px solid #fff;
  color: #fff;
  font: 18px RalewayMedium;
  line-height: 21px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.to-main a:hover {

  color: #AD764C;
  background-color: #fff;  
   border-color: #DCBA97 
}

.to-main a:active {
  border-color: #DCBA97;
}

.to-main {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}




@media screen and (max-width: 1450px) {
	
	

  .top-line-wrap {
    padding-right: 35px;
  }


  .top-line-wrap ul.top-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-line-wrap .top-line-right {
    width: 31%;
  }

  .header-content {
    -webkit-transform: translate(-383px, 0);
    -ms-transform: translate(-383px, 0);
    transform: translate(-383px, 0);
  }
  
  .header-content.right {
    -webkit-transform: translate(633px, 0);
    -ms-transform: translate(633px, 0);
    transform: translate(633px, 0);
  }
  
  .header-content.adv {
    -webkit-transform: translate(569px, 0);
    -ms-transform: translate(569px, 0);
    transform: translate(569px, 0);
  
  }
  
  header .header-bg1 {
    width: 560px;
    -webkit-transform: translate(-286px, 0);
    -ms-transform: translate(-286px, 0);
    transform: translate(-286px, 0);
  }
  
  header img.header-girl {
    -webkit-transform: translate(350px, 0);
    -ms-transform: translate(350px, 0);
    transform: translate(350px, 0);
  }
  
  .author-block .img {
    width: 450px;
  }

  .price-summ {
	padding-left: 35px;	
  }

  .author-block .text {
    width: 70%;
    padding-left: 60px;
	padding-top: 100px;
  }
  
  .test-block .text {
    width: 70%;
    padding-right: 60px;
	padding-left: 34px;	
  }
  
  .specialist.right .author-block .text {
    padding-left: 34px;
    padding-right: 44px;
  }


}

@media screen and (max-width: 1350px) {
	

  
  header {
    height: 669px;
  }

  header .header-bg1 {
    width: 530px;
    -webkit-transform: translate(-296px, 0);
    -ms-transform: translate(-296px, 0);
    transform: translate(-296px, 0);
  }

  header img.header-girl {
    width: 470px;
    top: 52px;
    -webkit-transform: translate(310px, 0);
    -ms-transform: translate(310px, 0);
    transform: translate(310px, 0);
  }

  header .header-bg2 {
    top: 170px;
  }



  .top-line-wrap .top-line-right {
    width: 33%;
  }

  .top-line-wrap .top-phone span {
    font-size: 16px;
    margin-left: 10px;
  }

  .top-line-wrap .work-time {
    font-size: 16px;
  }
  
  .top-line-wrap .logo {
    width: 29%;
  }

  .header-content {
    -webkit-transform: translate(-334px, 0);
    -ms-transform: translate(-334px, 0);
    transform: translate(-334px, 0);
  }
  
  .header-content.right {
    -webkit-transform: translate(581px, 0);
    -ms-transform: translate(581px, 0);
    transform: translate(581px, 0);
  }
  
  .header-content.adv {
    -webkit-transform: translate(510px, 0);
    -ms-transform: translate(510px, 0);
    transform: translate(510px, 0);
  }

  .header-content h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  .header-content p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
    padding-left: 70px;
  }
  
  .header-content.adv p {
    font-size: 19px;
  }
  
  .header-content.adv ul {
    padding-left: 35px;
    margin-bottom: 30px;
  }


  .header-content .header-button a {
    width: 268px;
    height: 52px;
    font-size: 16px;
    line-height: 19px;
  }
  
  .text.full {
    width: 100%;
    padding-top: 55px;
  }
  
  .advan-item .img img {
    width: 80px;
  }

  .advan-item h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 25px 0;
  }

  .advan-item p {
    font-size: 16px;
    line-height: 19px;
  }

  section.about-section1 h2 {
    margin-bottom: 54px;
	margin-top: 54px;
  }

  section.reviews-section h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  .reviews-item p {
    font-size: 16px;
    line-height: 36px;
  }

  .reviews-bottom-center a.watch-all,
  .reviews-bottom-center a.give-review {
    font-size: 16px;
    line-height: 19px;
    margin-left: 25px;
  }

  .reviews-slider-counter {
    font-size: 13px;
  }

  .reviews-slider-counter span.current {
    font-size: 16px;
  }

  .reviews-slider-counter span.current::after {
    height: 22px;
  }

  section.questions-section h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  section.questions-section p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
  }

  form.ques-form {
    width: 700px;
  }

  form.ques-form input {
    height: 53px;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 0 30px;
  }

  form.ques-form input::-webkit-input-placeholder {
    font-size: 16px;
  }

  form.ques-form input::-moz-placeholder {
    font-size: 16px;
  }

  form.ques-form input:-ms-input-placeholder {
    font-size: 16px;
  }

  form.ques-form input::placeholder {
    font-size: 16px;
  }

  section.contacts-section h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  .contacts-item {
    font-size: 16px;
    line-height: 19px;
  }

  .contacts-item .icon {
    margin-right: 20px;
  }

  .contacts-item .icon svg {
    width: 45px;
    height: 45px;
  }

  .contacts-item:last-child .icon svg {
    width: 35px;
    height: 35px;
  }


  .footer-wrap .address {
    font-size: 16px;
    line-height: 23px;
  }

  .footer-wrap .address img {
    margin-right: 18px;
  }

  .footer-wrap .footer-logo {
    width: 24%;
  }

  .price-coffe .coffe-item img {
	width: 120%;  
  }
  
  .price-summ img {
	width: 90%; 	  
  }
 
  .price-summ {
    padding-right: 0px;
  } 
  
  .author-block .video-block {
    -webkit-transform: translate(0, 23px);
    -ms-transform: translate(0, 23px);
    transform: translate(0, 23px);
  }

}

@media screen and (max-width: 1250px) {


 header {
    height: 669px;
  }

  header .header-bg1 {
    width: 480px;
    -webkit-transform: translate(-258px, 0);
    -ms-transform: translate(-258px, 0);
    transform: translate(-258px, 0);
  }
  
  .header-content.right {
    -webkit-transform: translate(608px, 0);
    -ms-transform: translate(608px, 0);
    transform: translate(-334px, 0);
    top: 65%;
  }
  
  .header-content.right h1 {
    font-size: 28px;
    line-height: 32px;
  }

  header img.header-girl {
    width: 443px;
    top: 87px;
    -webkit-transform: translate(292px, 0);
    -ms-transform: translate(292px, 0);
    transform: translate(292px, 0);
  }
  
  .header-content.adv {
    -webkit-transform: translate(510px, 0);
    -ms-transform: translate(510px, 0);
    transform: translate(476px, 0);
	top: 30%;
  }


  
  .author-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 17px;
  }

  .author-block .text {
    width: 80%;
    margin: 0 auto;
    padding-left: 21px;
	padding-top: 86px;
  }
  
  .text.full {
    width: 80%;
    padding-top: 0px;
	padding-left: 35px;
	margin: 0 auto;
  }

  .author-block .img {
    width: 252px;
  }
  
  .wrapper.author-wrap {
    width: 100%;
    position: relative;
    -webkit-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    transform: translate(0, -65px);
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
 
  .specialist .wrapper.author-wrap {
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);	  
  }
  
  .specialist.right .author-block .text {
	 padding-top: 106px;
  }
  
  .test-block .text {
    padding-right: 44px;
    padding-top: 96px;
  }
  
   section.contacts-section iframe {
 
    height: 40vw;
    } 
	
	section.topic-section h4 {
	  padding-left: 0px;
	}
	

  
}

@media screen and (max-width: 1200px) {


	
  header {
    height: 580px;
  }

  header .header-bg1 {
    width: 473px;
    -webkit-transform: translate(-251px, 0);
    -ms-transform: translate(-251px, 0);
    transform: translate(-251px, 0);
  }

  header img.header-girl {
    width: 405px;
    -webkit-transform: translate(281px, 0);
    -ms-transform: translate(281px, 0);
    transform: translate(281px, 0);
  }

  header .header-bg2 {
    top: 135px;
  }

  .header-content {
    -webkit-transform: translate(-318px, 0);
    -ms-transform: translate(-318px, 0);
    transform: translate(-318px, 0);
  }
  
  .header-content.right {
    -webkit-transform: translate(-317px, 0);
    -ms-transform: translate(-317px, 0);
    transform: translate(-317px, 0);
    top: 70%;
  }
  
  .header-content.adv {
    -webkit-transform: translate(480px, 0);
    -ms-transform: translate(480px, 0);
    transform: translate(480px, 0);
    top: 35%;
  }
  
  .header-content.adv h3 {
    font-size: 21px;
  }
  
  .header-content.adv p {
    font-size: 17px;
	padding-left: 0;
  }
  
  .header-content.adv ul li {
    font-size: 17px;
  }
  
  .header-content.adv ul {
    padding-left: 12px;
  }
  
  section.about-section1 h2 {
    margin-bottom: 74px;
	margin-top: 65px;
  }
  
  .test-block .text {
    width: 60%;
  }
  
  .horizont {
    margin: 11px 0;
  }
  
  .footer-wrap .footer-logo img {
    width: 100%;
  } 

}

@media screen and (max-width: 1150px) {
	


  .top-line-wrap .top-line-right {
    width: 34%;
  }

  .top-line-wrap .top-phone img {
    width: 15px;
	-webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }

  .top-line-wrap .top-phone span {
    font-size: 14px;
    margin-left: 7px;
  }

  .top-line-wrap .work-time {
    font-size: 14px;
  }
  
  header .header-bg1 {
    width: 429px;
    -webkit-transform: translate(-236px, 0);
    -ms-transform: translate(-236px, 0);
    transform: translate(-236px, 0);
  }

  .header-content {
    -webkit-transform: translate(-288px, 0);
    -ms-transform: translate(-288px, 0);
    transform: translate(-288px, 0);
  }
  
  .header-content.right {
    -webkit-transform: translate(-286px, 0);
    -ms-transform: translate(-286px, 0);
    transform: translate(-286px, 0);
  }
  
  .header-content.adv {
    -webkit-transform: translate(443px, 0);
    -ms-transform: translate(443px, 0);
    transform: translate(443px, 0);
    top: 35%;
  }
  
  header img.header-girl {
    width: 382px;
    -webkit-transform: translate(259px, 0);
    -ms-transform: translate(259px, 0);
    transform: translate(259px, 0);
	top: 98px;
  }

  .header-content h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .header-content p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 25px;
    padding-left: 55px;
  }



  .header-content .header-button a {
    width: 235px;
    height: 46px;
    font-size: 14px;
    line-height: 17px;
  }

  .advan-item .img img {
    width: 65px;
  }

  .advan-item h3 {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0;
  }

  .advan-item p {
    font-size: 14px;
    line-height: 17px;
  }


  section.reviews-section h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .reviews-item p {
    font-size: 14px;
    line-height: 30px;
  }

  .reviews-bottom-center a.watch-all,
  .reviews-bottom-center a.give-review {
    font-size: 14px;
    line-height: 17px;
    margin-left: 20px;
  }

  .reviews-slider-counter {
    font-size: 12px;
  }

  .reviews-slider-counter span.current {
    font-size: 14px;
  }

  .reviews-slider-counter span.current::after {
    height: 20px;
  }

  .reviews-wrap {
    width: 75%;
    margin-bottom: 30px;
  }

  section.questions-section h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  section.questions-section p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
  }

  form.ques-form {
    width: 500px;
  }

  form.ques-form input {
    height: 45px;
    margin-bottom: 25px;
    font-size: 14px;
    padding: 0 20px;
  }

  form.ques-form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  form.ques-form input::-moz-placeholder {
    font-size: 14px;
  }

  form.ques-form input:-ms-input-placeholder {
    font-size: 14px;
  }

  form.ques-form input::placeholder {
    font-size: 14px;
  }

  form.ques-form button {
    width: 147px;
    height: 43px;
    font-size: 15px;
  }

  section.contacts-section {
    padding-bottom: 50px;
  }

  section.contacts-section h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .contacts-item {
    font-size: 14px;
    line-height: 17px;
  }

  .contacts-item .icon {
    margin-right: 15px;
  }

  .contacts-item .icon svg {
    width: 37px;
    height: 37px;
  }

  .contacts-item:last-child .icon svg {
    width: 28px;
    height: 28px;
  }

  footer {
    padding: 40px 0;
  }


  .footer-wrap .address {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-wrap .address img {
    margin-right: 13px;
  }

  .footer-wrap .footer-logo {
    width: 24%;
  }

  .footer-wrap .footer-logo img {
	  width: 100%;
  }
  
  .footer-wrap .footer-center {
	  padding: 0 20px;
  }
  
  .footer-wrap .address {
    width: 20%;
  }
  
  .price-button a, .shop-button a {
	font-size: 15px;  
	  
  }
}

@media screen and (max-width: 1100px) {
	
  
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .top-line-wrap .logo img {
	  width: 100%;
  }
  
  .top-line-wrap {
	  padding-right: 0px;
	  padding-left: 0px;
  }
  
  .top-line-wrap .logo {
    width: 24%;
  }
  
  .top-line-wrap .top-menu {
	  padding-left: 57px;
	  width: 60%;
  }
  
  .top-line-wrap .top-line-right {
    width: 16%;
  }
  
  header img.header-girl {
    width: 382px;
    -webkit-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    transform: translate(250px, 0);
    top: 98px;
  }
  
  .header-content.adv {
    -webkit-transform: translate(443px, 0);
    -ms-transform: translate(443px, 0);
    transform: translate(427px, 0);
    top: 35%;
  }
  
  .header-content.adv h3 {
    font-size: 20px;
  }
  
  .header-content.adv ul li {
    font-size: 16px;
  }
  
  section.about-section1 {
	margin-top: 45px;  
  }
  
  .video-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
   -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;  
      
  }
  
  .test-block .video-block {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  
  .review-modal-wrap .reviews-modal-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 0;

  }
  
  .test-block {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;	  
  }
  
  .test-block .text {
    width: 80%;
	margin: 0 auto;
  }

  .price-button.test {
    position: relative;
    bottom: -15px;
  }
  
  .topic-wrap .topic-left {
    padding-right: 13px;
  }
  
  .price-salary img {
	  width: 100%;
  }
  
  .price-summ {
    padding-right: 0;
  }
  
  .price-bottom h3 {
    padding-right: 20px; 
    font-size: 20px;	
  }
  
  .footer-center a {
    padding-left: 9px;
  }
  
  .test-block .video-block {
    margin-top: -60px;
  }	

}

@media screen and (max-width: 1050px) {
	

  
  header .header-bg1 {
    width: 411px;
    -webkit-transform: translate(-247px, 0);
    -ms-transform: translate(-247px, 0);
    transform: translate(-247px, 0);
  }

  .top-line-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-content {
    -webkit-transform: translate(-15px, -10px);
    -ms-transform: translate(-15px, -10px);
    transform: translate(-15px, -10px);
  }
  
  .header-content.right {
    -webkit-transform: translate(-251px, 0);
    -ms-transform: translate(-251px, 0);
    transform: translate(-251px, 0);
  }
  
  .header-content.adv {
    -webkit-transform: translate(386px, 0);
    -ms-transform: translate(386px, 0);
    transform: translate(386px, 0);
    top: 32%;
  }
  
  header img.header-girl {
    width: 367px;
    -webkit-transform: translate(227px, 0);
    -ms-transform: translate(227px, 0);
    transform: translate(227px, 0);
    top: 111px;
  }
  
  header .header-bg2 {
    -webkit-transform: translate(158px, 0);
    -ms-transform: translate(158px, 0);
    transform: translate(158px, 0);
  }
  
  .header-content.adv h3 {
    font-size: 18.5px;
  }
  
  .header-content.adv ul li {
    font-size: 15px;
  }
  
  .header-content.adv p {
    font-size: 16px;
    padding-left: 0;
  }
  
  .header-content h1 {
    color: #FEFEFE; 
	font-size: 26px;
    line-height: 32px;
  }
  
  .top-line-wrap .top-menu {
    padding-left: 46px;
    width: 60%;
  }
  
  .header-content.right h1 {
    color: #1A1207; 	  
  }
  
  .header-content.right .price-button a {
    width: 167px;
  }

  .header-content .header-button a:hover {
	border-color: #FEFEFE;
    color: #fff;
    background-color: #AD764C;  
  }

  .header-content .header-button a:active {
    border-color: #DCBA97;
  }

  .top-line-wrap .top-line-right {
    width: 32%;
  }

  .actions-wrap {
    width: 700px;
  }

  .actions-block .arrow {
    top: 62px;
  }

  .review-modal .review-modal-wrapper {
    width: 900px;
  }
  
  .calendar-item p {
	font-size: 20px;
	padding-left: 20px
  }
  
  .calendar-item {
	 padding: 23px; 
  }
  
  .topic-left {
	  width: 50%;
  }
  
  	.price-summ img {
      width: 80%;
    }
	
	.price-coffe .coffe-item img {
      width: 150%;
	}
	
	.footer-wrap .footer-logo {
      width: 20%;
	}
	

}

@media screen and (max-width: 960px) {
	


  section.reviews-section h2, 
  section.about-section h2  {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 17px;
  }

  .reviews-block {
    position: relative;
  }

  .reviews-block .arrow {
    position: absolute;
    bottom: -30px;
  }

  .reviews-block .arrow.left-arrow {
    left: 50%;
    -webkit-transform: translate(-335px, 0);
    -ms-transform: translate(-335px, 0);
    transform: translate(-335px, 0);
  }

  .reviews-block .arrow.right-arrow {
    right: 50%;
    -webkit-transform: translate(335px, 0);
    -ms-transform: translate(335px, 0);
    transform: translate(335px, 0);
  }

  .reviews-wrap {
    width: 550px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .reviews-item p {
    font-size: 18px;
    line-height: 21px;
  }

  .reviews-item p.name {
    margin-top: 15px;
  }

  .reviews-bottom-center a.watch-all,
  .reviews-bottom-center a.give-review {
    font-size: 18px;
    line-height: 21px;
    margin-left: 30px;
  }

  .reviews-slider-counter {
    font-size: 14px;
    line-height: 19px;
  }

  .reviews-slider-counter span.current {
    font-size: 18px;
    line-height: 25px;
  }

  .reviews-slider-counter span.current::after {
    height: 25px;
  }

  
  section.questions-section h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 48px;
  }

  section.questions-section p {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 55px;
  }

  form.ques-form {
    width: 666px;
  }

  form.ques-form input {
    height: 60px;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 0 40px;
  }

  form.ques-form input::-webkit-input-placeholder {
    font-size: 18px;
  }

  form.ques-form input::-moz-placeholder {
    font-size: 18px;
  }

  form.ques-form input:-ms-input-placeholder {
    font-size: 18px;
  }

  form.ques-form input::placeholder {
    font-size: 18px;
  }

  form.ques-form button {
    width: 173px;
    height: 59px;
    font-size: 18px;
    margin-top: 20px;
  }

  section.contacts-section {
    padding-bottom: 80px;
  }

  section.contacts-section h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 40px;
  }

  .contacts-item {
    font-size: 18px;
    line-height: 21px;
    margin: 0 11px;
  }

  .contacts-item .icon {
    margin-right: 25px;
  }

  .contacts-item .icon svg {
    width: auto;
    height: auto;
  }

  .contacts-item:last-child .icon svg {
    width: auto;
    height: auto;
  }

  footer {
    padding: 25px 0;
  }

  .footer-wrap {
    display: block;
  }

  .footer-wrap .footer-logo {
    width: 40%;
	margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .footer-wrap .footer-center {
	text-align: center;  
	
  }

  #copyright-mob {
	display: block;
	text-align: center;
	margin-top: 25px;
  }
  
  .footer-wrap .footer-center p {
	display: none;  
  }

  .footer-wrap .address {
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 21px;
	margin: 0 auto;
	text-align: center; 
	-webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;		
  }

  .footer-wrap .address img {
    margin-right: 25px;
  }


  .advan-item {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .advan-item .img img {
    display: block;
    margin: 0 auto;
  }

  .advan-item h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .advan-item p {
    font-size: 18px;
    line-height: 21px;
  }

  section.advantages-section {
    padding-bottom: 0px;
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
    z-index: 6;
    position: relative;
  }

  section.advantages-section .slick-dots {
    bottom: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    padding: 0 50px;
  }

  section.advantages-section .slick-dots li {
    width: auto;
    height: 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #DCBA97;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  section.advantages-section .slick-dots li button {
    display: none;
  }

  section.advantages-section .slick-dots li.slick-active {
    background-color: #AD764C;
    height: 3px;
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }

  section.top-line-section {
    background-color: #fff;
    padding: 15px 0;
    z-index: 3;
  }

  .top-line-wrap {
    padding: 0 50px;
    position: relative;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-line-wrap .logo {
    width: 50%;
  }
  
  .top-line-wrap .top-line-right {
    width: 50%;
  }
  
  .top-line-wrap .logo img {
    width: 60%;
  }

  .top-line-wrap .logo img {
    max-width: none;
  }


  .top-line-wrap .top-menu {
    display: none;
  }

  .top-line-wrap .top-phone span {
    font-size: 24px;
    font-weight: 400;
	margin-left: 10px;
  }
  
  .top-line-wrap .top-phone img {
    width: 21px;
  }

  header {
    background: #AD764C;
    height: 800px;
  }

  header .header-bg1,
  header .header-bg2 {
    display: none;
  }

  header img.header-girl {
    width: 520px;
    top: 127px;
    -webkit-transform: translate(465px, 0);
    -ms-transform: translate(465px, 0);
    transform: translate(465px, 0);
  }

  header img.header-irish {
    top: 36%;
    left: -10%;
  }

  .header-content {
    width: 420px;
    -webkit-transform: translate(-173px, 0);
    -ms-transform: translate(-173px, 0);
    transform: translate(-173px, 0);
    top: 28%;
  }
  
/*
  
  .header-content.right {
     display: none;
  }
*/ 

  .header-content.right h1 {
    color: #FEFEFE;
  }
  
  .header-content.right h1 br {
    display: none;
  }
  
  .header-content.right {
    -webkit-transform: translate(-175px, 0);
    -ms-transform: translate(-175px, 0);
    transform: translate(-175px, 0);
	top: 80%;
  }
  
  .header-content .header-button {
	display: none;
  }
  
  .header-content.right .price-button a {
	  width: 210px;
	  height: 59px;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  text-align: center;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  background-color: #fff;
	  border: 1px solid #AD764C;
	  color: #AD764C;
	  font: 18px RalewayMedium;
	  line-height: 21px;
	  -webkit-transition: .7s;
	  -o-transition: .7s;
	  transition: .7s;
	}

	.header-content.right .price-button a:hover {

	  color: #fff;
	  background-color: #AD764C;  
	}

	.header-content.right .price-button a:active {
	  border-color: #DCBA97;
  }
  
  .header-title {
	display: block;
    position: absolute;
    top: 17%;
    left: 26%;	
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);	
  }


  .header-title h3 {
    text-align: left;
    font-family: 'PlayfairDisplayItalic';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FEFEFE;    
  }

  .header-title h4 {
    text-align: left;
    font-family: 'PlayfairDisplayItalic';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FEFEFE;    
  }

  .header-content h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .header-content p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 35px;
    padding-left: 80px;
	color: #1A1207;
  }

  .header-text-mobile {
/*    display: none; */
    padding-left: 80px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 35px; 	
	margin-top: 30px;
  }
  
  .header-content.mobile {
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	width: 80%;
	margin: 25px auto;
	-webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	transform: none;  
	left: 0;
    display: none;	
	
  } 
 

  .header-content.mobile h1 {
	color: #1A1207;
	margin-right: 50px;
  }  

  
  .header-content .header-button a {
    width: 302px;
    height: 59px;
    font-size: 18px;
    line-height: 21px;
  }
  
  .header-content.adv {
    -webkit-transform: translate(386px, 0);
    -ms-transform: translate(386px, 0);
    transform: translate(-167px, 0);
    top: 48%;
    color: #FEFEFE; 	
  }
  
  .header-text-mobile {
	  display: block;
  }
  
   .header-text-desktop {
	  display: none;
  } 
  
  .header-content.adv ul li {
    font-size: 18px;
  }
  
  .header-content.adv h3 {
    font-size: 24px;
	margin-bottom: 15px;
	display: none;
  }

  .header-content.adv p {
    margin-top: 45px;
    color: #FEFEFE;
	font-size: 18px;
    line-height: 24px;
  }
  
  .header-content.adv ul li br {
	  display: none;
  }

  section.contacts-section iframe {
 
    height: 420px;
    }

  .mob-phone-modal {
    position: absolute;
    left: 0;
    top: 204px;
    width: 100%;
    height: 139px;
    background-color: #fff;
    z-index: 7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mob-phone-modal-item {
    font-size: 18px;
    line-height: 21px;
  }

  .mob-phone-modal-item span {
    font: 18px OpenSansLight;
    line-height: 25px;
  }

  .mob-phone-modal a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    margin-right: 28px;
  }

  .mob-phone-modal a img {
    width: 19px;
    margin-right: 29px;
  }

  .advan-modal {
    width: 100%;
    max-width: 768px;
    padding-top: 40px;
  }

  .advan-modal img.close {
    display: block;
  }

  .give-review-modal,
  .order-modal {
    max-width: 768px;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 50px;
  }

  .give-review-modal img.close,
  .order-modal img.close {
    display: block;
  }

  .give-review-modal form,
  .order-modal form {
    padding-left: 64px;
    padding-right: 64px;
  }

  .order-modal p {
    text-align: center;
  }

  .thanks-review-modal img.close,
  .thanks-order-modal img.close {
    display: block;
  }


  .review-modal img.close {
    display: block;
  }

  .review-modal .review-modal-wrapper {
    width: 100%;
    padding: 0 15px;
  }

  .review-modal-wrap .video-reviews video {
    width: 100%;
    padding: 0 10px;
  }
  
  .review-modal-wrap .video-reviews img {
    width: 100%;
    padding: 0 10px;
  }
  

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
    .author-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
        -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  section.about-section1 h2 {
    margin-top: 0px;
  }
  
  .specialist .author-block .image-block {
	-webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;	  
  }
  
  .specialist.right .author-block .text {
	-webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;	
	padding-top: 45px;
	
  }
  
  .specialist .author-block .text {
    width: 100%;
    padding-right: 44px;
	padding-top: 45px;	
  }


  .author-block .img {
    width: 70%;
    text-align: center;
    margin-bottom: 50px;
  }

  .author-block .img img {
    width: 100%;
  }

  .author-block .text {
    width: 100%;
    text-align: center;
  } 
  
  .text.full {
    width: 100%;
    text-align: center;	 
    padding-left: 20px;	
  }
  
  .author-block .video-block {
    width: 100%;	  
  }
  
  .test-block .text {
    width: 100%;
  }
  
  .test-block .video-block {
    width: 100%;
  }
  
  .calendar-item {
    padding: 15px;
  }
  
  .calendar-item p {
    font-size: 18px;
    padding-left: 15px;
  }
  
  .calendar-item img {
	width: 72px;  
  }
  
  .topic-wrap {
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .topic-wrap .topic-right {
    width: 45%;
  }
  
  .price-section {
	  margin-top: -50px;
  }
  
  .price-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .price-text {
	  width: 80%;
	  margin: 0 auto;
	  margin-top: 45px;
	  text-align: center;
	  font-size: 24px;
  }
  
  .price-salary {
    width: 40%;
  }
  
  .price-summ {
    width: 15%;
    padding: 0 25px;
  }
  
  .horizont {
    margin: 19px 0;
  }

  .detail-modal, .sert-modal {
    width: 100%;
    max-width: 768px;
  }

  .detail-modal img.close {
    display: block;
  }  

}

@media screen and (max-width: 780px) {
	
	
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .review-modal-wrap .reviews-modal-item {
    width: 100%;
    margin: 0 15px;
    margin-bottom: 0;

  }
  
 /* 

 */


  .price-bottom {
 	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
	    margin-top: 45px;
  }
  
  .price-bottom h3 {
	  margin-bottom: 25px;
	  text-align: center;
  }
  
  h2 {
	  text-align: center;	  
  }
  
  .contacts-wrap {
 	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; 
    width: 60%;
	margin: 0 auto;
    -webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
  }
  
  .contacts-item {
    margin-bottom: 25px;
    text-align: left;	
  }
  
}

@media screen and (max-width: 750px) {
 
 
   .header-content.right {
    top: 57%;
  }
  .header-content.right h1 {
	 text-align: left; 
	 color: #1A1207;
  }
  
	.header-content.right .price-button a {
	  width: 210px;
	  height: 59px;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  background-color: #AD764C;
	  border: 1px solid #AD764C;
	  color: #FCF9F4;
	  font: 18px RalewayMedium;
	  line-height: 21px;
	  -webkit-transition: .7s;
	  -o-transition: .7s;
	  transition: .7s;
	  text-align: center;
	}

	.header-content.right .price-button a:hover {

	  color: #AD764C;
	  background-color: #FCF9F4;  
	  border: 1px solid #AD764C;
	  
	}

	.header-content.right .price-button a:active {
	  border-color: none;
  }
  
  form.ques-form {
    width: 100%;
  }

  .reviews-wrap {
    width: 100%;
  }

  .reviews-item {
    padding: 0;
  }

  .reviews-bottom-center {
    display: block;
  }

  .reviews-slider-counter {
    text-align: center;
    margin-bottom: 35px;
  }

  .reviews-bottom-center a.watch-all {
    margin-left: 0;
    margin-bottom: 35px;
    display: block;
    text-align: center;
  }

  .reviews-bottom-center a.give-review {
    display: block;
    margin-left: 0;
    text-align: center;
  }

  .reviews-block .arrow.left-arrow {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 20px;
  }

  .reviews-block .arrow.right-arrow {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 20px;
  }

  .contacts-wrap {
    display: block;
  }


  .contacts-item.phone {
    margin-bottom: 0;
  }

  .contacts-item {
    width: 80%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	margin: 0;
    margin-bottom: 20px;
  }


  section.top-line-section {
    padding: 20px 0;
  }

  .top-line-wrap {
    padding: 0 15px;
  }

  .top-line-wrap .top-phone span {
    font-size: 18px;
  }
  
  .top-line-wrap .top-phone img {
    width: 18px;
  }


  .header-title {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 115px;
  }
  
  .header-title h4, .header-title h3 {
    text-align: center;
  }
  
  .header-content {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 290px;
    margin: 0 auto;
    text-align: center;
    padding-top: 21px;
  }
  
  .header-content.right {
    -webkit-transform: translate(-136px, 0);
    -ms-transform: translate(-136px, 0);
    transform: translate(-136px, 0);
	top: 70%;
  }

  .header-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .header-content p {
    padding: 0;
    margin-bottom: 24px;
  }

  .header-content p br {
    display: none;
  }

  .header-content .header-button {
    padding: 0;
  }

  .header-content .header-button a {
    width: 100%;
  }
  

  header {
    height: 870px;
  }

  header .header-bg2 {
    display: block;
    left: 0;
    top: 470px;
    right: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 400px;
    width: 100%;
  }

  header img.header-girl {
    width: 322px;
    -webkit-transform: translate(293px, 0);
    -ms-transform: translate(293px, 0);
    transform: translate(293px, 0);
    top: auto;
    bottom: 0;
  }

  header img.header-irish {
    top: 55%;
    left: -10%;
	width: 150%;
  }
  
  .header-content.adv {
    -webkit-transform: translate(-94px, 0);
    -ms-transform: translate(-94px, 0);
    transform: translate(-94px, 0);
	width: 329px;  
	top: 37%;  
    color: #FEFEFE;
  }
  
  .header-content.adv p {
    margin-top: 90px;
    color: #1A1207;
	text-align: left;
	    
	-webkit-transform: translate(-69px, 0);
    -ms-transform: translate(-69px, 0);
    transform: translate(-69px, 0);
  }

  .mob-phone-modal {
    top: 103px;
    height: 85px;
  }

  .advan-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  
  }
 

  .advan-modal {
    padding-top: 45px;
  }

  .advan-modal img.close {
    width: 30px;
    top: 20px;
    right: 20px;
  }

  .advan-modal p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .give-review-modal,
  .order-modal {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;
  }

  .give-review-modal p,
  .order-modal p {
    text-align: center;
  }

  .give-review-modal img.close,
  .order-modal img.close {
    width: 30px;
    top: 20px;
    right: 20px;
  }

  .give-review-modal form,
  .order-modal form {
    padding: 0;
  }

  .give-review-modal form input,
  .order-modal form input {
    padding: 0 25px;
  }

  .give-review-modal form textarea,
  .order-modal form textarea {
    padding: 15px 25px;
    height: 162px;
  }

  .give-review-modal {
    position: absolute;
    top: 0;
  }

  .thanks-review-modal,
  .thanks-order-modal {
    width: 320px;
  }

  .thanks-review-modal img.close,
  .thanks-order-modal img.close {
    width: 30px;
    top: 20px;
    right: 20px;
  }


  .review-modal img.close {
    width: 30px;
    top: 20px;
    right: 20px;
  }

  .review-modal .review-modal-wrapper {
    padding: 0 15px;
  }

  .review-modal .review-modal-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-modal .review-modal-item p {
    line-height: 28px;
  }
  
  section.about-section {
    background: #AD764C;
    margin-bottom: 45px;
  }
  
  section.reviews-section {
    padding-top: 45px;
    padding-bottom: 0;
  }
  
  .calendar-item {
    width: 100%;
  }
  
  .review-modal-wrap .reviews-item {
    width: 100%;	  
  }
  
  .topic-wrap {
    flex-wrap: wrap;
  }
  
  .topic-left {
    width: 100%;
  }

  .topic-wrap .topic-right {
    width: 100%;
  }  
  
  section.topic-section {
    margin-bottom: 45px;
  }
  
  section.about-section.specialist {
	margin-bottom: 85px;  
  }
  
  .price-salary {
	width: 40%;  
  }
  
  .price-summ {
	width: 25%; 	  
  }
  
  .price-coffe {
	width: 35%;  	  
  }
  
  .price-text {
    font-size: 22px;
  }
  
  #copyright-mob br {
	display: inline;  
  }

  .detail-modal img.close {
    width: 65px;
  }

  .detail-modal .detail-modal-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .detail-modal h3 {
    text-align: center;
	padding-left: 10px;
	font-size: 28px;
	line-height: 32px;
  }

  .detail-modal .info {
    display: block;
  }

  .detail-modal .info-item {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .detail-modal .info-item:first-child {
    margin-bottom: 30px;
  } 
  
  .detail-modal .info-item img {
    width: 100px;
  }


  .sert-modal img.close {
    width: 30px;
    top: 20px;
    right: 20px;
  }

  .sert-modal .sert-modal-wrap {
    width: 280px;
    padding: 0;
    margin: 0 auto;
  }

  .sert-modal .sert-modal-item {
    width: 100%;
    margin: 0;
  }

  .sert-modal .sert-modal-bottom {
    width: 280px;
    padding: 0;
    margin: 0 auto;
  }

  .sert-modal .sert-modal-bottom-center span.current {
    margin-right: 16px;
  }

  .sert-modal .sert-modal-bottom-center span.current::after {
    right: -12px;
  }

  .sert-modal .sert-modal-bottom .arrow {
    width: 50px;
    overflow: hidden;
  }

  .sert-modal .sert-modal-bottom .arrow.sert-modal-right-arrow {
    position: relative;
    padding: 12px 0;
  }

  .sert-modal .sert-modal-bottom .arrow.sert-modal-right-arrow svg {
    position: absolute;
    top: 8px;
    right: 0;
  }

}

@media screen and (max-width: 560px) {

  .top-line-wrap .logo img {
    width: 90%;
  }
  
  .top-line-wrap .top-phone span {
    font-size: 16px;
	margin-left: 4px;
  }
  
  .top-line-wrap .top-phone img {
    width: 16px;
  }
  
  header img.header-girl {
    -webkit-transform: translate(254px, 0);
    -ms-transform: translate(254px, 0);
    transform: translate(254px, 0);
  }
  
  .header-content.adv p {
    margin-top: 90px;
    color: #1A1207;
    text-align: left;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
	font-size: 16px;
	padding-right: 45px;
  }
  
  .header-content.right {
    -webkit-transform: translate(-136px, 0);
    -ms-transform: translate(-136px, 0);
    transform: translate(-116px, 0);
    top: 66%;
  }

  .reviews-slider-counter span.current {
    margin-right: 17px;
  }

  .reviews-block .arrow.left-arrow {
    width: 50px;
    overflow: hidden;
    left: 0;
  }

  .reviews-block .arrow.right-arrow {
    width: 50px;
    overflow: hidden;
    right: 0;
    padding: 12px 0;
  }

  .reviews-block .arrow.right-arrow svg {
    position: absolute;
    top: 4px;
    right: 0;
  }

  section.questions-section p br {
    display: block;
  }

  .footer-wrap .footer-logo {
    margin-bottom: 48px;
  }

  .footer-wrap ul.footer-menu li {
    margin-bottom: 25px;
  }

  .footer-wrap ul.footer-menu li a {
    padding: 0 16px;
  }

  .footer-wrap .address {
    margin-top: 15px;
  }

  section.sertificates-section .slick-dots,
  section.actions-section .slick-dots,
  section.advantages-section .slick-dots {
    padding: 0 15px;
  }

  .mob-menu-section img.close {
    width: 30px;
  }

  .mob-phone-modal {
    display: block;
    padding-top: 47px;
    height: 194px;
  }

  .mob-phone-modal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .mob-phone-modal-item:first-child {
    margin-bottom: 30px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .advan-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
	padding: 15px;
  }
  
   .advan-item .advan-item-text {
	   padding-left: 15px;
	   text-align: left;
   } 
   
   .advan-item h3 {
	  margin-bottom: 15px;
	  font-weight: 600;	 
   }
  
  section.contacts-section iframe {
 
    height: 380px;
    }
    
    .author-block .img {
      padding: 25px;
      width: 95%;
    }

  .video-club-mob {
	display: block;  
  }

  .video-club {
	display: none;  
  }	

  .specialist.right .author-block .text, .specialist .author-block .text {
    padding-left: 0px;
    padding-right: 0px;
  }	
  
  .specialist-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
	flex-direction: column;  
  }
  
  .all-sert {
    margin-left: 0;
  }
  
  
  .price-summ {
    width: 20%;
  }
  
  .price-coffe {
    width: 40%;
  }
  
  .contacts-wrap {
    width: 70%;	  
  }
  
  .footer-wrap .footer-logo {
    width: 60%;
    margin-bottom: 14px;
  }	
  
  .price-salary {
    padding: 0 0px;
  }
  
  
}

@media screen and (max-width: 440px) {
	

  .top-line-wrap .logo img {
    width: 75%;
  }
  
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .top-line-wrap {
    padding: 0 0px;
  }
  
  .author-block .text {
    padding-top: 54px;	
    padding-left: 0px;	
  }
  
  .text.full, .test-block .text {
    padding-left: 0px;
    padding-right: 0px;	
  }
  
  .specialist .author-block .image-block {
    width: 100%;
  }
  
  .price-coffe .coffe-item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  
  .price-bottom h3 {
	padding-right: 0px;  
  }
  
  .contacts-wrap {
    width: 90%;
  }
  
  .footer-wrap .address {
    width: 100%;
  }
  
  .header-content.right {
    -webkit-transform: translate(-83px, 0);
    -ms-transform: translate(-83px, 0);
    transform: translate(-83px, 0);
	top: 68%;
  }
  
  .header-content.right .price-button a {
    width: 162px;
  }
  
  .header-content.right h1 br {
    display: inline;
  }
  
  .header-content.adv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;	
  }
  
  .header-content.adv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    position: static;
	padding-top: 0;
	padding-left: 10px;
  }
  
  
  .header-content.adv p {
    width: 80%;
    position: absolute;
	z-index: 99;
	margin-top: 40px;
	-webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  
  
}


@media screen and (max-width: 350px) {
	

  .top-line-wrap .logo img {
    width: 95%;
  }
  
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .contacts-item {
    width: 100%;
  }
  
  .footer-wrap .footer-logo {
    width: 80%;
  }
  
  .price-button a {
    width: 220px;
  }
  
  .price-text {
    font-size: 20px;
	width: 90%;
  }
  
  .price-salary {
    width: 35%;
  }
  
  .price-summ {
    width: 25%;
  }
  
  .author-block .text p, .text.full p, .test-block .text p, .test-block .text ul li {
	  font-size: 16px;
  }
  
  h2 {
	font-size: 32px;  
  }
  
  .header-content {
	  width: 100%;
  }
  
  .top-line-wrap .top-phone span {
    font-size: 13px;
    margin-left: 3px;
  }
  
  .top-line-wrap .top-phone img {
    width: 13px;
  }
  
  section.top-line-section {
    padding: 14px 0;
  }
  
  .header-title {
    padding-top: 94px;
  }
  
  .header-content h1 {
    font-size: 28px;
	margin-bottom: 9px;
  }
  
  .header-title h3 {
	line-height: 38px;
  }
  
  header img.header-irish {
    top: 60%;
    left: -10%;
    width: 170%;
  }
  
  .calendar-item img {
    width: 60px;
  }
  
  .calendar-item p {
    font-size: 16px;
    padding-left: 13px;
  }
  
  .header-content.adv ul li {
    font-size: 16px;
  }
  
  .header-content.adv p {
    margin-top: 82px;
  }
  
  .advan-item p {
    font-size: 16px;
    line-height: 21px;
  }
  
  .advan-item h3 {
    font-size: 16px;
	margin-bottom: 9px;
  }
  
  
}

@media screen and (max-width: 340px) {
  .header-content.adv p {
    margin-top: 33px;
  }

}

@media screen and (max-width: 310px) {
  .header-content.adv p {
    margin-top: 3px;
  }

}

@media screen and (max-width: 300px) {
	
  .header-content h1 {
    font-size: 24px;
	line-height: 30px;
  }	
  
  .header-content.right {
    -webkit-transform: translate(-69px, 0);
    -ms-transform: translate(-69px, 0);
    transform: translate(-69px, 0);
  }
  
  .header-content.right h1 {
    font-size: 24px;
    line-height: 28px;
  }
  
  .top-line-wrap .logo {
    width: 45%;
  }
  
  .top-line-wrap .top-line-right {
    width: 55%;
  }
  
  header img.header-girl {
    -webkit-transform: translate(196px, 0);
    -ms-transform: translate(196px, 0);
    transform: translate(196px, 0);
  }
  
  .header-content.adv p {
    margin-top: 16px;
  } 
	
	
}
