*{
	font-family: Oswald;
}
body {
	font-family: Gilroy;
    overflow-x: hidden;
}
a {
    color: #000000;
}

nav {
    display: block;
} 

.menu {
    display: block;
    text-align: center;
	padding-left: 0;
}

.menu li{
	display: inline-block;
	position: relative;
	z-index:100;
}

.menu li:first-child{
	margin-left:0;
}

.menu li a {
	font-weight:600;
	text-decoration:none;
	padding:11px;
	display:block;
	color:#000000;

	/*-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;*/
}

.menu li a:hover, .menu li:hover > a {
    color: #ffffff;
    background: #64a9e0;
}

.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 43px;
	left: 0px;
	background: #ffffff;
}

.menu ul li {
	display:block;
	float: none;
	background:none;
	margin:0;
	padding:0;
}
.menu ul li a {
	font-size:12px;
	font-weight:normal;
	display:block;
	color:#797979;
	border-left:3px solid #ffffff;
	background:#ffffff;
}

.menu ul li a:hover, .menu ul li:hover > a{
	background:#f0f0f0;
	border-left:3px solid #9CA3DA;
	color:#797979;
}

.menu li:hover > ul{ 
	display: block;
}
.menu ul ul {
	left: 149px;
	top: 0px;
}

.mobile-menu {
    display: none;
    width: 100%;
    padding: 11px;
    background: #FF6501;
    color: #e4e4e4;
    text-transform: uppercase;
    font-weight: 600;
}
.menu-block {
    padding: 0;
    margin-bottom: 25px;
}
.mobile-menu:hover{
	color:#000;
	text-decoration:none;
}

.sticky-content.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #338be2;
    background: white;
}

.modal-content {
    padding: 0 0 15px;
}
div#myModal {
    padding: 0 !important;
}

.modal-body input {
    margin: 0 0 15px;
    border-radius: 20px;
}
.modal-content p {
    text-align: center;
    font-size: 20px;
    margin: 0;
}


