@media screen and (max-width: 768px) {
    .left_top_in {
        margin-bottom: 10px;
    }
    .header_top_left {
        text-align: center;
    }
    .header_top_right_social {
        text-align: center;
    }
    .main_bg_div h1 {
        font-size: 40px !important;
    }
    .main_bg {
        margin-top: 15px !important;
    }
    .footer_logo {
        text-align: center !important;
    }
    .h2_main_black2 {
        text-align: center !important;
    }
    .main_blue_bg_img {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .main_blue_bg_text {
        padding-left: 15px !important;
    }
    .header_menu {
        padding: 15px !important;
    }
    .footer_adress {
        text-align: center !important;
    }
    .footer_menu {
        text-align: center !important;
    }
    .img_12 {
        display: none;
    }
    .main_blue_bg {
        padding-bottom: 25px;
    }
    .header_main {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 769px) {
    .header_menu {
        padding: 0 !important;
    }
}

@media (max-width: 1366px) and (min-width: 1280px) {
    .main_bg {
        height: 719px;
    }
    .main_blue_bg {
        height: 719px;
    }
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .main_bg {
        height: 719px;
    }
    .main_blue_bg {
        height: 719px;
    }
}

@media (max-width: 1680px) and (min-width: 1440px) {
    .main_bg {
        height: 719px;
    }
    .main_blue_bg {
        height: 719px;
    }
}

@media (max-width: 1919px) and (min-width: 1680px) {
    .main_bg {
        height: 719px;
    }
    .main_blue_bg {
        height: 719px;
    }
}

@media (max-width: 2560px) and (min-width: 1920px) {
    .main_bg {
        height: 719px;
    }
    .main_blue_bg {
        height: 719px;
    }
}

@media (max-width: 5500px) and (min-width: 2560px) {
    .main_bg {
        height: 919px;
    }
    .main_blue_bg {
        height: 1001px;
    }
}

body {
    font-family: "Montserrat", Arial, Verdana, Tahoma, sans-serif;
}

/*****************MENU_TOP********************/

#nav_top .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    display: none !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    line-height: 17px;
    font-size: 17px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #000000;
}

#line-right {
    border-right: 1px solid #fff;
    padding-right: 0;
}

.nav-item {
    padding-right: 15px;
    padding-left: 15px;
}

.main_form_div {
    background: #f7f5f6;
    min-height: 400px;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: green;
    color: white;
    font-size: 18px;
    text-align: center;
    box-shadow: none;
    border-color: transparent;
}

/* .floating-button:before {
    content: "\00D7";
    font-weight: bold;
    
}*/

/************************************************************/

.header_top_right_social {
    text-align: right;
}

.header_menu {
    padding-bottom: 5px !important;
}
.main_form_div2 {
    box-shadow: 0 2px 8px 0 #6c757d6b;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 5px;
}
.header_top {
    width: 100%;
    background-image: linear-gradient(to right, #373b44, #002f5c);
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.rounded-Rectangle-2 {
    box-shadow: -3.7px -9.3px 20px 0 rgba(36, 167, 255, 0.35);
    background-image: linear-gradient(to top, #24a7ff, #2a46fe);
    padding: 5px;
    margin-top: 10px;
    border-radius: 30px;
}

.rounded-Rectangle-2-2 {
    box-shadow: -3.7px -9.3px 20px 0 rgba(36, 167, 255, 0.35);
    background-image: linear-gradient(to top, #24a7ff, #2a46fe);
    padding: 5px;
    margin-top: 10px;
    border-radius: 30px;
}

.link_white {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.link_white:hover {
    color: #ffffff;
}

.header_main {
    margin-top: 10px;
    padding: 0;
}

.img_top_header {
    margin-right: 5px;
    margin-top: -3px;
}

.link_top_header {
    color: #ffffff;
    text-decoration: none;
}

.link_top_header:hover {
    color: #ffffff;
    text-decoration: none;
}

.socoal_img_top {
    margin-right: 10px;
}

.main_bg {
    background-image: url(/img/bg.png);
    background-position: top;
    width: 100%;
    background-size: cover;
    position: relative;
}

.main_bg_div {
    padding-top: 200px;
}

.main_bg_div h1 {
    font-family: Montserrat;
    font-size: 80px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -5px;
    text-align: center;
    color: #24a7ff;
}

.main_bg_div_links {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer {
    width: 100%;
    background-color: #1d1d1b;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
    margin-top: 50px;
}

.footer_logo img {
    margin-bottom: 10px;
}

.footer_menu p {
    margin-bottom: 0;
}

.footer_menu p a {
    color: #ffffff;
    text-decoration: none;
}

.footer_menu p a:hover {
    color: #ffa206;
    text-decoration: none;
}

.footer_adress {
    font-size: 13px;
}

.footer_adress p {
    margin-bottom: 5px;
}

.h2_main_black {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.h2_main_black2 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}

.h2_main_white {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
}

.blue_line_div {
    height: 5px;
    box-shadow: -3.7px -9.3px 20px 0 rgba(36, 167, 255, 0.35);
    background-image: linear-gradient(to right, #24a7ff, #2a46fe);
    border-radius: 5px;
    margin-bottom: 60px;
}

.blue_line_div2 {
    height: 5px;
    box-shadow: -3.7px -9.3px 20px 0 rgba(36, 167, 255, 0.35);
    background-image: linear-gradient(to right, #24a7ff, #2a46fe);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.services_div {
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    min-height: 308px;
    margin-bottom: 20px;
}

.services_div_title h3 {
    font-family: Montserrat;
    font-size: 22.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.services_div_title a {
    color: #000000;
    text-decoration: none;
}

.services_div_title a:hover {
    color: #000000;
    text-decoration: none;
}

.services_div_text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.74;
    letter-spacing: normal;
    text-align: center;
    color: #777777;
    padding-bottom: 10px;
}

.main_blue_bg {
    background-image: url(/img/blue_bg.png);
    background-position: top;
    width: 100%;
    background-size: cover;
    position: relative;
    padding-top: 90px;
}

.main_blue_bg_text {
    color: #ffffff;
}

.main_blue_bg_img {
    padding-left: 0;
}

.main_blue_bg_text {
    padding-left: 60px;
}

/*****************Reviews*******************/

.rev_img {
    border-radius: 50%;
    text-align: center;
    width: 40%;
    margin-top: 25px;
}

.review_rating_div {
    margin-bottom: 10px;
    color: orange;
}

/***********************************/

.gray_main_text_div {
    width: 100%;
    background-color: #f5f5f5;
}

.blog_date_list {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
    margin-top: 10px;
}

.blog_title_list {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.blog_text_list {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #777777;
}

.statik_content {
    margin-top: 25px;
}

.h1_main_black {
    font-size: 35px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.h1_blog_black {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

/**************Пагинация***************************/

.prev {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #002f5c;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #002f5c;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li a {
    color: #002f5c;
}

.pagination .active {
    z-index: 1;
    color: #fff !important;
    background-color: #002f5c !important;
    border-color: #002f5c !important;
}

.pagination .active a {
    color: #fff !important;
}
