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

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

/* Slider */

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

@import url('../css/magnific-popup.css');

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

.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: -55px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  padding-right: 45px;
  margin: 0;
  width: 100%;
}

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

.slick-dots li.slick-active {
  background: #FF0000;
  opacity: 1;

  border: 1px solid #FF0000;
  height: 13px;
  width: 13px;
}

.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;
}

html {
  overflow-x: hidden;
  
}

body {
  font-family: "superclarendon";
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background: #0C0C0C;  
  overflow-x: hidden;
}

main {
  max-width: 1920px;
  margin: 0 auto;  
}

h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

header {
  background-image: url(/img/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: auto;  
  margin: 0 auto;  
}


.container {
  width: 1110px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

section {
  margin: 0 auto;	
}

img {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mob-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 6;
  display: none;
}

.header__mob_menu {
  width: 460px;
  background-color: #6E9176;  
  background-image: url(/img/bg-service.jpg); 
  -webkit-box-shadow: 3px 3px 16px 3px rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 16px 3px rgba(255, 255, 255, 0.5);  
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px 0;
  padding-right: 35px;
  z-index: 7;
  display: none;
}

ul.mob-menu li {
  text-align: right;
}

ul.mob-menu li a {
  padding: 9px 0;
  display: block;
  font-size: 18px;
  color: #fff;
}

.header__mob_menu {
  display: none;	
}

.burger {
  display: none;
}

.header__top_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  width: 100%;
  padding: 35px 0;
  margin-bottom: 50px;
}



.header__menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;		  
}

.header__menu__logo img {
	width: 100%
}

.header__menu__text {
	color: #FFFFFF;
	text-align: center;
	font-size: 200%;
	font-style: bold;
}
.header__menu {
  width: 75%;	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
}

.header__menu .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3% 0 3%;
  width: 100%;
  
}

.header__menu .nav__menu li {
  list-style: none;

}

.header__menu .nav__menu__link {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding: 11px 0;  
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid transparent;
}


.header .nav__menu__link:hover {
  color: #FF0000;
  border-bottom: 1px solid #FF0000;

   
}

.horizont-line {
  border-bottom: 1px solid #FF0000;
  width: 252px;
}

header h1 {
 	
  font-size: 64px;
  line-height: 30px; 	
  padding-top: 50px;
  padding-bottom: 35px;
}

header h3 {

  font-size: 48px;
  line-height: 60px; 
  margin-bottom: 35px;
}

.header-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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;	
}

.header__btn a {
  min-width: 255px;
  padding: 18px 59px;
  background: #FF0000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  text-decoration: none;
}

.header__btn a:hover {
  background: #8A3434;
  color: #fff;  
}

.header-round {
  border: 4px solid #FFFFFF;	
  -webkit-border-radius: 50%;
  border-radius: 50%;  
  width: 220px;
  height: 220px;
  margin-left: 162px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; 
  padding: 0 25px;  
}

.header-round p {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
}



.header-offer {
  margin-top: 57px;	
  text-align: left; 
  color: #fff; 
  width: 100%;
  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;   
		padding-bottom: 30px;
}

.header-offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: 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;		
}

.header-offer-item h5 {
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
}

.header-bottom {
  margin-top: 65px;
  background-color: #000;
  width: 100%;
  padding: 18px 0;
  text-align: center;

}

.header-bottom p {
  font-size: 32px;
  line-height: 30px;	
}


section.about {
  background-image: url(/img/bg-about.jpg);
  background-repeat: no-repeat;
  background-size: auto; 
}

section.about .container {
  padding: 63px 120px 57px 120px;
}

.about__content {
  margin-top: 41px;	
}

.about__content .text p {
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;

}

section.actions {
  background-image: url(/img/bg-actions.jpg);
  background-repeat: no-repeat;
  background-size: auto; 
  padding-top: 78px;
  padding-bottom: 104px;
}

section.actions .logo-vert {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);   
}

