@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-SemiBold.woff') format('woff'),
		url('fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Italic.eot');
	src: local('Montserrat Italic'), local('Montserrat-Italic'),
		url('fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Italic.woff') format('woff'),
		url('fonts/Montserrat-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-ExtraBold.eot');
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-ExtraBold.woff') format('woff'),
		url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

*
{
    box-sizing: border-box;
}

html, body
{
    margin: 0;
    padding: 0;
}

body 
{
    font-family: 'Montserrat';
}

a
{
    text-decoration: none;
    color: #111111;
    transition: 0.3s;
}

a:hover
{
    color: #e85c1c;
}

.container
{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

header
{
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

header .container
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.logo__title
{
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.065em;
}

.logo
{
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.logo img
{
    margin-right: 8px;
}

.logo__title
{
    width: 200px;
    color: #111111;
}

header .contacts
{
    display: flex;
    justify-content: space-between;
    max-width: 390px;
    width: 100%;
    margin-right: 5px;
}

header .contacts a i
{
    color: #e85c1c;
}

a.button
{
    border-radius: 22px;
    color: #ffffff;
    padding: 15px 29px;
}

a.button.orange
{
    background-color: #e85c1c;
}

a.button.yellow
{
    background-color: #e9ba3b;
}

a.button.white
{
    background-color: #fff;
    color: #111111;
}

header .buttons
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 380px;
    width: 100%;
}

header .buttons a
{
    line-height: 12px;
    font-weight: 400;
    font-size: 12px;
}

nav.container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
}

ul.main_nav 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 940px;
    width: 100%;
}

nav .separator
{
    width: 2px;
    height: 30px;
    background-color: #929292;
}

ul.main_nav li a
{
    font-size: 13px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111111;
    transition: 0.3s;
}

ul.main_nav li a:hover
{
    color: #e85c1c;
}

.banner
{
    display: flex;
    align-items: center;
    padding: 108px 0;
    background-image: url('/img/banner.jpg');
    background-position: center;
    margin-bottom: 57px;
}

.banner .banner_text
{
    max-width: 440px;
    width: 100%;
}

.banner .callback_hours {
    display: flex;
    height: 44px;
    align-items: center;
    background-color: #e85c1c;
    color: #fff;
    max-width: 320px;
    width: 100%;
    padding: 0 3px;
    justify-content: space-around;
    margin-bottom: 30px;
    border-radius: 3px;
}

.banner .callback_hours a
{
    color: #fff;
}

.banner h1
{
    font-size: 27px;
    line-height: 34px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 30px;
}

.banner h3
{
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 30px;
}

.container .block_title
{
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #111111;
    text-align: center;
}

.container p
{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin-bottom: 80px;
}

.services .our_services
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 90px;
}

.services .our_services .service
{
    text-align: center;
    width: 25%;
    margin-bottom: 95px;
}

.services .our_services .service img
{
    margin-bottom: 30px;
}

.services .our_services .service .service_title
{
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    color: #111111;
}

.call_block
{
    background-color: #e9ba3b;
    padding-top: 29px;
    padding-bottom: 29px;
    color: #fff;
    margin-bottom: 90px;
}

.call_block .container
{
    display: flex;
    justify-content: space-between;
}

.call_block .call
{
    max-width: 320px;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 21px;
}

.call_block .call span
{
    display: block;
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: #ffffff;
}

.call_block .call a
{
    display: block;
    margin-top: 41px;
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
    color: #ffffff;
}

.call_block .separator
{
    width: 4px;
    background-color: #fff;
}

.call_block .send_app
{
    text-align: center;
    max-width: 410px;
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
}

.call_block .send_app span
{
    display: inline-block;
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: #ffffff;
}

.call_block .send_app span.bold
{
    font-weight: 700;
}

.call_block .send_app a
{
    display: block;
    font-size: 17px;
    line-height: 12px;
    font-weight: 600;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 33px;
}

.advantages
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.advantages .advantage
{
    text-align: center;
    width: 33%;
}

.advantages .advantage img
{
    margin-bottom: 22px;
}

.advantages .advantage .adv_title
{
    max-width: 220px;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    margin: 0 auto;
    margin-bottom: 90px;
}

