/*=====================Fonts=====================*/

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

@font-face {
  font-family: 'Lobster-Regular';
  src: url("../fonts/Lobster-Regular/Lobster-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lobster-Regular/Lobster-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lobster-Regular/Lobster-Regular.woff2") format("woff2"), url("../fonts/Lobster-Regular/Lobster-Regular.woff") format("woff"), url("../fonts/Lobster-Regular/Lobster-Regular.ttf") format("truetype"), url("../fonts/Lobster-Regular/Lobster-Regular.svg#Lobster-Regular") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'You2013';
  src: url("../fonts/You2013/You2013.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/You2013/You2013.eot?#iefix") format("embedded-opentype"), url("../fonts/You2013/You2013.woff2") format("woff2"), url("../fonts/You2013/You2013.woff") format("woff"), url("../fonts/You2013/You2013.ttf") format("truetype"), url("../fonts/You2013/You2013.svg#FYou2013") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'FiraSansItalic';
  src: url("../fonts/FiraSansItalic/FiraSansItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/FiraSansItalic/FiraSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansItalic/FiraSansItalic.woff2") format("woff2"), url("../fonts/FiraSansItalic/FiraSansItalic.woff") format("woff"), url("../fonts/FiraSansItalic/FiraSansItalic.ttf") format("truetype"), url("../fonts/FiraSansItalic/FiraSansItalic.svg#FiraSansItalic") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FiraSansBold';
  src: url("../fonts/FiraSansBold/FiraSansBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/FiraSansBold/FiraSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSansBold/FiraSansBold.woff2") format("woff2"), url("../fonts/FiraSansBold/FiraSansBold.woff") format("woff"), url("../fonts/FiraSansBold/FiraSansBold.ttf") format("truetype"), url("../fonts/FiraSansBold/FiraSansBold.svg#FiraSansBold") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/*==================Costom styles================*/

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #262626;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  font-smoothing: antialised;
}

div,
p,
input,
button,
form,
a {
  box-sizing: border-box;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus,
button,
input,
button:hover,
button:active,
button:focus,
input:focus,
input:active {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  outline: none;
}

h1 {
  letter-spacing: 0;
  line-height: 1.2;
}

h2 {
  color: #262626;
  line-height: 1.2;
}

h3 {
  line-height: 1.5;
  letter-spacing: 0;
}

hr {
  padding: 0;
  margin: 0;
}

.btn-orange {
  max-width: 290px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}

/*==================Header styles================*/

header {
  overflow: hidden;
  background-color: #123501;
}

#header {
  width: 100%;
}

#header hr {
  margin-top: 30px;
}

#header .header-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
}

#header .header-content .header-logo {
  margin-left: 45px;
  margin-top: 20px;
}

#header .header-content .header-logo > a > img {
  max-width: 50px;
  min-width: 30px;
}

#header .header-content .up {
  position: fixed;
  bottom: 0;
  right: 0;
  border: 1px solid #b8860b;
  z-index: 200;
  width: 60px;
  height: 70px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 35px 35px 0 0;
}

#header .header-content .header-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header-content .header-menu li {
  margin-left: 25px;
}

#header .header-content .header-menu li a {
  color: #29211E;
  font-size: 16px;
  display: inline-block;
  position: relative;
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  color: #A3FD01;
}

#header .header-content .header-menu li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #FFF;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.25s ease;
  transition: width 0.3s ease-out;
}

#header .header-content .header-menu li a:hover {
  text-decoration: none;
}

#header .header-content .header-menu li a:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.hambur {
  z-index: 100;
  display: none;
  padding-top: 5px;
}

.hambur .hamburger {
  padding: 0;
  position: relative;
}

.hambur .hamburger .hamburger-inner,
.hambur .hamburger .hamburger-inner:after,
.hambur .hamburger .hamburger-inner:before {
  background-color: #fff;
  z-index: 100;
}

