@import "normalize.css";

@font-face {
    font-family: 'Mariupol';
    src: local('Mariupol Regular'), local('Mariupol-Regular'),
        url('../fonts/Mariupol-Regular.woff2') format('woff2'),
        url('../fonts/Mariupol-Regular.woff') format('woff'),
        url('../fonts/Mariupol-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mariupol';
    src: local('Mariupol Bold'), local('Mariupol-Bold'),
        url('../fonts/Mariupol-Bold.woff2') format('woff2'),
        url('../fonts/Mariupol-Bold.woff') format('woff'),
        url('../fonts/Mariupol-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Mariupol';
    src: local('Mariupol Medium'), local('Mariupol-Medium'),
        url('../fonts/Mariupol-Medium.woff2') format('woff2'),
        url('../fonts/Mariupol-Medium.woff') format('woff'),
        url('../fonts/Mariupol-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

button[type="submit"],textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 transparent;
}

a { transition: .3s; }

body {
	font-family: 'Mariupol';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.277;
	color: #000;
}

h1, h2 {
	font-family: 'Mariupol';
	font-weight: 700;
}

h1 {
	margin-bottom: 20px;
}

.section-mprices {
	background-color: #000;
}

.section-mprices-values ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-mprices-values ul li {
	display: inline-block;
	color: #999;
	font-size: 16px;
	margin-right: 30px;
}

.section-mprices-values ul li span {
	color: #fff;
}

.section-first-btn {
	margin-top: 20px;
}

.price-btn, .modal-form button {
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	border-radius: 100px;
}

.price-btn:hover, .modal-form button:hover {
	color: #000;
	background-color: #DEBA19;
	text-decoration: none;
}

.modal-form button {
	margin-top: 20px;
}

.section-first-subtitle {
	font-weight: 500;
}

.section-first-desc {
	margin-top: 30px;
}

.section-aboutus-pretitle, .section-forming-pretitle, .section-sale-pretitle {
	font-weight: 500;
}

.section-aboutus-title {
	margin-top: 18px;
	margin-bottom: 25px;
}

.section-aboutus-pretitle__line, .section-sale-pretitle__line {
	width: 20px;
	height: 2px;
	background-color: #000;
	margin-right: 20px;
}

.section-advantages-box {
	background-color: #fff;
	padding: 30px 0 25px 20px;
	box-shadow: 27px 49px 22px rgba(180, 180, 203, 0.02), 15px 28px 19px rgba(180, 180, 203, 0.06), 7px 12px 14px rgba(180, 180, 203, 0.09), 2px 3px 8px rgba(180, 180, 203, 0.11), 0px 0px 0px rgba(180, 180, 203, 0.11);
	margin-top: 20px;
}

.section-advantages-box__text {
	margin-top: 48px;
}

.section-advantages-box__text.sab_text3 {
	margin-top: 25px;
}

.section-advantages-box__text span {
	font-weight: 500;
}

.section-contact-info__desc {
	margin-top: 18px;
}

label {
	font-weight: 400;
	font-size: 14px;
	color: #949494;
	margin-bottom: 5px;
}

#calc-form label {
	margin-top: 15px;
}

.custom-select, .proba-select1, .proba-select2, .proba-select3, .proba-select4 {
	border-radius: 0;
}

.custom-select option:hover, .proba-select1 option:hover, .proba-select2 option:hover, .proba-select3 option:hover, .proba-select4 option:hover {
	color: #DEBA19;
}

.section-sale-box__icon {
	z-index: 9999;
	position: relative;
	background-color: #fff;
	text-align: center;
	box-shadow: 27px 49px 22px rgba(180, 180, 203, 0.02), 15px 28px 19px rgba(180, 180, 203, 0.06), 7px 12px 14px rgba(180, 180, 203, 0.09), 2px 3px 8px rgba(180, 180, 203, 0.11), 0px 0px 0px rgba(180, 180, 203, 0.11);
}

input[type="text"], textarea.form-control{
	border-radius: 0;
}

.section-contact-form input[type="text"]{
	margin-bottom: 14px;
}

textarea {
	resize: none;
}

.section-contact-form input[type="submit"] {
	margin-top: 20px;
}

.section-footer {
	background-color: #000;
	color: #fff;
}

.section-footer-socs a {
	transition: .3s;
}

.section-footer-socs a:first-of-type {
	margin-right: 12px;
}

.section-footer-socs a:first-of-type svg path:first-of-type {
	fill: #fff;
}

.section-footer-socs a:first-of-type:hover svg path:first-of-type {
	fill: #DEBA19;
}

.section-footer-socs a:last-of-type svg path {
	fill: #fff;
}

.section-footer-socs a:last-of-type:hover svg path {
	fill: #DEBA19;
}

.section-footer-conts {
	font-size: 14px;
}

.section-footer-conts__mail {
	margin-right: 28px;
}

.section-footer {
	padding: 45px 0;
}

.closed {
	display: none;
}

.l_col_0 {
    padding-left: 0;
}

.r_col_0 {
    padding-right: 0;
}

.forming_info {
    background-color: #fff;
    position: relative;
}

.section-forming-btn {
	margin-top: 30px;
}

.section-forming-title {
	margin-top: 18px;
	margin-bottom: 20px;
}

.section-sale-box__text {
	margin-top: 20px;
}

.section-sale-box {
	position: relative;
}

.ssb1, .sab1, .sfd1{
	transition:all .8s ease-in-out 0s;
	transform:translate(-50%,0);
	opacity:0
}

.ssb2, .sab2, .sfd2{
	transition:all .8s ease-in-out .4s;
	transform:translate(-50%,0);
	opacity:0
}

.ssb3, .sab3{
	transition:all .8s ease-in-out .9s;
	transform:translate(-50%,0);
	opacity:0
}

.ssb4, .sab4{
	transition:all .8s ease-in-out 1.3s;
	transform:translate(-50%,0);
	opacity:0
}

.section-sale-box._active, .section-advantages-box._active, .section-first-desc__icons._active, .section-first-desc__text._active{
	transform:translate(0,0);
	opacity:1
}

.section-calc {
	background-color: #FFFCEE;
}

#calc-form a {
	margin-top: 30px;
}

.section-calc-head {
	margin-top: 10px;
}

.review-box {
	background-color: #fff;
	box-shadow: 27px 49px 22px rgba(180, 180, 203, 0.02), 15px 28px 19px rgba(180, 180, 203, 0.06), 7px 12px 14px rgba(180, 180, 203, 0.09), 2px 3px 8px rgba(180, 180, 203, 0.11), 0px 0px 0px rgba(180, 180, 203, 0.11);
}

.review-box-header__left, .review-box-content {
	font-size: 16px;
}

.review-box-header__left--name {
	font-weight: 700;
}

.review-box-header__left--date {
	color: #bababa;
	margin-top: 5px;
}

.more-link {
	margin-top: 40px;
}

.more-link a {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.more-reviews {
	display: none;
}

.top-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu li a {
    font-weight: 500;
    color: #000;
    transition: .3s;
    font-size: 16px;
}

.top-menu li a:hover {
	text-decoration: none;
}

.menu-link:hover {
	color: #FFD20A;
}

.more-link a:hover, .more-link a:focus {
	text-decoration: none;
}

.order-btn {
	border-radius: 100px;
	border: 2px solid #000;
	display: block;
}

.order-btn:hover {
	color: #DEBA19;
	border-color: #DEBA19;
	background-color: #DEBA19;
	color: #fff;
}

.section-header {
	padding-top: 20px;
}

.swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #949494;
	opacity: 1;
	width: 9px;
	height: 9px;
}

.swiper-pagination-bullet-active {
	background: #000;
	border-color: #000;
}

.dropdown-menu {
	border: none;
	border-radius: 0;
	min-width: 3rem;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: #fff;
	color: #FFD20A;
}

.top-menu li:last-of-type a {
	margin-right: 0;
}

#menu-toggle {
    opacity: 0;
}