#sert_slider
{
	padding: 0;
	margin-top: 36px;
    margin-bottom: 30px;
    list-style: none;
    margin-bottom: 140px;
}

#sert_slider li
{
    display: flex;
    align-items: center;
    justify-content: center;
}

#sert_slider li a
{
	position: relative;
	display: block;
}

#sert_slider li img
{
	border: 1px solid #C5C5C5;
	border-radius: 5px;
}

#sert_slider li a .show
{
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.65);
	color: #fff;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
	font-size: 22px;
    right: 0;
    font-weight: 400;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0;
}

#sert_slider li a:hover > .show
{
	opacity: 1;
}

.specialists
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

.specialists .spec_block
{
	max-width: 281px;
	width: 100%;
	position: relative;
}

.specialists .spec_block img
{
	width: 100%;
}

.specialists .spec_block .name
{
	display: flex;
	color: #fff;
	height: 46px;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	background-color: #e85c1c;
	position: absolute;
	bottom: -42px;
}


.specialists .spec_block:hover > .descr
{
	display: block;
}

.specialists .spec_block:hover > .name
{
	bottom: 38px;
}

.specialists .spec_block .descr
{
	display: none;
	position: absolute;
	bottom: -42px;
	transition: 0.3s;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	background-color: #e85c1c;
	height: 80px;
    transition: 0.3s;
    font-size: 12px;
    line-height: 17px;
}

.specialists .spec_block .line
{
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 13px;
}

.our_specs .block_title
{
    margin-bottom: 40px;
}

.callback
{
    background-color: #f1ca2a;
    margin-bottom: 100px;
}

.callback .container
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.callback span
{
    display: block;
    color: #fff;
}

.callback span:first-child
{

    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 15px;
}

.callback span:last-child
{
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
}

.callback a
{
    font-size: 17px;
    line-height: 12px;
    font-weight: 600;
}

.price 
{
    margin-bottom: 100px;
}

.price .prices
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.price .prices .price_block
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 282px;
    width: 100%;
    background-color: #fbf4e0;
    border: 1px solid #e9ba3b;
    padding: 19px 21px;
    margin-bottom: 14px;
    position: relative;
    transition: 0.3s; 
}

.price .price_block .client_block
{
    display: none;
    transition: 0.3s;
}

.price .prices .price_block .name
{
    display: block;
    max-width: 90px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.price .prices .price_block .amount
{
    display: block;
    font-size: 17px;
    line-height: 16px;
}

.price .prices .price_block:hover
{
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 4px 0px #000;
}

.price .prices .price_block:hover > .client_block
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
}

.container .alert_message
{
    display: flex;
    align-items: center;
    background-color: #e9ba3b;
    border-radius: 3px;
    padding: 7px 14px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.container .alert_message img
{
    margin-right: 7px;
}

.about
{
    margin-bottom: 130px;
}

.about p
{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    text-align: left;
    margin-bottom: 40px;
}

.about h2
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #111111;
    text-align: left;
    margin-bottom: 20px;
}

.about_services
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_service
{
    font-weight: 400;
    color: #111111;
    font-weight: 400;
    max-width: 370px;
    width: 100%;
    margin-bottom: 40px;
    text-align: justify;
}

.about_service span
{
    font-weight: 500;
    text-decoration: underline;
    color: #e85c1c;
}

.about_service img
{
    border-radius: 3px;
    margin-bottom: 20px;
}

.about .popular
{
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 40px;
}

.about .popular ul
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 75px;
}

.about .popular ul li
{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    color: #111111;
    transition: 0.3s;
}

.about .popular ul li:hover
{
    color: #e85c1c;
}

.about .popular .block_title
{
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #e85c1c;
    margin-bottom: 20px;
}

.about .alert_message
{
    margin-bottom: 30px;
}

ul.square
{
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 7px;
}

ul.square li
{
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #111111;
}

ul.square li::before
{
    content: url("/img/square.png");
    position: absolute;
    top: 0;
    left: 0;
}

#reviews
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 100px;
}

#reviews li
{
	max-width: 371px;
	width: 100%;
	background-color: #F7F7F7;
	padding: 14px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}