.hambur .hamburger:hover {
  opacity: 1;
}

.hambur .hamburger.is-active .hamburger-inner,
.hambur .hamburger.is-active .hamburger-inner:after,
.hambur .hamburger.is-active .hamburger-inner:before {
  background-color: red;
}

#Hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #2F5E00;
  z-index: 99;
  padding-bottom: 50px;
}

#Hamburger-menu.active {
  display: block;
}

#Hamburger-menu.active #hamburger__sidebar > li {
  display: block;
}

#Hamburger-menu #hamburger__sidebar {
  margin-top: 100px;
  padding: 20px !important;
  display: block;
  width: 100%;
}

#Hamburger-menu #hamburger__sidebar > li {
  padding: 5px 0;
  text-align: center;
  background: 0 0;
  margin-top: 20px;
}

#Hamburger-menu #hamburger__sidebar > li:first-child {
  margin-top: 0;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

#Hamburger-menu #hamburger__sidebar > li > a {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.31;
  color: #B4FD02;
  transition: all .25s ease;
}

#Hamburger-menu #hamburger__sidebar > li:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

#Hamburger-menu #hamburger__sidebar > li:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#Hamburger-menu #hamburger__sidebar > li:nth-child(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

#Hamburger-menu #hamburger__sidebar > li:nth-child(5) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

#Hamburger-menu #hamburger__sidebar > li:nth-child(6) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

/*==================Footer styles================*/

#footer-wrap {
  width: 100%;
  height: auto;
  background: #001D00;
  padding-top: 40px;
}

#footer-wrap .container {
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

#footer-wrap .container .block-logo {
  text-align: center;
}

#footer-wrap .container .block-logo img {
  width: 20%;
}

#footer-wrap .container .block-logo .copy-info {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  color: #A3FD01;
  font-size: 16px;
  padding-top: 10px;
}

#footer-wrap .container .block-name h2 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  color: #A3FD01;
  font-size: 50px;
  padding-top: 15px;
  text-align: center;
}

#footer-wrap .container .block-menu {
  text-align: center;
  padding-top: 10px;
}

#footer-wrap .container .block-menu li {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 18px;
}

#footer-wrap .container .block-menu li a {
  color: #A3FD01;
}

#footer-wrap .container .block-menu li a:hover {
  color: #fff;
}

/*==================Index page styles================*/

body {
  width: 100vw;
  height: 100vh;
}

#titleSection {
  width: 100%;
  height: 100%;
  background-image: url(../img/foto05.jpg);
  margin-top: -390px;
  background-position: center;
}

#titleSection .mainTitle {
  width: 90%;
  height: 90%;
  margin: 0 auto;
}

#titleSection .mainTitle h2 {
  width: 250px;
  height: 200px;
  margin: 390px auto 0;
  text-align: center;
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 1px;
  background-image: url(../img/logo-favicon2.png);
}

#titleSection .mainTitle .due {
  width: 1000px;
  height: 100px;
  margin: 20px auto 0;
  text-align: center;
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

#titleSection .mainTitle h1 {
  width: 1000px;
  height: 100px;
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin: 7% auto 0;
  transition: 1.5s linear;
}

#titleSection .mainTitle h1:hover {
  color: #A3FD01;
  font-size: 70px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#titleSection .mainTitle h3 {
  width: 190px;
  height: 55px;
  margin: 130px auto 0;
  background-color: #123501;
  text-align: center;
  border-radius: 5px;
}

#titleSection .mainTitle h3:hover {
  background-color: #A3F401;
}

#titleSection .mainTitle a {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #A3F401;
  text-decoration: none;
  letter-spacing: 2px;
}

#titleSection .mainTitle a:hover {
  color: #123501;
}

.colorLine {
  width: 100%;
  height: 10px;
  background-color: #A3F401;
  background-position: center;
}

#section_catalog .container {
  margin-top: 20px;
  margin-bottom: 25px;
}