#menu-toggle:checked~.menu-btn>span{transform:rotate(45deg);}
#menu-toggle:checked~.menu-btn>span::before{top:0;transform:rotate(0);}
#menu-toggle:checked~.menu-btn>span::after{top:0;width:14px;transform:rotate(90deg);}
#menu-toggle:checked~.menubox{visibility:visible;right:0}

.menubox {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 70px 0 0;
    list-style: none;
    background-color: #000;
    transition-duration: .25s;
    z-index: 888888;
}

.menubox li a{color:#fff;}

.menu-btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: -6px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-color: #000;
    cursor: pointer;
    z-index: 999999;
    transform: scaleX(-1);
}

.menu-btn>span, .menu-btn>span::after, .menu-btn>span::before {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 1.5px;
    transition-duration: .25s;
    background-color: #fff;
    right: 12px;
}

.menu-btn>span::before {
    content: "";
    top: -6px;
    right: 0;
}

.menu-btn>span::after {
    content: "";
    top: 6px;
    right: 0;
}

.menu-item{
	display:block;
	padding:10px 20px;
	color:#fff;
	font-weight:500;
	font-size:16px;
	text-decoration:none;
	transition-duration:.3s;
}

.menu-item:hover{color:#FFD20A;text-decoration: none;}

.prices_xs {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	padding-top: 17px;
}

.swiper2 .swiper-slide p {
	color: #999;
	font-size: 14px;
}

.swiper2 .swiper-slide p span {
	color: #fff;
}

.tmenu2-btn a {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	padding: 10px 18px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.tmenu2-btn a:hover {
	color: #000;
	border-color: #DEBA19;
	background-color: #DEBA19;
}

.tmenu2 .dropdown-menu.show {
	background-color: #000;
}

.tmenu2 li a, .tmenu2 li a:hover, .tmenu2 li a:focus {text-decoration: none;}

body.menu-opened { touch-action: none; -webkit-overflow-scrolling: none; overflow: hidden; overscroll-behavior: none; }

.icon-bar {
  position: fixed;
  bottom: 30px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 88888;
}

.icon-bar a {
  display: block;
  margin-bottom: 8px;
}

.icon-bar a:hover {
  opacity: .85;
}

.section-first-img { -webkit-animation:repeatit 3.5s linear 0s infinite alternate;animation:repeatit 3.5s linear 0s infinite alternate }

.review-box-content {
	margin-top: 20px;
}

.section-footer-conts__phone a {
	color: #fff;
	text-decoration: none;
}

/*@keyframes repeatit{from{margin-top:13px}to{margin-top:0px}}*/
@keyframes repeatit {
50% {transform: translateY(13px)}
100% {
   transform: translateY(0);
  }
}

.text{
  animation: slideUp 1s forwards;
  display: inline-block;
  transform: translateY(150%);
}

.texxt._active{
  animation: slideUp 1s forwards;
  display: inline-block;
  transform: translateY(150%);
  opacity:1}

.texxt{opacity:0}

@keyframes slideUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0%);
  }
}

