* {
    font-family: 'Roboto', sans-serif;
}

header {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    -webkit-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
}

body {
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
    overflow: hidden;
}

.modal {
    margin-top: 179px;
}

.header_logo {
    margin-bottom: 5px;
}

.header_logo img {
    width: 49px;
    height: 49px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3A3A3A;
}

.navbar-light .navbar-nav .nav-link:hover {
    transition: all 0.5s ease;
    color: #000;
}

.footer_off {
    display: none;
}

.footer_on {
    display: block;
}

.header_logo_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 70%;
    margin-left: 10%;
}

.map_sity {
    margin-top: 10px;
}

.header_logo_title_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.nav_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_sub_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box_sub_logo p {
    padding-top: 10px;
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}

.box_sub_logo p span {
    padding-left: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
}

.box_sub_logo p a {
    padding-left: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
    text-decoration: none;
}

.navbar-bg {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
    background: #ddcde8;
}

.navbar-bg li {
    margin-right: 27px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    color: #000;
}

#box_title {
    background: url(../img/Groupmain.png);
    width: 100%;
    height: 675px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#box_title h1 {
    margin-top: 19px;
    width: 575px;
    font-family: Roboto;
    font-size: 34px;
    line-height: 44px;
    color: #434343;
    margin-bottom: 17px;
}

#box_title a {
    margin-top: 21px;
    text-decoration: none;
    width: 350px;
    height: 50px;
    background: #20a052;
    border-radius: 3px;
    display: block;
}

#box_title a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#box_title a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#box_title a p {
    padding-top: 11px;
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

#box_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 10px;
    width: 350px;
    height: 110px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(163, 163, 163, 0.15), 0px 0px 10px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 4px 10px rgba(163, 163, 163, 0.15), 0px 0px 10px rgba(153, 153, 153, 0.2);
    border-radius: 5px;
}

#box_menu p {
    font-family: Roboto;
    padding-top: 19px;
    width: 288px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.box_menu_border {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #541f5e;
}

#box_title_btn {
    text-decoration: none;
}

#box_one h3 {
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
    margin-top: 135px;
    margin-bottom: 40px;
}

.box_one_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box_one_sub h4 {
    padding: 20px 0 0 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 537px;
    font-family: Roboto;
    font-size: 28px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #541f5e;
}

.box_one_sub p {
    padding-left: 22px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #3a3a3a;
    margin-bottom: 28px;
}

.box_one_sub a {
    text-decoration: none;
    padding-top: 12px;
    margin-left: 39px;
    width: 350px;
    height: 50px;
    background: #20a052;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    width: 350px;
    height: 50px;
    display: block;
}

.box_one_sub a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.box_one_sub a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.box_one_sub a p {
    padding-top: 11px;
}

.image_fon {
    background: url(../img/p.png);
    background-repeat: no-repeat;
}

.img_pad_box_one {
    padding-left: 20px;
}

.box_one_sub_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 350px;
    height: 110px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(163, 163, 163, 0.15), 0px 0px 10px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 4px 10px rgba(163, 163, 163, 0.15), 0px 0px 10px rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    width: 540px;
    height: 210px;
    margin-bottom: 15px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.image_fon {
    background-image: url(../img/p.png);
    background-repeat: no-repeat;
    width: 73px;
    height: 189.5px;
    margin-top: 15px;
    margin-left: -85px;
}

.img_sub_box_one {
    position: relative;
    left: 320px;
}

.image_sub_box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#box_two_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

#box_two {
    margin-top: 50px;
}

#box_two h4 {
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 40px;
}

#box_two_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#box_two_sub div {
    width: 350px;
    height: 110px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 10px rgba(163, 163, 163, 0.15), 0px 0px 10px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 4px 10px rgba(163, 163, 163, 0.15), 0px 0px 10px rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    width: 350px;
    height: 198px;
}

#box_two_sub p {
    padding: 22 px;
    padding-left: 18px;
    width: 326px;
    text-align: center;
    text-align: start;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}

#box_two_sub span {
    color: #20a052;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.box_two_border {
    margin-top: 20px;
    cursor: default;
}