/*Свой CSS*/
.menu-block nav {
    background: url(../img/bg_menu.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.logo-block img {
    display: block;
    margin: 0 auto;
}
.hd_contact a {
    width: 190px;
    display: inline-block;
    text-align: center;
    padding: 3px 0px 8px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 20px 0px 0;
}
a.btnmodal.tel-link {
    border: 1px solid white;
    border-radius: 5px;
}
a.whatsapp-link {
    background: linear-gradient(90deg, #2DB740 4.8%, #5BEB76 98.4%);
    border-radius: 20px;
    padding-left: 20px;
}
.wrapper-inner-block {
    background-image: url(../img/mainbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.whatsapp-link:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../img/wa.png);
    left: 30px;
    top: 7px;
}
.hd_contact {
    text-align: end;
}
section.section_1 {
    padding: 50px 0px 35px;
}
.text-block-utp h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 0.05em;
    color: #F7F1ED;
}
.text-block-utp h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #F7F1ED;
}
.button-block a {
    width: 180px;
    height: 37px;
    display: inline-table;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #F7F1ED;
    text-transform: uppercase;
    padding: 8px 0px 0;
    margin: 0 20px 0px 0;
	text-decoration: none;
}
a.link-order {
    border: 1.5px solid #F7F1ED;
    border-radius: 40px;
}
.button-block a.btnmodal {
    background: #FF6501;
    border-radius: 40px;
}
.button-block {
    margin-top: 25px;
    margin-bottom: 25px;
}
.bottom-icon-block {
    padding-top: 60px;
    text-align: end;
}
section.section_2 {
    padding: 50px 0px;
}
section.section_2 .container {
    padding: 0px 0px;
}
.ug-gallery-wrapper {
    margin: auto;
}
.title-block {
    border-top: 2.5px solid #FF6501;
    padding-bottom: 40px;
}
.title-block h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
span.number {
    color: #FF6501;
}
.title-block h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 47px;
    line-height: 70px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
section.section_3 {
    padding: 50px 0px;
    background-image: url(../img/bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-block {
    float: left;
    margin: 15px;
}
.desc-block h4 {
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: #FF6501;
    text-transform: uppercase;
    font-size: 15px;
}
.desc-block p {
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
    color: #F7F1ED;
}
.form-wrapper {
    width: 275px;
    margin: 20px auto;
}
.form-block {
    width: 50%;
}
section.section_4 {
    padding: 40px 0px 25px;
    background-image: url(../img/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.form-outter-wrapper {
    width: 350px;
    margin: 0 auto;
    background: #F7F1ED;
    box-shadow: 0px 4px 27px 2px rgb(0 0 0 / 23%);
    border-radius: 20px;
    padding: 20px;
}
.form-outter-wrapper h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #272727;
}
.form-wrapper form.forma input {
    margin: 20px 0;
    height: 50px;
    border: 0.5px solid #272727;
    border-radius: 5px;
}
button.btn.btn-default.d-table.btn-block.btn-success {
    color: #fff;
    background: #FF6501;
    box-shadow: 0px 2px 6px 2px rgb(255 101 1 / 46%);
    border-radius: 5px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    border-color: #ff6501;
}
.text-block-inner h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 56px;
    color: #F7F1ED;
    text-transform: uppercase;
}
.text-block-inner {
    width: 85%;
    margin: 60px auto;
}
.text-block-wrapper {
    width: 50%;
    float: right;
    text-align: right;
}
.text-block-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #F7F1ED;
}
section.section_5 {
    padding: 70px 0px;
}
.service-blcok .desc-block h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #272727;
    text-transform: none;
}
.service-blcok .desc-block p {
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    color: #6D6D6D;
}
.service-blcok .icon-block img {
    box-shadow: 1px 1px 20px 3px #a7a7a7;
}
.service-blcok .icon-block {
    margin-left: 0;
}
.service-blcok {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B3B3B3;
}
section.section_5 .title-block {
    padding-bottom: 20px;
}
.service-blcok.four {
    border: none;
}
section.section_6 {
    padding: 50px 0px;
}
.text-block-bottom {
    width: 85%;
    margin: 0 auto;
    padding: 86px 0px;
}
section.section_6 img {
    margin: 0 auto;
    display: block;
}
.owl-item-block3 .item iframe {
    width: 100%;
}
.owl-item-block3 .item {
    padding: 5px;
}
section.section_7 {
    padding: 50px 0px;
}
.item-text h5 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 20px;
    margin-top: 20px;
}
section.section_8 .item img {
    width: 100%;
}
.item-text a.btnmodal.tel-link {
    font-style: normal;
    letter-spacing: 0.1em;
    border: 1.5px solid #FF6501;
    display: block;
    color: #fff;
    background: #FF6501;
    box-shadow: 0px 2px 6px 2px rgb(255 101 1 / 46%);
    border-radius: 5px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    border-color: #ff6501;
    padding: 14px 0px;
}
.item-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #6D6D6D;
}
.individual_price.hd_contact {
    text-align: center;
    margin-top: 50px;
}
.individual_price.hd_contact h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF6501;
}
.individual_price.hd_contact a.btnmodal.tel-link {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FF6501;
    border: 1.5px solid #FF6501;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}
footer {
    background: url(../img/ft_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px 0;
}
footer .title-block h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    color: #F7F1ED;
    text-transform: capitalize;
}
footer .title-block {
    border: none;
}
.contact_block h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #F7F1ED;
}
.contact_block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F7F1ED;
}
.inner-block-footer {
    padding: 0;
}
.contact_block {
    min-height: 130px;
}
.contact-wrapper-block {
    padding-top: 50px;
}
.car-icon-block img {
    width: 95%;
    margin: 0 auto;
    display: block;
}
.photo-wrapper-block img {
    width: 95%;
    margin: 0 auto;
    display: block;
}