em {
	font-style: normal;
}

.text-wrapper {
	overflow: hidden;
	display: inline-block;
	line-height: 1;
}

.texxt._active i {
	font-style: normal;
	position: relative;
	z-index: 0;
}

@keyframes animate {
            0% {
                width: 0;
            }
  
            100% {
                width: 100%;
            }
        }

.texxt._active i:before {
	content: "";
            position: absolute;
            z-index: -3;
            bottom: 2px;
            left: 0;
            width: 100%;
            height: 8px;
            background: #FFD20A;
            animation: animate 1.3s linear;
}

@media(max-width: 576px){
	.section-footer-logo {
		margin-bottom: 30px;
	}

	.forming_info {
	    padding: 30px 30px 30px 30px;
	}

	.section-forming-btn a{
		font-size: 17px;
		padding: 12px 21px;
	}

	.logo_header {
		width: 100px;
		position: relative;
		z-index: 999999;
	}

	.section-first-head {
		margin-top: 35px;
	}

	#modalDiag .modal-body {
		text-align: center;
	}

	.modal_head {
		padding-right: 10px;
		padding-left: 10px;
	}

	.modal-form button {
		padding: 12px 30px;
	}

	.icon-bar a {
		width: 30px;
	}
}

@media(max-width: 768px){
	.section-footer-socs {
		margin-top: 30px;
	}

	h2 {
		font-size: 30px;
		line-height: 1.166;
	}

	.section-aboutus-img {
		margin-top: 50px;
	}

	.section-advantages {
		padding-top: 100px;
	}

	.section-advantages-box {
		padding-right: 15px;
	}

	.section-first {
		text-align: center;
		padding-bottom: 80px;
	}

	.section-first-desc__text {
		margin-top: 20px;
	}

	.section-first .price-btn {
		font-size: 15px;
		padding: 15px 20px;
	}

	.section-first-img {
		margin-top: 30px;
	}

	.section-contact {
		padding-bottom: 120px;
		padding-top: 100px;
	}

	.section-calc {
		padding: 80px 0;
	}

	.section-contact-form input[type="submit"], #calc-form a{
		padding: 12px 30px;
	}

	.section-sale-box__icon {
		width: 86px;
		height: 86px;
		border-radius: 43px;
		padding-top: 24px;
		margin-top: 30px;
	}

	.section-sale-box__text {
		width: 90%;
	}

	.section-sale {
		padding-bottom: 70px;
		padding-top: 100px;
	}

	.goldxs {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.section-reviews {
		padding-top: 90px;
	}

	.review-box {
		padding: 20px;
		margin-top: 20px;
	}

	.logo_header {
		margin-top: 3px;
	}

	.prices_xs {
		margin-bottom: 15px;
	}

	.section-contact-info__desc {
		margin-bottom: 15px;
	}
}