#section_catalog .container h2 {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 3px;
  color: #A3F401;
  margin-bottom: 10px;
}

#section_catalog .container .block-catalog {
  background-color: #FFFFFF;
  height: 100%;
}

#section_catalog .container .block-catalog h4 {
  padding-top: 10px;
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 2px;
  color: #123501;
  text-align: center;
}

#section_catalog .container .block-catalog h4:hover {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
  color: #123501;
}

#section_catalog .container .block-catalog img {
  margin-top: 10px;
}

#section_information {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

#section_information h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
  color: #123501;
}

#section_information h2 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  color: #75CE27;
  padding-bottom: 20px;
  font-size: 40px;
}

#section_information h3 {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  color: #001D00;
  padding-bottom: 20px;
}

/*==================Page1 styles================*/

body {
  background-image: url("../img/fon2.jpg");
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-origin: border-box;
}

body #firstSection {
  width: 100%;
  overflow: hidden;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px auto 0;
  z-index: 10;
}

body #sectionPage2 {
  width: 100%;
  overflow: hidden;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px auto -35px;
  z-index: 1;
}

body #sectionPage2 h3 {
  font-family: 'Mistral', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 5px;
  text-align: center;
  color: #29211E;
  margin-top: -450px;
  z-index: 10;
}

body #sectionPage2 .text-block1 {
  margin-top: -480px;
  margin-left: 50px;
}

body #sectionPage2 .text-block2 {
  margin-top: -350px;
  margin-left: -200px;
}

body #sectionPage3 {
  width: 100%;
  overflow: hidden;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px auto -100px;
  z-index: 1;
}

body #allFon {
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

body #allFon #block0 {
  width: 100%;
  height: auto;
  padding: 20px;
}

body #allFon #block0 h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-align: justify;
  color: #D8D1D9;
  margin-top: 30px;
}

body #allFon #block0 h4 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: right;
  color: #D8D1D9;
  margin-top: 20px;
}

body #allFon #block0 .text-block0 {
  font-family: 'Mistral', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-align: center;
}

body #allFon #block1,
body #allFon #block2,
body #allFon #block3,
body #allFon #block4,
body #allFon #block5 {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 30px;
  background-color: #D8D1D9;
}

body #allFon .imgFoto1 {
  width: 28%;
  height: auto;
  margin-right: 4%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
  border: 2px solid #936b09;
}

body #allFon .imgFoto1 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

body #allFon .block-about1 {
  width: 68%;
  height: 350px;
  right: 0;
}

body #allFon .block-about1 .text-aboutMe {
  width: 700px;
  height: 280px;
  margin: -300px auto 0;
}

body #allFon .block-about1 .text-aboutMe p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 5px;
}

body #allFon .block-about1 .text-aboutMe .btn {
  width: 170px;
  height: 38px;
  margin: 5px 38% 0;
  background-color: #b8860b;
  border: 1px solid #936b09;
}

body #allFon .block-about1 .text-aboutMe .btn a {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
}

body #allFon h2 {
  width: 100%;
  height: auto;
  font-family: 'Mistral', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
  color: #936b09;
}

body #allFon .block-about2 h3 {
  font-family: 'Mistral', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  margin: -75px auto 60px;
  color: #785813;
}

body #allFon .block-about2 .text-aboutMe1 {
  text-align: center;
  margin: 5px;
}

body #allFon .block-about2 .about {
  margin-bottom: 10px;
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

body #allFon .block-about2 .about span {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

body #allFon .block-about2 .btn {
  width: 170px;
  height: 40px;
  margin: 15px auto 0;
  background-color: #b8860b;
  border: 1px solid #936b09;
  text-align: center;
}

body #allFon .block-about2 .btn a {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
}

body #allFon .block-about3 {
  width: 100%;
  height: 350px;
  right: 0;
}

body #allFon .block-about3 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