.box_two_border_image {
    margin-bottom: 5px;
    background: #853a93;
    border-radius: 50%;
    padding: 7px;
    margin-left: 40%;
    margin-top: 13px;
}

.box_two_border_image_one {
    margin-bottom: 5px;
    background: #853a93;
    border-radius: 50%;
    padding: 7px;
    margin-left: 40%;
    margin-top: 13px;
}

.box_two_border_image_two {
    background: #853a93;
    border-radius: 50%;
    padding: 7px;
    margin-left: 40%;
    margin-top: 13px;
}

.box_two_border_image_two img {
    width: 55px;
    height: 55px;
}

#box_three_sub_h {
    margin-top: 60px;
}

#box_three_sub_h h3 {
    font-family: Roboto;
    font-size: 31px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 40px;
}

.box_three_img {
    background-image: url(../img/Group1.png);
    width: 350px;
    height: 303px;
}

.box_three_img {
    background-image: url(../img/Group1.png);
    width: 350px;
    height: 303px;
}

.box_three_img {
    background-image: url(../img/Group1.png);
    width: 350px;
    height: 303px;
}

.box_three_img {
    background-image: url(../img/g1.png);
    width: 350px;
    height: 303px;
}

.box_three_img_two {
    background-image: url(../img/g2.png);
    width: 350px;
    height: 303px;
}

.box_three_img_three {
    background-image: url(../img/g3.png);
    width: 350px;
    height: 303px;
}

.box_three_img_fo {
    background-image: url(../img/g4.png);
    width: 350px;
    height: 303px;
}

.box_three_img_five {
    background-image: url(../img/g5.png);
    width: 350px;
    height: 303px;
}

.box_three_img_six {
    background-image: url(../img/g6.png);
    width: 350px;
    height: 303px;
}

.box_three_img_seven {
    background-image: url(../img/g7.png);
    width: 350px;
    height: 303px;
}

.box_three_img_eg {
    background-image: url(../img/g8.png);
    width: 350px;
    height: 303px;
}

.box_three_img_nine {
    background-image: url(../img/g9.png);
    width: 350px;
    height: 303px;
}

.swiper-container-four p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    /* Color_third */
    color: #3a3a3a;
}

#box_three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

#box_three a {
    margin-bottom: 30px;
    margin-top: 17px;
    width: 350px;
    height: 50px;
    text-decoration: none;
    padding-top: 11px;
    width: 350px;
    height: 50px;
    background: #20a052;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    display: block;
}

#box_three a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#box_three a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#box_three span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #20a052;
}

#box_three P {
    font-weight: 600;
    font-family: Roboto;
    font-style: bold;
    font-size: 18px;
    line-height: 30px;
    color: #3a3a3a;
    text-transform: uppercase;
}

.box__three__span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #20a052;
}

#box_four_sub_h {
    margin-bottom: 54px;
}

#box_four_sub_h h4 {
    margin-top: 50px;
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
}

#box_four_sub_h span {
    color: #20a052;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #20a052;
}

.box__three__span {
    padding-top: 20px;
}

.box_three_p {
    margin-bottom: 48px;
}

.content {
    display: none;
}

.content.is-active {
    display: block;
}

.box_four_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.box_four_sub li {
    background-color: #541f5e;
    width: 350px;
    height: 59px;
    list-style-type: none;
}

#box_four_card_fons_sub {
    background: #e9e9e9;
    margin: 0;
    padding-top: 10px;
}

#box_four_card_fons_sub ul {
    padding-top: 5px;
}

#box_four_card_fons_sub li {
    margin-bottom: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}

.box_four_select_p {
    margin-left: 50px;
}

.box_four_card_fons_sub_last {
    background: #e9e9e9;
    width: 100%;
    height: 302px;
    margin: 0;
    padding-top: 15px;
}

.box_four_card_fons_sub_last li {
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}

.box_four_card_fons_sub {
    background: #e9e9e9;
    height: 408px;
    margin: 0;
    padding-top: 15px;
}

.box_four_card_fons_sub ul {
    padding-top: 5px;
}

.box_four_card_fons_sub li {
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}

.box_four_card_fons_title {
    margin-left: 30px;
}

