@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: Appetite;
  src: url('../fonts/appetite.ttf');
}
@font-face {
  font-family: OpenSansB;
  src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
  font-family: OpenSansEB;
  src: url('../fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
  font-family: TTSquaresBl;
  src: url('../fonts/TTSquares-Black.ttf');
}
@font-face {
  font-family: TTSquares;
  src: url('../fonts/TTSquares-Regular.ttf');
}
@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
  font-family: ABSTRKT;
  src: url('../fonts/ABSTRKT.otf');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-appearance: none;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.d-none {display:none}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: OpenSans;
}
p.gallery-sub {margin-bottom:40px; text-align:center}
p.gallery-sub strong {font-weight:600}
.maps p {
	 line-height: 1.3;
	 margin-bottom:15px;
	 
	 
}
.mapone p {
	 line-height: 1.3;
	 margin-bottom:15px;
	 
	 
} 
.maps p strong {
	font-weight:600
	 
	 
}
.mapone p strong {
	font-weight:600
	 
	 
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.holder {
  width: 100%;
  max-width: 1157px;
  margin: 0 auto;
      z-index: 10;
    position: relative;
}
section {
  width: 100%;
  padding: 0 15px;
}
header {
  width: 100%;
}

.modal-form{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}
.modal-form.active{
  opacity: 1;
  visibility: visible;
}
.modal-form.active .form{
  transform: none;

}
.modal-form .bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(5px);
}

.modal-form .form {
  width: 100%;
  max-width: 445px;
  padding: 36px 15px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #229238;
  position: relative;
  transition: all .4s ease;
  transform: translateY(-50px);
}
.modal-form .form .close{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.modal-form .form .close svg{
  width: 20px;
  height: 20px;
}
.modal-form .form h3 {
  display: block;
  color: #ffffff;
  text-align: center;
  font-family: TTSquaresBl;
  font-size: 32px;
  font-weight: 400;
  line-height: 78px;
  margin-bottom: 30px;
}
.modal-form .form form {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}
.modal-form .form form label {
  color: #cbe3d0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
}
.modal-form .form form input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  margin-bottom: 18px;
}
.modal-form .form form textarea {
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 16px;
}
.modal-form .form form button {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  cursor: pointer;
}






.modal-form1{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}
.modal-form1.active{
  opacity: 1;
  visibility: visible;
}
.modal-form1.active .form{
  transform: none;

}
.modal-form1 .bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  /* background: rgba(255,255,255,0.6);
  backdrop-filter: blur(5px); */
}

.modal-form1 .form {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 35%;
  max-width: 345px;
  padding: 36px 15px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #229238;
  /* position: relative; */
  transition: all .4s ease;
  transform: translateY(-50px);
}

.modal-form1 .form form {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}
.modal-form1 .form form label {
  color: #cbe3d0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
}
.modal-form1 .form form input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  margin-bottom: 18px;
}

.modal-form1 .form form button {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  cursor: pointer;
}







header .header-top {
  background-color: #2e9a31;
  padding: 15px;
  padding-bottom: 8px;
}
header .header-top .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-top .holder .box {
  width: 100%;
  max-width: 827px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-top .holder .box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 381px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-top .holder .box .left .phone a {
  color: #ffffff;
  font-family: OpenSans;
  font-size: 22px;
  font-weight: 700;
  display: block;
  white-space: nowrap;
}
header .header-top .holder .box .left .phone span {
  color: #ffffff;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
}
header .header-top .holder .box .left a.callback {
  display: inline-block;
  padding: 0 25px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  /* background-color: #208323; */
  background: none;
  color: #ffffff;
  font-family: OpenSans;
  font-size: 15px;
  font-weight: 700;
  line-height: 35.41px;
  transition: all .3s ease;
  cursor: pointer;
}
header .header-top .holder .box .left a.callback:hover {
  background: #ffffff;
  color: #2e9a31;
}
.srg, .sry {
    max-width: 100px;
    height: 20px;
    /* background-size: 32px; */
    margin-bottom: 15px;
}
	
	
.srg 	{
    background: url(/images/gold_star_g.png) repeat-x;
    background-size: 20px;
}

.sry	{
    background: url(/images/gold_star.png) repeat-x;
    background-size: 20px;
}

.sry-45	{
    background: url(/images/gold_star.png) repeat-x;
    background-size: 20px;
	max-width: 80px;
	height: 20px;
}

.sry-55	{
    background: url(/images/gold_star.png) repeat-x;
    background-size: 20px;
	max-width: 90px;
	height: 20px;
}
.allrev {text-align:center; margin-top:40px}
.allrev a {
    -webkit-appearance: none;
    border: none;
    /* display: inline-block; */
    width: 100%;
    /* max-width: 350px; */
    /* height: 60px; */
    -webkit-box-shadow: 0 15px 16px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 16px rgb(0 0 0 / 10%);
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
    background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
    background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    padding: 15px 30px;
}
header .header-top .holder .box .left a.callback:active {
  border-color: #2e9a31;
background-color: #208323;
color: #4fb051;
}
header .header-top .holder .box .right {
  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;
}
header .header-top .holder .box .right a.btn {
  display: inline-block;
  padding: 0 25px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #bfdd16;
  color: #187c1b;
  font-family: OpenSans;
  font-size: 15px;
  font-weight: 700;
  line-height: 35.41px;
  transition: all .3s ease;
}
header .header-top .holder .box .right a.btn:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
background-color: #ffd800;
color: #000000;
}
header .header-top .holder .box .right a.btn:active {
  background-color: #9ab600;
  color: #2e9a31;
}
header .header-top .holder .box .right .socials {
  margin-left: 27px;
  width: 164px;
  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;
}
header .header-top .holder .box .right .socials a svg path{
  transition: all .3s ease;
}
header .header-top .holder .box .right .socials a:hover svg path{
  fill: #007203;
}
footer .info-block .box .cont .socials a svg path{
  transition: all .3s ease;
}
footer .info-block .box .cont .socials a:hover svg path{
  fill: #007203;

}
header .header-top .holder .box .burger {
  display: none;
}
header .header-nav {
  width: 100%;
  height: 65px;
  background-color: #e7e8e8;
}
header .header-nav .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .header-nav a.logo {
  display: block;
  height: 100%;
  width: 297px;
  position: relative;
}
header .header-nav a.logo img {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}
header .header-nav nav {
  width: 100%;
  max-width: 833px;
}
header .header-nav nav > ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-nav nav > ul li a {
  color: #242323;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 400;
}
header .header-nav nav > ul li a:hover {
  font-weight: 700;
}
header .header-nav nav > ul li.sub {
  position: relative;
}
header .header-nav nav > ul li.sub:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
header .header-nav nav > ul li.sub > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 30px;
  left: -10px;
  z-index: 900;
  background-color: #e7e8e8;
  padding: 10px;
      min-width: 200px;
}