body #allFon .block-about3 .text-aboutMe {
  width: 90%;
  height: 280px;
  margin: -300px auto 0;
}

body #allFon .block-about3 .text-aboutMe p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 5px;
}

body #allFon .block-about3 .text-aboutMe .btn {
  width: 170px;
  height: 38px;
  margin: 15px 40% 0;
  background-color: #b8860b;
  border: 1px solid #936b09;
}

body #allFon .block-about3 .text-aboutMe .btn a {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
}

body #allFon .block-about4 {
  width: 68%;
  height: 350px;
  right: 0;
}

body #allFon .block-about4 .text-aboutMe {
  width: 700px;
  height: 280px;
  margin: -300px auto 0;
}

body #allFon .block-about4 .text-aboutMe p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 5px;
}

body #allFon .block-about4 .text-aboutMe .btn {
  width: 170px;
  height: 38px;
  margin: 5px 38% 0;
  background-color: #b8860b;
  border: 1px solid #936b09;
}

body #allFon .block-about4 .text-aboutMe .btn a {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
}

body #allFon .imgFoto4 {
  width: 20%;
  height: auto;
  margin-left: 7%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
  background-color: #FEFEFE;
  border: 2px solid #936b09;
}

body #allFon .imgFoto4 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

body #allFon .imgFoto4 p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  text-align: center;
}

body #allFon section#reviews .fon h2,
body #allFon section#reviews1 .fon h2 {
  width: 100%;
  height: auto;
  font-family: 'Mistral', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
  color: #936b09;
}

body #allFon section#reviews .slider-reviews,
body #allFon section#reviews .slider-reviews1,
body #allFon section#reviews1 .slider-reviews,
body #allFon section#reviews1 .slider-reviews1 {
  margin-top: -18px;
  position: relative;
}

body #allFon section#reviews .slider-reviews .slick-slide > div,
body #allFon section#reviews .slider-reviews1 .slick-slide > div,
body #allFon section#reviews1 .slider-reviews .slick-slide > div,
body #allFon section#reviews1 .slider-reviews1 .slick-slide > div {
  margin: 0 15px;
  text-align: center;
}

body #allFon section#reviews .slider-reviews .slider-reviews__item,
body #allFon section#reviews .slider-reviews1 .slider-reviews__item,
body #allFon section#reviews1 .slider-reviews .slider-reviews__item,
body #allFon section#reviews1 .slider-reviews1 .slider-reviews__item {
  max-width: 290px;
  margin-left: 0;
  margin-right: 0;
  border: 2px solid #936b09;
  height: 290px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
}

body #allFon section#reviews .slider-reviews .slider-reviews__item img,
body #allFon section#reviews .slider-reviews1 .slider-reviews__item img,
body #allFon section#reviews1 .slider-reviews .slider-reviews__item img,
body #allFon section#reviews1 .slider-reviews1 .slider-reviews__item img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

body #allFon section#reviews .slider-reviews .slider-reviews__item .foto__overley,
body #allFon section#reviews .slider-reviews1 .slider-reviews__item .foto__overley,
body #allFon section#reviews1 .slider-reviews .slider-reviews__item .foto__overley,
body #allFon section#reviews1 .slider-reviews1 .slider-reviews__item .foto__overley {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

body #allFon section#reviews .slider-reviews .fal,
body #allFon section#reviews .slider-reviews1 .fal,
body #allFon section#reviews1 .slider-reviews .fal,
body #allFon section#reviews1 .slider-reviews1 .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  padding: 20px;
}

body #allFon section#reviews .slider-reviews .fal:hover,
body #allFon section#reviews .slider-reviews1 .fal:hover,
body #allFon section#reviews1 .slider-reviews .fal:hover,
body #allFon section#reviews1 .slider-reviews1 .fal:hover {
  opacity: 1;
  color: #936b09;
}