.actions-wrap {
  margin: 0 auto;
  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;
  position: relative;  
   
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: inherit;
  align-items: stretch;
}

.actions-item {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.actions-item:first-child {
  margin-left: -15px;	
}


.action-square {
  position: relative;
  
	
}

#action-1, #action-2, #action-3, #action-4, #action-5 {
  border: 2px solid #fff;
	
}

.action-mobile {
  display: none;	
}

.actions-item-title {
  position: absolute;
  top: 50%;
  left: 50%; 
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
  width: 80%;  
}

.actions-item-title h5 {
  font-size: 24px;
  line-height: 25px;
  text-align: center;  
  padding-bottom: 10px;
}

.actions-item-title h5 span {
  color: #FF3717;
}

.actions-item .horizont-line {
  width: 100%;	
}

.actions-item .actions-item-title .horizont-line {
  margin: 0 auto;
  width: 109px; 
  margin-bottom: 15px;  
}

#action-1, #action-4 {
  margin-bottom: 25px;	
}

#action-3 .actions-item-title {
  position: absolute;
  top: 30%;
  left: 50%; 
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);  
}

.blur {
  position: absolute;	
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(1.5px);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: brightness(50%);
}

#action-1 .blur {
  filter: brightness(100%);	
}

.action-button.mobile {
  display: none;	
}

.action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;	
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: inherit;
  align-items: flex-end;
}

.actions__btn a {
  min-width: 255px;
  padding: 18px 8px;
  background: #FF0000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  text-decoration: none;
}

.actions__btn a:hover {
  background: #8A3434;
  color: #fff;  
}

section.sertificate {
  background-image: url(/img/bg-sertificate.jpg);
  background-repeat: no-repeat;
  background-size: cover; 
  padding-top: 49px;
  padding-bottom: 87px;
}

.sertificate-text {
  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;
  position: relative;
  margin-top: 39px;  
  margin-bottom: 39px;
}

.sertificate-text h3 {
  width: 58%;
  font-size: 36px;
  line-height: 60px;   
  padding-right: 39px;
  text-transform: uppercase;
}

.sertificate-text h4 {
  font-size: 24px;
  line-height: 30px;
  width: 42%;
    
}

.sertificate-item img {
  width: 100%;	
  margin: 0 auto;  
}

.sertificate-item.full img {
  -webkit-transform: rotate(-354deg);
  -moz-transform: rotate(-354deg);
  transform: rotate(-354deg);	
}

.sertificate-list {
  margin: 0 auto;
  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;
  position: relative;  
 

}

.sertificate-item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.sertificate-item:first-child {
  margin-left: -15px;	
}

.sertificate-item:last-child {
  border: 2px solid #fff;	
}

.sertificate__btn a {
  min-width: 255px;	
  padding: 18px 8px;
  background: #FF0000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  text-decoration: none;
}

.sertificate__btn a:hover {
  background: #8A3434;
  color: #fff;  
}

section.masters {
  background-image: url(/img/bg-masters.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 53px;
  padding-bottom: 87px;  
}

.masters-title {
  margin: 0 auto;
  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;
  position: relative; 
  margin-bottom: 35px;  
}

.masters-title-item {
  width: 50%;	
}

.masters-title-item p {
    margin-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.masters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;	
  width: 80%;
}

.master-item {
	  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  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-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;
  text-align: center;	
}

.master-prof.first {
	margin-bottom: 15px;	
}

.master-prof {
  margin-bottom: 35px;	
}


.master-item p span {
  font-weight: 700;	
}

.master-item img {
  margin-bottom: 29px;	
  width: 100%;
}

.master-item h4 {
  font-size: 24px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.master-item h4 span {
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #FF0000;	
}

#master-cp {
  position: absolute;
  left: 20px;
  bottom: -100px;
  font-family: 'MontserratBold';
  font-weight: 700;
  font-size: 128px;
  line-height: 156px;
  align-items: center;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.2);
}

