/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');*/
/*font-family: 'Roboto Condensed', sans-serif;*/
@font-face {
    font-family: 'Robotocondensed';
    src: url('fonts/RobotoCondensed-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Robotocondensed';
    src: url('fonts/RobotoCondensed-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Robotocondensed';
    src: url('fonts/RobotoCondensed-Bold.ttf');
    font-weight: 700;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    overflow-y: auto;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none
}

body {
    font-family: 'Robotocondensed';
    font-weight: 700;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

#pano {
    position: absolute;
    top: 0px;
    left: 0px;
}

.container {
    width: 100%;
    max-width: 1130px;
    padding: 0px 15px;
    margin: 0 auto;
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
    left: 0px;
}
.container.center_cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.container::-webkit-scrollbar {
    width: 5px;
}

.container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.header_block {
    padding: 10px 0px 5px;
    background: rgba(40, 40, 40, 0.6);
}

.container_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1830px;
    padding: 0px 15px;
}

.menu_opens {
    width: 50px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes playX {
    from {
        background-position-x: 0
    }

    to {
        background-position-x: 100%
    }
}

@keyframes playX {
    from {
        background-position-x: 0
    }

    to {
        background-position-x: 100%
    }
}

@-webkit-keyframes playY {
    from {
        background-position-y: 0
    }

    to {
        background-position-y: 100%
    }
}

@keyframes playY {
    from {
        background-position-y: 0
    }

    to {
        background-position-y: 100%
    }
}
.logolist_anima {
    width: 200px;
    height: 64px;
    background-image: url("../image/logo_new.png");
    background-size: 100% auto;
    -webkit-animation: playY 6s steps(255) infinite;
    animation: playY 6s steps(255) infinite;
    display: block;
    vertical-align: middle;
    position: fixed;
    z-index: 1;
    bottom: 20px;
    left: 15px;
}

.menu_opens span {
    height: 1px;
    width: 100%;
}

.menu_opens.open span {
    background: transparent;
}

.menu_opens.open span:after,
.menu_opens.open span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
    height: 2px;
    width: 100%;
    background: rgb(255, 255, 255);
    -webkit-transition: background 100ms linear 100ms, top 100ms linear, -webkit-transform 100ms linear 100ms;
    transition: background 100ms linear 100ms, top 100ms linear, -webkit-transform 100ms linear 100ms;
    transition: background 100ms linear 100ms, top 100ms linear, transform 100ms linear 100ms;
    transition: background 100ms linear 100ms, top 100ms linear, transform 100ms linear 100ms, -webkit-transform 100ms linear 100ms;
}
span.textnop{
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.menu_opens.open span.textnop{
    display: none;
}
.menu_opens.open span:after {
    top: 13px;
}

.menu_opens.open span:after,
.menu_opens.open span:before {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.menu_opens.open span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact_header a {
    color: rgb(255, 255, 255);
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.section_cont_hideshow{
    display: inline-block;
    vertical-align: middle;
}
.section_cont_hideshow > div{
    display: inline-block;
    vertical-align: top;
}
.location_section {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding-top: 25px;
    width: 100%;
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.addr_contshw{
    background: url(../image/address.png) left 5px top no-repeat;
    background-size: 15px auto;
    padding-left: 25px;
}
.addr_contshw p{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
.tel_contshow{
    padding-left: 25px;
    background: url(../image/phone.png) left 5px top 1px no-repeat;
    background-size: 15px auto;
}
.tel_contshow a{
    display: block;
    margin-bottom: 10px;
}
.mail_contshow{
    padding-left: 25px;
    background: url(../image/mail.png) left 5px top 5px no-repeat;
    background-size: 15px auto;
}
.togglelang{
    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;
    padding-top: 20px
}
.togglelang a{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}
.togglelang a img{
    width: 100%;
    height: 100%;
}
.location_section span {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.location_section span.active {
    color: rgb(44, 173, 255);
}

.location_section span:after {
    content: "";
    position: absolute;
    top: calc(100% + 8px);
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgb(44, 173, 255);
}

.location_section span:last-child {
    margin-right: 0px;
}

.content_section {
    left: 100%;
    width: 100%;
    height: calc(100% - 93px);
    background: rgba(40, 40, 40, 0.6);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.content_section.open {
    left: 0px;
}

.menu_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    left: 0px;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 1;
}

.menu_section.leftall {
    left: -100%;
}

.menu_section span {
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 25px;
    cursor: pointer;
}

.menu_section span:after {
    left: 50%;
    position: absolute;
    content: "";
    width: 0px;
    background: rgb(44, 173, 255);
    height: 1px;
    bottom: -3px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.menu_section span:hover:after {
    left: 0px;
    width: 100%;
}

.block_all_content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.one_block_content {
    left: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
    height: 100%;
    position: absolute;
    width: 100%;
}

.one_block_content .container {
    height: calc(100% - 30px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.one_block_content.open {
    left: 0px;
}

.contact_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.return {
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
    padding: 15px 30px 15px 50px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    cursor: pointer;
    background: rgb(44, 173, 255);
    margin-right: 40px;
    display: none;
}

.return:after,
.return:before {
    content: "";
    width: 15px;
    background: rgb(255, 255, 255);
    left: 15px;
    height: 2px;
    top: 50%;
    margin-top: 5px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.return:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}

.flex_dv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left_sbt,
.right_sbt {
    width: 50%;
    padding-left: 20px;
}

.right_sbt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sect_name {
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-size: 24px;
    text-transform: uppercase;
}

.sect_name:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 1px;
    background: rgb(44, 173, 255);
}

p.blue {
    color: rgb(44, 173, 255);
    font-weight: 700;
    font-size: 30px;
}

.content_nm p {
    margin-bottom: 25px;
}

.content_nm li {
    margin-bottom: 15px;
    font-size: 16px;
}
.content_nm li span{
    color: rgb(44, 173, 255);
    font-weight: 700;
}
.one_img{
    font-size: 0px;
    width: 33.33333%;
}
.one_img img{
    width: 100%;
}
.one_img:nth-child(2){
    top: 30px;
}
.one_img p{
    text-align: center;
    padding: 18px 0px;
    text-transform: uppercase;
    background: rgb(34, 34, 34);
    font-size: 14px;
    width: calc(100% + 20px);
    left: -10px;
    z-index: 1;
}
.list_upak, .sublist_products{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.one_lst_up, .one_lst_sub{
    width: 33.3333%;
    text-align: center;
    margin-bottom: 75px;
}
.image_up{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    height: 280px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto 20px;
}
.pdp_up{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.img_gal{
    width: 50%;
    margin-bottom: 15px
}
.img_gal img{
    width: calc(100% - 10px);
}
.one_str{
    width: 33.3333%;
    padding-right: 15px;
}
.img_str{
    margin-bottom: 20px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ftexts{
    max-width: 310px;
    font-size: 16px;
    font-weight: 400;
}
.blue_str{
    color: rgb(44, 173, 255);
    text-transform: uppercase;
    font-weight: 700;
}
.button_str{
    padding-top: 65px;
    text-align: center;
    width: 100%;
}
.blue_sotr{
    width: 100%;
    max-width: 255px;
    height: 60px;
    border-radius: 30px;
    background: rgb(44, 173, 255);
    border: none;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.line_contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0px;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}
.one_conts{
    width: 33.3333%;
    border-right: 1px solid rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 5px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.one_conts:last-child{
    border-right: none;
}
.lft_imgs{
    padding: 0px 8px;
}
.lft_imgs img{
    height: 30px;
    min-width: 30px;
}
.rght_text_contact{
    padding: 0px 8px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}
.rght_text_contact a{
    color: rgb(255, 255, 255);
}
.one_lst_up div, .one_lst_sub div{
    cursor: pointer;
}
.section_card_product{
    position: absolute;
    left: 100%;
    top: 0px;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 100%;
    height: 100%;
}
.section_card_product.open{
    left: 0px;
}
.one_block_content.openchild > .container{
    left: -100%;
}
.image_product_one{
    text-align: center;
}
.circle_img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    height: 280px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto 25px;
}
p.name_product{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.section_variation{
    padding-top: 100px;
}
p.name_variation{
    font-size: 24px;
    font-weight: 400;
    color: rgb(44, 173, 255);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.variation_image{
    padding: 45px 20px 60px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.variation_image .one_type{
    width: 20%;
}
.variation_image .one_type .circle_img{
    width: 200px;
    height: 200px;
}
.variation_image .one_type .circle_img img{
    max-width: 95%;
    max-height: 95%;
}
.name_product{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.modifications_sect{
    padding-top: 120px;
}
.line_mod{
    padding: 45px 20px 0px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.line_mod span{
    width: 16%;
    margin-bottom: 40px;
}
.notations{
    padding: 20px 0px 35px;
}
p.name_notation{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(44, 173, 255);
    margin-bottom: 10px;
}
.one_card_product{
    height: 100%;
}

.detail_product{
    position: absolute;
    left: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
    top: 0px;
    width: 100%;
    height: 100%;
}
.detail_product.open{
    left: 0px;
}
.list_products_subspecies{
    left: 0px;
    -webkit-transition: 300ms;
    transition: 300ms;
    height: 100%;
}
.list_products_subspecies.openchild{
    left: -100%;
}
.overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    display: none;
    cursor: pointer;
}
.modal_form{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index:4;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close_form{
    position: absolute;
    top:10px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.close_form:after, .close_form:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:50%
}
.close_form:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrap_form{
    padding: 35px 35px;
    border-radius: 5px;
    border: 1px solid rgb(44, 173, 255);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    min-width: 290px
}
.wrap_form input[type="text"], .wrap_form input[type="tel"]{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 15px;
    height: 35px;
    padding: 0px 10px 0px 15px;
    border-radius: 3px;
    border: none;
}
.name_mod_form{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.wrap_form form{
    padding-top: 35px
}
.wrap_form input[type="submit"]{
    margin-top: 10px;
    width: 100%;
    max-width: 210px;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgb(44, 173, 255);
    cursor: pointer;
    border: none;
    border-radius: 25px
}
.list_dotts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.list_dotts span, .return_list_dots span{
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.list_dotts span:hover, .return_list_dots span:hover{
    text-decoration: underline;
}
.location_section.en_version{
    max-width: 500px;
}
.return_list_dots{
    display: none;
}
.button_ios_true.flexbtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button_ios_true{
    font-size: 0px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 15px 5px 5px;
    border-radius: 35px;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgb(44, 173, 255);
    -webkit-box-shadow: 0px 0px 5px rgb(44, 173, 255);
    box-shadow: 0px 0px 5px rgb(44, 173, 255);
    cursor: pointer;
    display: none;
    width: 230px;
}
.button_ios_true img, .button_ios_true span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 300;
}

.button_ios_true img{
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.chose_lang_tg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    background: url(../image/bg_zag.png) center no-repeat;
    background-size: cover;    
}
.bg_img_lg{
    width: 100%;
    height: 100%;
/*    max-height: 766px;*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    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;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
background: rgba(0, 0, 0, 0.8);
    padding: 25px;
    text-align: center;
}
.cho_lang_name{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}
.bg_img_lg .togglelang_chose{
    width: 200px;
    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;
}
.bg_img_lg .togglelang_chose a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: visible;
    -webkit-transition: 1500ms;
    transition: 1500ms;
}
.bg_img_lg .togglelang_chose a:after{
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-transition: 1500ms;
    transition: 1500ms;
}
.bg_img_lg .togglelang_chose a.active:after{
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -6px;
    left: -6px;
    border: 1px solid rgb(44, 173, 255);
     -webkit-box-shadow: 0px 0px 5px rgb(44, 173, 255);
    box-shadow: 0px 0px 5px rgb(44, 173, 255);
    content: "";
    border-radius: 50%;
}

.bg_img_lg .togglelang_chose a.active{
    
}
.bg_img_lg .togglelang_chose a img{
    width: 100%;
    height: 100%;
}
.logo_gis{
    
}
.butt_choser{
    width: 190px;
    height: 60px;
    border: 1px solid rgb(44, 173, 255);
    background: transparent;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
}
.buttons_ok{
    overflow: hidden;
     -webkit-box-shadow: 0px 0px 5px rgb(44, 173, 255);
    box-shadow: 0px 0px 5px rgb(44, 173, 255);
    border-radius: 30px;
}
.buttons_ok:before{
    content: "";
    position: absolute;
    top: 0%;
    left: 100%;
    height: 100%;
    width: 100%;
    background: rgb(44, 173, 255);
    -webkit-transition: 300ms;
    -webkit-transition: 300ms ease-in;
    transition: 300ms ease-in;
}
.buttons_ok:hover:before{
    left: 0px;
}
.logo_gis svg{
    width: 100px;
    height: 100px;
    fill:rgb(255, 255, 255);
}
.mini_global{
    font-size: 9px;
    color: rgb(255, 255, 255);
}

.mini_global_head{
    font-size: 7px;
    text-align: center;
}
.logo svg{
    width: 70px;
    height: 70px;
    fill:rgb(255, 255, 255);
}
@media screen and (max-width:1360px){
    .return{
        font-size: 0px;
        padding: 20px 25px;
        margin-right: 10px;
    }
}
@media screen and (max-width:1125px){
    .addr_contshw{
        display: none!important;
    }
}
@media screen and (max-width:1024px){
    .variation_image .one_type .circle_img{
        width: 145px;
        height: 145px
    }
    
    .return{
        margin-right: 0px;
        font-size: 0px
    }
    .return{
        font-size: 0px;
        padding: 20px 25px;
    }
    .return:before, .return:after{
        left: 50%;
        margin-left: -9px
    }
/*
    .contact_header a{
        font-size: 25px;
    }
*/
}
@media screen and (max-width:900px){
    .right_sbt{
        display: none;
        
    }
/*
    .contact_header a{
        font-size: 17px;
    }
*/
/*
    .return{
        padding: 10px 20px 10px 40px;
    }
*/
    .left_sbt{
        width: 100%;
        padding-left: 0px;
    }
    .container.center_cont{
        display: block;
    }
    .image_up{
        width: 170px;
        height: 170px;
        overflow: hidden
    }
    .image_up img{
        max-width: 85%;
        max-height: 85%;
    }
}
@media screen and (max-width:810px){
    .variation_image .one_type{
        width: 33.333%;
        margin-bottom: 25px
    }
}
@media screen and (max-width:700px){
    .contact_header{
        position: static
    }
/*
    .contact_header a{
        position: absolute;
        left: 110px;
    }
*/
    .tel_contshow{
        display: none!important;
    }
    .return {
        margin-right: 0px;
    }
    
    .line_mod span{
        width: 25%;
    }
}
@media screen and (max-width:750px){
    .one_conts{
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    .one_conts:after{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -25px;
        height: 1px;
        width: 70px;
        background: rgb(255, 255, 255);
    }
    .one_conts:last-child:after{
        content: none;
    }
    .one_conts:last-child{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .line_contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu_section span:hover:after{
        content: none;
    }
}
@media screen and (max-width:640px){
    .one_lst_up, .one_lst_sub{
        width: 50%
    }
    .img_gal{
        width: 100%;
        text-align: center
    }
    .img_gal img{
        width: 100%;
        max-width: 360px;
    }
    .one_str{
        width: 50%;
        margin-bottom: 30px;
    }
    .one_str:nth-child(3){
        margin-bottom: 0px;
    }
    .button_str{
        padding-bottom: 35px
    }
}
@media screen and (max-width:640px){
    .logo{
        width: 65px;
    }
    .logo svg{
        width: 60px;
        height: 50px;
    }
    .mini_global_head{
        font-size: 6px;
    }
/*
    .contact_header a{
        left: 80px;
        font-size: 15px;
    }
*/
    .menu_opens{
        width: 40px;
    }
    .menu_section span{
        font-size: 16px;
    }
    p.blue{
        font-size: 18px;
    }
    .sect_name{
        font-size: 16px;
    }
    body{
        font-size: 15px;
    }
    .pdp_up{
        font-size: 14px;
    }
    .content_section{
        height: calc(100% - 66px);
    }
    p.name_variation{
        font-size: 18px;
    }
}
@media screen and (max-width:600px){
    .variation_image .one_type{
        width: 50%;
    }
    .ftexts{
        font-size: 14px;
    }
    .location_section.en_version span{
        padding: 0px 0px;
        font-size: 13px;
        text-align: center;
    }
}
@media screen and (max-width:480px){
    .one_str{
        width: 100%;
    }
    .ftexts{
        max-width: 100%;
    }
    .rght_text_contact{
        font-size: 14px;
    }
    .line_mod span{
        width: 33.333%;
    }
    .name_mod_form{
        font-size: 20px
    }
    .cho_lang_name{
        font-size: 9px;
    }
}
@media screen and (max-width:470px){
    .contact_header .mail_contshow > a{
        display: none;
    }
    .mail_contshow{
        background: none;
        padding-left: 3px;
    }
    .togglelang a:first-child{
        margin-right: 25px;
    }
    .togglelang a img{
        border-radius: 50%;
    }
/*
    .return{
        font-size: 0px;
        padding: 20px 25px;
    }
    .return:before, .return:after{
        left: 50%;
        margin-left: -9px
    }
*/
    .circle_img{
        width: 250px;
        height: 250px;
    }
    .variation_image .one_type, .one_lst_up, .one_lst_sub{
        width: 100%;
    }
    .line_mod span{
        font-size: 15px;
        width: 50%
    }
    .notations{
        font-size: 15px;
        line-height: 20px
    }
    .location_section{
        padding: 25px 15px 0px;
    }
}
@media screen and (max-width:420px){
    .location_section span{
        padding: 0px 0px;
        font-size: 13px;
    }
}