body #allFon section#reviews .slider-reviews .fal.fa-chevron-left,
body #allFon section#reviews .slider-reviews1 .fal.fa-chevron-left,
body #allFon section#reviews1 .slider-reviews .fal.fa-chevron-left,
body #allFon section#reviews1 .slider-reviews1 .fal.fa-chevron-left {
  left: -40px;
}

body #allFon section#reviews .slider-reviews .fal.fa-chevron-right,
body #allFon section#reviews .slider-reviews1 .fal.fa-chevron-right,
body #allFon section#reviews1 .slider-reviews .fal.fa-chevron-right,
body #allFon section#reviews1 .slider-reviews1 .fal.fa-chevron-right {
  right: -40px;
}

body #allFon #block6 {
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  padding: 30px;
  background-color: #D8D1D9;
}

body #allFon #block6 .imgFoto6 {
  width: 70%;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 4%;
  z-index: 0;
  background-color: #D8D1D9;
}

body #allFon #block6 .imgFoto6 .container {
  width: 100%;
  height: auto;
  margin: 15px auto;
}

body #allFon #block6 .imgFoto6 .container h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 auto;
  color: #785813;
}

body #allFon #block6 .imgFoto6 .container a {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

body #allFon #block6 .imgFoto6 .container a .typeTraining1 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/fb.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6 .imgFoto6 .container a .typeTraining1:hover {
  background-image: url("../img/fb1.png");
}

body #allFon #block6 .imgFoto6 .container a .typeTraining2 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/ins.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6 .imgFoto6 .container a .typeTraining2:hover {
  background-image: url("../img/ins1.png");
}

body #allFon #block6 .imgFoto6 .container a .typeTraining3 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/yot.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6 .imgFoto6 .container a .typeTraining3:hover {
  background-image: url("../img/yot1.png");
}

body #allFon #block6 .block-about4 {
  width: 100%;
  height: auto;
}

body #allFon #block6 .block-about4 #formEducation {
  width: 100%;
  margin: 0 auto 0;
}

body #allFon #block6 .block-about4 #formEducation h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 20px;
  color: #785813;
}

body #allFon #block6 .block-about4 #formEducation form {
  background: #b78900;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  z-index: 0;
}

body #allFon #block6 .block-about4 #formEducation form #maxiOne {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

body #allFon #block6 .block-about4 #formEducation form #maxiOne input.maxi {
  width: 30%;
  height: 40px;
  border: 1px solid #5A4212;
  border-radius: 5px;
  margin: 1%;
  padding-left: 10px;
}

body #allFon #block6 .block-about4 #formEducation form textarea {
  width: 95%;
  min-height: 120px;
  border: 1px solid #5A4212;
  border-radius: 5px;
  margin: 1% 2.5%;
  padding-left: 10px;
}

body #allFon #block6 .block-about4 #formEducation form #maxiDue {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 25px;
}

body #allFon #block6 .block-about4 #formEducation form #maxiDue input.mini {
  width: 45%;
  height: 42px;
  background-color: #DAE0F1;
  border: 1px solid #5A4212;
  text-align: center;
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
  color: #5a4212;
}

body #allFon #block6 .block-about4 #formEducation form #maxiDue input.mini:hover {
  background-color: #785813;
  color: #fff;
}

body #allFon #block1_page5 {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 30px;
  background-color: #D8D1D9;
}

body #allFon #block1_page5 p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 15px;
}

body #allFon #block1_page5 p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon #block1_page5 .block2_page5 {
  margin: 0 auto;
}

body #allFon #block1_page5 .block2_page5 .ramka_page4 {
  border: 1px solid #792F02;
  border-radius: 10px;
  margin: 20px auto;
}

body #allFon #block1_page5 .block2_page5 .ramka_page4 h4 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin: 4% 4% 8%;
  color: #792F02;
}

body #allFon #block1_page5 .block2_page5 .ramka_page4 .block-about2_page4 {
  margin: 0 4%;
}