.gray-line {
  border: 1px solid #8A8A8A;
  width: 240px;
  opacity: 0.5;
  position: absolute;
  left: 195px;
  bottom: -26px;
}

.gallery-slider-wrap .gray-line {

  width: 220px;

}

section.gallery {
  background-image: url(/img/bg-gallery.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}

.bg-gal {
  background-image: url(/img/subbg-gallery.png);
  background-position: 120% 0;
  background-repeat: no-repeat;
  background-size: 55%;
  padding-top: 40px;
  padding-bottom: 86px;


}

section.gallery .logo-vert {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);   
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gallery-left {
  width: 60%;	
}

section.gallery .slick-list {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.gallery .slick-initialized .slick-slide,
section.gallery .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.gallery__list {
  margin: 0 0px;
  margin-bottom: 22px;
  width: 100%;
  padding: 0 0px;
}


.gallery-slider-wrap {
  width: 90%;	
  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;

}


.gallery__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.pagination-btn {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  top: 50%;
}

.gallery .container {
  position: relative;
}

.gallery__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;	

  padding: 0;
 
}

.gallery__item img {
  width: 570px;	
}



section.reviews {
  background-image: url(/img/bg-review.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 51px;
  padding-bottom: 90px;  
}


section.reviews .slick-list {
  padding: 0px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.reviews .slick-initialized .slick-slide,
section.reviews .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.reviews .slick-dots {
    bottom: -73px;
    padding-right: 0px;
    right: -120px;
}



.reviews-slider-wrap {
  width: 70%;	
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 15px;
}


.reviews__list {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -20px;
}

.reviews__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;  
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
  padding: 20px 0;
  position: relative;
  margin-left: 20px;  
  
}

.review-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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;	
}

#review-cp {

  font-family: 'MontserratBold';
  font-weight: 700;
  font-size: 128px;
  line-height: 128px;
  align-items: center;
  text-transform: uppercase;
  padding: 0 25px;
  color: rgba(255, 255, 255, 0.2);
}

.review-bottom .gray-line {
  position: relative;	
  left: 0px;
  bottom: 0px;
}

.reviews .container {
  position: relative;
}



.reviews__item .review-sign {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.reviews__item .review-sign h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding-top: 15px;  
}


.reviews__item .review-text p {
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.reviw-image {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);  
	
}

section.service {
  background-image: url(/img/bg-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 51px;
  padding-bottom: 90px;  
}

.service-title-item p {
  margin-bottom: 65px;
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}


.service-title-item {
  margin-top: 43px;
  margin-bottom: 43px; 
  width: 60%; 
}

.price-title {
  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: 45px;
}

.price-title h3 {
  font-size: 48px;
  line-height: 60px;
  margin-right: 60px;
 
}

.service-wrap {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  margin: 0 auto;  
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -20px;
}

.service-list {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 0 20px; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;  
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;	
  margin-bottom: 45px;
}

.service-item {
  width: 100%;	
  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;
  padding-top: 15px;   
  padding-bottom: 15px;   
}

.service-item.title h4 {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;	 	
}

.service-item:nth-child(2n+1) {
  background: #000000;	
}

.service-item-left {
  width: 56%;
  padding-right: 25px;  
}

.service-item-left h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;

}

