html,
body {
    padding: 0;
    margin: 0 auto;
    position: relative;
    background: #ffffff;
    font-family: 'GOTHIC';
    color: #00975C;
    --color_main: #03955B;
    --color_support: #47AB35;
    --color_slave_1: #cddde0;
    --color_slave_2: #ffdea4;
    font-size: 20px;
    font-weight: 400;
    display: block;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/Comfortaa-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'GOTHIC';
    src: url('../fonts/GOTHIC.TTF');
}

@font-face {
    font-family: 'ADS';
    src: url('../fonts/15542.ttf');
}

#attention {
    display: flex;
    justify-content: center;
    width: 70%;
    /* position: absolute; */
    /* top: 120px; */
    color: red;
    z-index: 150;
    text-align: center;
    align-self: center;
    font-weight: bold;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    #attention {
        font-size: 14px;
        width: 90%;
    }
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

* {
    box-sizing: border-box;
    /* white-space: nowrap; */
}

a {
    font-family: 'GOTHIC';
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}

h1,
h2,
h3,
h4 {
    font-family: 'GOTHIC';
    font-weight: 400;
    color: #2A734E;
}

p {
    font-family: 'GOTHIC';
    font-weight: 400;
    margin: 0;
}

li {
    font-family: 'GOTHIC';
    font-weight: 400;
}

button {
    /* outline: none; */
    font-family: 'GOTHIC';
    font-weight: 400;
    cursor: pointer;
}

input {
    font-family: 'GOTHIC';
    font-weight: 400;
}

label {
    font-family: 'GOTHIC';
    font-weight: 400;
}

select {
    font-family: 'GOTHIC';
    font-weight: 400;
}

option {
    font-family: 'GOTHIC';
    font-weight: 400;
}

.px20 {
    height: 20px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}

.header_container {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    height: 110px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: flex-end;
}

.logo_container {
    width: 15%;
}

.logo img {
    display: flex;
    height: 110px;
    padding: 11px;
}

.before_nav {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-bottom: 7px;
    align-items: flex-end;
}

.logo_text {
    color: #2A734E;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
    height: 100%;
}

.nav_group {
    display: flex;
    flex-direction: column;
    padding-bottom: 4px;
}

.phone_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.phone_top_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .phone_top_img:not(:first-child) {
    margin-left: 5px;
} */
.phone_top_img:not(:last-child) {
    margin-right: 5px;
}


.phone_top_img img {
    background-color: #03955B;
    border-radius: 7px 0px 7px 0px;
    padding: 3px 7px;
    margin-right: 3px;
    height: 24px;
}

.phone_top_text {
    color: #03955B;
    font-size: 17px;
    text-align: center;
    align-items: center;
}

.btn_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.header_btn {
    background-color: #03955B;
    border-radius: 15px 0px;
    height: max-content;
    color: #fff;
    font-size: 16px;
    padding: 4px 20px;
    text-align: center;
    align-items: center;
    cursor: pointer;
    /* margin: 0px 15px; */
}

.px7 {
    height: 7px;
}

.header_btn:hover {
    background-color: #47AB35;
}

.header_btn.active {
    background-color: #267CB5;
}

.drop_btn {
    position: relative;
    display: inline-block;
    /* justify-content: flex-start; */
}

.drop_btn a {
    /* background: transparent; */
}

.dropdown_content {
    position: absolute;
    background-color: #d6e7df;
    padding: 7px;
    border-radius: 7px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: 0.4s ease-in-out;
}

.dropdown_content a {
    display: block;
    margin-top: 7px;
    margin-left: 7px;
}

.drop_btn:hover .dropdown_content {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);
}

.dropdown_content a:hover {
    background-color: #47AB35;
}

.proposition {
    padding-top: 110px;
}


.proposition.active {
    padding-top: 0px;
}

.section1 {
    display: none;
}

.info_message {
    width: 100%;
    margin: 0 auto;
    margin-top: 110px;
    left: 0;
    background-color: #D8E1D7;
    color: #115A5B;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.info_message p,
h1 {
    margin: 0;
    padding: 5px;
}

.info_message {
    font-size: 22px;
}

.section3 {
    width: 100%;
    height: max-content;
    margin: 0 auto;
    /* margin-top: 15px;
    margin-bottom: 15px; */
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}

.section3_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}

.section3 img {
    transition: .3s ease-in-out;
    height: 180px;
    padding: 15px 0px;
}