.box_four_card_fons {
    background: #e9e9e9;
    width: 100%;
    height: 249px;
    margin: 0;
    padding-top: 15px;
}

.box_four_card_fons li {
    margin-bottom: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}

.sub__fons {
    height: 299px;
}

.sub__ul {
    padding-top: 0;
}

#box_five_bg h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}

.box_five_bg {
    background: #541f5e;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 13px 0 0 5px;
}

.box_five_bg h4 {
    padding-left: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    color: #ffffff;
}

.box_four_card_sub {
    margin-left: 30px;
    width: 100%;
}

.box_four_card_sub li {
    color: #20a052;
}

.box_four_card_sub span {
    color: #000;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.box_four_card_sub p {
    padding-left: 20px;
    margin-left: 20px;
}

.box_four_select {
    width: 100%;
    height: 50px;
    margin-bottom: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    color: #000;
}

.box_four_select P {
    margin-left: 50px;
}

#box_four_select_text {
    color: #20a052;
}

#five_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#five_flex img {
    width: 350px;
    height: 457px;
}

.five_flex_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-tab {
    display: none;
}

.b-tab.active {
    display: block;
}

.form__border {
    border-bottom: 1px solid #3a3a3a;
    height: 60px;
    margin-bottom: 29px;
}

.form__border a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #919191;
}

.b-nav-tab {
    text-align: center;
    display: inline-block;
    padding: 20px;
    margin-bottom: 15px;
    color: #919191;
    width: 350px;
}

.b-nav-tab:hover {
    text-decoration: none;
    color: #919191;
}

.b-nav-tab_sub {
    margin-right: 27px;
}

.b-nav-tab_sub {
    margin-right: 25px;
}

.b-nav-tab.active {
    color: #fff;
    background: #541f5e;
    width: 350px;
    height: 59px;
}

.b-nav-tab.active span {
    margin-bottom: 5px;
}

.btn_five_sub {
    margin-top: 23px;
}

.btn_five_sub button {
    width: 350px;
    height: 50px;
    background: #20a052;
    border-radius: 3px;
    border: none;
    width: 255px;
    height: 50px;
    color: #fff;
}

.btn_five_sub button:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#box_five_sub_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#box_five_sub_container a {
    width: 350px;
    height: 50px;
    background: #20a052;
    border-radius: 3px;
    width: 255px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 13px 46px 15px 46px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

#box_five_sub_container a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#box_five_sub_container a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff;
}

#box_five_select_sub {
    width: 255px;
    height: 50px;
    margin-right: 30px;
    margin-top: 24px;
    padding-left: 15px;
    color: #3a3a3a !important;
}

.box_five_sub_h {
    margin-bottom: 40px;
}

.box_five_sub_h h4 {
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    /* identical to box height, or 118% */
    color: #434343;
    margin-top: 60px;
}

.box_five_sub_h span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height, or 150% */
    color: #20a052;
}

.swiper_images {
    background-image: url(../img/r1.png);
    width: 350px;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_text p {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #3a3a3a;
}

#flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_galery {
    margin-right: 221px;
}

.btn_galery a {
    width: 350px;
    height: 50px;
    background: #20a052;
    border-radius: 3px;
    text-align: center;
    padding-top: 14px;
    display: block;
    color: #ffff;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    /* Color_fourth */
    color: #ffffff;
}

.btn_galery a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn_galery_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_galery_sub a {
    width: 350px;
    height: 50px;
    background: #20a052;
    border-radius: 3px;
    text-align: center;
    padding-top: 14px;
    display: block;
    color: #ffff;
    text-decoration: none;
}

.btn_galery_sub a:hover {
    background: #067331;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.swiper_box {
    margin: 40px 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

#swiper_nex {
    margin-right: 20px;
    padding: 10px 15px 10px 15px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #000;
    margin-left: 43px;
}

#swiper_nex:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #541f5e;
    color: #fff;
}

#swiper_prev {
    display: block;
    padding: 10px 15px 10px 15px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #000;
}

#swiper_prev:hover {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #541f5e;
    color: #fff;
}

#sub_six_text {
    margin: 0 0 40px 20px;
}