.service-item-left h4 span {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.service-list .horizont-line {
  width: 50%;
  margin-bottom: 29px;
}

.service-item-right {
  width: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;  
}

.service-list h3 {
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase; 	
  text-align: left;
  width: 100%;
  padding-top: 25px;
}

.service-item-right h4 {
  margin-bottom: 5px;
/*  font-family: 'MontserratBold';*/
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  text-align: left;	
}

.service-item-right h5, .service-item-right h4 span {

  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;	
}

section.map-section {
  background-image: url(/img/bg-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 51px;
  padding-bottom: 90px;  
}

section.map-section .container {
  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: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;  	
}

.map-left {
  width: 40%; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; 
}

.map-left h3 {
  font-size: 32px;
  line-height: 60px;
  padding: 33px 0;  
}

.map-block {
  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: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; 	
  margin-bottom: 25px;
}

.contact-img {
  background: linear-gradient(180deg, #FF0000 0%, rgba(255, 0, 0, 0) 100%);
  border-radius: 10px;	
  width: 70px;
  height: 70px;
    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: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

.contact-img img {
  width: 49px;
  display: block;  
}

.map-block .text {
  padding: 15px 30px;
  margin-bottom: 10px;
  
}

.map-block h6 {
  padding-bottom: 5px;
}


.map-block p, .map-block a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #998787;
  padding-left: 0;
  text-align: left;
  margin-bottom: 7px;

}


.map-block p:last-child {
  margin-bottom: 0;
}


section.map-section iframe {
  width: 100%;
  height: 620px;  
}

#map {
  width: 60%;
}

footer {
  background: #171717;	
}

.footer__btn a {
  max-width: 255px;
  padding: 18px 59px;
  background: #FF0000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  text-decoration: none;
}

.footer__btn a:hover {
  background: #8A3434;
  color: #fff;  
}

.footer .footer_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;		  
  padding-top: 26px;
  padding-bottom: 26px;  
}


.footer__menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 211px;		  
}

.footer__menu__logo img {
	width: 100%
}


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

.footer-social a:last-child {
  margin-left: 25px;
}

.footer .footer-copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;  
  color: #A1A1A1;
}

.footer .footer_line a.policy {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #A1A1A1;
  text-decoration: none;
}

.footer__menu__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}


.yButtonBackground {
  background-color: #FF0000!important;	
}

.yButtonWave {
  border-color: #FF0000!important;	
  color: #FF0000!important;	
}


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


.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  background-image: url(/img/bg-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 16px 3px rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 16px 3px rgba(255, 255, 255, 0.5);
  width: 389px;
  padding: 34px 34px 0 34px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  display: none;
}

.modal .modal-wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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


.modalClose {
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal .close  img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.modal .close:hover img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.modal::-webkit-scrollbar {
  width: 0;
}



.modal-item {

  margin-bottom: 15px;
  margin-top: 25px;

}

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



.modal-item p {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  
}

.modal-item a {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-decoration: none;
  
}

.modal-form {
  margin-bottom: 20px;
}

.modal-form input {
  display: block;
  width: 100%;
  text-align: center;
  height: 44px;

  border: none;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
  margin-bottom: 10px;
  margin-top: 0px;  
  color: #000;
  font-size: 16px;
}

.modal-form input::-webkit-input-placeholder {
  color: #000;

  font-size: 16px;
  color: rgba(24, 24, 24, 0.56);
}

.modal-form input::-moz-placeholder {
  color: #000;

  font-size: 16px;
  color: rgba(24, 24, 24, 0.56);
}

.modal-form input:-ms-input-placeholder {
  color: #000;

  font-size: 16px;
  color: rgba(24, 24, 24, 0.56);
}

.modal-form input::placeholder {
  color: #000;
  font-size: 16px;
  color: rgba(24, 24, 24, 0.56);
}

.modal-form button {
  width: 100%;
  padding: 15px 0;
  background: #FF0000;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  margin-top: 10px;
  position: relative;
  overflow-x: hidden;
  display: block;
  text-decoration: none;
  margin: 10px auto;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.modal-form button:hover {
  background: #8A3434;	
}

.modal-form p.notes {
  padding: 10px 0;
  text-align: center;  
}

.modal-form .bottom p, .modal-form .bottom a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;  
  text-align: center;
  width: 90%;
}

.modal-form .bottom label::before {
  background: #8A3434;
}

.bottom {
  position: relative;
}


.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  user-select: none;
  width: 100%;
  margin-top: 22px;  
    -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; 
}

.bottom {
  width: 90%;
  margin: 0 auto;  
}

.bottom input[type=checkbox] {
  opacity: 0;
}

.bottom label::before {
 content: "";
 display: inline-block;
 height: 16px;
 width: 16px;
 border: 1px solid #fff; 
}