@media(max-width: 992px){}

@media(min-width: 576px){
	.forming_info {
	    padding: 50px 80px 70px 50px;
	}

	.row.equal {
	    display: flex;
	    flex-wrap: wrap;
	}

	.a_img {
    	height: 100%;
	}

	.section-forming-btn a {
		padding: 17px 25px;
	}

	.modal-form button {
		padding: 12px 40px;
	}
}

@media(min-width: 768px){
	.section-mprices {
		padding: 14px 0;
	}
	.section-mprices-values {
		text-align: right;
	}

	.section-footer-conts {
		justify-content: center;
	}

	.section-footer-socs {
		text-align: right;
	}

	.section-footer {
		padding: 35px 0;
	}

	.section-aboutus-title {
		margin-bottom: 35px;
	}

	.about-col {
		padding-left: 30px;
	}

	.section-advantages-head {
		margin-bottom: 30px;
	}

	.section-advantages {
		padding-top: 150px;
	}

	.section-first .price-btn {
		padding: 19px 40px;
	}

	.section-first-desc {
		margin-top: 40px;
	}

	.section-first {
		padding-bottom: 110px;
	}

	h1 {
		font-size: 42px;
		line-height: 1.05;
	}

	.section-first-desc__icons {
		margin-right: 20px;
	}

	.section-contact-form input[type="submit"], #calc-form a{
		padding: 14px 40px;
	}

	.section-contact {
		padding-bottom: 160px;
		padding-top: 150px;
	}

	.section-forming-btn a {
		padding: 18px 40px;
	}

	.forming_info {
	    padding: 70px 120px 90px 70px;
	}

	.section-sale-box__icon {
		width: 100px;
		height: 100px;
		border-radius: 50px;
		padding-top: 31px;
	}

	.section-sale {
		padding-bottom: 170px;
		padding-top: 150px;
	}

	.ssb1 {
		margin-top: 110px;
	}

	.ssb2 {
		margin-top: 20px;
	}

	.ssb3 {
		margin-top: 75px;
	}

	.line1 {
		position: absolute;
		top: -35px;
		left: 80px;
	}

	.line2 {
		position: absolute;
		top: 44px;
		left: 45px;
	}

	.line3 {
		position: absolute;
		top: -20px;
		left: 45px;
	}

	.section-calc {
		padding: 150px 0;
	}

	.section-reviews {
		padding-top: 110px;
	}

	.section-reviews-head {
		padding-left: 15%;
		margin-bottom: 40px;
	}

	.review-box {
		height: 430px;
		padding: 20px;
	}

	.swiper-wrapper {
		padding-bottom: 80px;
	}

	.section-reviews {
		padding-left: 0;
		padding-right: 0;
	}

	.order-btn {
		padding: 12px 25px;
	}

	.section-first {
		padding-top: 40px;
	}

	.logo_header {
		margin-top: 14px;
	}

	.menu-btn {
	    top: 2px;
	}

	.stars1 {
		position:absolute;
	}

	/*.stars1{-webkit-animation:repeatit 1.9s linear 0s infinite alternate;animation:repeatit 1.9s linear 0s infinite alternate}*/

	.section-aboutus {
		padding-top: 90px;
	}

}

@media(min-width: 992px){
	h1 {
		font-size: 47px;
		line-height: 1.05;
	}

	.about-col {
		padding-left: 40px;
	}

	.section-aboutus-pretitle {
		margin-top: 60px;
	}

	.section-first-desc__icons {
		margin-right: 30px;
	}

	.forming_info {
	    padding: 80px 160px 90px 80px;
	}

	.ssb1 {
		margin-top: 130px;
	}

	.ssb2 {
		margin-top: 20px;
	}

	.ssb3 {
		margin-top: 95px;
	}

	.line1 {
		position: absolute;
		top: -55px;
		left: 80px;
	}

	.line2 {
		position: absolute;
		top: 44px;
		left: 45px;
	}

	.line3 {
		position: absolute;
		top: -20px;
		left: 45px;
	}

	.review-box {
		height: 420px;
		padding: 40px;
	}

	.top-menu li a {
		margin-right: 30px;
	}
}

@media(min-width: 1200px){
	.review-box {
		height: 340px;
	}

	h1 {
		font-size: 56px;
		line-height: 1.05;
	}

	.section-first-head {
		margin-top: 100px;
	}

	h2 {
		font-size: 40px;
		line-height: 1.17;
	}

	.about-col {
		padding-left: 40px;
	}

	.section-aboutus-pretitle {
		margin-top: 70px;
	}

	.forming_info {
	    padding: 90px 220px 90px 90px;
	}
}