body #allFon #block1_page5 .block2_page5 .ramka_page4 .text-aboutMe2 {
  margin-top: 10px;
  padding: 5%;
}

body #allFon #block1_page5 .block2_page5 .ramka_page4 .text-aboutMe2 p {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  margin-bottom: 10px;
}

body #allFon #block1_page5 .block2_page5 .ramka_page4 .text-aboutMe2 p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon .block0 {
  width: 100%;
  height: auto;
  padding: 10px;
}

body #allFon .block0 h3 {
  font-family: 'Mistral', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: #D8D1D9;
  letter-spacing: 3px;
}

body #allFon #block1_page2 {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding-top: 30px;
  background-color: #D8D1D9;
}

body #allFon #block1_page2 .imgFoto1 {
  width: 28%;
  height: auto;
  margin-bottom: 45px;
  margin-right: 3%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
  border: 2px solid #936b09;
}

body #allFon #block1_page2 .imgFoto1 img {
  width: 100%;
  height: auto;
}

body #allFon #block1_page2 .block-about1 {
  width: 68%;
  height: auto;
  margin-top: 10px;
}

body #allFon #block1_page2 .block-about1 .myText-aboutMe {
  width: 700px;
  height: auto;
  margin: 0 auto 40px;
}

body #allFon #block1_page2 .block-about1 .myText-aboutMe p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 15px;
}

body #allFon #block1_page2 .block-about1 .myText-aboutMe p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon #block1_page2 .block-about1 .myText-aboutMe p .diplom {
  width: 100px;
  height: auto;
}

body #allFon #block1_page2 .block-about1 .myText-aboutMe .btn {
  width: 170px;
  height: 38px;
  margin: 5px 38% 0;
  background-color: #b8860b;
  border: 1px solid #936b09;
}

body #allFon #block1_page2 .block-about1 .myText-aboutMe .btn a {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
}

body #allFon #block2_page2 {
  width: 100%;
  height: auto;
  margin: 10px auto 0;
  padding-top: 30px;
  background-color: #D8D1D9;
}

body #allFon #block2_page2 .block-about1 {
  width: 68%;
  height: auto;
  right: 0;
}

body #allFon #block2_page2 .block-about1 .myText-aboutMe {
  width: 700px;
  height: auto;
  margin: 0 auto 30px;
}

body #allFon #block2_page2 .block-about1 .myText-aboutMe p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 10px;
}

body #allFon #block2_page2 .block-about1 .myText-aboutMe p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon #block2_page2 .block-about1 .myText-aboutMe p .diplom {
  width: 100px;
  height: auto;
}

body #allFon #block2_page2 .block-about1 .myText-aboutMe .btn {
  width: 170px;
  height: 38px;
  margin: 5px 38% 0;
  background-color: #b8860b;
  border: 1px solid #936b09;
}

body #allFon #block2_page2 .block-about1 .myText-aboutMe .btn a {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
}

body #allFon #block2_page2 .myCertificate {
  width: 28%;
  height: auto;
  margin-top: 30px;
  margin-right: 3%;
}

body #allFon #block2_page2 .myCertificate img {
  width: 100%;
  height: 504px;
}

body #allFon #block6_page2 {
  width: 100%;
  height: auto;
  margin: 5px auto 0;
  padding: 30px;
  background-color: #D8D1D9;
}

body #allFon #block6_page2 hr {
  margin-bottom: 50px;
}

body #allFon #block6_page2 .imgFoto6 {
  width: 70%;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 4%;
  z-index: 0;
  background-color: #D8D1D9;
}

body #allFon #block6_page2 .imgFoto6 .container {
  width: 100%;
  height: auto;
  margin: 15px auto;
}

body #allFon #block6_page2 .imgFoto6 .container h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 auto;
  color: #785813;
}

body #allFon #block6_page2 .imgFoto6 .container a {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