.bottom label::after {
 content: "";
 display: inline-block;
 height: 6px;
 width: 9px;
 border-left: 2px solid;
 border-bottom: 2px solid;
 transform: rotate(-55deg);
 cursor: pointer;
}

.bottom label {
 position: relative;
}

.bottom label::before,
.bottom label::after {
 position: absolute;
}

/*Внешний блок*/
.bottom label::before {
 top: -10px;
 left: -36px;
}

/*Галка*/
.bottom label::after {
 left: -33px;
 top: -7px;
}

/*Прячем галку по умолчанию*/
.bottom input[type="checkbox"] + label::after {
 content: none;
}

/*Показываем галку по состоянию checked*/
.bottom input[type="checkbox"]:checked + label::after {
 content: "";
}

/*Добавляем фокус к внешнему блоку поддельного чекбокса*/
.bottom input[type="checkbox"]:focus + label::before {
 outline: rgb(138, 52, 52) auto 5px;
}


.bottom input {
  align-items: center;
  user-select: none;
  width: 1%;
  margin-bottom: 0;
}

.bottom label::after {
  color: #fff;	
} 

.modal-form .bottom input {
    align-items: center;
    user-select: none;
    width: 1%;
    margin-bottom: 0;
}

section.thanks-section {
  padding: 100px 0;
}


section.thanks-section p {
  margin-top: 15px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}


.to-main {
   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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
	
}

.to-main a {
  min-width: 255px;
  padding: 18px 59px;
  background: #FF0000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  overflow-x: hidden;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  text-decoration: none;
  margin-top: 45px;
}

.to-main a:hover {
  background: #8A3434;
  color: #fff;  
}




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

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

