@font-face {
	font-family: 'Gilroy';
	src: url('/assets/css/font/gilroy-regular.eot'),
	url('/assets/css/font/gilroy-regular.eot?#iefix') format('embedded-opentype'),
	url('/assets/css/font/gilroy-regular.woff') format('woff'),
	url('/assets/css/font/gilroy-regular.ttf') format('truetype'), 
	url('/assets/css/font/gilroy-regular.svg#gilroy-regular') format('svg');
   }
@font-face {
    font-family: Gilroy-Semibold;
    src: url(/assets/css/font/Gilroy-Semibold.ttf) format('truetype'),
    url(/assets/css/font/Gilroy-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
   }
body,
html {
    width: 100%;
    overflow: auto;
	margin: 0;
}
body {
  font-family: 'Gilroy';
  border: none;
  background: #efefef;
  height:100%;
  color:#EFEFEF;
}
body a,body a:hover {color:#EFEFEF;}
p {font-family: 'Gilroy';}
#jGrowl .jGrowl-notification {font-size:14px;}
#jGrowl .jGrowl-notification.taleby-message-success {background-color: green!important;}
.header-container .sidebar-wrapper,.header-container .sidebar-wrapper .close-menu svg {display:none;}
.menu-click {
    position:relative;
    display:inline-block;
    z-index: 999;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    filter: drop-shadow(0px 13.3689px 22.5601px rgba(0, 0, 0, 0.15));
    border-radius: 26px;
    padding: 5px 72px 3px 21px;
    cursor:pointer;
}
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.menu-click svg {width:30px;height:30px;}
.menu-click svg,.menu-click span {display:inline-block;}
.menu-click span {
    color: #EFEFEF;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 60px;
}
.header-background {background:url('/assets/img/bg_main1.jpg');background-size: cover;background-position-x: center;height: 800px;position: relative;}
.header-background-page {background:url('/assets/img/about.jpg');background-size: cover;background-position-x: center;height: 600px;position: relative;}
.header-background-page2 {background:url('/assets/img/bg_rules.jpg');background-size: cover;background-position-x: center;height: 600px;position: relative;}
.logo a span {font-family: 'Gilroy-Semibold';font-size: 50px;line-height: 50px;color: #EFEFEF;}
.logo > * {
  max-width: 100%;
}
.logo a:hover {text-decoration:none;color:#fff;}
.logo a + p {font-family: 'Gilroy-Semibold';font-size: 28px;line-height: 34px;margin-top:18px;margin-bottom:18px;}
.logo a + p + p {font-size: 16px;line-height: 26px;}
.sidebar-wrapper.open-menu .close-menu svg {display:block;width:20px;height:20px;cursor:pointer;}
.open-menu .sidebar-nav {padding-left:0;list-style:none;}
.open-menu .sidebar-nav .nav-item {margin-top:15px;}
.open-menu .sidebar-nav .nav-link {color: #2C2D31;font-family: 'Gilroy-Semibold';font-size:19px;}
body a:hover, .open-menu .sidebar-nav .nav-link:hover {text-decoration:none;}
.menu-block .col-sm-4 a {font-size: 23px;display: inline-block;margin-top: 7px;}
.contact-block ul {padding-left:22px;}
.contact-block ul li {list-style: none;display: inline-block;position:relative;}
.contact-block ul li a,.contact-block ul li a:hover,.checkbox-form a,.checkbox-form a:hover {text-decoration:underline;}
.contact-block ul li:nth-child(2) {margin-left:40px;}
.contact-block ul li:first-child:before {content:'';background-size: contain;background-repeat: no-repeat;background-image:url(/assets/img/tg.svg);width:25px;height:25px;position: absolute;left: -30px;}
.contact-block ul li:nth-child(2):before {content:'';background-size: contain;background-repeat: no-repeat;background-image:url(/assets/img/whatsapp.svg);width:25px;height:25px;position: absolute;left: -30px;bottom: -2px;}
.form-block .container,.form-block {position:relative;}
.form-block input, .form-block select, .form-block textarea,.form-block input[type=date] {background: #EEEEE8;border-radius: 20px;height:50px;}
.form-block input::placeholder, .form-block select::placeholder {color:#2C2D31;}
.from-block input,.fr-name {display: none;}
.form-block .mybtn {background: #C5936F;border-radius: 30px;color:#fff;padding: 15px 50px;}
.faq-block {margin-top:100px;margin-bottom:140px; margin-top:30px;}
.faq-block h2 {font-style: normal;font-weight: 400;font-size: 30px;line-height: 42px;color: #2C2D31;margin-bottom: 35px;}
.faq-block .faq-list {font-size: 19px;line-height: 23px;color: #2C2D31;}
.faq-block .faq-list .faq {border-top: 1px solid rgba(44, 45, 49, 0.2);}
.faq-block .faq-list .header-faq {cursor:pointer;display:block;padding-top: 20px;padding-bottom: 20px;}
.faq-block .faq-list .faq:last-child {border-bottom:1px solid rgba(44, 45, 49, 0.2);}
.faq-block .answer-block {display:none;}
.faq-block .answer-block ul li {margin-top:10px;}
.faq-block .answer-block p {margin-top:15px;color: #565961;font-size: 17px;}
.question {
    content: '';
    background: url(/assets/img/open-faq.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    right: 25px;
}
.question.active {background: url(/assets/img/close-faq.svg);background-size: contain;background-repeat: no-repeat;background-position-y: 9px;}
@media (max-width:768px) {
    .logo a {
  display: block;
  overflow: hidden;
}
.book-img{height: 40vh; width: auto;}
.logo a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
    footer.footer .text-small {text-align:center!important;}
    .main-body .about-block {margin-top:30px;}
    .main-page .contact-block {margin-top:15px;}
    .header-blog .breadcrumb {margin-bottom:20px!important;}
    .blog img.img-responsive {margin-top: 25px;}
    .contact-block ul li a {font-size:12px;}
    .header-page-blog .container:nth-child(2) {margin-top: 100px;}
    .about-logo h1 {font-size: 45px!important;}
    .desc {margin-bottom:70px;}
    .header-blog .head-block .about-logo {position: relative;margin-top: 130px;background: transparent;}
    .header-page-blog.header-blog .head-block .about-logo {margin-top:0;}
    .header-blog .head-block .about-logo h1 {color:#4E5154;margin-top: 35px;}
    .footer .last-block .row {display: flex;flex-wrap: wrap;}
    .footer .last-block .row .col-md-2 {order:2;text-align:center;}
    .footer .last-block .row .col-md-4 .social-footer {width:100%;text-align:center;padding-left: 0;}
    .footer .last-block .row .col-md-4 .social-footer:first-child li a {font-size: 22px;}
    .footer .last-block .row .col-md-4 .social-footer:last-child {margin-top:10px;margin-bottom:20px;}
    .footer .mobile ul.sidebar-nav li {list-style:none;display:block;margin-right:auto!important;text-align:center;margin-bottom: 20px;}
    .footer .mobile {margin-bottom:60px;}
    .footer .mobile .sidebar-nav {padding-left:0;}
    .footer .mobile ul.sidebar-nav li a {font-weight: 400;font-size: 18px;line-height: 22px;}
    .faq-block .faq-list .header-faq span {width: 90%;display: inline-block;}
    section.visible-xs h2 {font-weight: 400;font-size: 35px;line-height: 42px;color: #2C2D31;margin-top: 70px;margin-bottom: 30px;}
    section.visible-xs p {font-size: 18px;line-height: 31px;color: #2C2D31;margin-top: 20px;margin-bottom: 20px;}
    section.visible-xs .container .row:last-child p {font-size: 18px;line-height: 24px;margin-top: 20px;color: #c4936f;}
    .form-block .container .col-md-12 p:first-child {font-weight: 600;font-size: 20px;line-height: 28px;}
    .form-block .container .col-md-12 p:nth-child(2) {font-weight: 400;font-size: 16px;line-height: 26px;}
    .form-group.date .controls, .form-group.date span, .form-block .mybtn, .form-block input.af_date {width:100%!important;}
    .form-group.date span {margin-bottom:10px;}
    .form-block .container { 
    background-color: rgba(38, 41, 46, 0.8);
    background-image: url(/assets/img/bg_uzor.png);
    background-size: 900px 900px;
    background-repeat: no-repeat;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background-position: 32% 11%;
    border-radius: 30px;
    margin-top: -100px;
    padding-top: 40px;
    }
    .sidebar-wrapper.open-menu .close-menu svg {float: right;}
    .menu-block .menu-click {padding: 20px 25px;border-radius: 50%;position:absolute;right:20px;top:20px;}
    .header-container.header-background, .header-container.header-background-page,.header-container.header-background-page2 {background-position-x: 62%;}
    .main-page .head-block .logo {position:absolute;bottom: 80px;padding-top: 20px;padding-bottom: 30px;background: #0000004f;}
    .head-block .about-logo {position:absolute;bottom:0px;background: #0000004f;}
    .logo a span, .head-block .about-logo h1 {font-weight: 600;font-size: 75px;line-height: 70px;color: #EFEFEF;}
    .sidebar-wrapper.open-menu {
    display:inline-block;    
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    color: #2C2D31;
    background: #EFEFEF;
    box-shadow: 0px 13.3689px 24px rgb(0 0 0 / 24%);
    border-radius: 26.7378px;
    padding: 25px 20px 25px 25px;
    }
}
@media (min-width:768px) {
    .blog .desc .description h4 {min-height:50px;}
    .blog .desc .description p {min-height:100px;}
    .footer {margin-bottom: 100px;}
    .faq-block .container {padding:0px 100px 0px 100px;}
    .form-block .container {
    margin-top: -150px;
    background-color: rgba(38, 41, 46, 0.8);
    background-image: url(/assets/img/bg_uzor.png);
    background-size: 500px 500px;
    background-repeat: no-repeat;
    backdrop-filter: blur(25px);
    border-radius: 21px;
    background-position: -12% 84%;
    padding: 50px 100px 60px 100px;
    }
    .menu-block {padding-top: 80px;margin-bottom: 50px;position: relative;}
    .sidebar-wrapper.open-menu {
    display: inline-block;
    position: absolute;
    top: 75px;
    left: 15px;
    z-index: 9999;
    color: #2C2D31;
    background: #EFEFEF;
    box-shadow: 0px 13.3689px 24px rgb(0 0 0 / 24%);
    border-radius: 26.7378px;
    padding: 25px 20px 25px 25px;}
.book-img{height: 40vh; width: auto;}

}
select.form-control {
    -moz-appearance:none; 
    -webkit-appearance:none;
    appearance:none;
    background-image: url("/assets/img/select.svg");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 19px
}
input[type=date] {color:#000;border: 1px solid #ccc;padding-left: 10px;-webkit-appearance:none;}
input[type=date]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background-image: url("/assets/img/select.svg");
    background-size:contain;
    width:15px;
    height:15px;
    margin-right:3px;
}
.date span, .date .controls {display:inline-block;}
.date span {width:69%;}
.date .controls {width:30%;}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor:pointer;
  font-size: 13px;
  font-weight: normal;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #2E3231;
  border-radius: 50%;
  background-color: #2E3231;
  background-image: url("/assets/img/check.svg");
}
input::placeholder,textarea::placeholder,select::placeholder,textarea.af_message::placeholder {color:#2C2D31;}
.form-block .container .row:nth-child(4) img {height:100px;margin-bottom: 20px;}
.form-block .container .row:nth-child(4) p {font-size: 15px;line-height: 24px;}
.form-block .container .row:nth-child(5) p {font-size: 18px;line-height: 24px;color: #E3C1A9;margin-top: 50px;}
.form-block h2 {margin-top:30px;margin-bottom:30px;}
.footer .container.last-block {background: #E9E9E9;backdrop-filter: blur(50px);border-radius: 97px;padding: 30px 30px 20px 30px;}
.footer a,.footer ul li,.footer ul li a,.footer a:hover {color: #2C2D31;}
.footer ul li {list-style:none;display:inline-block;}
.footer ul.sidebar-nav li:not(:last-child) {margin-right:25px;}
.footer ul.social-footer li:not(:last-child) {margin-right:15px;}
.footer ul.social-footer {display:inline-block;}
.about-logo h1 {font-weight: 600;font-size: 45px;line-height: 45px;color: #EFEFEF;}
.about-logo p {font-weight: 600;font-size: 19px;line-height: 27px;color: #E0E0E0;margin-top: 15px;margin-bottom: 40px;}
.about-block h2, .about-block p, .about-block2 h2, .about-block2 p,.slider h2 {color: #2E343A;}
.slider {margin-top:100px;margin-bottom:100px;}
.slider h2 {margin-bottom:70px;font-size: 32px;line-height: 42px;}
.about-block h2 {font-size: 32px;line-height: 42px;margin-bottom: 40px;margin-top: 30px;}
.about-block p {font-size: 17px;line-height: 25px;}
.about-block {margin-top:70px;margin-bottom:100px;}
.about-block .container {background-image: url(/assets/img/bg_uzor2.png);background-size: 700px 700px;background-repeat: no-repeat;background-position: -33% -91%;}
.about-block2 hr {border-top: 1px solid #2E343A;}
.about-block2 h2 {font-size: 32px;line-height: 42px;}
.about-block2 p {position:relative;margin-top: 80px;font-size: 17px;line-height: 25px;}
.about-block2 p:before {content:'';position:absolute;top: -45px;left: 0px;width: 35px;height: 35px;}
.about-block2 .row:nth-child(2) .col-md-3:nth-child(1) p:before {background:url(/assets/img/one.svg)no-repeat;}
.about-block2 .row:nth-child(2) .col-md-3:nth-child(2) p:before {background:url(/assets/img/two.svg)no-repeat;}
.about-block2 .row:nth-child(2) .col-md-3:nth-child(3) p:before {background:url(/assets/img/three.svg)no-repeat;}
.about-block2 .row:nth-child(2) .col-md-3:nth-child(4) p:before {background:url(/assets/img/four.svg)no-repeat;}
.about-block2 .row:nth-child(3) .col-md-3:nth-child(1) p:before {background:url(/assets/img/five.svg)no-repeat;}
.about-block2 .row:nth-child(3) .col-md-3:nth-child(2) p:before {background:url(/assets/img/six.svg)no-repeat;}
.about-block2 .row:nth-child(3) .col-md-3:nth-child(3) p:before {background:url(/assets/img/seven.svg)no-repeat;}
.about-block2 .row:nth-child(3) .col-md-3:nth-child(4) p:before {background:url(/assets/img/eight.svg)no-repeat;}
.about-block2 .row:nth-child(4) .col-md-3:nth-child(1) p:before {background:url(/assets/img/nine.svg)no-repeat;}
.about-block2 .row:nth-child(4) .col-md-3:nth-child(2) p:before {background:url(/assets/img/ten.svg)no-repeat;}
.about-block2 .row:nth-child(4) .col-md-3:nth-child(3) p:before {background:url(/assets/img/eleven.svg)no-repeat;}
.about-block2 .row:nth-child(4) .col-md-3:nth-child(4) p:before {background:url(/assets/img/twelve.svg)no-repeat;}
.about-block2 .row:last-child .col-md-3:nth-child(5) p:before {background:url(/assets/img/thirteen.svg)no-repeat;}
.form-block.form-block-page .container {margin-top: auto;background-image: none;}
.myslider .slick-prev:before, .myslider .slick-next:before {color:#C5936F;}
.about-block img {height: 90px;max-width: 65px;margin-bottom: 20px;}
.about-block .container .row:nth-child(2) img, .about-block .container .row:nth-child(3) img {margin-top:30px;}
.header-background-page2 + .about-block .container {background-position: -33% 100%;}
.header-blog .menu-click {border: 1px solid #4E5154;color:#4E5154;}
.header-blog a, .header-blog a:hover, .header-blog .menu-click span, .header-blog h1, .header-blog p {color:#4E5154;}
.header-blog .menu-click svg {fill:#4E5154;}
.header-blog .contact-block ul li a {color: #2E343A;}
.header-blog .contact-block ul li:first-child:before {background-image: url(/assets/img/tg_black.svg);}
.header-blog .contact-block ul li:nth-child(2):before {background-image: url(/assets/img/whatsapp_black.svg);}
.blog .desc .description h4 {font-weight: 600;font-size: 18px;line-height: 25px;color: #2E343A;margin-top: 15px;}
.blog .desc .description p {font-weight: 400;font-size: 15px;line-height: 22px;color: #2E343A;}
.blog img.img-responsive {border-radius: 60px;}
.body-blog {background-image: url(/assets/img/blog/bg_blog.png);background-size: 800px 800px;background-repeat: no-repeat;background-position: 80% 4%;}
.share p {font-weight: 400;font-size: 15px;line-height: 18px;color: #4E5154;}
.share ul li {margin-top:10px;}
.share ul li a img {height: 25px;max-width: 25px;}
.share ul li a {padding: 12px 12px;border-radius: 20px;display: inline-block;background: #C5936F;}
.share ul {padding-left:0;}
#pdopage .mybtn {text-align:left;color:#fff;background: #C5936F;border-radius: 30px;padding: 15px 50px;width:auto;border: 1px solid transparent;margin: 0;}
.header-blog .col-md-11.about-logo img {width:100%;object-fit: cover;height: 400px;border-radius: 50px;margin-bottom: 30px;}
.header-blog .breadcrumb {background-color:transparent;padding-left: 0;margin-bottom: 0;padding-top: 0;}
.header-blog .breadcrumb li {font-size:12px;margin-right:7px;}
.header-blog .breadcrumb .fas {font-size: 10px;margin-right: 5px;color: #26292B;}
.header-blog .breadcrumb li a {color:#26292B;}
.header-blog .row.head-block h1 {font-weight: 600;font-size: 32px;line-height: 43px;color: #2E343A;margin-bottom: 30px;}
.blog-page p {font-size: 17px;line-height: 25px;color: #2E343A;}
.blog-page h2 {font-size: 30px;line-height: 38px;color: #2E343A;margin-bottom: 30px;margin-top: 30px;}
.blog-page a {color:#C5936F;}
.blog-page a:hover {color:#26292e;}
.blog-page li {color: #2E343A;}
.blog-page h3 {font-size: 20px;line-height: 24px;color: #2E343A;font-weight: bold;}
#pdopage,.blog-page {margin-bottom:100px;}
.ajax_form .error {color: #c4936f!important;}
.myslider .slick-slide.item a {position:relative;display:block;}
.myslider .slick-slide.item:hover a:before {content:'';background:#fff;border-radius:50%;width:50px;height:50px;position:absolute;margin-left: auto;margin-right: auto;margin-top: auto;margin-bottom: auto;left: 0;right: 0;top:0;bottom:0;text-align: center;}
.header-blog .contact-block ul {margin-top:9px;}
footer.footer .text-small {margin-bottom:0;text-align:right;}
footer.footer .text-small span {color:#525356;font-size: 11px;}
footer.footer .text-small span a {text-decoration:underline;}