body #allFon #block6_page2 .imgFoto6 .container a .typeTraining1 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/fb.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6_page2 .imgFoto6 .container a .typeTraining1:hover {
  background-image: url("../img/fb1.png");
}

body #allFon #block6_page2 .imgFoto6 .container a .typeTraining2 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/ins.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6_page2 .imgFoto6 .container a .typeTraining2:hover {
  background-image: url("../img/ins1.png");
}

body #allFon #block6_page2 .imgFoto6 .container a .typeTraining3 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/yot.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6_page2 .imgFoto6 .container a .typeTraining3:hover {
  background-image: url("../img/yot1.png");
}

body #allFon #block6_page2 .block-about4 {
  width: 100%;
  height: auto;
}

body #allFon #block6_page2 .block-about4 h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 20px;
}

body #allFon #block6_page2 .block-about4 h3 a {
  color: #785813;
}

body #allFon #block6_page2 .block-about4 h3 a:hover {
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
}

body #allFon .block2_page3 {
  width: 100%;
  height: auto;
  margin: 10px auto -10px;
  padding: 30px;
  background-color: #F0CEC7;
}

body #allFon .block2_page3 .about {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 10px;
}

body #allFon .block2_page3 .about span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon .block2_page3 hr {
  margin: 0 auto 30px;
}

body #allFon .block2_page3 .container {
  margin: 50px auto;
}

body #allFon .block2_page3 .container h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 20px;
  color: #792F02;
}

body #allFon .block2_page3 .container .text-aboutMe1 {
  margin-top: 10px;
}

body #allFon .block2_page3 .container .text-aboutMe1 p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 10px;
}

body #allFon .block2_page3 .container .text-aboutMe1 p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon .block2_page3 .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

body #allFon .block2_page4 {
  width: 100%;
  height: auto;
  margin: 10px auto -10px;
  background-color: #D8D1D9;
}

body #allFon .block2_page4 .about {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 10px;
}

body #allFon .block2_page4 .about span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon .block2_page4 .container {
  margin: 0 auto;
}

body #allFon .block2_page4 .container h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 20px;
  color: #792F02;
}

body #allFon .block2_page4 .container h4 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin: 4%;
  color: #792F02;
}

body #allFon .block2_page4 .container .ramka_page4 {
  border: 1px solid #792F02;
  border-radius: 10px;
  margin: 20px auto;
}

body #allFon .block2_page4 .container .ramka_page4 .block-about2_page4 {
  margin: 0 4%;
}

body #allFon .block2_page4 .container .ramka_page4 .text-aboutMe2 {
  margin-top: 10px;
  padding: 5%;
}

body #allFon .block2_page4 .container .ramka_page4 .text-aboutMe2 p {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  margin-bottom: 10px;
}

body #allFon .block2_page4 .container .ramka_page4 .text-aboutMe2 p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon .block2_page4 .container .text-aboutMe1 {
  margin-top: 10px;
  padding: 5%;
}

body #allFon .block2_page4 .container .text-aboutMe1 p {
  font-family: 'FiraSansRegular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 10px;
}

body #allFon .block2_page4 .container .text-aboutMe1 p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon .block2_page4 .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

body #allFon .block0_page3 {
  width: 100%;
  height: auto;
  margin: 10px auto -10px;
  padding: 30px;
  background-color: #F0CEC7;
}

body #allFon .block0_page3 p {
  font-family: 'Lobster-Regular', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 10px;
}

body #allFon .block0_page3 p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon .block0_page4 {
  width: 100%;
  height: auto;
  margin: 10px auto -10px;
  padding: 30px;
  background-color: #D8D1D9;
}

body #allFon .block0_page4 p {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
  margin-bottom: 10px;
}

body #allFon .block0_page4 p span {
  font-family: 'FiraSansBold', Arial, Tahoma, sans-serif;
  font-weight: bold;
}