section.policy-section h4 {
  font-size: 21px;
  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::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 11px;
  background: url(../img/text1-ul-before.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center
}

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

@media (max-width: 1440px) {


}
 


@media (max-width: 1300px) {
	
  .container {
    width: 1022px;
  }
  
  .header__menu {
    width: 80%;
  }
  
  .action-square img {
	width: 100%;  
  }
  
  .actions__btn a {
    min-width: 230px;
  }
  
  .gallery__item img {
    width: 476px;
  }
  
  .gray-line {
    width: 197px;
    left: 211px;
  }
  
  .gallery-slider-wrap .gray-line {

     width: 180px;
	 left: 181px;

  }
  .review-bottom .gray-line {
    left: 5px;
  }
  

}


@media (max-width: 1050px) {
	
  .container {
    width: 940px;
	position: relative;
  }
  
  .header__menu__logo {
    width: 20%;
  }
  
  h2 {
    font-size: 42px;
  }
  
  .header-bottom p {
    font-size: 30px;
  }
  
  .header__menu .nav__menu {
    padding: 0 1% 0 2%;
  }
  
  .actions__btn a {
    min-width: 214px;
	padding: 18px 3px;
	font-size: 15px;
  }
  
  .actions-item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  
  .sertificate-text h3 {
    width: 58%;
    font-size: 28px;
    line-height: 42px;
  }
  
  .bg-gal {
    background-size: 55%;
    padding-top: 24px;
  }
  
 
  section.gallery .slick-dots {
    padding-right: 2px;
  }
  
  .gallery-slider-wrap {
	margin-left: -10px;  
  }
  
  .bg-gal {
    background-size: 100%;
    padding-top: 24px;
	background-image: url(/img/subbg-gallery-1.png);
  }
  
  section.reviews .slick-dots {
    right: -194px;
  }
  
  section.gallery .gray-line {
    width: 154px;
    left: 201px;
  }
  
  .contact-img {
    width: 60px;
    height: 60px;
  }
  
  .map-block .text {
    padding: 2px 30px;
  }
  
  section.map-section iframe {
    width: 100%;
    height: 543px;
  }
  
  .service-title-item {
    width: 70%;
  }


  
  
  

  
}


@media (max-width: 960px) {
	


  .container {
    width: 768px;
	padding: 0 15px;
  }
  
  .header__menu .nav__menu {
	display: none;  
  }
  
  .header-offer-item h5 {
    font-size: 16px;
    line-height: 26px;
  }
  
  header h3 {
    font-size: 42px;
    line-height: 48px;
  }
  
  header h1 {
    padding-bottom: 56px;
  }
  
	
  .burger {
    display: block;
	cursor: pointer;
	position: fixed;
	z-index: 150;
  }


  .burger .line {
    width: 40px;
    height: 4px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

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

  .burger.active .line {
    background: #fff;
  }

  .burger.active .line:nth-child(2) {
    opacity: 0;
  }

  .burger.active .line:first-child {
    -webkit-transform: rotate(-45deg) translate(-8px, 9px);
    -ms-transform: rotate(-45deg) translate(-8px, 9px);
    transform: rotate(-45deg) translate(-8px, 9px);
  }

  .burger.active .line:last-child {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  
  .header__menu__logo {
    width: 80%;
  }
  
  .header__menu {
    width: 20%;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	padding-right: 15px;
  }
  
  section.actions {
	padding-bottom: 0;  
	padding-top: 30px;
  }
  
  .action-button.mobile {
    display: block;	
	max-width: 252px;
	margin: 35px auto;
  }
 
  .action-button.desktop {
    display: none;	
  }
  
  .actions-wrap {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .actions-item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 0 15px;
  }

  .actions-item:first-child {
    margin-left: -15px;	
  }
  
  .actions-item.main {
	width: 100%;
	margin-bottom: 25px;
	padding: 0 15px;
  }
  .sertificate-text {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	  
  }
  
  .sertificate-text h3 {
	width: 100%;
    padding-right: 15px;	
	margin-bottom: 45px;
  }
  
  .sertificate-text h4 {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
  }
  
  section.masters, section.service {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  
  .master-item:first-child {
    margin-right: 0px;
  }
  
  .master-item:last-child {
    margin-left: 0px;
  }
  
  .master-item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 0 15px;
  }
  
  .masters-list {
    width: 100%;
  }
  
  .masters-list .horizont-line {
    width: 80%;
  }
  
  .gallery-left {
    width: 70%;
  }
  
  .gallery-slider-wrap {
    width: 100%;
	margin-left: 0;
  }
  
  .gallery__item img {
    width: 438px;
  }
  
  section.reviews .horizont-line {
    width: 193px;
  }
  
  .review-number {
	width: 275px;  
  }
  
  #review-cp {
	 padding: 0 30px; 
  }
  
  section.reviews .slick-dots {
    right: -244px;
  }
  
  .review-bottom .gray-line {
    left: -54px;
	width: 160px;
	
  }
  
  .service-title-item {
    width: 100%;
	padding: 0 15px;
  }
 
  .service-wrap {
    width: 100%;
    margin-left: 0px;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	
	
  }

  .service-list {
    width: 100%;
    margin: 0 0px; 
  }
 
  #map {
    width: 55%;
  }
  
  .map-left {
    width: 45%;
  }
  
  .contact-img img {
    width: 35px;
    display: block;
  }
  
  .contact-img {
    width: 51px;
    height: 51px;
  }
  
  .map-block .text {
    padding: 2px 12px;
  }
  
  .footer-social a:last-child {
    margin-left: 9px;
  }
  
  .footer-social {
	padding: 0 10px;
  }
  
  .map-left h3 {
    font-size: 30px;
    line-height: 60px;
    padding: 13px 0;
  }
  
  section.map-section iframe {
    width: 100%;
    height: 504px;
  }
  
  

  
  
  

}


@media (max-width: 768px) {


 
  .container {
    width: 576px;
  }
  
  .header__top_line {
    padding: 24px 0;
    margin-bottom: 45px;
  }
  
  header h1 {
    padding-bottom: 35px;
	line-height: 60px;
	padding-top: 35px;
  }
  
  .header-round {
	margin-left: 45px;  
	  
  }
  
  .header-offer {
    -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;	
	-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-left: 7%;
	margin-top: -15px;
  }
  
  .header-offer-item img {
	width: 35px; 
  }
  
  .header-offer-item {
	margin-bottom: 18px;  
  }
  
  .header-offer-item h5 {
    font-size: 20px;
    line-height: 30px;
  }
  
  .header-bottom p {
    font-size: 28px;
  }
  
  .header-bottom {
    margin-top: 45px;
    padding: 4px 0;
  }
  
  section.about .container {
    padding: 75px 25px 57px 25px;
  }
  
  .actions-item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 10px);
    margin: 0 5px;
  }
  
  .actions-item-title h5 {
    font-size: 20px;
  }
  
  .actions-item-title {
	width: 90%; 
  }
  
  .masters-title-item {
    width: 100%;
  }
  
  .masters-title-item:first-child {
	margin-bottom: 30px;  
  }
  
  .masters-title {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	  
  }
  
  .masters-list {
    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%;
		-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .master-item {
    width: 100%;	
	margin: 0;
    margin-bottom: 65px;	
  }
  
  .master-item img {
	width: 75%;  
  }
  
  .master-item h4 br {
	display: none;  
  }
  
  .masters-list .horizont-line {
    width: 60%;
  }
  
  section.gallery .logo-vert, .reviw-image {
	display: none;  	  
  }
  
  .gallery-left {
    width: 100%;
  }
  
  .reviews-slider-wrap {
    width: 100%;
  }
  
  .bg-gal {
	background: none;  
  }
  
  section.reviews {
    background-position: right;
	padding-bottom: 25px;
  }
  
  .service-title-item {
    margin-top: 25px;
  }
  
  .map-left {
    width: 100%;
  }
  
  #map {
    width: 100%;
  }
  
  section.map-section .container {
		-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;	  
  }
  
  .map-wrapper {
	width: 70%;
    margin: 0 auto;
    margin-bottom: 45px;	
  }
  
  .footer__btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;	
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  section.map-section {
	padding-bottom: 45px;  
  }
  
  .footer_line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;	  
  }
  
  .footer__menu__logo {
	margin-bottom: 35px; 
    max-width: 289px;	
  }
  
  .footer-social {
	margin-bottom: 15px;  	  
  }

  
   
}