/* .img_top {
    position: absolute;
}

.img_bottom {
    opacity: 0;
} */

.icon_s3:hover .img_top,
.icon_s3:hover .img_bottom {
    transform: scale(120%);
    opacity: 1;
}

.section_cabinet {
    width: 100%;
    height: max-content;
    margin-top: 120px;
    flex: 1 1 auto;
}

.section_cabinet a {
    color: #00975C;
}

.container_cabinet {
    --var1: 35px;
    max-width: 1200px;
    width: 100%;
    height: max-content;
    margin: 0 auto;
    display: block;
    justify-content: center;
    overflow: auto;
}

.buttons_group {
    max-width: 700px;
    width: 100%;
    display: block;
    justify-content: center;
    margin: 0 auto;
}

.btn_cabinet {
    color: #fff;
    font-size: 17px;
    background-color: #47AB35;
    width: 100%;
    height: 30px;
    border-radius: 20px 0px 20px 0px;
    outline-style: none;
    border: none;
    /* outline: 0 none !important; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 3px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.btn_cabinet:hover {
    /* background-color: #267CB5; */
    opacity: 0.7;
    transform: translateY(-7%);
}

.btn_cabinet:focus,
.btn_cabinet:active,
.btn_cabinet:target {
    outline: 2px solid rgba(0, 0, 0, 0.0);
    outline-style: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn_cabinet.active {
    background-color: #267CB5;
    transform: translateY(-7%);
}

.info_field {
    max-width: 700px;
    width: 100%;
    height: 560px;
    background: linear-gradient(#8fb52633, #267cb52f);
    border-radius: 25px 0px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.info_field.active {
    display: block;
}

.personal_information_container {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
}

.pers_info_h {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    align-items: center;
    height: 21px;
    width: 100%;
}

.pers_info {
    background-color: #fff;
    border-radius: 7px;
    /* box-shadow: 0px 3px 7px 3px rgba(38, 124, 181, 0.2); */
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 20px;
    height: 30px;
    color: #267CB5;
}

.kartkou {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 50%;
    text-align: center;
    /* border: 3px solid #019758; */
    background-color: #E9F1D4;
    border-radius: 25px 0px 0px 0px;
}

.kartkou_1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kartkou h3 {
    padding-bottom: 20px;
    font-weight: 400;
}

.kartkou h4 {
    padding-bottom: 10px;
    font-weight: 400;
}

.kartkou input {
    width: 55%;
    font-family: 'GOTHIC';
    font-size: 14px;
    text-align: center;
    height: 30px;
    opacity: 0.7;
}

.kartkou button {
    font-size: 18px;
    text-align: center;
}

#btn_popovnutu {
    color: #fff;
    background: #267CB5;
    font-size: 20px;
    width: max-content;
    padding: 7px 15px;
    border: none;
    border-radius: 7px;
    margin-top: 15px;
    margin-bottom: 35px;
    cursor: pointer;
}

.bank {
    height: 50%;
    text-align: center;
    /* border: 3px solid #019758; */
    border-radius: 0px 0px 25px 0px;
    background-color: #D7E7F0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.bank h3 {
    padding-bottom: 20px;
}

.btn_bank {
    margin: 0;
    padding: 0;
    height: 106px;
    width: 238px;
    border: none;
    cursor: pointer;
    background: transparent;
}

.text_bank {
    width: 238px;
    font-size: 14px;
    margin: 14px;
}

.zmina_container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.zmina_title {
    padding-bottom: 25px;
}

#zminutu_plan {
    color: #fff;
    background: #267CB5;
    font-size: 17px;
    text-align: center;
    width: max-content;
    padding: 4px 7px;
    border: none;
    border-radius: 7px;
    margin-bottom: 35px;
    margin-top: 15px;
    cursor: pointer;
}

#zminutu_plan:hover {
    opacity: 0.8;
}

.select {
    color: #019758;
    text-align: center;
    border-radius: 0.5em;
    font-size: 16px;
    padding: .6em 1.4em .5em .8em;
    width: 45%;
    box-sizing: border-box;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    /* box-shadow: 0px 3px 7px 3px rgba(38, 124, 181, 0.3); */
    cursor: pointer;
    outline: none;
    margin-top: 25px;
}

.zmina_descrip {
    margin: 0;
    padding: 0;
    padding: 10px;
}

.statustuka_container {
    text-align: center;
}

.statustuka_grid {
    max-width: 680px;
    width: 100%;
    display: grid;
    margin: 0 auto;
    margin-top: 10px;
    border: solid 1px #00975A;
}