header .header-nav nav > ul li.sub > ul li {
  margin-bottom: 10px;
}
section.mainbanner {
  padding-top: 115px;
  z-index: 1;
  position: relative;
}
li.sub  ul li a {
   
    font-size: 14px!important;
    font-weight: 600!important;
}
section.mainbanner .img {
  position: absolute;
  z-index: -1;
  top: 17px;
  right: 0%;
  width: 100%;
  max-width: 802px;
}
section.mainbanner .img img {
  width: 100%;
}
section.mainbanner .mainbannerslider-dots {
  margin-top: 118px;
  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;
}
section.mainbanner .mainbannerslider-dots ul {
  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;
}
section.mainbanner .mainbannerslider-dots ul li {
  width: 12px;
  height: 12px;
  min-width: 12px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
section.mainbanner .mainbannerslider-dots ul li.slick-active button {
  background-color: #27953a;
}
section.mainbanner .mainbannerslider-dots ul li button {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e7e8e8;
  min-width: 12px;
  -webkit-appearance: none;
  font-size: 0;
  border: none;
}
section.mainbanner a.logo {
  display: none;
}
section.mainbanner .holder {
  z-index: 1;
  max-width: 1107px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.mainbanner .holder .prev,
section.mainbanner .holder .next {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: #e7e8e9;
  cursor: pointer;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.mainbanner .holder .prev:hover,
section.mainbanner .holder .next:hover {
  background-color: #3ea526;
  opacity: 0.8;
}
section.mainbanner .holder .prev:hover svg path,
section.mainbanner .holder .next:hover svg path {
  fill: #ffffff;
}
section.mainbanner .holder .prev svg,
section.mainbanner .holder .next svg {
  width: 11px;
  height: 18px;
}
section.mainbanner .holder .prev svg path,
section.mainbanner .holder .next svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #000000;
}
section.mainbanner .holder .mainbannerslider {
  width: 90%;
  max-width: 919px;
}
section.mainbanner .holder .mainbannerslider .slide .text {
  width: 100%;
  max-width: 541px;
  padding-bottom: 33px;
  padding-left: 10px;
}
section.mainbanner .holder .mainbannerslider .slide .text h2 {
  display: block;
  color: #2e9a31;
  font-family: TTSquaresBl;
  font-size: 55px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 54px;
}
section.mainbanner .holder .mainbannerslider .slide .text h2 span{
  display: block;
  color: #000000;
  font-size: 46px;
}
section.mainbanner .holder .mainbannerslider .slide .text p {
  color: #49525a;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 45px;
}
section.mainbanner .holder .mainbannerslider .slide .text p span {
  font-weight: 700;
}
section.mainbanner .holder .mainbannerslider .slide .text a.btn {
  display: inline-block;
  padding: 16px 60px;
  color: #ffffff;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#54c137), to(#208f3a));
  background: -o-linear-gradient(left, #54c137 0%, #208f3a 100%);
  background: linear-gradient(to right, #54c137 0%, #208f3a 100%);
  transition: all .3s ease;
}
section.mainbanner .holder .mainbannerslider .slide .text a.btn:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #5fd040 0%, #24ca4b 100%);
}
section.mainbanner .holder .mainbannerslider .slide .text a.btn:active {
  box-shadow: none;
  background-color: #367f47;
  color: #4fb051;
}
section.choises {
  padding-top: 30px;
  background: url('../img/bg1@2x.jpg') bottom / 100% 80% no-repeat;
 
}
section.choises .holder .mainch {
  width: 100%;
  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;
}
section.choises .holder .mainch .item {
  width: 100%;
  display: none;
  max-width: 450px;
}
section.choises .holder .mainch .item:first-child img {
  width: 125%;
}
section.choises .holder .mainch .item img {
  width: 100%;
}
section.choises .holder .secch {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.choises .holder .secch .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 25px;
  width: 255px;
  height: 339px;
  position: relative;
}
section.choises .holder .secch .item:hover img {
  opacity: 0;
}
section.choises .holder .secch .item:hover img.hovered {
  opacity: 1;
}
section.choises .holder .secch .item:nth-child(1) img {
  top: 34px;
  
}
section.choises .holder .secch .item:nth-child(2) img {
  top: 34px;
 
}
section.choises .holder .secch .item:nth-child(3) img.hovered {
  
}
.secch h4 {    font-family: TTSquaresBl;}
section.choises .holder .secch .item:nth-child(4) img.hovered {
 
}
section.choises .holder .secch .item span {
  display: block;
  text-align: center;
  color: #fffefe;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
section.choises .holder .secch .item img {
  position: absolute;
  bottom: 0;
  z-index: 0;    max-height: 300px;
}
section.choises .holder .secch .item img.hovered {
  opacity: 0;
}
section.desription {
  padding-top: 150px;
}
section.desription .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.desription .holder .img {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -25%;
  width: 100%;
  max-width: 975px;
}
section.desription .holder .img img {
  width: 100%;
}
section.desription .holder .left {
  width: 100%;
  max-width: 630px;
}
section.desription .holder .left .text {
  width: 100%;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 42px;
  padding-left: 54px;
  padding-bottom: 63px;
}
section.desription .holder .left .text > p {
  display: block;
  font-family: OpenSans;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
section.desription .holder .left .text ul li {
  margin-bottom: 10px;
}
section.desription .holder .left .text ul li p {
  color: #000000;
  font-family: OpenSans;
  font-size: 17px;
  font-weight: 400;
}
section.desription .holder .left img {
  margin-top: 55px;
  margin-left: 61px;
}
section.desription .text-block {
  width: 100%;
  max-width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 34px;
  background: url('../img/bgtext.jpg') center / 100% 100% no-repeat;
}
section.desription .text-block p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
section.servlist {
  padding-bottom: 35px;
}
section.servlist .holder {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.servlist .holder .item {
  position: relative;
  width: 240px;
  cursor: pointer;
  margin: 0 24px;
  margin-bottom: 70px;
}
section.servlist .holder .item a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
section.servlist .holder .item .img {
  width: 100%;
  height: 220px;
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.servlist .holder .item .img .img {
  z-index: 1;
  width: 127px;
  height: 132px;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
section.servlist .holder .item .img .kap1,
section.servlist .holder .item .img .kap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.servlist .holder .item .img .kap2 {
  opacity: 0;
}
section.servlist .holder .item:hover .kap2 {
  opacity: 1;
}
section.servlist .holder .item:hover .kap1 {
  opacity: 0;
}
section.servlist .holder .item:hover span {
  color: #ff4040;
}
section.servlist .holder .item span {
  display: block;
  text-align: center;
  color: #151515;
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.calculator {
  padding-top: 77px;
  padding-bottom: 38px;
  background-color: #229238;
  position: relative;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.calculator > img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section.calculator .holder {
  max-width: 1017px;
}
section.calculator .holder .form {
  width: 100%;
}
section.calculator .holder .form form {
  width: 100%;
}
section.calculator .holder .form form .frow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px;
}
section.calculator .holder .form form .frow h2 {
  color: #ffffff;
  font-family: TTSquaresBl;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}
section.calculator .holder .form form .frow p.tit {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
section.calculator .holder .form form .frow .select-box {
  position: relative;
}
section.calculator .holder .form form .frow .select-box svg {
  position: absolute;
  top: 24px;
  right: 26px;
}
section.calculator .holder .form form .frow .select-box select {
  -webkit-appearance: none;
  background: #ffffff;
  color: #000000;
  font-family: OpenSans;
  font-size: 21px;
  font-weight: 700;
  line-height: 42px;
  display: block;
  width: 350px;
  height: 60px;
  border: none;
  border-radius: 30px;
  padding: 0 38px;
  padding-right: 55px;
}
section.calculator .holder .form form .frow .inputbox {
  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;
}
section.calculator .holder .form form .frow .inputbox input[type=number]::-webkit-outer-spin-button,
section.calculator .holder .form form .frow .inputbox input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
section.calculator .holder .form form .frow .inputbox input[type=date]::-webkit-outer-spin-button,
section.calculator .holder .form form .frow .inputbox input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
section.calculator .holder .form form .frow .inputbox input[type=number] {
  -webkit-appearance: none;
  color: #000000;
  background: #ffffff;
  font-family: OpenSans;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  height: 60px;
  width: 110px;
  border: none;
  text-align: center;
  border-radius: 30px;
}
section.calculator .holder .form form .frow .inputbox .dateb {
  position: relative;
}
section.calculator .holder .form form .frow .inputbox .dateb img {
  position: absolute;
  top: 5px;
  right: 22px;
  pointer-events: none;
}
section.calculator .holder .form form .frow .inputbox input[type=date] {
  -webkit-appearance: none;
  color: #000000;
  font-family: OpenSans;
  font-size: 32px;
  background: #ffffff;
  font-weight: 700;
  line-height: 42px;
  height: 60px;
  width: 350px;
  border: none;
  text-align: center;
  border-radius: 30px;
  padding-right: 35px;
}
section.calculator .holder .form form .frow .inputbox label {
  color: #ffffff;
  margin: 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
}
section.calculator .holder .form form .frow .radiobox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 531px;
}
section.calculator .holder .form form .frow .radiobox .rad {
  position: relative;
}
section.calculator .holder .form form .frow .radiobox .rad span {
  display: block;
  position: absolute;
  top: 18%;
  left: 22%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fdb126;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.calculator .holder .form form .frow .radiobox input[type=radio] {
  -webkit-appearance: none;
  background: #ffffff;
  height: 43px;
  width: 43px;
  border: none;
  text-align: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
section.calculator .holder .form form .frow .radiobox input[type=radio]:checked + span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
section.calculator .holder .form form .frow .counter {
  width: 231px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 61px;
  margin-top: 19px;
}
section.calculator .holder .form form .frow .counter .pl,
section.calculator .holder .form form .frow .counter .min {
  cursor: pointer;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#181818), to(#515250));
  background-image: -o-linear-gradient(bottom, #181818 0%, #515250 100%);
  background-image: linear-gradient(to top, #181818 0%, #515250 100%);
}
section.calculator .holder .form form .frow .counter .pl {
  border-radius: 0 30px 30px 0;
}
section.calculator .holder .form form .frow .counter span {
  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;
  width: 100%;
  max-width: 111px;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section.calculator .holder .form form .frow .summ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.calculator .holder .form form .frow .summ p {
  font-size: 32px;
  font-weight: 400;
  color: #fffefe;
}
section.calculator .holder .form form .frow .summ p span {
  color: #fffefe;
  font-family: OpenSansB;
  font-size: 42px;
  line-height: 42px;
}
section.calculator .holder .form form .frow button {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  height: 60px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
section.calculator .holder .form form .frow button:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}
section.calculator .holder .form form .frow button:hover {
  background-color: #eebf64;
  color: #b78d3c;
}
section.sbor {
  padding-top: 53px;
}
section.sbor .title-box {
  width: 100%;
  max-width: 474px;
  padding: 25px 30px;
  margin: 0 auto;
  background: url('../img/bgtext.jpg') center / 100% 100% no-repeat;
}
section.sbor .title-box h2 {
  color: #070707;
  font-family: TTSquaresBl;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}
section.sbor .title-box h2 span {
  font-weight: 400;
  font-family: TTSquares;
}
section.sbor .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sbor .holder .img {
  width: 100%;
  max-width: 603px;
}
.join {
	color:#2a983a;
	text-decoration:underline;
	font-weight:600;
}
section.sbor .holder .img img {
  width: 90%;
}
section.sbor .holder .text {
  width: 100%;
 
}
section.sbor .holder .text p {
  color: #070707;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}
section.sbor .holder .text p strong {
  font-weight: 700;
}
section.timer {
  padding-bottom: 70px;
}
section.timer .holder {
  max-width: 730px;
}
section.timer .holder h2 {
  display: block;
  text-align: center;
  color: #070707;
  font-family: TTSquares;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
section.timer .holder .timer {
  width: 100%;
  margin-bottom: 97px;
}
section.timer .holder .timer .countdown {
  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;
}
section.timer .holder .timer .countdown > div > span {
  display: block;
  width: 161px;
  padding: 20px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #ffffff;
  color: #2a983a;
  font-family: TTSquaresBl;
  font-size: 80px;
  font-weight: 900;
}
section.timer .holder .timer .countdown > div p {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #8a8a8a;
  font-family: TTSquares;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
}
section.timer .holder .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.timer .holder .btns a.btn {
  -webkit-appearance: none;
  border: none;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  height: 70px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
section.timer .holder .btns a.btn:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}
section.timer .holder .btns a.btn:active {
  background-color: #eebf64;
  color: #b78d3c;
}


section.timer .holder .btns a.btn:first-child {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#54c137), to(#208f3a));
  background-image: -o-linear-gradient(left, #54c137 0%, #208f3a 100%);
  background-image: linear-gradient(to right, #54c137 0%, #208f3a 100%);
  transition: all .3s ease;
  
}
section.timer .holder .btns a.btn:first-child:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #5fd040 0%, #24ca4b 100%);
}
section.timer .holder .btns a.btn:first-child:active {
  box-shadow: none;
  background-color: #367f47;
  color: #4fb051;
}

section.calculator .holder .form form .frow button:hover {
  background-color: #eebf64;
  color: #b78d3c;
}

section.gallery {
  padding-top: 70px;
  padding-bottom: 70px;
  background:#f8c323;
  color:#111;
  position:relative;
}

section.gallery:after {
    position: absolute;
    background: url(/assets/img/kr.png);
    content: "";
    right: 0;
    height: 100%;
    width: 200px;
    top: 100px;
    background-repeat: no-repeat;
}
section.gallery:before {
    position: absolute;
    background: url(/assets/img/kl.png);
    content: "";
    left: 0;
    height: 100%;
    width: 200px;
    top: 100px;
    background-repeat: no-repeat;
}
section.gallery .holder {
  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: center;
}
section.gallery .holder h2 {
  color: #000;
  font-family: TTSquaresBl;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;

  text-transform: uppercase;
}
.information strong {font-weight:600}
.text-block h2 {
	
	margin-bottom:30px;
	    color: #070707;
    font-family: TTSquaresBl;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
}
section.gallery .holder h3 {
  color: #000;
  font-family: TTSquaresBl;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
    margin-bottom:30px;
  text-transform: uppercase;
}


section.gallery .holder > p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 80px;
  text-align:center
}
section.gallery .holder .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 77px;
  width: 100%;
}
section.gallery .holder .box .item {
  width: 255px;
  position: relative;
}
section.gallery .holder .box .item > a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
section.gallery .holder .box .item p {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align:center;
}
section.gallery .holder .box .item .vid img {
    width: auto;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    margin: 0 auto;
}
section.gallery .holder a.btn  {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 25px;
    height: 50px;
    border: 0px solid #ffffff;
    background: #e74c3c;
    color: #ffffff;
    font-family: OpenSans;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto;
    transition: all .3s ease;
    box-shadow: 0 0 10px #0000003d;
}
section.gallery .holder a.btn:hover{
  background: #ffffff;
  color: #000000;
}
section.reviews {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f6f7f9;
}
section.reviews .holder {
  max-width: 1110px;
  position: relative;
}
section.reviews .holder:before {
  content: '“';
  opacity: 0.1;
  color: #1b1b1b;
  font-family: Appetite;
  font-style: italic;
  font-size: 383px;
  text-transform: uppercase;
  position: absolute;
  top: 8%;
  left: -12%;
}
section.reviews .holder h2 {
  color: #000000;
  font-family: TTSquaresBl;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 74px;
  text-transform: uppercase;
}
section.reviews .holder .reviews-slider .slick-list {
  padding: 50px 10px;
  overflow: hidden;
}
section.reviews .holder .reviews-slider .slide {
  box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  padding: 45px;
  margin: 0 15px;
}
section.reviews .holder .reviews-slider .slide span.more {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  margin: 14px 0;
  display: block;
  text-align: right;
  cursor: pointer;
}
section.reviews .holder .reviews-slider .slide .text {
  max-height: 146px;
  height: 146px;
  overflow-y: hidden;
}
section.reviews .holder .reviews-slider .slide .text.active {
  height: auto;
  overflow: visible;
  max-height: none;
}
section.reviews .holder .reviews-slider .slide .text p {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 400;
}
section.reviews .holder .reviews-slider .slide .name {
  margin-top: 40px;
}
section.reviews .holder .reviews-slider .slide .name p {
  display: block;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
section.reviews .holder .reviews-slider .slide .name span {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
section.reviews .holder .reviews-slider-dots {
  margin-top: 81px;
  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;
}
section.reviews .holder .reviews-slider-dots ul {
  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;
}
section.reviews .holder .reviews-slider-dots ul li {
  width: 12px;
  height: 12px;
  min-width: 12px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
section.reviews .holder .reviews-slider-dots ul li.slick-active button {
  background-color: #27953a;
}
section.reviews .holder .reviews-slider-dots ul li button {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e7e8e8;
  min-width: 12px;
  -webkit-appearance: none;
  font-size: 0;
  border: none;
}
.map-block {
  padding: 0 15px;
  padding-top: 176px;
  padding-bottom: 420px;
  position: relative;
  margin-bottom: -200px;
}
.map-block img {
  width: 100%;
  height: 306px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.map-block img.btm {
  opacity: 0;
  visibility: hidden;
}
.map-block iframe {
  position: absolute;
  width: 100%;
  z-index: -2;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.map-block .holder {
  max-width: 1110px;
}
.map-block .form {
  width: 100%;
  max-width: 445px;
  padding: 36px 15px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #229238;
}
.map-block .form h3 {
  display: block;
  color: #ffffff;
  text-align: center;
  font-family: TTSquaresBl;
  font-size: 32px;
  font-weight: 400;
  line-height: 78px;
  margin-bottom: 30px;
}
.map-block .form form {
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}
.map-block .form form label {
  color: #cbe3d0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
}
.map-block .form form input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  margin-bottom: 18px;
}
.map-block .form form textarea {
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 16px;
}
.map-block .form form button {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  cursor: pointer;
}
.map-block .form form input:focus,.map-block .form form textarea:focus{
  transition: all .2s ease;
  background: rgba(255,255,255,0.8);
}
.map-block .form form input:focus,.map-block .form form textarea:focus{
  transition: all .2s ease;
  background: rgba(255,255,255,0.8);
}
.map-block .form form button:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}
.breadcrumbs {
  width: 100%;
  max-width: 1109px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 56px;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul li:after {
  content: '»';
  margin: 0 3px;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:last-child a {
  color: #413535;
  pointer-events: none;
}
.breadcrumbs ul li a {
  color: #2e9a31;
  font-size: 14px;
  font-weight: 400;
}
section.prices {
  padding-top: 37px;
  padding-bottom: 40px;
}
section.prices a.logo {
  display: none;
  margin: 0 auto;
}
section.prices .holder {
  max-width: 1237px;
}
section.prices .holder h2 {
  display: block;
  margin-bottom: 45px;
  text-align: center;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
section.prices .holder .prices_tabs_nav {
  
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
      display: table;
  margin: 0 auto;
  margin-bottom: 47px;
}
section.prices .holder .prices_tabs_nav .item {
  width: 255px;
  height: 80px;margin: 25px;
  background: #ffffff;
  border-radius: 40px;
  border: 2px solid #e7e8e8;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float:left;
}
section.prices .holder .prices_tabs_nav .item.active {
  background-color: #2e9a31;
  pointer-events: none;
}
section.prices .holder .prices_tabs_nav .item.active p {
  color: #ffffff;
}
section.prices .holder .prices_tabs_nav .item:nth-child(1) .img img {
  top: -8px;
  left: -35px;
  width: 110px;
  height: 87px;
}
section.prices .holder .prices_tabs_nav .item:nth-child(2) .img img {
  top: -10px;
  left: -4px;
  width: 85px;
  height: 89px;
}
section.prices .holder .prices_tabs_nav .item:nth-child(3) .img img {
  top: 0px;
  left: -14px;
  width: 92px;
  height: 81px;
}
section.prices .holder .prices_tabs_nav .item:nth-child(4) .img img {
  top: 0px;
  left: -14px;
  width: 92px;
  height: 81px;
}
section.prices .holder .prices_tabs_nav .item .img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 7px;
  position: relative;
      left: -38px;
}
section.prices .holder .prices_tabs_nav .item .img img {
    position: absolute;
    /* height: 100%; */
    left: -34px;
    top: -6px;
}
section.prices .holder .prices_tabs_nav .item .img .bg {
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  border-radius: 50%;
  position: relative;
}
section.prices .holder .prices_tabs_nav .item p {
  color: #070707;
  font-family: TTSquares;
  font-size: 14px!important;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
section.prices .holder .prices_tabs_nav .item p span {
  display: block;
  font-size: 18px;
}
section.prices .holder .prices_tabs {
  width: 100%;
}
section.prices .holder .prices_tabs .prices_tab {
  display: none;
}
section.prices .holder .prices_tabs .prices_tab:first-child {
  display: block;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prev,
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .next {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: none;
  cursor: pointer;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #070707;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prev svg,
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .next svg {
  width: 11px;
  height: 18px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider {
  width: 100%;
  max-width: 1110px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slick-list {
  padding: 30px   0px;
  overflow: hidden;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide {
  height: 480px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  padding-bottom: 36px;
  z-index: -1;
  margin: 0 15px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide > img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide.min .name {
  background-color: #e76c29;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .btn a{
  transition: all .2s ease;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .btn a:hover{
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide.min .btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#e76c29), to(#ffa94c));
  background-image: -o-linear-gradient(left, #e76c29 0%, #ffa94c 100%);
  background-image: linear-gradient(to right, #e76c29 0%, #ffa94c 100%);
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide.standart .name {
  background-color: #2e9a31;
}

section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide.standart .btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#54c137), to(#208f3a));
  background-image: -o-linear-gradient(left, #54c137 0%, #208f3a 100%);
  background-image: linear-gradient(to right, #54c137 0%, #208f3a 100%);
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide.max .name {
  background-color: #b33e8d;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide.max .btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#b33e8d), to(#e155b3));
  background-image: -o-linear-gradient(left, #b33e8d 0%, #e155b3 100%);
  background-image: linear-gradient(to right, #b33e8d 0%, #e155b3 100%);
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 96px;
  background-color: #e76c29;
  margin-bottom: 34px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name p {
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  color: #ffffff;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name p span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text {
  padding: 0 18px;
  padding-right: 25px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text .left {
  width: 100%;
  max-width: 201px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text .left p {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 20px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text .right p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
  white-space: nowrap;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text .right p span {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  margin-left: 5px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .price {
  text-align: center;
  margin-bottom: 39px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .price p {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .price p span {
  color: #2e9a31;
  font-size: 42px;
  font-weight: 700;
  font-family: OpenSansB;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .btn {
  width: 100%;
  padding: 0 20px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .btn a {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: #f7f7f7;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e76c29), to(#ffa94c));
  background-image: -o-linear-gradient(left, #e76c29 0%, #ffa94c 100%);
  background-image: linear-gradient(to right, #e76c29 0%, #ffa94c 100%);
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-dots {
  margin-top: 20px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-dots ul {
  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;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-dots ul li {
  width: 12px;
  height: 12px;
  min-width: 12px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-dots ul li.slick-active button {
  background-color: #fcb819;
}
section.prices .holder .prices_tabs .prices_tab .prices_slider-dots ul li button {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e7e8e8;
  min-width: 12px;
  -webkit-appearance: none;
  font-size: 0;
  border: none;
}
section.kvest {
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.kvest .title {
  margin-bottom: 46px;
}
section.kvest .title h2 {
  display: block;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
section.kvest .title p {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  display: block;
  font-family: TTSquares;
  color: #000000;
  text-transform: uppercase;
}
section.kvest .holder {
  max-width: 1100px;
}
section.kvest .holder img {
  width: 100%;
  margin-bottom: 29px;
}
section.kvest .holder .price {
  text-align: center;
  margin-bottom: 30px;
}
section.kvest .holder .price p {
  color: #2e9a31;
  font-weight: 700;
  font-size: 42px;
  font-family: OpenSansB;
}
section.kvest .holder .price p span {
  font-family: OpenSans;
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
}
section.kvest .holder a.btn {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  height: 60px;
  color: #f7f7f7;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#54c137), to(#208f3a));
  background-image: -o-linear-gradient(left, #54c137 0%, #208f3a 100%);
  background-image: linear-gradient(to right, #54c137 0%, #208f3a 100%);
}
section.moreserv {
  padding-top: 40px;
}
section.moreserv h2 {
  display: block;
  margin-bottom: 92px;
  text-align: center;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
section.moreserv .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.moreserv .holder .item {
  width: 205px;
  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: center;
}
section.moreserv .holder .item p.name {
  color: #2e9a31;
  font-family: TTSquaresBl;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 46px;
  height: 34px;
}
section.moreserv .holder .item img {
  margin-bottom: 12px;
}
section.moreserv .holder .item p {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
  height: 34px;
}
section.moreserv .holder .item p span {
  color: #2e9a31;
  font-family: OpenSansB;
  font-size: 42px;
  font-weight: 700;
}
section.information {
  padding-top: 70px;
}
section.information .holder {
  max-width: 1096px;
}
section.information .holder .item {
  margin-bottom: 57px;
}
section.information .holder .item h3 {
  display: block;
  color: #000000;
  text-align: center;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 37px;
}
section.information .holder .item p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
section.information .holder .item p span {
  font-weight: 700;
}
section.kids {
  padding-top: 35px;
}
section.kids a.logo {
  display: none;
}
section.kids .holder {
  max-width: 1110px;
}
section.kids .holder h2 {
  display: block;
  margin-bottom: 37px;
  text-align: center;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
section.kids .holder p {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
}
section.kids .holder p span {
  font-weight: 700;
}
section.kids .holder .text p {
  margin-bottom: 20px;
}
section.kids .holder .box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.kids .holder .box .img {
  width: 100%;
  max-width: 450px;
}
section.kids .holder .box .img img {
  width: 100%;
}
section.kids .holder .box .dop {
  display: none;
  margin-top: 70px;
}
section.kids .holder .box .dop img {
  margin-right: 28px;
}
section.kids .holder .box .dop p {
  font-size: 16px;
  font-weight: 400;
}
section.kids .holder .box .left {
  width: 100%;
  max-width: 643px;
}
section.kids .holder .box .left ul li {
  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: 20px;
}
section.kids .holder .box .left ul li img {
  margin-right: 11px;
}
section.kids .holder .box .left ul li p {
  font-size: 14px;
  font-weight: 400;
}
.mobile-nav-m a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #333;
}
.ban-2 .addc  {
    z-index: 1000;
    position: relative;
    display: block;
}
.tel-nav-m {
    font-weight: 800;
    color: #ffb100;
    font-size: 24px;
    margin-bottom: 20px;
}
ul.soc-nav-m li {
    display: inline;
    padding-right: 20px;
}
section.kids .holder .box .left .dop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.kids .holder h3 {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
  font-family: TTSquares;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
section.kids .holder .where {
  margin-top: 60px;
}
section.kids .holder .where p {
  text-align: center;
}
section.kids .holder > .price {
  margin-top: 42px;
}
section.kids .holder > .price h3 {
  margin-bottom: 16px;
}
section.kids .holder > .price .pricesbox-dots {
  margin-top: 20px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.kids .holder > .price .pricesbox-dots ul {
  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;
}
section.kids .holder > .price .pricesbox-dots ul li {
  width: 12px;
  height: 12px;
  min-width: 12px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}
section.kids .holder > .price .pricesbox-dots ul li.slick-active button {
  background-color: #fcb819;
}
section.kids .holder > .price .pricesbox-dots ul li button {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e7e8e8;
  min-width: 12px;
  -webkit-appearance: none;
  font-size: 0;
  border: none;
}
section.kids .holder > .price .pricesbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.kids .holder > .price .pricesbox .item {
  width: 100%;
  max-width: 350px;
  height: 310px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  padding-bottom: 36px;
  overflow: hidden;
  margin: 0 5px;
  margin-bottom: 11px;
}
section.kids .holder > .price .pricesbox .item.min .name {
  background-image: -webkit-gradient(linear, left top, right top, from(#229238), to(#73c721));
  background-image: -o-linear-gradient(left, #229238 0%, #73c721 100%);
  background-image: linear-gradient(to right, #229238 0%, #73c721 100%);
}
section.kids .holder > .price .pricesbox .item.standart .name {
  background-image: -webkit-gradient(linear, left top, right top, from(#fd8456), to(#feb818));
  background-image: -o-linear-gradient(left, #fd8456 0%, #feb818 100%);
  background-image: linear-gradient(to right, #fd8456 0%, #feb818 100%);
}
section.kids .holder > .price .pricesbox .item.standart .btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#54c137), to(#208f3a));
  background-image: -o-linear-gradient(left, #54c137 0%, #208f3a 100%);
  background-image: linear-gradient(to right, #54c137 0%, #208f3a 100%);
}
section.kids .holder > .price .pricesbox .item.max .name {
  background-image: -webkit-gradient(linear, left top, right top, from(#f63226), to(#a30a78));
  background-image: -o-linear-gradient(left, #f63226 0%, #a30a78 100%);
  background-image: linear-gradient(to right, #f63226 0%, #a30a78 100%);
}
section.kids .holder > .price .pricesbox .item .name {
  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;
  height: 96px;
  background-color: #e76c29;
  padding: 0 24px;
}
section.kids .holder > .price .pricesbox .item .name p {
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  color: #ffffff;
}
section.kids .holder > .price .pricesbox .item .name p span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
section.kids .holder > .price .pricesbox .item .text {
  padding: 0 24px;
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.kids .holder > .price .pricesbox .item .text .left {
  width: 100%;
  max-width: 201px;
}
section.kids .holder > .price .pricesbox .item .text .left p {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
section.kids .holder > .price .pricesbox .item .text .right p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: nowrap;
}
section.kids .holder > .price .pricesbox .item .text .right p:last-child {
  margin-top: -10px;
}
section.kids .holder > .price .pricesbox .item .text .right p span {
  font-family: OpenSansB;
  font-weight: 700;
  margin-left: 5px;
}
section.kids .holder > .price .pricesbox .item .price {
  padding: 0 24px;
}
section.kids .holder > .price .pricesbox .item .price p {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
section.kids .holder > .price .pricesbox .item .price p span {
  color: #2e9a31;
  font-size: 28px;
  font-weight: 700;
  font-family: OpenSansB;
}
section.kids .holder > .price .pricesbox .item .btn {
  width: 100%;
  padding: 0 20px;
}
section.kids .holder > .price .pricesbox .item .btn a {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  color: #f7f7f7;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e76c29), to(#ffa94c));
  background-image: -o-linear-gradient(left, #e76c29 0%, #ffa94c 100%);
  background-image: linear-gradient(to right, #e76c29 0%, #ffa94c 100%);
}
section.kids .holder img.shots {
  display: block;
  margin: 0 auto;
  margin-bottom: 28px;
}
section.kids .holder .safety img {
  width: 100%;
}
section.kids .holder .safety p {
  margin-bottom: 20px;
}
section.fields {
  padding-top: 35px;
  padding-bottom: 26px;
}
section.fields a.logo {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.fields .holder h2 {
  display: block;
  margin-bottom: 39px;
  text-align: center;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
section.fields .holder p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
section.fields .holder p span {
  font-weight: 700;
}
section.fields .holder img {
  margin-top: 46px;
  width: 100%;
}

section.instagram {
  padding-top: 35px;
  padding-bottom: 26px;
}
section.instagram a.logo {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.instagram .holder h2 {
  display: block;
  margin-bottom: 39px;
  text-align: center;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
section.instagram .holder p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
section.instagram .holder p span {
  font-weight: 700;
}
section.instagram .holder img {
  margin-top: 46px;
  width: 100%;
}

section.maps {
  padding-top: 66px;
  padding-bottom: 123px;
  background-color: #e7e8e8;
}
section.maps .holder .roww {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
section.maps .holder .roww:last-child {
  margin-bottom: 0;
}
section.maps .holder .roww .text {
  width: 100%;
  max-width: 442px;
}
section.maps .holder .roww .text h3 {
  font-family: TTSquares;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 15px;
}
section.maps .holder .roww .text p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
section.maps .holder .roww .text p span {
  font-weight: 700;
}
section.maps .holder .roww .img {
  width: 100%;
  max-width: 700px;
}
section.maps .holder .roww .img img {
  width: 100%;
}
section.mapone {
  padding-top: 95px;
  padding-bottom: 95px;
}
section.mapone a.logo {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.mapone .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.mapone .holder .text {
  width: 100%;
  max-width: 631px;
}
section.mapone .holder .text .box {
  margin-bottom: 30px;
}
section.mapone .holder .text .box:last-child {
  margin-bottom: 0;
}
section.mapone .holder .text .box h3 {
  font-family: TTSquares;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
section.mapone .holder .text .box p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
section.mapone .holder .text .box p span {
  font-weight: 700;
}
section.mapone .holder .map {
  width: 100%;
  max-width: 425px;
  padding: 15px;
  padding-top: 35px;
  border-radius: 10px;
  background-color: #229238;
}
section.mapone .holder .map h3 {
  font-family: TTSquares;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}
section.mapone .holder .map img {
  width: 100%;
}
section.mapone .holder .form {
  z-index: 2;
  width: 100%;
  max-width: 549px;
  padding: 56px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #229238;
}
section.mapone .holder .form h3 {
  font-family: TTSquares;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}
section.mapone .holder .form form {
  width: 100%;
  margin: 0 auto;
}
section.mapone .holder .form form label {
  color: #cbe3d0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
}
section.mapone .holder .form form input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  margin-bottom: 18px;
}
section.mapone .holder .form form textarea {
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 16px;
}
section.mapone .holder .form form button {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  cursor: pointer;
}
section.mapone .holder .form form button:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}

.map-box {
  width: 100%;
  height: 400px;
}
.map-box iframe {
  width: 100%;
}
section.sborgames {
  padding-top: 25px;
}
section.sborgames a.logo {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.sborgames .holder {
  max-width: 1110px;
}
section.sborgames .holder h2 {
  display: block;
  margin-bottom: 39px;
  text-align: center;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
section.sborgames .holder .timebox {
  padding: 61px 34px 54px 52px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.sborgames .holder .timebox .timerbox {
  width: 100%;
  max-width: 464px;
  margin-right: 20px;
}
section.sborgames .holder .timebox .timerbox > p {
  color: #070707;
  font-family: TTSquares;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
section.sborgames .holder .timebox .timerbox .countdown {
  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;
}
section.sborgames .holder .timebox .timerbox .countdown > div {
  width: 93px;
}
section.sborgames .holder .timebox .timerbox .countdown > div > span {
  width: 100%;
  padding: 0;
  color: #2a983a;
  font-family: TTSquaresBl;
  font-size: 62px;
  font-weight: 900;
}
section.sborgames .holder .timebox .timerbox .countdown > div p {
  display: block;
  text-align: center;
  color: #8a8a8a;
  font-family: TTSquares;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}
section.sborgames .holder .timebox .info {
  width: 100%;
  max-width: 463px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.sborgames .holder .timebox .info > div {
  width: 50%;
}
section.sborgames .holder .timebox .info > div.tit p {
  font-family: OpenSansB;
  color: #070707;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}
section.sborgames .holder .timebox .info > div.in p {
  color: #070707;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}
section.sborgames .holder .btns {
  margin-top: 49px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.sborgames .holder .btns a.btn {
  -webkit-appearance: none;
  border: none;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 350px;
  height: 70px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
section.sborgames .holder .btns a.btn:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}
section.sborgames .holder .btns a.btn:active {
  background-color: #eebf64;
  color: #b78d3c;
}
section.sborgames .holder .btns a.btn:first-child {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#54c137), to(#208f3a));
  background-image: -o-linear-gradient(left, #54c137 0%, #208f3a 100%);
  background-image: linear-gradient(to right, #54c137 0%, #208f3a 100%);
  transition: all .3s ease;
  
}
section.sborgames .holder .btns a.btn:first-child:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #5fd040 0%, #24ca4b 100%);
}
section.sborgames .holder .btns a.btn:first-child:active {
  box-shadow: none;
  background-color: #367f47;
  color: #4fb051;
}
section.news {
  padding-top: 75px;
}
section.news .holder {
  max-width: 1102px;
}
section.news .holder h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.news .holder .newsbox {
  width: 100%;
}
section.news .holder .newsbox .item {
  width: 100%;
  margin-bottom: 100px;
}
section.news .holder .newsbox .item:last-child {
  margin-bottom: 0;
}
section.news .holder .newsbox .item a.name {
  display: block;
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
section.news .holder .newsbox .item a.name span {
  font-family: OpenSansB;
}
section.news .holder .newsbox .item .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.news .holder .newsbox .item .box a.img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-right: 31px;
}
section.news .holder .newsbox .item .box a.img img {
  width: 100%;
}
section.news .holder .newsbox .item .box .info p.date {
  font-family: OpenSansB;
  color: #d91b07;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
section.news .holder .newsbox .item .box .info p.date span {
  color: #000000;
}
section.news .holder .newsbox .item .box .info p {
  font-weight: 400;
  line-height: 24px;
}
section.news .holder .newsbox .item .box .info a.btn {
  margin-top: 32px;
  display: inline-block;
  padding: 16px 60px;
  color: #ffffff;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#555555), to(#2d2d2d));
  background-image: -o-linear-gradient(left, #555555 0%, #2d2d2d 100%);
  background-image: linear-gradient(to right, #555555 0%, #2d2d2d 100%);
  transition: all .3s ease;
}
section.news .holder .newsbox .item .box .info a.btn:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
background-image: linear-gradient(to right, #747474 0%, #5d5d5d 100%);
}
section.news .holder .newsbox .item .box .info a.btn:active {
  box-shadow: none;
background-color: #c3c3c3;

}
section.news .pagination {
  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;
  margin-top: 124px;
}
section.news .pagination span {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #555555;
  background-color: #ffffff;
  cursor: pointer;
  margin: 0 6px;
  color: #303030;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.news .pagination span:hover {
  background-color: #2e9a31;
  border-color: #2e9a31;
  color: #ffffff;
}
section.news .pagination span:hover svg path {
  fill: #ffffff;
}
section.news .pagination span.active {
  pointer-events: none;
  background-color: #2e9a31;
  border-color: #2e9a31;
  color: #ffffff;
}
section.news .pagination span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
section.news .pagination span svg {
  width: 11px;
  height: 18px;
}
section.certform {
  padding-top: 31px;
}
section.certform a.logo {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.certform .holder {
  position: relative;
  z-index: 0;
  padding-bottom: 333px;
}
section.certform .holder img {
  pointer-events: none;
}
section.certform .holder img.bg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 3%;
  z-index: -1;
}
section.certform .holder img.top {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5%;
}
section.certform .holder img.kid1 {
  position: absolute;
  z-index: 3;
  top: 10%;
  left: -7%;
}
section.certform .holder img.kid2 {
  position: absolute;
  bottom: -9%;
  right: -6%;
}
section.certform .holder img.mob {
  display: none;
}
section.certform .holder h2 {
  display: block;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 138px;
}
section.certform .holder .form {
  z-index: 2;
  width: 100%;
  max-width: 549px;
  padding: 56px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 auto;
  background-color: #229238;
}
section.certform .holder .form form {
  width: 100%;
  margin: 0 auto;
}
section.certform .holder .form form label {
  color: #cbe3d0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
}
section.certform .holder .form form input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  margin-bottom: 18px;
}
section.certform .holder .form form textarea {
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 16px;
}

section.certform .holder .form form input:focus,section.certform .holder .form form textarea:focus{
  transition: all .2s ease;
  background: rgba(255,255,255,0.8);
}
section.mapone .holder .form form input:focus,section.mapone .holder .form form textarea:focus{
  transition: all .2s ease;
  background: rgba(255,255,255,0.8);
}



section.certform .holder .form form button {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  cursor: pointer;
  transition: all .3s ease;
}
section.certform .holder .form form input:focus,section.certform .holder .form form textarea:focus{
  transition: all .2s ease;
  background: rgba(255,255,255,0.8);
}
section.mapone .holder .form form input:focus,section.mapone .holder .form form textarea:focus{
  transition: all .2s ease;
  background: rgba(255,255,255,0.8);
}
section.certform .holder .form form button:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}

section.rules{
  width: 100%;
  padding: 0;
  padding-top: 24px;

}
section.rules .desc{
  margin-bottom: 30px;
  padding: 0 15px;
}
section.rules .desc .holder .img{
  width: 100%;
}

section.rules .desc .holder .img img{
  width: 100%;
}
section.rules .desc .holder h1{
  color: #000000;
font-family: TTSquaresBl;
font-size: 42px;
font-weight: 400;
text-transform: uppercase;
text-align: center;
margin-bottom: 43px;
}
section.rules .desc .holder p{
  margin-bottom: 15px;
}
section.rules .desc .holder p strong{
  font-weight: bold;
}
section.rules .rules_box .item_row{
  width: 100%;
  padding: 100px 15px;
}

section.rules .rules_box.rules-page .item_row:nth-child(even){
  background-color: #eceff0;
}
section.rules .rules_box.rules-page .item_row:nth-child(even) .holder{
  flex-direction: row-reverse;
}
section.rules .rules_box.rules-page .item_row:nth-child(even) .holder .text{
  margin-right: 0;
  margin-left: 30px;
}
section.rules .rules_box .item_row:nth-child(1){
  padding-top: 0;
}
section.rules .rules_box .item_row .holder{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.rules .rules_box .item_row .holder .text{
  width: 100%;
  max-width: 540px;
  margin-right: 30px;
}

section.rules .rules_box .item_row .holder .text h3{
  color: #2e9a31;
font-family: TTSquares;
font-size: 28px;
font-weight: 700;
line-height: 22px;
margin-bottom: 20px;

}
section.rules .rules_box .item_row .holder .text p{
 margin-bottom: 20px;
}
section.rules .rules_box .item_row .holder .text p strong{
  font-weight: bold;
}
section.rules .rules_box .item_row .holder .img{
  width: 100%;
  max-width: 540px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 10px solid #ffffff;

}
section.rules .rules_box .item_row .holder .img img{
  width: 100%;
}

section.rules .rules_box .item_row_text .holder{
  
}
section.rules .rules_box .item_row_text .holder .text{
  width: 100%;
}

section.rules .rules_box .item_row_text .holder .text h3{
  color: #2e9a31;
font-family: TTSquares;
font-size: 28px;
font-weight: 700;
line-height: 22px;
margin-bottom: 20px;

}
section.rules .rules_box .item_row_text .holder .text p{
 margin-bottom: 20px;
}
section.rules .rules_box .item_row_text .holder .text p strong{
  font-weight: bold;
}
.next-prev-btns{
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  
  margin: 0 auto;
  margin-top: 136px;
  display: flex;
  justify-content: space-between;
  
}
.next-prev-btns a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
height: 40px;
border-radius: 20px;
border: 1px solid #000000;
background-color: #ffffff;
font-size: 22px;
font-weight: 400;
color: #060606;
}


section.postinfo{
  width: 100%;
  padding-top: 50px;
}
section.postinfo .holder .mainbox h2{
  color: #000000;
font-size: 32px;
font-weight: 400;
line-height: 42px;
text-transform: uppercase;
margin-bottom: 26px;
}
section.postinfo .holder .mainbox .box{
  display: flex;

}
section.postinfo .holder .mainbox .box .img{
  width: 100%;
  max-width: 350px;
  margin-right: 30px;
}

section.postinfo .holder .mainbox .box .img img{
  width: 100%;
}
section.postinfo .holder .mainbox .box .text p{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
section.postinfo .holder .mainbox .box .text p span{
  font-weight: normal;
}

section.postinfo .holder .mainbox .box .text .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.postinfo .holder .mainbox .box .text a.btn {
  -webkit-appearance: none;
  border: none;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 254px;
  height: 47px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
section.postinfo .holder .mainbox .box .text a.btn:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}
section.postinfo .holder .mainbox .box .text a.btn:active {
  background-color: #eebf64;
  color: #b78d3c;
}


section.postinfo .holder .mainbox .box .text a.btn:first-child {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#54c137), to(#208f3a));
  background-image: -o-linear-gradient(left, #54c137 0%, #208f3a 100%);
  background-image: linear-gradient(to right, #54c137 0%, #208f3a 100%);
  transition: all .3s ease;
  margin-right: 31px;
}
section.postinfo .holder .mainbox .box .text a.btn:first-child:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #5fd040 0%, #24ca4b 100%);
}
section.postinfo .holder .mainbox .box .text a.btn:first-child:active {
  box-shadow: none;
  background-color: #367f47;
  color: #4fb051;
}

section.postinfo .holder .mainbox .box{
  margin-bottom: 50px;
}
section.postinfo .holder .mainbox .desc{
  margin-bottom: 54px;
}
section.postinfo .holder .mainbox .desc p{
font-size: 18px;
font-weight: 400;
}
section.postinfo .holder .mainbox .desc h3{
  font-size: 32px;
/* Text style for "Пссс...Пос" */
line-height: 42px;
margin-bottom: 20px;
}

section.postinfo .holder .mainbox .info_table_box h3{
  color: #000000;
font-size: 28px;
text-align: center;
font-weight: 700;
margin-bottom: 22px;
}
section.postinfo .holder .mainbox .info_table_box .info_table{
  width: 100%;
}

section.calendar{
  padding-top: 34px;
}
section.calendar .holder{
  max-width: 919px;
}
section.calendar .holder h2{
  color: #000000;
font-family: TTSquaresBl;
font-size: 42px;
font-weight: 400;
text-transform: uppercase;
display: block;
text-align: center;
margin-bottom: 42px;
}

section.calendar .holder > p{
  color: #000000;
font-family: TTSquares;
font-size: 28px;
font-weight: 700;
line-height: 22px;
display: block;
text-align: center;
margin-bottom: 55px;
}
section.calendar .holder .calendar-wrapper{
  width: 100%;
  max-width: 919px;
  margin: 0 auto;
}
section.calendar .holder .calendar-wrapper .calendar-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
section.calendar .holder .calendar-wrapper .calendar-nav .text{
    text-align: center;
}
section.calendar .holder .calendar-wrapper .calendar-nav .text p{
font-family: OpenSans;
color: #2e9a31;
font-size: 28px;
font-weight: 700;
margin-bottom: 5px;
}
section.calendar .holder .calendar-wrapper .calendar-nav .text span{
  color: #636363;
font-family: OpenSans;
font-size: 20px;
font-weight: 700;
}
section.calendar .holder .calendar-wrapper .calendarbox .row{
  width: 100%;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  
}
section.calendar .holder .calendar-wrapper .calendarbox .row.title{
  
  height: 40px;
border-radius: 20px;
background-color: #2e9a31;
margin-bottom: 20px;
  
}
section.calendar .holder .calendar-wrapper .calendarbox .row.title div{
  height: auto;
  color: #ffffff;
  pointer-events: none;
}
section.calendar .holder .calendar-wrapper .calendarbox .row div{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s ease;
  cursor: pointer;
  position: relative;
}
section.calendar .holder .calendar-wrapper .calendarbox .row div.dis{
  opacity: 0.3;
  pointer-events: none;
}
section.calendar .holder .calendar-wrapper .calendarbox .row div.active{
  background-color: #ffb86b;
}
section.calendar .holder .calendar-wrapper .calendarbox .row div:hover{
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #bfdd16;
}


/* Tooltip text */
section.calendar .holder .calendar-wrapper .calendarbox .row div .tooltiptext {
  visibility: hidden;
  width: 224px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 5px 0;
  border-radius: 6px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: -140%;
  z-index: 1;
}

section.calendar .holder .calendar-wrapper .calendarbox .row div .tooltiptext strong{
  font-weight: bold;
}

section.calendar .holder .calendar-wrapper .calendarbox .row div .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
section.calendar .holder .calendar-wrapper .calendarbox .row div:hover .tooltiptext {
  visibility: visible;
}

section.calendar .holder a.back{
  margin-top: 70px;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
border: 1px solid #000000;
background-color: #ffffff;
color: #060606;
font-size: 22px;
font-weight: 400;
}






section.postinfo .holder .mainbox .info_table_box .info_table .table_row{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding:  13px 62px 10px 26px;
  border-radius: 20px;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row:nth-child(odd){
  background-color: #f3f3f3;
}

section.postinfo .holder .mainbox .info_table_box .info_table .table_row:first-child{
  background-color: #2e9a31!important;
  color: #ffffff;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row span{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row span.num{
  width: 5%;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row span.name{
  width: 35%;
  text-align: left;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row span.col{
  width: 10%;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row span.side{
  width: 10%;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row span.date{
  width: 15%;
}
section.postinfo .holder .mainbox .info_table_box .info_table .table_row span.stat{
  width: 15%;
}

section.postinfo .holder a.back{
  margin-top: 50px;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
border: 1px solid #000000;
background-color: #ffffff;
color: #060606;
font-size: 22px;
font-weight: 400;
}

section.gameform{
  margin-top: 25px;
}
section.gameform .holder h2 {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  color: #000000;
  font-family: TTSquaresBl;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}
section.gameform .holder > p {
  display: block;
  margin-bottom: 45px;
  text-align: center;
  color: #000000;
  font-family: TTSquares;
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
}

section.gameform .holder .form {
  z-index: 2;
  width: 100%;
  max-width: 549px;
  padding: 56px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #229238;
}

section.gameform .holder .form.thanks img{
  display: block;
  margin: 0 auto;
}

section.gameform .holder .form.thanks p{
  display: block;
  color: #cbe3d0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;

}



section.gameform .holder .form h3 {
  font-family: TTSquares;
  font-size: 28px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 28px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}
section.gameform .holder .form form {
  width: 100%;
  margin: 0 auto;
}

section.gameform .holder .form form .showdop__show{
  display: block;
  text-align: center;
    color: #cbe3d0;
    font-size: 20px;
    font-weight: 400;
    margin: 25px auto;
    cursor: pointer;
}

section.gameform .holder .form form .showdop__show span{
  text-decoration: underline;
}

section.gameform .holder .form form .showdop__hide{
  display: none;
  text-align: center;
    color: #cbe3d0;
    font-size: 20px;
    font-weight: 400;
    margin: 25px auto;
    cursor: pointer;
}

section.gameform .holder .form form .showdop__hide span{
  text-decoration: underline;
}

section.gameform .holder .form form .showdop{
  display: none;
}
section.gameform .holder .form form label {
  display: block;
  color: #cbe3d0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
}
section.gameform .holder .form form input {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  margin-bottom: 18px;
}
section.gameform .holder .form form textarea {
  border-radius: 25px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 15px;
  resize: none;
  margin-bottom: 16px;
}
section.gameform .holder .form form button {
  -webkit-appearance: none;
  border: none;
  display: block;
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
  height: 50px;
  -webkit-box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-image: -o-linear-gradient(left, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd11b), color-stop(99%, #fda62a), to(#fda62a));
  background-image: linear-gradient(to right, #ffd11b 0%, #fda62a 99%, #fda62a 100%);
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  cursor: pointer;
}
section.gameform .holder .form form button:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to right, #ffb11b 0%, #ff9d11 99%, #ff9d11 100%);
}


section.gameform .holder .form form .counter {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}
section.gameform .holder .form form .counter .pl,
section.gameform .holder .form form .counter .min {
  cursor: pointer;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  background-color: #f7f7f7;
  
}
section.gameform .holder .form form .counter .pl {
  border-radius: 0 30px 30px 0;
}
section.gameform .holder .form form .counter span {
  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;
  width: 80%;
  max-width: 315px;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


section.gameform .holder .form form .commandbox {
  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;
  max-width: 531px;
  margin-bottom: 25px;
  margin-top: 25px;
}
section.gameform .holder .form form .commandbox label{
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 10px;
  margin-right: 10%;
}
section.gameform .holder .form form .commandbox .rad {
  position: relative;
}
section.gameform .holder .form form .commandbox .rad span {
  display: block;
  position: absolute;
  top: 17%;
  left: 19%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #000000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.gameform .holder .form form .commandbox input[type=radio] {
  -webkit-appearance: none;
  background: #ffffff;
  height: 26px;
  width: 26px;
  max-width: 26px;
  border: none;
  text-align: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
section.gameform .holder .form form .commandbox input[type=radio]:checked + span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}


footer .info-block {
  height: 850px;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url('../img/bgfoot.png') center / cover no-repeat;
}
footer .info-block .box {
  width: 100%;
  max-width: 458px;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  height: 661px;
}
footer .info-block .box > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
footer .info-block .box .cont {
  z-index: 1;
  text-align: center;
}
footer .info-block .box .cont a.logo {
  display: block;
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
}
footer .info-block .box .cont a.logo img {
  width: 100%;
}
footer .info-block .box .cont .socials {
  width: 163px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .info-block .box .cont .text {
  max-width: 235px;
  margin: 0 auto;
  margin-bottom: 48px;
}
footer .info-block .box .cont .text a.tel {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
footer .info-block .box .cont .text a.mail {
  color: #00833a;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
footer .info-block .box .cont .text p {
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 1440px) {
  section.calculator > img {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1230px) {
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider {
    width: 90%;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide {
    height: auto;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name p {
    font-size: 24px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text .left p {
    font-size: 14px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text .right p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .text .right p span {
    font-size: 18px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .price p {
    font-size: 24px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .price p span {
    font-size: 36px;
  }
  section.certform .holder img.kid1,
  section.certform .holder img.kid2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {

	
	
	
	
	
	
	
	
	
	
	
  section.postinfo .holder .mainbox .info_table_box .info_table .table_row span{
    font-size: 14px;
  }
  section.postinfo .holder .mainbox .info_table_box .info_table .table_row span.name{
    width: 15%;
  }
  header {
    position: relative;
  }
  header .header-top .holder .box .left {
    margin-right: 10px;
  }
  header .header-top .holder .box .left .phone span {
    display: none;
  }
  header .header-top .holder .box .left a.callback {
    border: 2px solid #ffffff;
    background: none;
    color: #ffffff;
  }
  header .header-top .holder .box .right {
    display: none;
  }
  header .header-top .holder .box .burger {
    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;
  }
  header .header-nav {
    position: absolute;
    z-index: 999;
    height: auto;
    top: 62px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 20px;
  }
  header .header-nav.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-nav.active .holder a.logo {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  header .header-nav.active .holder nav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  header .header-nav.active .holder nav ul li.sub {
    position: relative;
  }
  header .header-nav.active .holder nav ul li.sub.active > a {
    font-weight: bold;
  }
  header .header-nav.active .holder nav ul li.sub:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  header .header-nav.active .holder nav ul li.sub > ul {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: static;
    padding: 20px 0;
  }
  header .header-nav.active .holder nav ul li.sub > ul li a {
    font-size: 16px;
  }
  header .header-nav .holder {
    -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: center;
  }
  header .header-nav .holder a.logo {
    width: 200px;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  header .header-nav .holder a.logo img {
    position: static;
  }
  header .header-nav .holder nav {
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  header .header-nav .holder nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-nav .holder nav ul li {
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  section.mainbanner {
    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: center;
    padding-top: 0;
  }
  section.mainbanner a.logo {
    display: block;
  }
  section.mainbanner .img {
    position: static;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section.mainbanner .holder {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section.mainbanner .holder .prev,
  section.mainbanner .holder .next {
    display: none!important;
  }
  section.mainbanner .holder .mainbannerslider {
    width: 100%;
    margin: 0 auto;
  }
  section.mainbanner .holder .mainbannerslider .slide {
    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;
    text-align: center;
  }
  section.mainbanner .mainbannerslider-dots {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  
  section.choises .holder .mainch {
    -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: center;
  }
  section.choises .holder .mainch .item:first-child img {
    width: 125%;
    margin-left: -10%;
  }
  section.choises .holder .secch {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.choises .holder .secch .item {
    margin: 0 10px;
    margin-bottom: 0px;
  }
  section.desription {
    padding: 0;
    padding-top: 50px;
  }
  section.desription .holder {
    -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: center;
  }
  section.desription .holder .img {
    display: none;
  }
  section.desription .holder .left img {
    display: block;
    margin: 0 auto;
    margin-top: 31px;
  }
  section.desription .holder .left .text {
    padding: 76px 60px 73px 37px;
  }
  section.calculator .holder {
    max-width: 768px;
  }
  section.calculator .holder .form form .frow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.calculator .holder .form form .frow p.tit {
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
  }
  section.calculator .holder .form form .frow h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 34px;
  }
  section.calculator .holder .form form .frow .select-box {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  section.calculator .holder .form form .frow .select-box select {
    width: 100%;
  }
  section.calculator .holder .form form .frow .datebox {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 42px;
  }
  section.calculator .holder .form form .frow .radiobox {
    margin-top: 37px;
  }
  section.calculator .holder .form form .frow .summ {
    margin-top: 72px;
    width: 45%;
  }
  section.calculator .holder .form form .frow button {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
    margin-top: 40px;
  }
  section.gallery {
    background: #f8c323;
    padding-top: 113px;
  }
  section.gallery .holder h2 {
    margin-bottom: 47px;
  }
  section.gallery .holder > p {
    margin-bottom: 62px;
  }
  section.gallery .holder .box {
    width: 110%;
    margin: 0 -15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 67px;
  }
  section.gallery .holder .box .item {
    width: 100%;
    max-width: 768px;
    position: relative;
  }
  section.gallery .holder .box .item:nth-child(3),
  section.gallery .holder .box .item:nth-child(4) {
    display: none;
  }
  section.gallery .holder .box .item p {
    position: absolute;
    top: 22px;
    left: 42px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }
  section.gallery .holder .box .item .vid img {
    width: 100%;
  }
  section.gallery .holder a.btn {
    padding: 15px 50px;
    height: 60px;
    border-radius: 35px;
  }
  section.prices .holder .prices_tabs_nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
			padding-left: 30px;
  }
  section.prices .holder .prices_tabs_nav .item {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider {
    width: 80%;
  }
  section.kids .holder > .price {
    margin-top: 42px;
  }
  section.kids .holder > .price h3 {
    margin-bottom: 16px;
  }
  section.kids .holder > .price .pricesbox .item {
    height: auto;
  }
  section.sborgames a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.sborgames .holder h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  section.sborgames .holder .timebox {
    padding: 40px 25px;
    -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: center;
  }
  section.sborgames .holder .timebox .timerbox {
    margin-bottom: 52px;
    margin-right: 0;
  }
  section.sborgames .holder .timebox .timerbox p {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
  }
  section.certform .holder img.kid1,
  section.certform .holder img.kid2,
  section.certform .holder img.top {
    display: none;
  }
  section.certform .holder img.bg {
    bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  section.gameform .holder .form form .commandbox label{
    font-size: 14px;
  }
  section.gameform .holder .form form .showdop__show{
    font-size: 18px;
  }
  section.gameform .holder .form form .showdop__hide{
    font-size: 18px;
  }
  section.gameform .holder h2{
    font-size: 34px;
  }
  section.gameform .holder > p {
    font-size: 24px;
  }
  section.gameform .holder .form{
    padding: 20px;
  }
  section.rules .desc .holder h1{
    font-size: 32px;
  }
  .modal-form1 .form{
    top: 72px;
    left: auto;
  }
  section.postinfo .holder .mainbox .box{
    flex-direction: column;
  }
  section.postinfo .holder .mainbox .box .img{
    margin-right: 0;
    margin-bottom: 30px;
  }
  section.postinfo .holder .mainbox .box .text .btns{
    max-width: 550px;
    flex-wrap: wrap;
  }
  section.postinfo .holder .mainbox .info_table_box h3{
    font-size: 22px;
  }
  section.postinfo .holder .mainbox .box .text .btns a{
    margin-bottom: 10px;
  }
  section.postinfo .holder .mainbox .info_table_box{
    overflow-x: scroll;
  }
  section.postinfo .holder .mainbox .info_table_box .info_table{
    
    min-width: 720px;
    
  }
  section.postinfo .holder .mainbox .info_table_box .info_table .table_row{
    padding: 10px;
  }
  section.rules .rules_box .item_row .holder{
    flex-direction: column;
    align-items: center;
  }
  section.rules .rules_box .item_row:nth-child(even) .holder{
    flex-direction: column;
    align-items: center;
  }
  section.rules .rules_box .item_row .holder .text{
    margin: 0;
    margin-bottom: 30px;
  }
  .breadcrumbs {
    display: none;
  }
  section.mainbanner a.logo {
    display: block;
  }
  section.mainbanner .holder .mainbannerslider .slide {
    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;
    text-align: center;
  }
  section.mainbanner .holder .mainbannerslider .slide .text h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 46px;
  }
  section.mainbanner .holder .mainbannerslider .slide .text p {
    margin-bottom: 33px;
  }
  section.mainbanner .holder .mainbannerslider .slide .text p span {
    font-weight: 700;
    text-transform: uppercase;
  }
  section.mainbanner .mainbannerslider-dots {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section.servlist .holder .item {
    margin: 0;
    margin-bottom: 50px;
    width: 50%;
  }
  section.sbor .title-box {
    display: none;
  }
  section.sbor .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sbor .holder .text p {
    margin-bottom: 20px;
  }
  section.timer {
    margin-top: 71px;
  }
  section.timer .holder .timer .countdown > div > span {
    width: 150px;
    padding: 15px;
  }
  section.timer .holder .btns {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.timer .holder .btns a.btn {
    margin: 10px;
    max-width: 240px;
    border-radius: 35px;
  }
  section.reviews {
    padding-top: 98px;
  }
  section.reviews .holder .reviews-slider-dots {
    margin-top: 0;
  }
  section.reviews .holder:before {
    display: none;
  }
  section.reviews .holder h2 {
    margin-bottom: 0;
  }
  section.reviews .holder .reviews-slider .slick-list {
    padding: 50px 0;
    overflow: hidden;
  }
  section.reviews .holder .reviews-slider .slide {
    padding: 45px 30px;
  }
  .map-block {
    padding-top: 50px;
    padding-bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .map-block img {
    top: 674px;
    height: 155px;
    z-index: 1;
  }
  .map-block img.btm {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: auto!important;
    bottom: 0!important;
  }
  .map-block iframe {
    width: 110%;
    margin: 0 -15px;
    position: static;
    height: 505px;
    z-index: 0;
  }
  .map-block .form {
    margin: 0 auto;
  }
  footer .info-block {
    height: 670px;
    margin-top: 0;
    background: url('../img/bgfoot.png') bottom / 100% auto no-repeat, #f6f6f6;
  }
  footer .info-block .box {
    height: 660px;
  }
  footer .info-block .box .cont {
    margin-top: 10px;
  }
  footer .info-block .box > img {
    width: 458px;
    bottom: 0;
    top: auto;
  }
  section.prices a.logo {
    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;
    margin-bottom: 30px;
  }
  section.kvest {
    padding-top: 143px;
    padding-bottom: 146px;
  }
  section.kvest .title {
    margin-bottom: 30px;
  }
  section.kvest .title h2 {
    font-size: 32px;
    font-weight: 900;
  }
  section.kvest .title p {
    font-size: 28px;
  }
  section.kvest .holder img {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
    margin-bottom: 40px;
  }
  section.moreserv {
    padding-top: 117px;
  }
  section.moreserv h2 {
    font-size: 32px;
  }
  section.moreserv .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.information .holder .item {
    margin-bottom: 37px;
  }
  section.information .holder .item h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  section.kids a.logo {
    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;
    margin-bottom: 30px;
  }
  section.kids .holder h2 {
    font-size: 32px;
    margin-bottom: 39px;
  }
  section.kids .holder p {
    font-size: 16px;
  }
  section.kids .holder p span {
    font-family: OpenSansB;
  }
  section.kids .holder .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.kids .holder .box .dop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.kids .holder .box .left {
    max-width: none;
  }
  section.kids .holder .box .left .dop {
    display: none;
  }
  section.kids .holder > .price {
    margin-top: 42px;
  }
  section.kids .holder > .price h3 {
    margin-bottom: 16px;
  }
  section.kids .holder > .price .pricesbox-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 37px;
  }
  section.kids .holder > .price .pricesbox {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  section.kids .holder > .price .pricesbox .slick-list .slick-track {
    padding-bottom: 50px;
  }
  section.kids .holder > .price .pricesbox .item {
    width: auto;
    max-width: none;
    height: auto;
  }
  section.kids .holder > .price .pricesbox .item .text {
    max-width: 400px;
  }
  section.sborgames a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  section.instagram {
    padding-bottom: 100px;
  }
  section.instagram a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.instagram .holder h2 {
    font-size: 32px;
  }


  section.fields {
    padding-bottom: 100px;
  }
  section.fields a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.fields .holder h2 {
    font-size: 32px;
  }
  section.maps .holder .roww {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.maps .holder .roww .img {
    margin-top: 62px;
  }
  section.maps .holder .roww:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.mapone {
    padding-top: 30px;
  }
  section.mapone a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.mapone .holder {
    margin-top: 20px;
    -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: center;
  }
  section.mapone .holder .text {
    margin-bottom: 43px;
  }
  section.mapone .holder .form {
    padding: 20px;
    margin-top: 20px;
  }
  section.certform a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.certform img.bg {
    display: none;
  }
  section.certform .holder {
    padding-bottom: 0;
  }
  section.certform .holder img.mob {
    display: block;
    width: 898px;
    margin-left: -10%;
  }
  section.certform .holder h2 {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 600px) {
  section.prices .holder h2 {
    font-size: 32px;
    margin-bottom: 46px;
  }
  section.prices .holder .prices_tabs_nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.prices .holder .prices_tabs_nav .item {
    width: 240px;
    margin: 0 5px;
    margin-bottom: 30px;
  }
  section.prices .holder .prices_tabs_nav .item p {
    font-size: 18px;
  }
  section.prices .holder .prices_tabs_nav .item p span {
    font-size: 16px;
  }
  section.certform a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.certform img.bg {
    display: none;
  }
  section.certform .holder img.mob {
    display: block;
    width: 898px;
    margin-left: -30%;
  }
  section.certform .holder h2 {
    margin-bottom: 38px;
  }
  section.news {
    padding-bottom: 54px;
  }
  section.news .holder h3 {
    font-family: OpenSansB;
  }
  section.news .holder .newsbox .item {
    width: 100%;
    max-width: 511px;
    margin: 0 auto;
    margin-bottom: 112px;
  }
  section.news .holder .newsbox .item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.news .holder .newsbox .item .box a.img {
    max-width: none;
    margin-bottom: 30px;
  }
  section.news .holder .newsbox .item .box .info a.btn {
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 590px) {
  section.choises {
    height: auto;
    background: url('../img/bggre.jpg') top / 100% 45% no-repeat;
  }
  section.choises .holder .mainch {
    -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: center;
  }
  section.choises .holder .mainch .item:first-child img {
    width: 125%;
    margin-left: -10%;
  }
  section.choises .holder .secch {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.choises .holder .secch .item {
    width: 45%;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  section.timer {
    margin-top: 71px;
  }
  section.timer .holder .timer .countdown > div > span {
    width: 112px;
    padding: 15px;
    font-size: 50px;
  }
  section.timer .holder .timer .countdown > div p {
    font-size: 24px;
    line-height: 40px;
  }
  section.timer .holder .btns {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.timer .holder .btns a.btn {
    margin: 10px;
    max-width: 240px;
    border-radius: 35px;
  }
  section.sborgames a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.sborgames .holder h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  section.sborgames .holder .timebox {
    padding: 40px 25px;
    -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: center;
  }
  section.sborgames .holder .timebox .timerbox {
    margin-bottom: 52px;
  }
  section.sborgames .holder .timebox .timerbox p {
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
  }
  section.sborgames .holder .timebox .timerbox .countdown div span {
    text-align: center;
    font-size: 48px;
  }
  section.sborgames .holder .timebox .timerbox .countdown div p {
    font-size: 19px;
  }
  section.sborgames .holder .timebox .info p {
    font-size: 18px!important;
  }
}
@media screen and (max-width: 530px) {
  section.prices .holder h2 {
    font-size: 32px;
    margin-bottom: 46px;
  }
  section.prices .holder .prices_tabs_nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.prices .holder .prices_tabs_nav .item {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section.prices .holder .prices_tabs_nav .item p {
    font-size: 18px;
  }
  section.prices .holder .prices_tabs_nav .item p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  section.calculator .holder .form form .frow .datebox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.calculator .holder .form form .frow .datebox .dateb {
    width: 100%;
    max-width: 320px;
  }
  section.calculator .holder .form form .frow .datebox .dateb input {
    width: 100%;
  }
  footer .info-block {
    height: 670px;
    margin-top: 0;
    background: url('../img/bgfoot.png') bottom / 100% auto no-repeat, #f6f6f6;
  }
  footer .info-block .box {
    height: 660px;
  }
  footer .info-block .box .cont {
    margin-top: 10px;
  }
  footer .info-block .box > img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: auto;
  }
  section.servlist .holder .item {
    margin: 0;
    margin-bottom: 50px;
    width: 50%;
  }
  section.servlist .holder .item .img {
    margin-bottom: -30px;
    height: 165px;
  }
  section.servlist .holder .item .img .img {
    -webkit-transform: translateY(-36px);
        -ms-transform: translateY(-36px);
            transform: translateY(-36px);
  }
  section.servlist .holder .item .img .kap1,
  section.servlist .holder .item .img .kap2 {
    height: auto;
  }
  section.prices {
    padding: 0;
    padding-top: 34px;
    padding-bottom: 50px;
  }
  section.prices .holder .prices_tabs_nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.prices .holder .prices_tabs_nav .item {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prev,
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .next {
    display: none;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider {
    width: 100%;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slick-list .slick-track {
    padding-bottom: 30px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide {
    margin: 0 15px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .btn a {
    font-size: 22px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name p {
    font-family: OpenSansB;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name p span {
    font-family: OpenSans;
    text-transform: none;
  }
  section.moreserv {
    padding-top: 117px;
  }
  section.moreserv h2 {
    font-size: 32px;
  }
  section.moreserv .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.moreserv .holder .item {
    width: 48%;
    margin-bottom: 30px;
  }
  section.moreserv .holder .item p.name {
    font-size: 16px;
  }
  section.moreserv .holder .item img {
    width: 90%;
  }
  section.moreserv .holder .item p {
    font-size: 18px;
  }
  section.moreserv .holder .item p span {
    font-size: 32px;
  }
  section.sborgames a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.sborgames .holder h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  section.sborgames .holder .timebox {
    padding: 40px 25px;
    -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: center;
  }
  section.sborgames .holder .timebox .timerbox {
    margin-bottom: 32px;
  }
  section.sborgames .holder .timebox .timerbox p {
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
  }
  section.sborgames .holder .timebox .timerbox .countdown div span {
    text-align: center;
    font-size: 36px;
  }
  section.sborgames .holder .timebox .timerbox .countdown div p {
    font-size: 16px;
  }
  section.sborgames .holder .timebox .info p {
    font-size: 12px!important;
    margin-bottom: 0;
  }
  section.sborgames .holder .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.sborgames .holder .btns a {
    margin-bottom: 29px;
    width: 100%!important;
    max-width: none!important;
  }
  section.certform a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.certform img.bg {
    display: none;
  }
  section.certform .holder h2 {
    font-size: 32px;
  }
  section.certform .holder .form {
    padding: 20px;
  }
}
@media screen and (max-width: 425px) {
  section.calendar .holder h2{
    font-size: 32px;
    margin-bottom: 20px;
  }
  section.calendar .holder > p{
    font-size: 22px;
    margin-bottom: 25px;
  }
  section.calendar .holder .calendar-wrapper .calendarbox .row{
    padding: 0 10px;
  }

  section.calendar .holder .calendar-wrapper .calendarbox .row div{
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  .calendarbox{
    padding: 0 20px;
  }

  section.calendar .holder .calendar-wrapper .calendarbox .row div .tooltiptext{
    width: 120px;
    font-size: 12px;
    padding: 5px;
    top: -275%;
    left: -187%;
  }


  section.mainbanner .img{
    position: absolute;
    top:  auto;
    bottom: 85px;
  }
  section.mainbanner .holder .mainbannerslider .slide .text{
    padding-bottom: 300px;
  }
  section.mainbanner .mainbannerslider-dots{
    margin-top: -5px;
  }
  .modal-form .form form input{
    height: 30px;
  }
  .modal-form .form form label{
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
  }
  .modal-form .form form textarea{
    height: 120px;
  }
  .modal-form .form form button{
    height: 40px;
    font-size: 18px;
  }
  header .header-top .holder .box .left {
    max-width: 250px;
  }
  header .header-top .holder .box .left .phone a {
    font-size: 16px;
  }
  header .header-top .holder .box .left a.callback {
    padding: 0 10px;
    font-size: 12px;
  }
  section.choises {
    height: auto;
  }
  section.choises .holder .mainch {
    -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: center;
  }
  section.choises .holder .mainch .item:first-child img {
    width: 125%;
    margin-left: -10%;
  }
  section.choises .holder .secch {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.choises .holder .secch .item {
    width: 45%;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  section.choises .holder .secch .item:nth-child(1) img {
   
  }
  section.choises .holder .secch .item:nth-child(2) img {
   
  }
  section.desription {
    padding: 0;
    padding-top: 50px;
  }
  section.desription .text-block {
    background: none;
    padding: 0 20px;
    margin-top: 100px;
  }
  section.desription .text-block p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }
  section.calculator {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  section.calculator .holder {
    max-width: 768px;
  }
  section.calculator .holder .form form .frow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
  section.calculator .holder .form form .frow p.tit {
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
  }
  section.calculator .holder .form form .frow h2 {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 34px;
  }
  section.calculator .holder .form form .frow .inputbox input {
    height: 40px!important;
    font-size: 18px!important;
  }
  section.calculator .holder .form form .frow .select-box {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  section.calculator .holder .form form .frow .select-box svg {
    top: 15px;
  }
  section.calculator .holder .form form .frow .select-box select {
    width: 100%;
    height: 40px;
    font-size: 18px;
  }
  section.calculator .holder .form form .frow .datebox {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  section.calculator .holder .form form .frow .datebox .dateb img {
    width: 33px;
  }
  section.calculator .holder .form form .frow .box .counter {
    height: 45px;
  }
  section.calculator .holder .form form .frow .box .counter svg {
    width: 25px;
  }
  section.calculator .holder .form form .frow .box .counter span {
    font-size: 20px;
  }
  section.calculator .holder .form form .frow .radiobox {
    margin-top: 10px;
    -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;
  }
  section.calculator .holder .form form .frow .radiobox .rad {
    margin-bottom: 0;
  }
  section.calculator .holder .form form .frow .radiobox .rad input {
    width: 25px;
    height: 25px;
    max-height: 25px;
  }
  section.calculator .holder .form form .frow .radiobox .rad span {
    top: 26%;
    left: 29%;
    width: 15px;
    height: 15px;
  }
  section.calculator .holder .form form .frow .summ {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
  }
  section.calculator .holder .form form .frow button {
    width: 100%;
    max-width: 250px;
    margin-top: 0;
  }
  section.timer {
    margin-top: 71px;
  }
  section.timer .holder .timer {
    margin-bottom: 65px;
  }
  section.timer .holder .timer .countdown > div > span {
    width: 70px;
    padding: 5px;
    font-size: 42px;
  }
  section.timer .holder .timer .countdown > div p {
    font-size: 21px;
    line-height: 40px;
  }
  section.timer .holder .btns {
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.timer .holder .btns a.btn {
    margin: 10px;
    max-width: 240px;
    border-radius: 35px;
  }
  section.kids .holder .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.kids .holder .box .dop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.kids .holder .box .dop img {
    width: 90px;
    height: 70px;
    margin-right: 15px;
  }
  section.certform a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.certform img.bg {
    display: none;
  }
  section.certform .holder img.mob {
    display: block;
    width: 898px;
    margin-left: -70%;
  }
  section.certform .holder h2 {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 375px) {
  section.sborgames a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.sborgames .holder h2 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  section.sborgames .holder .timebox {
    padding: 40px 15px;
  }
  section.certform a.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.certform img.bg {
    display: none;
  }
  section.certform .holder img.mob {
    display: block;
    width: 700px;
    margin-left: -60%;
  }
  section.certform .holder h2 {
    margin-bottom: 38px;
  }
  section.mainbanner a.logo {
    display: block;
  }
  section.mainbanner .holder .mainbannerslider .slide {
    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;
    text-align: center;
  }
  section.mainbanner .holder .mainbannerslider .slide .text h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 26px;
  }
  section.mainbanner .holder .mainbannerslider .slide .text p {
    margin-bottom: 33px;
  }
  section.mainbanner .holder .mainbannerslider .slide .text p span {
    font-weight: 700;
    text-transform: uppercase;
  }
  section.mainbanner .mainbannerslider-dots {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  section.prices .holder .prices_tabs_nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.prices .holder .prices_tabs_nav .item {
    margin: 0 15px;
    margin-bottom: 30px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide {
    margin: 0 5px;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name p {
    font-family: OpenSansB;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
  }
  section.prices .holder .prices_tabs .prices_tab .prices_slider-box .prices_slider .slide .name p span {
    font-family: OpenSans;
    text-transform: none;
  }
  section.choises {
    height: auto;
  }
  section.choises .holder .mainch {
    -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: center;
  }
  section.choises .holder .mainch .item:first-child img {
    width: 125%;
    margin-left: -10%;
  }
  section.choises .holder .secch {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.choises .holder .secch .item {
    width: 45%;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  section.choises .holder .secch .item:nth-child(1) img {
   
  }
  section.choises .holder .secch .item:nth-child(2) img {
 
  }
  .map-block {
    padding-top: 50px;
    padding-bottom: 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .map-block img {
    top: 635px;
    height: 155px;
    z-index: 1;
  }
  .map-block iframe {
    width: 110%;
    margin: 0 -15px;
    position: static;
    height: 505px;
    z-index: 0;
  }
  .map-block .form {
    margin: 0 auto;
  }
  .map-block .form h3, .modal-form .form h3  {
    line-height: 40px;
    font-size: 26px;
  }
  section.moreserv {
    padding-top: 117px;
  }
  section.moreserv h2 {
    font-size: 26px;
  }
  section.kids a.logo {
    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;
    margin-bottom: 30px;
  }
  section.kids .holder h2 {
    font-size: 32px;
    margin-bottom: 39px;
  }
  section.kids .holder p {
    font-size: 16px;
  }
  section.kids .holder p span {
    font-family: OpenSansB;
  }
  section.kids .holder .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.kids .holder .box .dop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.kids .holder .box .left {
    max-width: none;
  }
  section.kids .holder .box .left .dop {
    display: none;
  }
  section.kids .holder > .price {
    margin-top: 42px;
  }
  section.kids .holder > .price h3 {
    margin-bottom: 16px;
  }
  section.kids .holder > .price .pricesbox {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  section.kids .holder > .price .pricesbox .item {
    width: auto;
    max-width: none;
    height: auto;
  }
  section.kids .holder > .price .pricesbox .item .name {
    padding: 0 10px;
  }
  section.kids .holder > .price .pricesbox .item .text {
    max-width: 400px;
    padding: 20px 10px;
  }
}

section.prices .item.i7 .img  img {
 
    left: -34px!important;
    top: -12px!important;
}
.topline a  {
    max-width: 50%;
    /* margin: 2%; */
    display: block;
    float: left;
}

section.prices .item.i10 .img  img {
 
   
    top: 0!important;
}
section.prices .item.i6 .img  img  {
  
    left: -41px!important;
    top: -19px!important;
}

section.prices .item.i9 .img  img {
    height: 99px!important;
    top: -18px!important;
    left: -15px!important;
}

.secch  {
    top: 100px;
    position: relative;
}
.topline {
	text-align:center;
}
.tline {text-align:center;display: table;}
.holder.top50 a img {max-width:100%!important}
.tline img {height:350px}
.i11 img  {
    top: -15px!important;
    left: -15px!important;
}
img.cbob {
    position: absolute;
    bottom: 0;
    right: -2%;
    z-index: 100;
}
#c_footer a {
	
	color:#fff;
}

#c_footer {
	background:#25006a;
	color:#fff;
	padding-bottom:50px;
}
body {
	position: relative;
	overflow-x:hidden;
}

.c-f-soc ul {padding-left:0;    margin-top: 20px;}
.c-f-soc ul li {display:inline; padding-right:20px}

.ban-1 img {
    position: absolute;
    right: -95px;
    bottom: 0;
}
.ban-1 ul li {margin-bottom:15px;padding-left: 40px;position:relative}
.info-1:before {
	content:"";
	position:absolute;
	height:32px;
	width:32px;
	background: url(/images/iphone.png) no-repeat;
	background-size:contain;
	left: 0;
	
}

.info-2:before {
	content:"";
	position:absolute;
	height:32px;
	width:32px;
	background: url(/images/imail.png) no-repeat;
	background-size:contain;
	left: 0;
	
}

.info-3:before {
	content:"";
	position:absolute;
	height:32px;
	width:32px;
	background: url(/images/imap.png) no-repeat;
	background-size:contain;
	left: 0;
	    top: 5px;
	
}
.prog-zakaz {
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-top: -37px;
}
.ban-1 ul {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.ban-1 {
	background:#241938;
	color:#fff;
	border-radius:20px;
	min-height:250px;
	margin-bottom:40px;
	padding:30px;
	    position: relative;
		font-size: 24px;
    font-weight: 600;
		
}
.top-buy-b img  {
    max-width: 90%;
    margin-top: 7px;
	transition: all .2s;
}
#center_about h2 {
       font-family: ABSTRKT;
}
.c-t-soc ul {margin:0; margin-top:5px;  margin-bottom: 5px;}
.c-t-tel {
    float: left;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 5px;
}
.c-t-soc {float:right}
.c-t-soc ul li {display:inline; padding-left:15px}
.ban-2 {
	background:#f3c028 url(/images/smile.png) no-repeat;
	padding:30px;
	border-radius:20px;
	min-height:250px;
	text-align:center;
	    z-index: 1000;
  
	
}
a.uk-logo {
    position: relative;
    top: -42px;
}


.uk-sticky-fixed a.uk-logo {
    position: relative;
    top: -25px;
} 

.uk-navbar {height:80px;  
    z-index: 10;
}
#mainscreen {
	
	  background: #453691;
	min-height:80vh;
	margin-top: -80px;
	    position: relative;
}

#mainscreen div.bgm {
    background: #453691 url(/images/bgteam.png) no-repeat bottom center;
    height: 80vh;
    max-width: 1600px;
    margin: 0 auto;
}


#mainscreen:after {
    content: "";
    position: absolute;
    background: url(/images/lo.png) no-repeat;
    background-size: contain;
    height: 300px;
    width: 200px;
    left: 0;
    bottom: -120px;
}

#mainscreen:before {
    content: "";
    position: absolute;
    background: url(/images/ro.png) no-repeat;
    background-size: contain;
    height: 500px;
    width: 200px;
    right: -50px;
    bottom: -220px;
    background-position: right;
}
a.buter  {
    color: #fff;
    font-weight: 800;
    line-height: 80px;
}
a.buter:hover  {
    color: #f2c61a;
    
}
a.buter span {
    padding-right: 5px;
}


.topbar .uk-container {
    max-width: 1190px;
}
.prog-price {
    color: #fcab1f;
    font-weight: 900;
    font-size: 32px;
    margin-top: 20px;
	text-shadow: 0 0 11px #673ab7;
}
.dopi {margin-top:5px; color:#fff;margin-left:5px}
.p-cont {position:relative}
.p-desc {
	background:url(/images/price-bg.png) no-repeat;
	background-size:contain;
	width:386px;
	height:693px;
	padding:40px;
	margin: 0 auto;
}
.p-desc h5 {
    font-family: ABSTRKT;
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 1;
}
.pole-1, .pole-2 {
    background: #fff;
    border-radius: 5px;
    padding: 5px 8px;
    font-weight: 600;
    font-size: 80%;
}

.p-desc .uk-grid + .uk-grid-small {margin-top: 7px;}
#center_price {
 background: url(/images/confeti.png) no-repeat;
 background-size:contain;
 position:relative;
 
}

.poni {
    position: absolute;
    left: -49px;
    z-index: 1;
}

.bita {
    position: absolute;
    right: -90px;
    z-index: 1;
    top: 277px;
}
#callup textarea {
    width: 100%;
    border-radius: 20px;
	 padding: 8px 25px;
    font-size: 18px;
    font-weight: 600;
}
#callup .uk-close {
    background: #ffc107;
    color: #000;
    border-radius: 50px;
    padding: 10px;
}
#callup form button {
    width: 100%;
    border-radius: 40px;
    border: 0;
    background: #ffc107;
    color: #000;
    padding: 10px 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
	cursor:pointer;
	 font-family: OpenSans;
}
#callup .uk-modal-dialog{
    background: #6c13d1;
    color: #fff;
    border-radius: 40px;
    border: 0;
}
#callup label  {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}
#callup input {
    width: 100%;
    border: 0;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 600;
}






#callsmall textarea {
    width: 100%;
    border-radius: 20px;
	 padding: 8px 25px;
    font-size: 18px;
    font-weight: 600;
}
#callsmall .uk-close {
    background: #ffc107;
    color: #000;
    border-radius: 50px;
    padding: 10px;
}
#callsmall form button {
    width: 100%;
    border-radius: 40px;
    border: 0;
    background: #ffc107;
    color: #000;
    padding: 10px 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
	cursor:pointer;
	 font-family: OpenSans;
}
#callsmall .uk-modal-dialog{
    background: #6c13d1;
    color: #fff;
    border-radius: 40px;
    border: 0;
}
#callsmall label  {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}
#callsmall input {
    width: 100%;
    border: 0;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 600;
}














@media screen and (max-width: 1024px) {
	.secch {
    top: unset;
    position: relative;
}
section.choises {
    height: auto;
    background: url('../img/bg1@2x.jpg') bottom / 100% 95% no-repeat;
  }
}

@media screen and (max-width: 740px) {
#mainscreen:before {
    content: "";
    position: absolute;
    background: url(/images/ro.png) no-repeat;
    background-size: contain;
    height: 500px;
    width: 200px;
    right: -100px;
    bottom: -220px;
    background-position: right;
} 	
	
#mainscreen:after {
    content: "";
    position: absolute;
    background: url(/images/lo.png) no-repeat;
    background-size: contain;
    height: 300px;
    width: 200px;
    left: -100px;
    bottom: -176px;
}
#center_about h2 {
    font-family: ABSTRKT;
    z-index: 1;
    position: relative;
}
	
}

@media screen and (max-width: 540px) {
	.ban-1 img {
   
    right: 0;
   
}

.info-1:before {
  
    height: 24px;
    width: 24px;
 
}

.info-2:before {
   
    height: 24px;
    width: 24px;
   
}

.info-3:before {
  
    height: 24px;
    width: 24px;
   
}





	.ban-1 {
   
    min-height: 450px;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
	
	
	
	
	
.ban-2 {
    padding-top: 60px;
}	
	
	
	.poni {
   
    max-width: 100px;
}
	
	
	.bita {
   
    right: -40px;
  max-width:100px;
}
	
}
@media screen and (max-width: 1100px) {
#mainscreen div.bgm {
    background: #453691 url(/images/bgteam.png) no-repeat bottom center;
    height: 80vh;
    max-width: 1100px;
    margin: 0 auto;
    background-size: 1100px;
}
}
@media screen and (max-width: 400px) {
.mtext {display:none}
a.buter {
    color: #fff;
    font-weight: 800;
    line-height: 80px;
    margin-top: 21px;
}

}

@media screen and (max-width: 600px) {
	.top-buy-b-s img {
    height: 42px;
    /* margin-left: -47px; */
    /* display: block; */
    position: relative;
    width: auto;
    left: -29px;
}
#mainscreen {
    background: #453691;
    min-height: 60vh;
    margin-top: -80px;
    position: relative;
}

#mainscreen div.bgm {
    background: #453691 url(/images/bgteam.png) no-repeat bottom center;
    height: 60vh;
    max-width: 600px;
    margin: 0 auto;
    background-size: 600px;
}


}


@media screen and (max-width: 450px) {
	
.p-desc p {
	margin-top:10px;
	margin-bottom:10px;
	 
}	
.p-desc {
   
    width: 270px;
   height:485px;
   margin-top:70px
}
.p-desc {
   
    padding-top: 20px;
    padding-bottom: 20px;
}
	
.pole-1, .pole-2 {
    background: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    font-weight: 600;
    font-size: 70%;
}	
	
.p-desc h5	 {
    font-family: ABSTRKT;
    color: #fff;
    text-align: center;
    font-size: 21px;
    line-height: 1;
	   margin-bottom: 5px;
}
	.prog-price {
    
    margin-top: 10px;
   
}
	.dopi {
  
    font-size: 12px;
}
	
	.prog-zakaz {
    display: block;
    width: 200px;
    margin: -27px auto 50px;
}
	
}







@media screen and (max-width: 345px) {
  section.choises {
    height: auto;
  }
  section.choises .holder .mainch {
    -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: center;
  }
  section.choises .holder .mainch .item:first-child img {
    width: 125%;
    margin-left: -10%;
  }
  section.choises .holder .secch {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.choises .holder .secch .item {
    width: 45%;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  section.choises .holder .secch .item:nth-child(1) img {
 
  }
  section.choises .holder .secch .item:nth-child(2) img {
  
  }
}