@media (max-width: 576px) {
	

  .container {
    width: 480px;
  }
  
  header h1 {
    font-size: 54px;
  }
  
  .header__top_line {
    margin-bottom: 11px;
  }
  
  header h3 {
    font-size: 36px;
    line-height: 42px;
  }
  
  .header-order {
	width: 100%; 
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;		
  }
  
  .header__btn {
	-webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;	  
  }

  .header-round {
	-webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-left: 0px;	
    margin-bottom: 45px;	
    margin-top: 28px;	
  }
  
  .header-offer {
	margin-top: 34px; 
  }
  
  header {
    background-position: 60%;
  }
  
  .header-bottom {
    margin-top: 35px;
    padding: 18px 0;
  }
  
  .header-bottom p {
    font-size: 24px;
  }
  
  .about__content .text p {
	line-height: 24px;  
  }
  
  .actions-item {
	width: 100%;  
	margin: 0 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;
    text-align: center;
	margin-bottom: 25px;
  }
  
  .action-desktop {
	display: none;  
  }
  
  .action-mobile {
	display: block;  
  }
  
  #action-3 .actions-item-title {
    top: 50%;
  }
  
  .actions-item:first-child {
    margin-left: 0px;
  }
  
  .sertificate-item:first-child {
	margin-bottom: 45px;
	  
  }
 /* 
  .sertificate-item:nth-child(2) {
    display: none; 
  }  
  
  .sertificate-item:last-child {
    display: none; 
  } 
 */

  .sertificate-item {
	width: 100%;  
  }
  .sertificate-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;	
    -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;	
  }
  
  .sertificate-item {
    -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;	  
  }
  
  .masters-title-item p {
	  line-height: 24px;
  }
  
  section.gallery .gray-line {
    width: 108px;
    left: 210px;
  }
  
  .reviews-slider-wrap .horizont-line {
	display: none;  
  }
  
  #review-cp {
    padding: 0 0px;
  }
  
  .review-bottom .gray-line {
    left: -86px;
	width: 110px;
  }
  
  section.reviews .slick-dots {
    right: -33px;
  }
  
  .map-wrapper {
    width: 80%;
  }
  
  h2 {
    font-size: 38px;
  }
  
  
  .price-title .header__btn {
  	-webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  
  .price-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;	
    margin-bottom: 0px;	
  }
  
  
  .price-title h3 {
    font-size: 48px;
    line-height: 60px;
    margin-right: 0px;
    margin-top: 45px;
	-webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
	text-align: left;
	font-size: 38px;
	width: 100%;
  }
  
  
  
}