.grid_header {
    display: grid;
    /* border: solid 1px #000; */
    grid-template-columns: 1fr 1fr 2fr 1fr 2fr;
    text-align: center;
    align-items: center;
    font-size: 14px;
}

.grid_header_item {
    padding: 3px 0px;
    border: 1px solid #000;
}

.grid_line {
    display: grid;
    /* border: solid 1px #000; */
    grid-template-columns: 1fr 1fr 2fr 1fr 2fr;
    text-align: center;
    align-items: center;
}

.grid_line_item {
    border: 1px solid #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0px;
    margin: 0;
}

.tochku_container {
    width: 100%;
    height: 100%;
}

.tochku_container h3 {
    padding: 10px;
    text-align: center;
}

.adress_list {
    overflow: auto;
    height: 250px;
    text-align: left;
}

.adress_item {
    cursor: pointer;
    padding: 3px;
}

.adress_item:hover {
    opacity: 0.7;
}

.adress_item.active {
    color: #267CB5;
}

.map_frame_tochku {
    display: none;
    padding-left: 7px;
}

.map_frame_tochku.active {
    display: block;
}

.map_frame_tochku iframe {
    --width-cabinet: 680px;
    width: var(--width-cabinet);
    height: 300px;
    padding-bottom: 7px;
}

.section_tv {
    display: block;
    text-align: center;
    padding-top: 110px;
    flex: 1 1 auto;
}

.tv_banner {
    width: 100%;
    overflow: hidden;
}

.tv_banner img {
    width: 100%;
}

.list_tv_container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow: auto;
    height: 50vh;
}

.list_tv_head_cotainer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 110px;
}

.list_tv_head {
    width: 100%;
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr;
    justify-content: center;
    margin-top: 10px;
    /* margin-bottom: 15px; */
}

.list_tv_head_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00975A;
    border-radius: 25px 0px;
    font-size: 24px;
    color: #fff;
    height: 60px;
}

.list_tv_head_item_mark {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FAC030;
    border-radius: 25px 0px;
    color: #fff;
    height: 60px;
    /* margin-right: 4px; */
}

.list_tv_item {
    width: 100%;
    display: grid;
    padding: 7px 0px;
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr;
    background-color: #E9F1D4;
}

.list_tv_item.active {
    background-color: rgba(250, 192, 48, 0.3);
}

.tv_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_tv_head_item_mark_text0 {
    font-size: 18px;
    color: #000;
}

.list_tv_head_item_mark_text1 {
    font-size: 14px;
}

.tv_item_logo {
    height: 42px;
    width: auto;
}

.tv_item_text {
    text-align: left;
    display: flex;
    align-items: center;
}

.tv_item img {
    height: 42px;
}

.tv_info_bottom_element {
    margin: 10px;
    padding: 10px;

}