#reviews li::before
{
	position: absolute;
	content: url("/img/quote.png");
	top: 10px;
	right: 15px;
}

#reviews .head
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 28px;
}

#reviews .head .name
{
	font-weight: 500;
	font-size: 15px;
}

#reviews .head .subname
{
	font-size: 12px;
}

#reviews .head img
{
    margin-right: 18px;
    border-radius: 50%;
}

#reviews .rev_body
{
	font-size: 15px;
	font-style: italic;
	line-height: 23px;
}

.reviews
{
    margin-bottom: 140px;
}

.clients
{
    margin-bottom: 127px;
}

.quest
{
    background-color: #e9ba3b;
    padding: 41px 0;
}

.quest .container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quest .quest_text
{
    max-width: 820px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

.quest .quest_call
{
    display: block;
    max-width: 270px;
    width: 100%;
    font-size: 17px;
    line-height: 12px;
    font-weight: 600;
    color: #111111;
    text-align: center;
}

footer
{
    background-color: #272727;
}

footer .container
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #686868;
    padding: 50px 0;
}

footer .logo__title
{
    color: #fff;
}

footer .address
{
    position: relative;
    max-width: 250px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 15px;
}

footer .address::before
{
    font-family: FontAwesome;
    content: "\f041";
    color: #e9ba3b;
    position: absolute;
    top: 0;
    left: 0;
}

footer .footer_contacts
{
    max-width: 215px;
    width: 100%;
}

