/*GLOBAL START*/
body{
	background-color: #000;
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Montserrat';
	font-weight: 400;
}
h1,h2,h3,h4,p{
	margin: 0;
}
p{
	font-size: 20px;
	line-height: 28px;
}
a{
	text-decoration: none;
}
section{
	background-image: url("../img/bg.png");
	background-repeat: repeat;
	background-position: top;
	text-align: center;
}
.container{
	width: 420px;
	margin: 0 auto;
	background-color: #040f00;
}
.block{
	padding: 0 10px;
}
.line{
	margin: 30px 0;
}
.phone a{
	font-size: 34px;
	font-weight: 700;
}
.messenger{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.messenger a {
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 20px;
}
a.telegram{
	background: rgb(0,75,124);
  background: linear-gradient(0deg, rgba(0,75,124,1) 0%, rgba(0,139,230,1) 100%);
	animation: telegram 2s infinite;
}
@keyframes telegram {
  0% {
    box-shadow: 0 0 10px 2px #005187;
  }
  50% {
    box-shadow: 0 0 15px 2px #0077c6;
  }
  100% {
    box-shadow: 0 0 10px 2px #005187;
  }
}
a.whatsapp{
	background: rgb(3,75,0);
	background: linear-gradient(0deg, rgba(3,75,0,1) 0%, rgba(0,198,6,1) 100%);
	animation: whatsapp 2s infinite;
}
@keyframes whatsapp {
  0% {
    box-shadow: 0 0 10px 2px #4aa923;
  }
  50% {
    box-shadow: 0 0 15px 2px #56dd1e;
  }
  100% {
    box-shadow: 0 0 10px 2px #4aa923;
  }
}
a.max {
  background: #2142ff;
  background: linear-gradient(90deg, rgba(33, 66, 255, 1) 0%, rgba(156, 64, 255, 1) 100%);
  color: #fff;
  animation: maxGlow 2.2s infinite ease-in-out;
}
@keyframes maxGlow {
  0% {
    box-shadow:
      0 0 8px 2px rgba(90,120,255,0.6),
      0 0 16px 4px rgba(156,64,255,0.4);
  }
  50% {
    box-shadow:
      0 0 14px 4px rgba(90,120,255,0.9),
      0 0 26px 8px rgba(156,64,255,0.7);
  }
  100% {
    box-shadow:
      0 0 8px 2px rgba(90,120,255,0.6),
      0 0 16px 4px rgba(156,64,255,0.4);
  }
}
.gold{
	background: url("../img/gold_bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    text-shadow: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
          	filter: drop-shadow(1px 1px #000);
}
/*GLOBAL END*/


section.header{
	padding-bottom: 80px;
	position: relative;
}
.header_translate{
	position: absolute;
  width: 100%;
  margin-top: 10px;
}
.header_translate a{
  margin: 0 15px;
}
.header_translate a img{
  width: 32px;
  box-shadow: 0 0 8px 2px #000;
}
img.person{
	width: 100%;
}
.logotype{
	margin-top: -90px;
}
.logotype span{
	font-family: GoodVibesProUk;
	font-size: 83px;
	line-height: 117px;
}
.sub_logotype span {
  font-family: GoodVibesProUk;
  font-size: 63px;
  line-height: 85px;
}
.header_name h1{
	font-weight: 800;
	font-size: 36px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
}
.header_name_subname{
  margin-top: 30px;
}
.header_name_subname h2{
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}
.header_messenger{
	margin-top: 50px;
}
.service_item_descr {
    margin-top: 20px;
    text-align: center;
}

.service_item_descr ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service_item_descr li {
    margin-bottom: 4px;
    text-align: center;
}

.service_item_descr a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
}
.block_audio{
  margin-top: 30px;
}
.block_audio_descr h4 {
  font-weight: 800;
  font-size: 27px;
  line-height: 33px;
  color: #fff;
  text-transform: uppercase;
}
.block_audio_player{
  margin-top: 30px;
}

section.devider::before{
	content: '';
    background-image: url("../img/border.png");
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    height: 35px;
    width: 100%;
    top: -18px;
    left: 0;
}
section.devider{
	position: relative;
	padding: 55px 0 65px 0;
}
section.devider::after{
	content: '';
    background-image: url("../img/border.png");
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: -18px;
    left: 0;
}
.section_name h2 {
    font-weight: 800;
    font-size: 31px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
}
.devider_item:first-child{
	margin-top: 0;
}
.devider_item{
	margin-top: 50px;
}
.devider_item_name h3{
	margin: 20px 0;
}

section.devider_before_white{
  padding-bottom: 0;
}
section.devider_before_white:after{
  content: none;
}

h3{
	font-weight: 800;
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
}


section.about_me{
	padding: 10px 0 65px 0;
}
.about_me_btn{
	margin-top: 40px;
}
.about_me_cert{
	margin-top: 40px;
}
.about_me_cert img{
	width: 320px;
	margin: 0 auto;
}
.slick-next {
    right: 0px;
}
.slick-prev {
    left: -3px;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    font-size: 24px;
    opacity: 1;
    color: #ffd400;
}
.btn a {
    color: #040f00;
    display: block;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 14px 20px;
    background-color: #000;
    background-image: url(../img/gold_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: none;
    animation: circleScale 3s infinite;
}

@keyframes circleScale {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

.devider_form_img{
	margin-top: 25px;
}
form{
	margin-top: 40px;
}
input, textarea{
    background-color: rgb(0 0 0 / 40%);
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    outline: 0;
    border: 2px solid #ffc800;
    border-radius: 25px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	height: 120px;
}
button.btn{
	margin-top: 30px;
	color: #040f00;
    border-radius: 25px;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 50px;
    background-color: #000;
    background-image: url(../img/gold_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-family: 'Montserrat';
    animation: circleScale 3s infinite;
    box-shadow: 0 0 20px 5px #ffb100;
}






section.service{
	padding: 0;
}
.service_item_descr{
	margin-top: 40px;
}
.service_item_img{
	margin-top: 40px;
}
.service_item_btn{
	margin-top: 40px;
}



.devider_messenger{
	margin-top: 60px;
}


section.recent{
	padding: 0 0 65px 0;
}
.recent_item_name{
	margin-top: 40px;
}
.recent_item_descr{
	margin-top: 40px;
}
.recent_btn{
	margin-top: 60px;
}
.slick-slide img {
    display: inline-block;
}
.recent_block button.slick-prev, .recent_block button.slick-next{
	top: 289px;
}



section.contact{
	padding: 55px 0 65px 0;
}
.contact_phone{
	margin-top: 30px;
}
.contact_messenger{
	margin-top: 40px;
	margin-bottom: 20px;
}
section.contact form{
	margin-top: 30px;
}



/*MODAL*/
.iziModal{
	background: #000;
	background-image: url("../img/bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.iziModal .iziModal-button{
	opacity: 1;
	position: absolute;
	top: 20px;
	right: 20px;
}
.modal_block_phone{
	margin-top: 30px;
}
.modal_block_phone a{
  font-size: 34px;
  font-weight: 700;
}
.modal_block_messenger{
	margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.modal_block_messenger a {
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 20px;
}
.modal_block_descr{
	margin-top: 30px;
}
.modal_block_close{
	margin-top: 40px;
}
.modal_block_close a{
    color: #040f00;
    border-radius: 25px;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 50px;
    background-color: #fff;
    text-shadow: none;
}
.modal_block img{
	margin: 30px 0 0 0;
}
form.add_recent input{
	margin-top: 40px;
}
form.add_recent textarea{
	margin-top: 40px;
}

section.offer_white{
	padding: 120px 0;
	color: #000;
}
.offer::before{
	content: '';
	background-image: url("../img/offer_top.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -109px;
	left: 0;
	height: 115px;
	width: 100%;
}
.offer{
	padding: 40px 0 30px 0;
	background-color: #fff;
	position: relative;
	text-shadow: none;
}
.offer::after{
	content: '';
	background-image: url("../img/offer_down.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: -109px;
	left: 0;
	height: 115px;
	width: 100%;
}
.offer_name h2{
	font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    color: #040f00;
    text-transform: uppercase;
}
.offer_descr{
	margin-top: 35px;
}

section.devider_offer{
	position: relative;
	padding: 10px 0 65px 0;
}
section.devider_offer::after{
	content: '';
    background-image: url("../img/border.png");
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    height: 35px;
    width: 100%;
    bottom: -18px;
    left: 0;
}




/*PAGE AFTER SEND*/
section.notify{
	height: 100vh;
	padding: 60px 0;
}
.notify_name h1{
	font-weight: 800;
  font-size: 31px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
}
.notify_descr{
	margin-top: 40px;
}
.notify_messenger{
	margin-top: 40px;
}
.notify_btn{
  margin-top: 30px;
}
/*PAGE AFTER SEND END*/



/*MENU ICON*/
a.menu{
	position: fixed;
	top: 30%;
	z-index: 2;
	width: 30px;
	height: 70px;
  background-color: #fff;
  border-top-right-radius: 80px 80px;
  border-bottom-right-radius: 80px 80px;
  text-shadow: none;
  box-shadow: 0 0 4px 0px #000;
}
a.menu img{
	width: 10px;
  position: absolute;
  top: 13px;
  left: 7px;
}
/*MENU END*/


/*TRANSLATE PLUGIN*/
a.gflag{
	vertical-align:middle;
	background-repeat:no-repeat;
	background-image:url(https://gtranslate.net/flags/32.png);
	margin: 0 10px;
	padding: 0;
	font-size: 29px;
}
a.gflag img{
	border:0;
}
a.gflag:hover{
	background-image:url(https://gtranslate.net/flags/32a.png);
}
#goog-gt-tt{
	display:none !important;
}
.goog-te-banner-frame{
	display:none !important;
}
body {
	top:0 !important;
}
.goog-te-menu-value:hover{
	text-decoration:none !important;
}
#google_translate_element2{
	display:none!important;
}
.gold .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  background: url("../img/gold_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  text-shadow: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(1px 1px #000);
          filter: drop-shadow(1px 1px #000);
}
.goog-text-highlight{
	background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/*TRANSLATE END*/



/*CALL BACK*/
#button-contact-vr {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 998;
}
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr-circle-fill {
  width: 60px;
  height: 60px;
  top: 13px;
  left: 13px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{
	0%{transform:scale(.9)}
	70%{transform:scale(1);box-shadow:0 0 0 15px transparent;}
	100%{transform:scale(.9);box-shadow:0 0 0 0 transparent;}
}
@keyframes zoom{
	0%{transform:scale(.9)}
	70%{transform:scale(1);box-shadow:0 0 0 15px transparent;}
	100%{transform:scale(.9);box-shadow:0 0 0 0 transparent;}
}
#max-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #bd43ff;
  background-color: rgba(128, 85, 255, 0.7);
}
#max-vr .phone-vr-img-circle {
  background-color: #973bff;
}
#telegram-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196F3;
  background-color: rgba(33, 150, 243, 0.7);
}
#telegram-vr .phone-vr-img-circle {
  background-color: #2196F3;
}
#contact-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196F3;
  background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
  background-color: #2196F3;
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1fd744;
  background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
  background: #1cd741;
}
/*CALL BACK END*/


@media screen and (max-width: 420px) {
	.container{
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
  .modal_block_phone a{
    font-size: 32px;
  }
}
@media screen and (max-width: 405px) {
.logotype span{
    font-size: 76px;
  }
}
@media screen and (max-width: 395px) {
  .header_translate a{
    margin: 0 12px;
  }
}
@media screen and (max-width: 390px) {
  .about_me_cert img{
    width: 280px;
  }
  .modal_block_messenger a {
    margin: 0 15px;
  }
}
@media screen and (max-width: 382px) {
  .service_item_img img, .recent_item_img img{
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .phone a {
    font-size: 32px;
  }
  .modal_block_phone a{
    font-size: 30px;
  }
  .section_name h2, .offer_name h2{
    font-size: 28px;
    line-height: 32px;
  }
  .sub_logotype span{
    font-size: 60px;
  }
}
@media screen and (max-width: 374px) {
  .devider_item_img img, .devider_form_img img, .devider_messenger_img img{
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .modal_block_messenger a {
    margin: 0 10px;
  }
  .logotype span{
    font-size: 66px;
  }
}
@media screen and (max-width: 365px) {
  img.line {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .header_translate a{
    margin: 0 10px;
  }
  .modal_block_phone a{
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .header_name h1 {
    font-size: 33px;
    line-height: 42px;
  }
  .modal_block_messenger a {
    padding: 10px 20px;
  }
  .phone a {
    font-size: 30px;
  }
  .modal_block_phone a{
    font-size: 26px;
  }
  .section_name h2, .offer_name h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .about_me_cert img{
    width: 245px;
  }
}
@media screen and (max-width: 340px) {
  .messenger a {
    padding: 10px 20px;
  }
  .sub_logotype span{
    font-size: 56px;
  }
}
@media screen and (max-width: 335px) {
  .header_translate a{
    margin: 0 8px;
  }
}
@media screen and (max-width: 330px) {
  .phone a {
    font-size: 28px;
  }
  .modal_block_phone a{
    font-size: 25px;
  }
  .modal_block_messenger a {
    padding: 10px 15px;
  }
}