.footer {
    width: 100%;
    padding: 10px 0px;
    margin: 0 auto;
    background: rgb(38, 124, 181);
    background: -moz-linear-gradient(-45deg, rgba(38, 124, 181, 1) 0%, rgba(71, 171, 53, 1) 52%, rgba(37, 102, 45, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(38, 124, 181, 1) 0%, rgba(71, 171, 53, 1) 52%, rgba(37, 102, 45, 1) 100%);
    background: linear-gradient(135deg, rgba(38, 124, 181, 1) 0%, rgba(71, 171, 53, 1) 52%, rgba(37, 102, 45, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#267cb5', endColorstr='#25662d', GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.container_footer {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line_container {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
}

.left_footer_text {
    font-size: 18px;
    /* padding-bottom: 10px; */
    /* display: flex; */
}

.cop {
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 14px;
}

.middle_footer {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    /* padding-left: 30px;
    padding-right: 30px; */
}

.footer_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.footer_icon img {
    height: 38px;
}

.right_footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    color: #ffffff;
}

.phone_footer_text {
    font-size: 16px;
    color: #ffffff;
}

.title {
    position: relative;
}

.title img {
    width: 100%;
    height: auto;
}

.title_text {
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title_text {
    /* margin: 0 auto;
    padding: 0px; */
}

.tarufu_section {
    width: 100%;
    padding-top: 110px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.container_tarufu {
    height: max-content;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.taruf_grid {
    position: relative;
    width: 220px;
    height: 350px;
    color: #2E724B;
    background-color: #B9D9B5;
    border-radius: 10px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

.taruf:hover {
    transform: scale(115%);
    background-color: #B9D9B5;
}

.p_name {

    margin: 10px;
    height: 45px;
    color: #267CB5;
}

.taruf hr {
    width: 70%;
    border-color: #2E724B;
}

.p_light {
    margin: 0 auto;
}

.p_bold {
    color: #267CB5;
    margin: 0 auto;
    padding-top: 3px;
}

.p_price {
    font-size: 22px;
    color: #000;
    padding: 3px;
}

.taruf_desc {
    padding: 7px;
}

.taruf_info {
    text-align: center;
    font-weight: 600;
}

.btn_connect {
    position: absolute;
    top: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
    resize: 50%;
    width: max-content;
    color: #fff;
}

.btn_connect_text {
    font-size: 18px;
    padding: 7px 7px 7px 7px;
    background-color: #267CB5;
    border-radius: 7px;
    height: 100%;
}

.btn_connect_text:hover {
    opacity: 0.7;
}

.container_footer_tarufu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.container_footer_tarufu_text {
    text-align: justify;
    font-size: 10px;
    max-width: 700px;
    width: 100%;
    margin: 15px;
    transition: 0.3s ease-in-out;
}

.container_footer_tarufu_text:hover {
    transform: scale(170%);
}

.container_footer_tarufu p {
    background-color: #ffffff;
    border-radius: 7px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.7s ease 0s;
}

.popup:target {
    opacity: 1;
    visibility: visible;
}

.popup:target .popup_content {
    transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
    opacity: 1;
}

.popup_body {
    --popup-width: 700px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    transition: all 0.7s ease 0s;
}

.popup_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(#47AB35, #267CB5);
    max-width: var(--popup-width);
    align-items: center;
    text-align: center;
    padding: 25px;
    position: relative;
    transition: all 0.7s ease 0s;
    opacity: 0;
    transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}

.popup_content h1 {
    font-size: 30px;
    color: #0a52be;
    margin: 0;
    margin-bottom: 15px;
    /* text-shadow: 1px 1px 7px 1px rgba(255, 255, 255, 1); */
}

.popup_content h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
}

.popup_message {
    display: none;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(#47AB35, #267CB5);
    max-width: var(--popup-width);
    align-items: center;
    text-align: center;
    padding: 25px;
    position: relative;
    transition: all 0.7s ease 0s;
    opacity: 1;
    /* transform: perspective(600px) translate(0px, -100%) rotateX(45deg); */
}

.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: left;
    color: #fff;
}

.btn_popup_close {
    margin-top: 30px;
    font-size: 24px;
    font-family: 'GOTHIC';
    font-style: normal;
    padding: 7px 25px;
    background-color: #0a52be;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.popup_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup_input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.popup input {
    height: 30px;
    width: 70%;
    margin: 5px;
    border-radius: 10px;
    outline: none;
    border: none;
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
}

#map_popup {
    display: none;
    width: 100%;
    height: 250px;
    margin-top: 15px;
}

#map_popup.active {
    display: flex;
}

#btn_show_map {
    height: max-content;
    width: 80%;
    margin: 10px;
    border-radius: 10px;
    padding: 7px;
    background-color: #00975A;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

#btn_show_map:hover {
    filter: brightness(1.3);
}

#btn_order {
    margin-top: 20px;
    font-size: 24px;
    font-family: 'GOTHIC';
    font-style: normal;
    padding: 7px 25px;
    background-color: #0a52be;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#btn_order:hover {
    filter: brightness(1.3);
}

#map {
    width: 100%;
    height: 100%;
    margin-top: 50 px;
    flex: 1 1 auto;
}

.map_container {
    max-width: 1200px;
    height: 800PX;
    margin: 0 auto;
}

.map_frame {
    width: 100%;
    height: 100%;
}

h1 {
    color: #267CB5;
}

h3 {
    color: #267CB5;
    font-size: 18px;
    margin: 0;
}

h4 {
    color: #47AB35;
    font-size: 17px;
    padding: 0px 20px;
    margin: 0;
}

.preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 150;
}

.preloader_container {
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
}

.circle_1,
.circle_2,
.circle_3 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: linear;
    animation-duration: 1s;
}

.circle_1 {
    border-bottom: #47AB35 solid 7px;
    animation-name: c1;
}

.circle_2 {
    border-right: #48fdd0 solid 7px;
    animation-name: c2;
}

.circle_3 {
    border-top: #267CB5 solid 7px;
    animation-name: c3;
}

.slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 110px;
}

.slider.active {
    padding-top: 0px;
}

.slider_container {
    margin: auto;
    /* max-width: 1200px; */
    width: 100%;
    /* max-height: 550px; */
    height: 100%;
    position: relative;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7);
}

.slider_container img {
    width: 100%;
    height: 500px;
}

#btn_prev,
#btn_next {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: gray;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

#btn_next:hover,
#btn_prev:hover {
    opacity: 0.75;
}

#btn_next {
    left: auto;
    right: 0;
}

#btn_next span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: calc(50% - 15px);
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.dots {
    position: absolute;
    width: 10%;
    top: calc(95% - 10px);
    left: calc(50% - 50px);
    display: flex;
    justify-content: center;
}

.dot.active {
    background-color: #000;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: gray;
    margin-right: 10px;
    cursor: pointer;
}

.dot:last-child {
    margin-right: 0;
}

.btn_slide {
    background: var(--main_color);
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 85%;
    left: 85%;
}

.btn_slide:hover {
    background-color: var(--slave_color);
}

.electro {
    background-color: var(--slave_color);
}

.support_section {
    padding-top: 110px;
    flex: 1 1 auto;
}

.support_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
}

.support_container .buttons_group {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.buttons_group_support {
    display: flex;
    justify-content: space-between;
}

.btn_support {
    color: #fff;
    font-size: 16px;
    background-color: #47AB35;
    max-width: 290px;
    width: 100%;
    height: 60px;
    border-radius: 20px 0px 20px 0px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.btn_support:hover {
    /* background-color: #267CB5; */
    opacity: 0.7;
    transform: translateY(10px);
}

.btn_support.active {
    background-color: #267CB5;
    transform: translateY(10px);
    /* box-shadow: 1px 1px 7px 1px rgba(4, 95, 156, 0.7); */
}

.answers {
    max-width: 1200px;
    width: 100%;
    height: 550px;
    background: #DFDFDF;
    border: 3px solid #267CB5;
    /* box-shadow: 1px 1px 7px 1px rgba(4, 95, 156, 0.7); */
    border-radius: 0px 0px 25px 25px;
    margin-bottom: 10px;
}

.info_support_field button {
    border: none;
    border-radius: 7px;
    background-color: #0a52be;
    color: #fff;
    font-size: 20px;
}

.info_support {
    background: #DFDFDF;
    display: none;
    justify-content: space-between;
}

.info_support.active {
    display: flex;
    height: 95%;
}

.info_support_btn {
    max-width: 250px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* margin-top: 10px;
    margin-left: 10px; */
}

.btn_support_small {
    width: 100%;
    height: fit-content;
    background-color: #47AB35;
    border: none;
    /* border-radius: 7px 0px 0px 7px; */
    font-size: 14px;
    padding: 7px;
    /* height: 20px; */
    cursor: pointer;
}

.btn_support_small.active {
    color: #47AB35;
}

.btn_support_small.a {
    background-color: #E9F1D4;
}

.btn_support_small.b {
    background-color: #D7E7F0;
}

.info_support_field {
    background: #DFDFDF;
    width: 100%;
    /* height: 570px; */
    margin-left: 10px;
    display: none;
    text-align: left;
    padding: 10px;
    overflow: auto;
}

.info_support_field.active {
    display: flex;
    flex-direction: column;
}

.info_support_field img {
    max-width: 95%;
    margin: 15px;
    align-self: center;
    border: solid #267CB5;
}

.info_support_field img:active {
    max-width: 150%;
    width: 100%;
}

.info_support_field span {
    font-weight: 700;
    padding: 7px;
    margin: 5px;
    border-radius: 15px;
    background-color: #47AB35;
    color: #fff;
}

.info_support_field mark {
    /* background-color: #0a52be; */
    padding: 1px;
}

#tv_instruction {
    color: rgb(255, 0, 0);
    background-color: #eeff00;
}

.contract {
    max-width: 1200px;
    width: 100%;
    max-height: 75vh;
    margin: 0 auto;
    margin-top: 120px;
    padding: 20px;
    background: #DFDFDF;
    /* border-radius: 7px;
    border: solid #0a52be;
    box-shadow: 1px 1px 7px 1px rgba(4, 95, 156, 0.7); */
    overflow: auto;
    flex: 1 1 auto;
}

.contract_data {
    display: flex;
    justify-content: space-between;
}

.contract h1 {
    text-align: center;
    color: #007DBA;
    font-size: 26px;
}

.contract h2 {
    text-align: center;
    text-transform: uppercase;
    color: #007DBA;
    font-size: 22px;
}

.contract h3 {
    color: #007DBA;
}

.contract p {
    text-align: justify;
    font-size: 17px;
    color: #656565;
}

.ads_gigabit_wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'ADS';
    background: #E9F1D4;
}