@media (max-width: 480px) {
  
  .container {
    width: auto;
    padding: 0 15px;
  }
  
  header h1 {
    font-size: 50px;
  }
  
  header h3 {
    font-size: 30px;
    line-height: 42px;
  }
  
  .header-offer {
	margin-left: 0px;
  }
  
  section.about .container {
    padding: 50px 25px 30px 25px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  .sertificate-text h3 {
    font-size: 22px;
  }
  
  .gallery__item img {
    width: 340px;
  }
  
  section.gallery .gray-line, .review-bottom .gray-line {
    display: none; 
  }
  
  .map-wrapper {
    width: 100%;
  }
  
  section.map-section iframe {
    width: 100%;
    height: 414px;
  }
  
  .service-item-left h4 {
    font-size: 14px;
    line-height: 18px;
  }
  
  .service-list h3 {
    font-size: 16px;
    line-height: 24px;
  }
  
  .service-item-right h4 {
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 0px;
  }
  
  .service-item {
	padding-top: 7px;
    padding-bottom: 7px;  
  }
  
  .service-item-left h4 span {
    font-size: 10px;
  }
  
  .service-item.title h4 {
    font-size: 12px;

  }
  .price-title h3 {
	  font-size: 30px;
	  
  }
  
  .service-item-right h5, .service-item-right h4 span {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }


}

@media (max-width: 390px) {
  
  .header__menu {
	padding: 0;  
  }
  
  header h1 {
    font-size: 40px;
	line-height: 46px;
	padding-bottom: 20px;
  }
  
  header h3 {
    font-size: 24px;
    line-height: 28px;
  }
  
  .header__mob_menu {
    width: 291px;
  }
  
  .header-offer-item h5 {
    font-size: 18px;
    line-height: 24px;
  }
  
  .header-bottom p {
    font-size: 19px;
  }
  
  .about__content .text p, .masters-title-item p,
  .reviews__item .review-text p, .service-title-item p  {
    line-height: 20px;
	font-size: 14px;
  }
  
  h2 {
    font-size: 26px;
	line-height: 36px;
  }
  
  .sertificate-text h3 {
    font-size: 16px;
	line-height: 28px;
  }
  
  .sertificate-item:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  
  section.masters, section.service {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  
  .reviews__list {
	margin-left: 0;  
  }
  
  .reviews__item {
	margin-left: 10px;  
  }
  
  section.reviews .slick-dots {
    right: -18px;
  }
  
  .service-title-item {
    padding: 0 5px;
  }
  
  .map-block p, .map-block a {
    font-size: 14px;
    line-height: 16px;
  }
  
  .map-left h3 {
    font-size: 20px;
  }
  
  .map-block .text {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    padding: 0px 14px;	
  }
  
   .price-title h3 {
    font-size: 26px;
  }
  
  .service-item-right h4 {
    font-size: 14px;
    line-height: 20px;
  }
  
  
  



}

@media (max-width: 355px) {
	.slick-dots {
		display: none;
	}
}
/*# sourceMappingURL=style.css.map */