footer .footer_contacts a
{
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

footer .footer_contacts a i
{
    color: #e9ba3b;
}

footer .footer_callback
{
    font-size: 12px;
    line-height: 12px;
}

footer .copyright
{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
}

footer .socials
{
    max-width: 290px;
    width: 100%;
}

footer .socials ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fancybox-content.inline_form
{
    border-radius: 4px;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.inline_header
{
    font-size: 22px;
}

.inline_input
{
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 10px 5px 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.inline_button
{
    width: 200px;
    margin: 0 auto;
    text-align: center;
    line-height: 12px;
    font-weight: 400;
    font-size: 12px;
    background-color: #e85c1c;
    border-radius: 22px;
    color: #ffffff;
    padding: 15px 29px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.inline_button:hover
{
    background-color: #ff5000;
}

.form_message
{
    display: none;
    margin-top: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
}

.form_message.error
{
    border-color: #d20000;
}

.form_message.success
{
    border-color: #149c00;
}

.open_mobile_menu
{
    display: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 7px;
    border: 1px solid #b3b3b3;
    box-sizing: content-box;
    margin-right: 10px;
    margin-left: 10px;
}

.open_mobile_menu span 
{
    width: 100%;
    height: 2px;
    background-color: #000;
    position: relative;
}

.open_mobile_menu span::before,
.open_mobile_menu span::after
{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -7px;
}

.open_mobile_menu.opened span
{
    background-color: #fff;
}

.open_mobile_menu span::after
{
    left: 0;
    top: 7px;
}

.open_mobile_menu.opened span::before
{
    transform: rotate(45deg);
    top: 0;
}

.open_mobile_menu.opened span::after
{
    transform: rotate(-45deg);
    top: 0;
}

.mobile_menu
{
    display: none;
}

.cookie_note {
	display: none;
    position: fixed;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    bottom: 0;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
}

.cookie_note.show {
	display: block;
}	

.cookie_note__text {
	margin-bottom: 7px;
	font-size: 13px;
}

.cookie_note__cookie_accept, .cookie_note__cookie_decline {
	width: 280px;
    background: #e85c1c;
    color: #fff;
    font-size: 14px;
    box-shadow: none;
    border: none;
    padding: 7px;
    margin-right: 7px;
}

.cookie_note__buttons {
	display: flex;
	justify-content: center;
}

.cookie_note__ref {
    text-decoration: underline;
}

@media screen and (max-width: 1170px) {
    .logo {
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

    header .container{
        justify-content: space-around;
    }

    nav .separator {
        margin-right: 10px;
        margin-left: 10px;
    }

    nav.container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .specialists {
        justify-content: space-around;
        margin-bottom: 30px;
    }

    .specialists .spec_block {
        margin-bottom: 60px;
        margin-right: 10px;
        margin-left: 10px;
    }

    footer .container {
        padding: 20px;
    }

    .quest .quest_text {
        margin-bottom: 20px;
    }

    .price .prices .price_block, .about_service {
        margin-right: 10px;
        margin-right: 10px;
    }

    .price .prices, .about_services {
        justify-content: space-around;
    }

    .quest{
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .about .popular ul {
        height: 125px;
    }

    ul.main_nav li a {
        font-size: 11px;
    }


}

@media screen and (max-width: 768px) {


    .about .popular ul {
        height: 205px;
    }

    header .contacts {
        margin-bottom: 10px;
    }

    .services .our_services .service .service_title {
        font-size: 14px;
    }
    
    ul.main_nav, nav .separator {
        display: none;
    }

    nav.container {
        justify-content: center;
    }

    .banner {
        padding: 40px 20px;
        background-color: #ffffffa8;
        background-blend-mode: overlay;
        margin-bottom: 30px;
    }
    
    .container .block_title {
        font-size: 20px;
    }

    .container p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .services .our_services .service {
        margin-bottom: 30px;
    }

    .services .our_services {
        margin-bottom: 0;
    }

    .call_block {
        margin-bottom: 30px;
    }

    .call_block .container {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .call_block .separator {
        display: none;
    }

    .call_block .call, .call_block .send_app {
        max-width: none;
        width: 100%;
    }

    .advantages .advantage {
        width: 50%;
    }

    .advantages .advantage .adv_title {
        font-size: 14px;
        margin-bottom: 30px;
    }

    #sert_slider, .our_specs .block_title, .callback, .price {
        margin-bottom: 30px;
    }


    .callback span:first-child, .callback span:last-child {
        font-size: 20px;
        text-align: center;
    }

    .callback span:last-child {
        margin-bottom: 20px;
    }

    .callback .container, .price .prices, .about_services {
        justify-content: space-around;
    }

    .price .prices .price_block, .about_service, .logo, footer .address, footer .footer_contacts, footer .footer_callback {
        margin-right: 10px;
        margin-left: 10px;
    }

    .about_service{
        max-width: none;
        margin-bottom: 10px;
    }

    .about_service img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .about_service .as_description{
        font-size: 14px;
    }

    .about p {
        text-align: justify;
    }

    .about .popular .block_title {
        text-align: center;
    }

    .about, #reviews, .reviews, .clients {
        margin-bottom: 30px;
    }

    .quest .quest_text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .quest .container, .address, footer .footer_contacts, footer .footer_callback, footer .copyright {
        text-align: center;
    }

    .quest .quest_call {
        margin: 0 auto;
    }

    footer .container {
        padding: 20px;
        justify-content: space-around;
    }

    .logo, footer .address, footer .footer_contacts, footer .footer_callback, footer .copyright {
        margin-bottom: 10px;
    }

    .open_mobile_menu {
        display: flex;
    }
    
    .mobile_menu {
        display: block;
        position: absolute;
        top: 62px;
        background-color: #fff;
        padding: 15px;
        width: 100%;
        transition: 0.3s;
        transform: scaleY(0);
        transform-origin: top;
    }

    .mobile_menu ul {
        margin: 0;
        padding: 0;
        list-style: none;

    }

    .mobile_menu ul li{
        margin-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .mobile_menu.open
    {
        transform: scaleY(1);
    }
}

@media screen and (max-width: 480px) {
    .about .popular ul li {
        font-size: 13px;
    }

    .services .our_services .service {
        width: 50%;
    }

    .banner .callback_hours, .banner_text a {
        margin: 0 auto;
    }

    .banner .banner_text {
        text-align: center;
    }

    .banner h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .call_block .call a {
        margin-top: 10px;
        font-size: 20px;
    }

    .call_block .call {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 400px) {
    .about .popular ul {
        height: auto;
    }

    .about .popular ul li {
        text-align: center;
        font-size: 15px;
    }

    header .buttons {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    header .buttons a {
        margin-bottom: 10px;
    }

    header .contacts {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    header .contacts a {
        margin-bottom: 10px;
    }

    .banner h1 {
        font-size: 18px;
    }

    .about_service img {
        width: 100%;
    }
}