#box_six {
    padding: 0;
}

#box_six h4 {
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 10px;
}

#box_six span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */
    color: #20a052;
}

.box_title_five h4 {
    margin-top: 60px;
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 40px;
}

.swiper_title_six {
    padding-top: 60px;
}

.box_title_six h4 {
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 40px;
}

.box_title_seven h4 {
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
    margin-bottom: 52px;
}

.swiper-image_one {
    background-image: url(../img/Cleaning/1.jpg);
    width: 350px;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-image_two {
    background-image: url(../img/Cleaning/2.jpg);
    width: 350px;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-image_three {
    background-image: url(../img/Cleaning/3.jpg);
    width: 350px;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-image_four {
    background-image: url(../img/Cleaning/4.jpg);
    width: 350px;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-image_five {
    background-image: url(../img/Cleaning/5.jpg);
    width: 350px;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-image_six {
    background-image: url(../img/Cleaning/6.jpg);
    width: 350px;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_logo {
    cursor: default;
    background-image: url(../img/Sponsor/s1.png);
    width: 289px;
    height: 129px;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper_logo_two {
    cursor: default;
    background-image: url(../img/Sponsor/s2.png);
    width: 319px;
    height: 142.16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_logo_three {
    cursor: default;
    background-image: url(../img/Sponsor/s3.png);
    width: 349px;
    height: 142.16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_logo_four {
    cursor: default;
    background-image: url(../img/Sponsor/s4.png);
    width: 289px;
    height: 129px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_logo_five {
    cursor: default;
    background-image: url(../img/Sponsor/s5.png);
    width: 319px;
    height: 142.16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_logo_six {
    cursor: default;
    width: 272px;
    height: 121px;
    background-image: url(../img/Sponsor/s6.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_slide_border {
    width: 349px;
    height: 304px;
    background: #ffffff;
    border: 2px solid #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper_slide_border p {
    margin-top: 29px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #3a3a3a;
}

.swiper_slide_border span {
    color: #20a052;
}

.swiper_one {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_two {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r2.png);
    -o-object-fit: contain;
    object-fit: contain;
    background-repeat: no-repeat;
}

.swiper_three {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_four {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r4.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_five {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r5.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_six {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r6.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_seven {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r7.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_eight {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r8.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_nine {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r9.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_ten {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r10.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_evelen {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r11.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_twelve {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r12.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_thirteen {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r13.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_fourteen {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r14.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_sixteen {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r15.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_seventeen {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r16.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_eighteen {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r17.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#box_five_bg {
    color: #fff;
}

.swiper_nineteen {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r18.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper_fifty {
    cursor: default;
    max-width: 100%;
    height: 274px;
    background-image: url(../img/sclidecle/r19.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.box_images_sert {
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.images_sert {
    width: 255px;
    height: 359px;
    background-image: url(../img/ser/s1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.images_sert p {
    display: none;
}

.images_sert:hover p {
    opacity: 0.8;
    background: #6c147c;
    width: 255px;
    height: 359px;
    display: block;
    position: relative;
}

.images_sert:hover p img {
    position: relative;
    top: 45%;
    left: 40%;
}

.images_sert_one {
    width: 255px;
    height: 359px;
    background-image: url(../img/ser/s2.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.images_sert_one p {
    display: none;
}

.images_sert_one:hover img {
    position: relative;
    top: 45%;
    left: 40%;
}

.images_sert_one:hover p {
    opacity: 0.8;
    background: #6c147c;
    width: 255px;
    height: 359px;
    display: block;
    position: relative;
}

.images_sert_two {
    width: 255px;
    height: 359px;
    background-image: url(../img/ser/s3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.images_sert_two p {
    display: none;
}

.images_sert_two:hover p {
    opacity: 0.8;
    background: #6c147c;
    width: 255px;
    height: 359px;
    display: block;
    position: relative;
}

.images_sert_two:hover p img {
    position: relative;
    top: 45%;
    left: 40%;
}

.box_spons_text h4 {
    margin: 60px 0 45px 0;
    font-family: Roboto;
    font-size: 34px;
    line-height: 40px;
    color: #434343;
}

.swiper-container_four p {
    margin-top: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #3a3a3a;
}

.image_spons_one {
    width: 349px;
    height: 162px;
    background-image: url(../img/Sponsor/d1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.image_spons_two {
    width: 349px;
    height: 162px;
    background-image: url(../img/Sponsor/d2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.image_spons_three {
    width: 349px;
    height: 162px;
    background-image: url(../img/Sponsor/d3.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.image_spons_four {
    width: 349px;
    height: 162px;
    background-image: url(../img/Sponsor/d4.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.image_spons_five {
    width: 349px;
    height: 162px;
    background-image: url(../img/Sponsor/d5.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.image_spons_six {
    width: 349px;
    height: 162px;
    background-image: url(../img/Sponsor/d6.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.image_spons_seven {
    width: 349px;
    height: 162px;
    background-image: url(../img/Sponsor/d7.png);
    background-size: contain;
    background-repeat: no-repeat;
}

footer {
    background: #3a3a3a;
}

.container_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo_footer {
    margin-top: 8px;
    width: 41.8px;
    height: 41.8px;
    background-image: url(../img/logo/logofooter.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.title_footer {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title_footer div {
    margin-right: 37px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.title_footer a {
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #ffffff;
}

.phone_footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 37px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.phone_footer img {
    width: 16px;
    height: 16px;
}

.phone_footer a {
    margin-left: 2px;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.phone_footer P {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #ffffff;
    margin-right: 10px;
}

.cities {
    z-index: 9999;
}

.instagram_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.instagram_footer img {
    margin-right: 5px;
}

.btn_footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 193px;
}

.footer_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_sub div {
    padding-top: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    text-align: center;
    color: #ffffff;
}

.modal-title {
    margin-left: 64px;
    font-family: Roboto;
    font-size: 27px;
    line-height: 40px;
    /* identical to box height, or 118% */
    color: #434343;
}

.modal-content {
    width: 521px;
    height: 325px;
}

.form input {
    margin-left: 92px;
    width: 292px;
    height: 50px;
    left: 574px;
    top: 357px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #000000;
    padding-left: 15px;
}

.form button {
    margin-left: 93px;
    width: 292px;
    height: 50px;
    background: #20a052;
    border: none;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: center;
    /* Color_fourth */
    color: #ffffff;
}

.box_five_sub_container {
    color: #000;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.sub_bg {
    margin-top: 21px;
    width: 100%;
    height: 29px;
    background: #535353;
}

.five_sub_media {
    display: none;
    margin-top: 31px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.five_sub_media span {
    color: #067331;
}

.map_sity select {
    border: none;
}

#popup-container {
    background: #fff;
    background-size: cover;
    width: 100%;
    max-width: 500px;
    background: #fff;
    overflow-x: hidden;
}

#popup-container * {
    color: #131313;
}

#popup-container form {
    padding: 40px 20px;
    width: 100%;
    position: relative;
}

#popup-container p {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
}

#popup-container input {
    padding-left: 20px;
    margin: 10px auto;
    line-height: 1.5;
    width: 80%;
    margin: 10px auto;
    display: block;
    height: 40px;
}

#popup-container textarea {
    width: 80%;
}

#popup-container .prefix {
    top: 5px;
}

#popup-container button {
    display: block;
    margin: 0 auto;
    width: 85%;
    padding: 11px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 40px;
    background: #646464;
    border: 2px solid #646464;
    color: #fff;
}

#popup-container button:hover {
    background-color: transparent;
    color: #646464;
}

#popup-container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

#popup-container .close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#popup-container .close:before,
#popup-container .close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1.5px;
    background-color: #131313;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#popup-container .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 12;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup .popupMessage {
    display: none;
    text-align: center;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.map_sity_none {
    display: none;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.faq {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.faq .question {
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.faq .question h4 {
    padding-left: 10px;
    max-width: 550px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    /* Color_third */
    color: #3a3a3a;
    margin-bottom: 0;
}

.faq .question h4 span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
}

.faq .question .fq_icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
}

.faq .question .fq_icon span {
    width: 100%;
    height: 4px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

.faq .question .fq_icon span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq .box_five_bg_sub {
    color: #ffff !important;
}

.faq #fq_icon_sub {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
}

.faq #fq_icon_sub span {
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
}

.faq #fq_icon_sub span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq .openedQuestion .fq_icon span:nth-child(2) {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.faq .answer {
    display: none;
    background-color: #eee;
    font-size: 15px;
    line-height: 22px;
}

#answer__text {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    color: #000000;
}

#question__text {
    /* or 30px */
    color: #ae4e4e;
}

.question__sub {
    margin-top: 3px;
}

.cat_one h4 span {
    background-color: #ee5657;
}

.cat_two h4 span {
    background-color: #83dabd;
}


/* вонючий Loto не хочет работать на русском  */

a {
    font-family: Roboto;
}

p {
    font-family: Roboto;
}

ul {
    font-family: Roboto;
}

li {
    font-family: Roboto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
}

span {
    font-family: Roboto;
}

.rama a {
    transition: all 1s ease;
    text-decoration: none;
    color: #FFF;
}

.rama a:hover {
    text-decoration: none;
    color: #9e9e9e;
}

@media (max-width: 1200px) {
    #box_five_sub_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box_one_sub {
        width: 399px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #box_two_sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header_logo_title {
        margin-left: 0;
        width: 68%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 5;
    }
    .form__border {
        border: none;
        margin-bottom: 188px;
    }
    .form__border a {
        border-bottom: 1px solid black;
    }
}

@media (max-width: 993px) {
    .bg-sub {
        border-top: 0.5px solid #d7ccc8;
        margin-top: 10px;
        background: #fff;
        width: 100%;
    }
    .navbar-bg {
        position: relative;
        bottom: 58px;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #five_flex img {
        display: none;
    }
    .box_four_card_sub {
        margin-left: 0;
        padding-right: 50px;
    }
    .box_four_card_fons_title {
        margin-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    #media_none {
        display: none;
    }
    .box_sub_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #media_content {
        margin-left: 20%;
    }
    .box_four_card_fons_title {
        margin-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .media_tel_none {
        display: none;
    }
    .btn_galery {
        margin-right: 1px;
    }
    .bg-sub {
        margin-top: 10px;
        background: #fff;
        width: 100%;
    }
}

@media (max-width: 554px) {
    .navbar-bg {
        position: relative;
        bottom: 58px;
        background: 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .tel_media_none {
        display: none;
    }
    .header_logo_title {
        margin-left: 0;
        width: 68%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #media_content {
        margin: 0;
    }
    .image_fon {
        margin-left: -156px;
    }
    .box_one_sub_bg {
        width: 456px;
        height: 286px;
    }
    .box_one_sub_bg h4 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 520px) {
    .faq .question h4 {
        max-width: 80%;
    }
}

@media (max-width: 507px) {
    #box_five_select_sub {
        margin-right: 0;
        width: 379px;
    }
    .media_swiper {
        margin-right: 127px;
        margin-bottom: 20px;
    }
    .media_swiper_sub {
        margin-bottom: 20px;
    }
    .box_four_card_sub {
        padding-right: 23px;
    }
}

@media (max-width: 411px) {
    .images_sert_two {
        margin-right: 19px;
    }
    .form__border {
        border-bottom: none;
        margin-bottom: 189px;
    }
    .form__border a {
        border-bottom: 1px solid #3a3a3a;
        height: 60px;
    }
    .swiper-image_one,
    .swiper-image_two,
    .swiper-image_three,
    .swiper-image_four,
    .swiper-image_five,
    .swiper-image_six {
        margin-left: 70px;
    }
    .swiper_logo,
    .swiper_logo_two,
    .swiper_logo_three,
    .swiper_logo_four,
    .swiper_logo_five,
    .swiper_logo_six {
        margin-left: 40px;
    }
    .modal-content {
        width: 393px;
        height: 325px;
    }
    .form input {
        margin-left: 35px;
    }
    .form button {
        margin-left: 33px;
    }
    .modal-title {
        margin-left: 35px;
        font-size: 22px;
    }
    .box_four_card_sub {
        padding: 0;
    }
    footer {
        width: 431px;
    }
    .swiper_images {
        margin-left: 60px;
    }
    .swiper-image_one {
        margin-left: 70px;
    }
    .box_title_six {
        margin-left: 8px;
    }
    .box_spons_text {
        margin-left: 15px;
    }
    .box_title_six h4 {
        font-size: 28px;
    }
    .box_spons_text h4 {
        font-size: 30px;
    }
    header {
        height: 70px;
    }
    .five_sub_media {
        display: block;
    }
    #box_five_sub_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #box_five_sub_container a {
        width: 379px;
    }
    .box_four_select {
        display: none;
    }
    #box_three a {
        width: 380px;
    }
    .modal {
        margin-top: 222px;
    }
    .box_four_card_fons_sub {
        height: 498px;
    }
    #box_title {
        margin-left: 18px;
    }
    .header_logo_title {
        width: 58%;
        margin-left: 21px;
    }
    #media_content {
        margin: 0;
    }
    .btn_galery_footer {
        margin-right: 210px;
    }
    .phone_footer a {
        margin-right: 5px;
    }
    #box_title h1 {
        width: 330px;
        height: 144px;
        font-size: 24px;
        line-height: 36px;
        color: #434343;
    }
    .box_one_sub_bg {
        width: 380px;
        height: 286px;
        padding: 18px;
        padding: 0;
    }
    .box_one_sub_bg h4 {
        width: 348px;
        font-size: 17px;
    }
    .box_one_sub_bg p {
        font-size: 21px;
    }
    .b-nav-tab {
        width: 378px;
    }
    .b-nav-tab.active {
        width: 378px;
    }
    .five_media {
        margin-top: 40px;
    }
    .btn_galery {
        margin-bottom: 40px;
    }
    .btn_galery a {
        width: 379px;
    }
    .box_one_sub h4 {
        width: 318;
    }
    .box_one_sub p {
        font-weight: 400;
        font-size: 17px;
    }
    .img_pad_box_one {
        padding-left: 229px;
    }
    .image_fon {
        position: relative;
        right: -83px;
        top: 67px;
    }
    .img_sub_box_one {
        left: 153px;
    }
    .box_four_card_sub {
        padding-right: 0;
    }
    .box_one_sub a {
        display: none;
    }
    .navbar-bg {
        position: relative;
        bottom: 58px;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .images_sert {
        margin-bottom: 10px;
    }
    .images_sert_one {
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .image_fon {
        display: none;
    }
    .box_one_sub_bg {
        width: 350px;
        height: 286px;
        padding: 18px;
        padding: 0;
    }
    .box_one_sub_bg h4 {
        width: 334px;
        font-size: 16px;
    }
    .box_one_sub_bg p {
        font-size: 21px;
    }
    #box_one {
        margin-left: -11px;
    }
    #box_title {
        margin-left: -10px;
    }
    .box_sub_logo p a {
        padding-left: 0;
    }
    .phone__media {
        margin-left: 72px;
    }
    #media_content {
        margin: -6px;
    }
    .navbar-bg {
        position: relative;
        bottom: 49px;
    }
    #box_two {
        margin-left: -10px;
    }
    #box_three a {
        width: 331px;
    }
    .b-nav-tab.active {
        width: 329px;
    }
    .b-nav-tab {
        width: 328px;
    }
    #box_five_select_sub {
        width: 330px;
    }
    #box_five_sub_container a {
        width: 331px;
    }
    .swiper_images {
        margin-left: 26px;
    }
    .btn_galery {
        margin-right: 4px;
    }
    .swiper-image_five,
    .swiper-image_four,
    .swiper-image_one,
    .swiper-image_six,
    .swiper-image_three,
    .swiper-image_two {
        margin-left: 50px;
    }
    .media_swiper {
        margin-right: 107px;
        margin-bottom: 20px;
    }
    .box_spons_text {
        margin-left: -6px;
    }
    .btn_galery a {
        width: 379px;
        padding-top: 13px;
        padding-left: 47px;
    }
    .title_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .modal-content {
        width: 344px;
        height: 325px;
    }
    .modal-title {
        margin-left: -7px;
        font-size: 22px;
    }
    .form input {
        margin-left: 10px;
    }
    .form button {
        margin-left: 8px;
    }
    .instagram_footer {
        margin-right: 59px;
    }
    .footer_sub {
        margin-right: 62px;
    }
    .box_four_card_fons_sub_last {
        background: #e9e9e9;
        width: 100%;
        height: 335px;
        margin: 0;
        padding-top: 15px;
    }
    .box_four_card_fons {
        background: #e9e9e9;
        width: 100%;
        height: 404px;
        margin: 0;
        padding-top: 15px;
        padding-left: 27px;
    }
    .btn_galery_footer {
        margin-right: 267px;
    }
    .btn_galery_footer a {
        width: 300px;
        padding-right: 51px;
    }
    #box_four_sub_h h4 {
        margin-top: 50px;
        font-family: Roboto;
        font-size: 31px;
        line-height: 40px;
        color: #434343;
    }
    .logo_footer {
        margin-right: 50px;
    }
    .swiper_logo,
    .swiper_logo_five,
    .swiper_logo_four,
    .swiper_logo_six,
    .swiper_logo_three,
    .swiper_logo_two {
        margin-left: 23px;
    }
}

@media (max-width: 360px) {
    .box_one_sub_bg {
        width: 350px;
        height: 286px;
        padding: 18px;
        padding: 0;
    }
    .box_one_sub_bg h4 {
        width: 334px;
        font-size: 16px;
    }
    .box_one_sub_bg p {
        font-size: 21px;
    }
    #box_one {
        margin-left: -11px;
    }
    #box_title {
        margin-left: -10px;
    }
    .box_sub_logo p a {
        padding-left: 0;
    }
    .phone__media {
        margin-left: 72px;
    }
    #media_content {
        margin: -6px;
    }
    .navbar-bg {
        position: relative;
        bottom: 49px;
    }
    #box_two {
        margin-left: -10px;
    }
    #box_three a {
        width: 331px;
    }
    .b-nav-tab.active {
        width: 329px;
    }
    .b-nav-tab {
        width: 328px;
    }
    #box_five_select_sub {
        width: 330px;
    }
    #box_five_sub_container a {
        width: 331px;
    }
    .swiper_images {
        margin-left: 26px;
    }
    .btn_galery {
        margin-right: 4px;
    }
    .swiper-image_five,
    .swiper-image_four,
    .swiper-image_one,
    .swiper-image_six,
    .swiper-image_three,
    .swiper-image_two {
        margin-left: 50px;
    }
    .media_swiper {
        margin-right: 107px;
        margin-bottom: 20px;
    }
    .box_spons_text {
        margin-left: -6px;
    }
    .btn_galery a {
        width: 379px;
        padding-top: 13px;
        padding-left: 47px;
    }
    .title_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .modal-content {
        width: 344px;
        height: 325px;
    }
    .modal-title {
        margin-left: -7px;
        font-size: 22px;
    }
    .form input {
        margin-left: 10px;
    }
    .form button {
        margin-left: 8px;
    }
    .instagram_footer {
        margin-right: 59px;
    }
    .footer_sub {
        margin-right: 62px;
    }
    .box_four_card_fons_sub_last {
        background: #e9e9e9;
        width: 100%;
        height: 335px;
        margin: 0;
        padding-top: 15px;
    }
    .box_four_card_fons {
        background: #e9e9e9;
        width: 100%;
        height: 404px;
        margin: 0;
        padding-top: 15px;
        padding-left: 27px;
    }
    .btn_galery_footer {
        margin-right: 267px;
    }
    .btn_galery_footer a {
        width: 300px;
        padding-right: 51px;
    }
    #box_four_sub_h h4 {
        margin-top: 50px;
        font-family: Roboto;
        font-size: 31px;
        line-height: 40px;
        color: #434343;
    }
    .logo_footer {
        margin-right: 50px;
    }
    .swiper_logo,
    .swiper_logo_five,
    .swiper_logo_four,
    .swiper_logo_six,
    .swiper_logo_three,
    .swiper_logo_two {
        margin-left: 23px;
    }
}