@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif !important;
}
.post, .page {
    margin: 0;
}
.main {
    padding-top: 100px;
    height: auto;
    background-image: url(../images/main_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_center {
    display: flex;
    justify-content: space-between;
}
.main_left {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    width: 50%;
    background-color: #fff;
}
.main_number {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.main_left_tel {  
    display: flex;
    justify-content: center;
    color: #000;
    background: transparent;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 20px;
}
.main_sociale {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
}
.main_sociale a {
    width: 100%;
}
.main_sociale a img {
    width: 100%;
}

.main_right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.main_right_title {
    font-size: 60px;
    text-align: start;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.main_right_subtitle {
    text-align: start;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.main_footer {
    margin-top: 50px;
    width: 100%;
    background: rgba(146, 111, 68, 0.661);
}
.main_about {
    padding: 85px 0;
}
.main_about_title{
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}
.main_about_subtitle {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
}
.main_about_descr {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
}
.main_about_text {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.work {
    background: #efefef;
    padding: 50px 0;
}
.work_head {
    display: flex;
    align-items: center;
}
.work_head img {
    width: 5%;
}
.work_title {
    color: #000;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin-left: 15px;
}
.work_wrappers {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden; 
}
.work_item {
    position: relative;
    display: flex;
    height: 100px;
    width: 200px;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(to right, #deab12 4px, transparent 4px) 0 0,
        linear-gradient(to left, #deab12 4px, transparent 4px) 100% 100%, 
        linear-gradient(to bottom, #deab12 4px, transparent 4px) 0 0, 
        linear-gradient(to top, #deab12 4px, transparent 4px) 100% 100%,
        #fff;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.smile {
    position: relative;
    background: #efefef;
    padding: 100px 0;
}
.smile_wrappers {
    display: flex;
    justify-content: space-between;
}
.smile_left {
    background: #fff;
    padding: 30px 20px 20px 20px;
}
.smile_left_item {
    background: #fff;
    padding: 15px 20px;
}
.smile_left_item img {
    width: 10%;
}
.smile_left_item_title {
    text-align: center;
}
.smile_left_subitem {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.smile_right {
    background: rgb(146, 111, 68);
    padding: 30px 20px 20px 20px;
}
.smile_right_item {
    background: rgb(146, 111, 68);
    padding: 15px 20px;
}
.smile_right_item img {
    width: 10%;
}
.smile_right_item_title {
    text-align: center;
    color: #fff;
}
.smile_right_subitem {
    display: flex;
    flex-wrap: wrap;
}
.smile_left_subitem_subtitle {
    margin-top: 20px;
}
.smile_right_subitem_subtitle {
    margin-top: 20px;
    color: #fff;
}
.smile_left_subitem_subtitle span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.smile_right_subitem_subtitle span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.smile_btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.smile_btn .btn {
    background: #1c1c1a;
    text-decoration: underline;
    font-size: 20px;
    color: #fff;
}
.modal_title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 800;
}
.modal_subtitle {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700;
    background: rgb(253, 205, 205);
}
.modal_descr {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.modal_descr span {
    font-weight: 700;
}
.modal_list {
    font-size: 12px;
    margin: 20px;
    padding: 0;
}

.review {
    width: 100%;
    padding: 100px 0px 30px 0px;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    background: url("../images/review_bg_new.jpg");
    background-position: 50% 75%;
}
.review_block h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.review_block p {
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.btn-wrap {
    position: relative;
}
.prev-btn-special {
    position: absolute;
    left: -25px;
    transform: translateY(3in);
    cursor: pointer;
    background: #000;
    padding: 10px 3px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s;
}
.prev-btn-special a {
    text-decoration: none;
    color: #fff;
}
.next-btn-special {
    position: absolute;
    right: -25px;
    transform: translateY(2in);
    cursor: pointer;
    background: #000;
    padding: 10px 3px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s;
}
.next-btn-special a {
    text-decoration: none;
    color: #fff;
}
.prev-btn-special > img, .next-btn-special > img {
    width: 35px;
}
footer {
    background-color: #000;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    clear: both;
}
.block_map {
    height: 458px;
    width: 100%;
}
.block_map.col-sm-8{
    padding: 0;
}
ul.list_adress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.list_adress li {
    list-style-type: none;
}
.footer_contacts {
    width: 100% !important;
    display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
}
.footer_contacts > img {
    width: 80%;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
}
.footer_contacts ul {
    width: 50%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer_contacts ul > li {
    float: left;
    list-style-type: none;
    margin: 0;
    color: #fff;
    padding-right: 10px;
}
.phone_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
ul.phone_list {
    list-style-type: none;
}
ul.phone_list li {
    display: block;
}
ul.social_list {
    float: left;
    width: 50%;
    display: flex;
    height: 68px;
    list-style-type: none;
}
ul.social_list li {
    margin: auto;
}
ul.social_list li:last-child {
    padding-top: 0px;
}
.footer_contacts ul > li > span {
    float: right;
}
.footer_contacts ul > li > a {
    float: right;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s;
}
.footer_contacts ul > li:hover a {
    color: #5BA2A6;
}
.footer_contacts ul > li > a > img {
    width: 35px;
    margin-right: 5px;
}
.footer_contacts ul > li > img {
    width: 20px;
    margin-right: 10px;
}
.footer_contacts hr {
    float: left;
    width: 100%;
    height: 1px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer_menu {
    float: left;
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 20px 10px 20px 10px;
    font-family: 'Montserrat', sans-serif;
}
.footer_menu > ul {
    display: flex;
    padding: 0;
}
.footer_menu ul > li {
    float: left;
    color: #aaa;
    list-style-type: square;
    margin: auto;
}
.footer_menu ul > li > a {
    text-decoration: none;
    text-transform: uppercase;
    color: #aaa;
    transition: all 0.2s;
}
.footer_menu ul > li > a:hover {
    color: #5BA2A6;
}

hr:not([size]) {
    opacity: 1;
    margin: 0;
    height: 1px;
    color: #58747c;
}
ul.footer_social_list a:first-child:before {
    content: "";
    float: left;
    width: 32px;
    height: 32px;
    background-image: url("../images/telegram_white.svg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
    margin: 20px;
}
ul.footer_social_list a:nth-child(2):before {
    content: "";
    float: left;
    width: 32px;
    height: 32px;
    background-image: url("../images/insta_white.svg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
    margin: 20px;
}
ul.footer_social_list a:nth-child(3):before {
    content: "";
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 0px;
    background-image: url("../images/viber_white.svg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
    margin: 20px;
}
.copyright_footer {
    background: #000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    height: auto;
}
.copyright {
    float: left;
    height: 50px;
    display: flex;
}
.copyright > p {
    text-align: left;
    color: #8aa5ad;
    margin: auto;
}
.hawk {
    float: right;
    height: 50px;
    display: flex;
}
.hawk > p {
    margin: auto;
    text-align: right;
    color: #8aa5ad;
}
.hawk > p > a {
    color: #8aa5ad;
    text-decoration: none;
    transition: all 0.2s;
}
.hawk > p > a:hover {
    color: #7bb6c7;
}