.ads_gigabit_head {
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 34px;
    text-transform: uppercase;
    color: #48AB46;
}

.ads_gigabit_title_wraper {
    max-width: 600px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.ads_gigabit_title {
    padding-bottom: 20px;
    opacity: 0;
    transition: 1.5s ease-in-out;
}

.ads_gigabit_title.active {
    opacity: 1;
}

.ads_gigabit_wrapper input {
    display: none;
}

.checkbox_container {
    --width: 200px;
    --width_before: 45px;
    --height: 44px;
    --offset: 3px;
    --duration: 1.5s;
}

.swich_block {
    margin: 0 auto;
    margin-bottom: 20px;
    height: var(--height);
    width: var(--width);
    border-radius: var(--height);
    background-color: #FAC030;
    border: var(--offset) solid #00975A;
    transition: all 0.3s ease 0 s;
    cursor: pointer;
    outline: none;
    position: relative;
    transition: var(--duration);
}

.swich_block::before {
    content: '>';
    font-style: 18px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: var(--offset);
    left: var(--offset);
    right: auto;
    height: calc(var(--height) - 4 * var(--offset));
    width: calc(var(--height) - 4 * var(--offset));
    background-color: #267CB5;
    border-radius: var(--height);
    transition: var(--duration);
}

.ads_gigabit_checkbox:checked~.swich_block::before {
    background-color: #00975A;
    left: calc(var(--width) - (var(--height)) + (var(--offset)));
    transform: rotate(180deg);
}

.ads_gigabit_description_wraper {
    max-width: 600px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.ads_gigabit_description {
    position: absolute;
    font-size: 26px;
    opacity: 0;
    transition: 1.5s ease-in-out;
}

.ads_gigabit_description.active {
    /* display: flex; */
    opacity: 1;
}

.ads_gigabit_description_0 {
    color: #267CB5;
}

.ads_gigabit_slider {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
    /* align-items: center; */
    display: flex;
    justify-content: center;
    transition: var(--duration);
    border-radius: 50px;
    /* background: #347250;
    background: -moz-radial-gradient(center, ellipse cover, #347250 21%, #b4e391 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #347250 21%, #b4e391 100%);
    background: radial-gradient(ellipse at center, #347250 21%, #b4e391 100%); */
}

.ads_gigabit_slider img {
    width: 200px;
    height: auto;
}

.ads_gigabit_slider_img_0 {
    position: absolute;
    opacity: 1;
    transform: translateX(0%);
    transition: 1.5s ease-in-out;
}

.ads_gigabit_slider_img_1 {
    opacity: 0;
    transform: translateX(0%);
    transition: 1.5s ease-in-out;
}

.ads_gigabit_slider_img_0.active {
    opacity: 0;
    transform: translateX(100%);
}

.ads_gigabit_slider_img_1.active {
    opacity: 1;
    transform: translateX(100%);
}


/* .ads_gigabit_checkbox:checked~.ads_gigabit_slider_img_0 {
    opacity: 0;
    transform: translateX(50%);
}

.ads_gigabit_checkbox:checked~.ads_gigabit_slider_img_1 {
    opacity: 1;
    transform: translateX(50%);
} */

.ads_gigabit_slider_item {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    text-align: left;
}

.ads_gigabit_slider_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    opacity: 0;
    transition: 1.5s ease-in-out;
}

.ads_gigabit_slider_text.active {
    opacity: 1;
}

.ads_gigabit_slider_text_0 {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}

.ads_gigabit_slider_text_1 {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%, -50%);
}

.ads_gigabit_slider_text_head {
    text-transform: uppercase;
}

.ads_gigabit_slider_text_desc {
    color: #000;
    font-family: 'GOTHIC';
    font-size: 16px;
    margin-top: 20px;
}


.table.transparent {
    background: #267cb5;
}

table a {
    color: #000;
}

table h2 {
    color: #000000;

}



@keyframes ads_visibility {
    0% {
        display: flex;
        opacity: 0;
    }

    100% {
        display: flex;
        opacity: 1;
    }
}

@keyframes c1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes c2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes c3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}