body #allFon #block6_page3 {
  width: 100%;
  height: auto;
  margin: 5px auto 0;
  padding: 30px;
  background-color: #F0CEC7;
}

body #allFon #block6_page3 .imgFoto6 {
  width: 70%;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 4%;
  z-index: 0;
  background-color: #F0CEC7;
}

body #allFon #block6_page3 .imgFoto6 .container {
  width: 100%;
  height: auto;
  margin: 15px auto;
}

body #allFon #block6_page3 .imgFoto6 .container h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 auto;
  color: #785813;
}

body #allFon #block6_page3 .imgFoto6 .container a {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

body #allFon #block6_page3 .imgFoto6 .container a .typeTraining1 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/fb.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6_page3 .imgFoto6 .container a .typeTraining1:hover {
  background-image: url("../img/fb1.png");
}

body #allFon #block6_page3 .imgFoto6 .container a .typeTraining2 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/ins.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6_page3 .imgFoto6 .container a .typeTraining2:hover {
  background-image: url("../img/ins1.png");
}

body #allFon #block6_page3 .imgFoto6 .container a .typeTraining3 {
  text-align: center;
  width: 60px;
  height: 60px;
  background-image: url("../img/yot.png");
  cursor: pointer;
  z-index: 0;
}

body #allFon #block6_page3 .imgFoto6 .container a .typeTraining3:hover {
  background-image: url("../img/yot1.png");
}

body #allFon #block6_page3 .block-about4 {
  width: 100%;
  height: auto;
}

body #allFon #block6_page3 .block-about4 h3 {
  font-family: 'FiraSansItalic', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 20px;
}

body #allFon #block6_page3 .block-about4 h3 a {
  color: #785813;
}

body #allFon #block6_page3 .block-about4 h3 a:hover {
  color: #2A2522;
  text-shadow: 0.1em 0.1em 0.15em #b8860b;
}

/*==================MagnificPopap styles================*/

/*@import "loader";*/

@media screen and (max-width: 992px) {
  #header .header-content .header-menu li a {
    font-size: 20px;
  }

  #titleSection .mainTitle .due {
    font-size: 28px;
    margin-top: 20px;
    width: 900px;
  }

  #titleSection .mainTitle h1 {
    font-size: 60px;
    margin-bottom: 20px;
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  #titleSection .mainTitle .due {
    font-size: 25px;
    width: 500px;
  }

  #titleSection .mainTitle h1 {
    font-size: 50px;
    width: 500px;
  }
}

@media (max-width: 767px) {
  #header .container {
    max-width: 100%;
  }

  #header .header-content .header-menu {
    display: none;
  }

  .hambur {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  #titleSection .mainTitle .due {
    font-size: 20px;
    margin-top: 80px;
    width: 300px;
  }

  #titleSection .mainTitle h1 {
    font-size: 40px;
    margin-top: 30px;
    width: 300px;
  }

  #titleSection .mainTitle h1:hover {
    font-size: 40px;
    margin-top: 30px;
    width: 300px;
  }

  #titleSection .mainTitle h3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  #titleSection .mainTitle {
    height: 30%;
  }

  #titleSection .mainTitle h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
    height: 200px;
    text-align: left;
  }

  body #allFon section#reviews .slider-reviews .fal.fa-chevron-left,
  body #allFon section#reviews .slider-reviews1 .fal.fa-chevron-left,
  body #allFon section#reviews1 .slider-reviews .fal.fa-chevron-left,
  body #allFon section#reviews1 .slider-reviews1 .fal.fa-chevron-left {
    left: -30px;
  }

  body #allFon section#reviews .slider-reviews .fal.fa-chevron-right,
  body #allFon section#reviews .slider-reviews1 .fal.fa-chevron-right,
  body #allFon section#reviews1 .slider-reviews .fal.fa-chevron-right,
  body #allFon section#reviews1 .slider-reviews1 .fal.fa-chevron-right {
    right: -30px;
  }
}