/* Оформление скорллбара (Работает только в Chrome) */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
}

/* Оформление бигунка */

::-webkit-scrollbar-thumb {
    background-color: #0092ff;
    width: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0092ff;
}

* {
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Основная стилистика */

html {
    display: block;
    margin: 0px;
    padding: 0px;
    height: auto !important;
}

body {
    display: block;
    margin: 0px;
    padding: 0px;
    background: #f3f7fa;
    color:#000;
    font-family: 'Polomanfont', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

/* Фиксируем позицию body, которую меняет панель гугла */

body {
    top: 0 !important;
    position: static !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

.language {
    float: right;
    display: table;
    cursor: default;
}

.language a {
    display: inline-block;
    color: #000;
    padding: 0px;
    margin-right: 5px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
    background-size: 14px auto;
    font-size: 12px;
    line-height: 24px;
    float: left;
}


.language a:hover {
    color: #0092ff;
}

.language .language__img_active {
    color: #000;
    background-color: #fff;
    padding-left: 10px;
    margin-right: 0px;
    float: right;
    margin-left: 0px;
        display: inline-block !important;
}

/* Стиль хлебных крошек */

#header {
    display: table;
    width: calc(100% - 160px);
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 10px;
    z-index: 2;
}

.weblinks {
    display: block;
    position: relative;
    width: calc(100% - 300px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.urlmetk {
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 20px;
    border-radius: 0px;
}

.urlmetk:first-child {
    border-radius: 4px 0px 0px 4px;
    padding: 2px 4px 2px 8px;
}

.urlmetk {
    margin-right: 10px;
    padding: 2px 4px 2px 4px;
    position: relative;
}

.urlmetk::before,
.urlmetk::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
}

.urlmetk::before {
    border-width: 12px 0 12px 8px;
    border-style: solid;
    border-color: #fff #fff #fff transparent;
    left: -8px;
    transition: border .2s ease;
}

.urlmetk::after {
    right: -8px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 8px solid;
    border-left-color: #fff;
    border-bottom: 12px solid transparent;
}

.urlmetk:last-child {
    background: transparent;
    margin-right: 0px;
    padding: 2px 0px;
}

.urlmetk:last-child::before,
.urlmetk:last-child::after,
.urlmetk:first-child::before {
    display: none;
}

.urlmetk:first-child::after {
    right: -8px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 8px solid;
    border-left-color: #fff;
    border-bottom: 12px solid transparent;
}

/* Статистика онлайна */

.tOnline,
.stattop {
    float: right;
    display: table;
    line-height: 24px;
    cursor: default;
}

.tOnline b,
.colonline {
    display: inline-block;
    background: #fff;
    padding: 0px 8px;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 4px;
}

.gOnline,
.uOnline {
    display: none;
}

/* Скопировать в буфер обмена */

#copy_link_mess {
    line-height: 40px;
    border-radius: 4px;
    background-color: #0092ff;
    color: #fff;
    font-size: 13px;
    position: fixed;
    padding: 0 0px;
    z-index: 99;
    bottom: 20px;
    left: 50%;
    width: 140px;
    text-align: center;
    margin-left: -70px;
    display: none;
    box-shadow: 0 10px 25px rgb(0 0 0 / 25%);
    cursor: pointer;
}

#copy_link_mess a {
    color: #fff;
}

/* Центральный и плавающий блоки */

.hright,
.hleft {
    position: sticky;
    top: calc(50% - 30px);
    width: 60px;
    z-index: 1;
    padding: 0px 10px;
    display: block;
    float: left;

}

.hright {
    float: right;
    top: 10px;
}

.hcenter {
    display: block;
    width: calc(100% - 160px);
    margin: 0px auto;
    min-height: calc(100vh - 430px - 44px);
}

/* Содержимое плавающих блоков */

.plb_button {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    padding: 9px 0px 5px 0px;
    color: #000;
    border-radius: 4px;
    color: #000;
}

.plb_button:last-child {
    margin-bottom: 0px;
}

.hlb_img {
    display: block;
    line-height: 0px;
    text-align: center;
    margin: 0px auto;
    font-size: 28px;
    overflow: hidden;
    height: 28px;
    margin-bottom: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.hlb_img i {
    display: none;
}

.hlb_img img {
    max-width: 28px;
    border-radius: 50%;
}

.hlbi_prof {
    background-image: url(/whole/image/icon/user_h.png);
}

.hlbi_shop {
    background-image: url(/whole/image/icon/shopping-cart_h.png);
}

.hlbi_star {
    background-image: url(/whole/image/icon/star_h.png);
}

.hlbi_menu {
    background-image: url(/whole/image/icon/menu_h.png);
}

.plb_button:hover .hlbi_prof {
    background-image: url(/whole/image/icon/user_h.png);
}

.plb_button:hover .hlbi_shop {
    background-image: url(/whole/image/icon/shopping-cart_h.png);
}

.plb_button:hover .hlbi_star {
    background-image: url(/whole/image/icon/star_h.png);
}

.plb_button:hover .hlbi_menu {
    background-image: url(/whole/image/icon/menu_h.png);
}

.plb_button.active {
    position: relative;
}

.colshoptov {
    display: none;
}

.plb_button.active .colshoptov {
    display: block;
    position: absolute;
    top: -4px;
    right: 13px;
    background-color: #5eb948;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    width: calc(100% - 26px);
    text-align: center;
    font-weight: 700;
    border-radius: 0px 0px 4px 4px;
    letter-spacing: 1px;
}

.colshoptov::before {
    content: '';
    display: block;
    border-width: 4px 0px 0px 4px;
    border-style: solid;
    border-color: #5eb948 #e30013 #e30013 transparent;
    position: absolute;
    top: 0px;
    left: -4px;
    transition: border .2s ease;
    -webkit-transition: border .2s ease;
    transform: scale(1, -1);
}

.plb_button.active .hlb_img {
    height: 20px;
    margin-top: 8px;
}

.colshoptov::after {
    content: '';
    display: block;
    border-width: 4px 0px 0px 4px;
    border-style: solid;
    border-color: #5eb948 #e30013 #e30013 transparent;
    position: absolute;
    top: 0px;
    right: -4px;
    transition: border .2s ease;
    -webkit-transition: border .2s ease;
    transform: scale(-1, -1);
}

.hlb_text {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    padding: 0px 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hleft .plb_button .hlb_img {
    color: #e30013;
}

.hright .plb_button .hlb_img {
    color: #5eb948;
}

.hright .plb_button.disp_none:hover,
.hleft .plb_button:hover {
    color: #e30013;
}

.hright .plb_button:hover {
    color: #5eb948;
}

/* Шапка сайта */

#top_menu {
    display: block;
}

/* Левое меню */

.tm_phone,
.tm_dop_menu {
    float: left;
    width: 80px;
    height: 80px;
}

.tm_phone {
    float: right;
    overflow: hidden;
}

#bmenu {
    top: 44px;
    left: 80px;
    width: 100%;
    transition: all .5s ease;
}

#fullmenu {
    display: block;
    overflow: hidden;
    width: 0px;
    height: 0px;
    position: fixed;
    top: 44px;
    left: 80px;
    background-color: #17212b;
    opacity: 0;
    z-index: -1;
    padding: 40px 40px 40px 40px;
    border-radius: 0px;
    transition: all .5s ease;
    color: #fff;
}

#fullmenu.openmenu {
    width: calc(100% - 80px);
    height: calc(100% + 0px);
    z-index: 9998;
    top: 0px;
    left: 0px;
    opacity: 1;
    padding: 0px 40px;
}

.fullmenu {
    position: relative;
    display: block;
    margin-top: 40px;
    height: calc(100% - 80px);
}

.headmenu {
    margin-top: 40px;
    transition: all 0.5s;
}

ul.ul_fullmenu {
    margin: 0px;
    padding: 0px;
    display: table;
    margin-left: 80px;
    width: calc(100% - 80px);
}

ul.ul_fullmenu li {
    float: left;
    width: calc(100% / 6 - 16.666px);
    margin-right: 20px;
    border-radius: 4px;
    margin-top: 0xp;
}

ul.ul_fullmenu li:last-child {
    margin-right: 0px;
}

ul.ul_fullmenu li a {
    background-color: #27313a;
    line-height: 60px;
    text-align: center;
    color: #d9d9d9;
    display: block;
    font-size: 16px;
    border-radius: 4px;
}

ul.ul_fullmenu li a:hover {
    color: #fff;
}

#bmenu.openburger {
    z-index: 9999;
    top: 40px;
    left: 40px;
    position: fixed;
    border-radius: 4px;
    overflow: hidden;
    width: 60px;
}

.openburger .c-hamburger {
    height: 60px;
    width: 60px;
}

.openburger .c-hamburger span {
    top: 28px;
    left: 20px;
    right: 20px;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 38px;
    width: 20px;
    left: calc(50% - 10px);
    height: 4px;
    background: #fff;
    border-radius: 4px;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 80%;
    height: 4px;
    background-color: #fff;
    content: "";
    border-radius: 4px;
}

.c-hamburger:hover span,
.c-hamburger:hover span::before,
.c-hamburger:hover span::after {
    background-color: #fff;
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--htx span {
    transition: background 0s 0.0s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
    border-radius: 4px;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
    width: 100%;
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    background-color: #fff;
    width: 100%;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

/* Дополнение к окну с меню */

.hbt_block {
display:block;
position:absolute;
bottom:0;
left:0;
 width: 100%;
min-width:calc(100vw - 80px);
overflow: hidden;
}

.head_burger_tovar {
 width: calc(100% + 20px);
 margin: 0px -10px;
}

.head_tovars {display:block;}


.head_tovars .slick-slide .usluga_razrab {
background: #27313a;
 width: calc(100% - 60px) !important;
 margin: 0px 10px;
 float: left;
 margin-bottom: 70px;
}

.head_burger_tovar .popular_url {
width:calc((100% / 3) + (100% / 3) - 80px);
left:calc((100% / 3 / 2) + 20px);
line-height:50px;
}

.head_tovars .slick-prev {
left:10px;
}

.head_tovars .slick-next {
right:10px;
}

.head_tovars .usluga_razrab .d:before,
.head_tovars .usluga_razrab .d:after {
 background: #1f2931;
height:50px;
}

.head_burger_tovar .slick-prev,
.head_burger_tovar .slick-next,
.head_burger_tovar .popular_url {
background-color:#27313a;
color:#d9d9d9;
min-height:50px;
}

.slick-prev, .slick-nextfsdf


.head_burger_tovar .usluga_razrab .utname {color:#d9d9d9;}

.head_tovars ul.utperech,
.head_tovars .usluga_razrab .utname,
.head_tovars .name_vid_uslug a {
 color: #d9d9d9;
}

.head_tovars .otnewpric {
 background-color: #202a32;
 border: 1px solid #202a32;
color: #d9d9d9;
}

.head_tovars .onshopbut .addutov {
 background: #d9d9d9;
 color: #202a32;
}

.head_tovars .utperech li:after {
background-color: #b5b7b9;
}

.head_burger_tovar .slick-prev {
 background-image: url(/slick/img/lw.svg);
}
.head_burger_tovar .slick-next {
 background-image: url(/slick/img/rw.svg);
}

@media only screen and (max-width:1023px) {
.hbt_block {display:none;}
}
@media only screen and (max-height:777px) {
.hbt_block {display:none;}
}

/* Правое блок заказать звонок */

.datetime {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    outline: none;
    position: relative;
    line-height: 16px;
}

.datetime:hover {
    color: #fff;
}

.datetime > span {
    position: relative;
    z-index: 1;
    display: table;
    margin: 0px auto;
    padding: 36px 0px 12px 0px;
    max-width: 70px;
}

.datetime > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    transition: all .5s ease;
    top: 14px;
    left: calc(50% - 9px);
    background: url(/whole/img/telegram.png) center no-repeat;
    background-size: contain;
}

.datetime:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.datetime:hover:after {
    opacity: 1;
}

/* Центральное меню */

#content {
    max-width: 1500px;
    margin: 0px auto;
}

.tm_menu {
    width: calc(100% - 160px);
    margin: 0px auto;
    display: block;
    overflow: hidden;
    max-height: 80px;
}

.tm_menu ul {
    margin: 0px auto;
    list-style: none;
    display: table;
    width: 100%;
    padding: 0px;
}

.tm_menu ul li {
    display: inline-block;
    float: left;
    width: calc((100% - 0px) / 7 - 1px);
    text-align: center;
    border-right: 1px solid #f3f7fa;
    border-radius: 0px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    line-height: 80px;
    margin-bottom: 0px;
    transition: all 0.5s;
}

.tm_menu ul li:last-child {
    border-right: none;
}

.minilogo {
    display: none;
    background-image: url(/whole/svg/logo/itlogo.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 20px;
    margin: 0px auto;
    font-size: 16px;
    margin-top: 15px;
    padding-top: 15px;
    line-height: 50px;
    width: auto;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
}

.tm_menu ul li.lilogo a.alogo {
    display: block;
    background: url(/whole/svg/logo/itlogo.svg) center no-repeat;
    background-size: 40px 40px;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    font-size: 0px;
    border-radius: 0px;
}

.tm_menu ul li.lilogo a.alogo:hover {
    opacity: 0.5;
}

.tm_menu ul li a {
    color: #000;
}

.tm_menu ul li.active a {
    color: #007eff;
}

.tm_menu ul li.active a:hover,
.tm_menu ul li a:hover {
    color: #e13d3d;
}

/* Информация о материале */

.bmat_l_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #f3f7fa;
    border-right: none;
    border-left: none;
    padding: 5px 0px;
    margin: 10px 0px 20px 0px;
}

.bmat_l_info .bmat_li_b {
    margin-right: 10px;
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
    border-right: 1px solid #f3f7fa;
    padding-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bmat_l_info .bmat_li_b .rstars {
    margin-top: 1px;
    margin-left: 0px;
    margin-right: -1px;
    height: 19px;
}

.bmat_l_info .bmat_li_b i {
    margin-right: 10px;
    color: #5eb948;
}

.bmat_l_info .bmat_li_b a {
    color: #5eb948;
}

.bmat_l_info .bmat_li_b a:hover {
    color: #e30013;
}

.bmat_l_info .bmat_li_b.ib_last,
.bmat_l_info .bmat_li_b:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}

.bmat_l_info .bmat_li_b.ib_right {
    margin-left: auto;
}

/* Футер */

#footer {
    display: block;
    background-color: #17212b;
}

.fotoer_content {
    display: block;
    width: calc(100% - 160px);
    padding: 40px 80px;
    max-width: 1340px;
    margin: 0px auto;
}

.footer_bottom {
    padding: 20px 80px;
    line-height: 40px;
    padding-right: 80px;
    background-color: #151e28;
    color: #728699;
    font-size: 13px;
    font-weight: 300;
}

.fb_max {
    max-width: 1340px;
    margin: 0px auto;
        display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_bottom .foobot_b br {
    display: none;
}

.footer_bottom a {
    color: #728699;
}

.footer_soderj {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_soderj section h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer_soderj section ul {
    margin: 0px;
    padding: 0px;
}

.footer_soderj section ul li {
    display: block;
    margin: 0px;
    color: #d9d9d9;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    cursor: default;
}

.footer_soderj section ul li.supli {
    opacity: 0.5;
    transition: all 0.5s;
}

.footer_soderj section ul li.supli:hover {
    opacity: 1;
}

.footer_soderj section ul li sup {
    margin: 11.45px 0 0 5px;
    line-height: 0px;
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: .5px;
    position: absolute;
}

.footer_soderj section ul li sup.new {
    color: #32ff00;
}

.footer_soderj section ul li sup.red {
    color: #ffadb3;
}

.footer_soderj section ul li sup.yel {
    color: #ffe100;
}

.footer_soderj section ul li:last-child {
    margin-bottom: 0px;
}

.footer_soderj section ul li a {
    color: #d9d9d9;
}

.footer_soderj section.flast ul.number a:hover,
.footer_soderj section ul li a:hover {
    color: #fff;
}

.footer_soderj section.flast ul.number a {
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.footer_soderj section.flast ul.number a:hover {
    color: #5eb948;
}

.footer_soderj section.flast ul.number a::before {
    display: block;
    content: ' ';
    background: rgba(255, 255, 255, .5);
    width: 0%;
    height: 1px;
    bottom: -4px;
    left: -1px;
    position: absolute;
    transition: all .5s ease;
}

.footer_soderj section.flast ul.number a:hover::before {
    background: #5eb948;
    width: calc(100% + 2px);
}

.footer_soderj section.flast h3.number {
    margin-bottom: 10px;
}

.footer_soderj section.flast a.number {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.footer_bottom a:hover,
.footer_soderj section.flast a.number:hover {
    color: #5eb948;
}

.footer_soderj section.flast ul.number {
    margin-bottom: 10px;
}

.footer_soderj section.flast ul.number br {
    display: none;
}

.footer_soderj section.flast h3.oplata {
    margin-top: 20px;
}

.footer_soderj section.flast ul.oplata {
    display: table;
    margin: -5px;
    width: calc(100% + 10px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}


.footer_soderj section.flast ul.oplata li {
    text-align: center;
    line-height: 0px;
    width: calc(20% - 10px);
    margin: 5px;
    float: left;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.5s;
    opacity: 0.3;
}

.footer_soderj section.flast ul.oplata li:hover {
    opacity: 1;
}

.footer_soderj section.flast ul.oplata li a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    font-size: 0px;
    width: calc(100% - 20px);
    margin: 5px auto;
    display: block;
    border-radius: 4px;
    position: relative;
}

.mpwebmoney {
    background-image: url(/whole/icon/pay/pwm.jpg);
}

.mppaypal {
    background-image: url(/whole/icon/pay/ppp.jpg);
}

.mpvisa {
    background-image: url(/whole/icon/pay/visa.jpg);
}

.mpmc {
    background-image: url(/whole/icon/pay/mc.jpg);
}

.mpusdt {
    background-image: url(/whole/icon/pay/usdt.jpg);
}

.mpcard {
    background-image: url(/whole/icon/pay/oncards.jpg);
}

.mpmir {
    background-image: url(/whole/icon/pay/mir.jpg);
}

/* Pay icon */

.sowebmoney {
    background-image: url(/whole/pay/webmoney.png);
}

.sopaypal {
    background-image: url(/whole/pay/paypal.png);
}

.soliqpay {
    background-image: url(/whole/pay/liqpay.png);
}

.sorobox {
    background-image: url(/whole/pay/robokassa.png);
}

.soqiwi {
    background-image: url(/whole/pay/qiwi.png);
}

.sopagseg {
    background-image: url(/whole/pay/pagseguro.png);
}

.socheckout {
    background-image: url(/whole/pay/2checkout.png);
}

.sopaymaster {
    background-image: url(/whole/pay/paymaster.png);
}

.sowalletone {
    background-image: url(/whole/pay/walletone.png);
}

.sofreekassa {
    background-image: url(/whole/pay/freekassa.png);
}

.sounitpay {
    background-image: url(/whole/pay/unitpay.png);
}

.sopayin {
    background-image: url(/whole/pay/payin.png);
}

.sobankreceipt {
    background-image: url(/whole/pay/pokvit.png);
}

.sostripe {
    background-image: url(/whole/pay/stripe.png);
}

.socloudpayments {
    background-image: url(/whole/pay/logocp.png);
}

.soyandex {
    background-image: url(/whole/pay/yandex.png);
}

.somastercard {
    background-image: url(/whole/pay/mastercard.png);
}

.sovisa {
    background-image: url(/whole//pay/visa.png);
}

/* Стиль страницы контактов */

.cont_left {width:calc(68% - 10px);}
.cont_right {width:calc(32% - 0px);}

/* РЎС‚РёР»РёСЃС‚РёРєР° СЃРѕРґРµСЂР¶РёРјРѕРіРѕ */

.dopfosn {
    margin-top: 20px;
}

.fosnams {
    display: block;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 13px;
}

.fosdopinfo {
    display: none;
    opacity: 0px;
}

#formobrsv input,
#formobrsv textarea {
    width: 100%;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    max-height: 136px;
}



#mapsb {
    display: block;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
    background: #1186c1;
    position: relative;
}

.mapsb {
    display: table;
    width: calc(100% - 80px);
    position: relative;
    background: #1186c1;
    padding: 40px;
    z-index: 2;
}

#country,
#countrys {
    width: 60px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #626262 !important;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #626262 !important;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #626262 !important;
}

select::placeholder,
textarea::placeholder,
input::placeholder {
    color: #626262 !important;
}

#formobrsv h2 {
    margin-bottom: 20px;
}

#formobrsv {
    display: block;
}

.fosotpr {
    display: table;
    border: 2px solid #ffe100 !important;
    background: #fff !important;
    color: #000 !important;
    padding: 0px 20px !important;
    line-height: 40px;
    font-weight: 500 !important;
    border-radius: 4px !important;
    font-family: 'Polomanfont', sans-serif;
    text-transform: uppercase;
    margin-top: 6px !important;
}

.fosotpr:hover {
    background: #ffe100 !important;
    border: 2px solid #ffe100 !important;
    color: #000 !important;
    transition: all .3s ease;
}

.fosleft {
    float: left;
    display: table;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.fosright {
    display: table;
    width: 50%;
}

.napisfullform {
    display: block;
}

/* Р›РµРІС‹Р№ Р±Р»РѕРє */

.fosdopinfo {
    display: none;
    opacity: 0px;
}

/* РџСЂР°РІС‹Р№ Р±Р»РѕРє РєРѕРЅС‚Р°РєС‚РѕРІ */

.blmap {
    display: block;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 4px;
}

.blmapole {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f7fa;
    padding-bottom: 10px;
}

.blmaprof,
.blmamail,
.blmatel {
    display: table;
    width: calc(100% - 20px);
    height: 40px;
    padding: 0px 20px 0px 0px;
    position: relative;
}

.itemname {
    display: block;
    line-height: 20px;
    font-weight: 900;
    margin-top: 2px;
}

.itemname a {
    color: #000;
    transition: all .3s ease;
}

.itemname a:hover {
    color: #e13d3d;
    transition: all .3s ease;
}

.itemops {
    line-height: 12px;
    font-size: 12px;
    display: block;
    font-style: normal;
    margin-top: 4px;
    font-weight: 400;
}

.blmaprof::before,
.blmatel::before,
.blmamail::before {
    display: block;
    content: ' ';
    background: url(/pstyle/contact/svgicon/mail.svg) center no-repeat;
    background-size: 20px 20px;
    width: 20px;
    margin-right: 0px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.blmatel::before {
    background: url(/whole/svg/pho.svg) center no-repeat;
    background-size: 20px 20px;
}

.blmaprof::before {
    background: url(/whole/svg/logo/itlogo.svg) center no-repeat;
    background-size: 100%;
    border-radius: 0%;
    width: 20px;
}

.blmapole span:nth-child(2n)::before {
    left: 10px;
}

.napismne {
    display: block;
    border: 2px solid #ffe100;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    line-height: 7px;
    font-weight: 700;
    color: #000;
    padding: 16.5px 0px;
}

.napismne:hover {
    color: #000;
    cursor: pointer;
    background: #ffe100;
}

#napismne {
    display: block;
    position: relative;
    background: #fff;
    z-index: 1;
}

.soccontblm {
    display: block;
    height: 24px;
    margin: 19px auto 0px auto;
}

.misq {
    display: block;
    width: calc(25% - 1px);
    height: 24px;
    position: relative;
    float: left;
    border-right: 1px solid #f3f7fa;
}

.misq:last-child {
    margin-right: 0px;
    border-right: 0px solid #f3f7fa;
    padding-right: 0px;
    width: calc(25% - 0px);
}

.misqwa,
.misqvib,
.misqinsta,
.misqteleg {
    display: block;
    height: 24px;
    position: relative;
}

.misqwa::before,
.misqvib::before,
.misqinsta::before,
.misqteleg::before {
    display: block;
    content: ' ';
    background: url(/pstyle/contact/svgicon/mail.svg) center no-repeat;
    background-size: 24px 24px;
    width: 100%;
    margin-right: 0px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.misqteleg::before {
    background: url(/whole/image/social/telegram.png) center no-repeat;
    background-size: 24px 24px;
}

.misqinsta::before {
    background: url(/whole/image/social/instagram.png) center no-repeat;
    background-size: 24px 24px;
}

.misqvib::before {
    background: url(/whole/image/social/viber.png) center no-repeat;
    background-size: 24px 24px;
}

.misqwa::before {
    background: url(/whole/image/social/whatsapp.png) center no-repeat;
    background-size: 24px 24px;
}

/* Р¤РѕСЂРјР° Р·Р°РєР°Р·Р°С‚СЊ Р·РІРѕРЅРѕРє */

#formobrsv .tabs {
    display: table;
    border: 1px solid #dfecf5;
    margin: 0px;
    padding: 0px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 23px;
    font-weight: 500;
    width: calc(100% - 2px);
    overflow: hidden;
    margin-bottom: 10px;
}

#formobrsv .tabs li.active {
    background: #fdec84;
    color: #000;
}

#formobrsv .tabs li {
    display: inline-block;
    float: left;
    margin-right: 0px;
    padding: 0px 0px;
    width: calc(33.333% - 1px);
    border-right: 1px solid #dfecf5;
    position: relative;
    border-radius: 0px;
}

#formobrsv .tabs li:hover {
    cursor: pointer;
}

#formobrsv .tabs li a,
#formobrsv .tabs li a:hover {
    display: block;
    padding: 18px 0px 3px 0px;
    text-align: center;
    color: #000;
    position: relative;
    border-radius: 0px;
}

#formobrsv .tabs li:last-child {
    width: calc(33.333% - 0px);
    border-right: 0px solid #f3f7fa;
}


#formobrsv .tabs li a::before {
    display: block;
    content: ' ';
    width: 100%;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 0px;
}


#formobrsv .tabs li:nth-child(1) a::before {
    background: url(/pstyle/contact/svgicon/tel.svg) top center no-repeat;
    background-size: 12px 12px;
}

#formobrsv .tabs li:nth-child(2) a::before {
    background: url(/pstyle/contact/svgicon/viber.svg) top center no-repeat;
    background-size: 10px 10px;
}

#formobrsv .tabs li:nth-child(3) a::before {
    background: url(/pstyle/contact/svgicon/whatsapp.svg) top center no-repeat;
    background-size: 10px 10px;
}

@media only screen and (max-width:1279px) {
.cont_left {width:calc(64% - 10px);}
.cont_right {width:calc(36% - 0px);}
}

@media only screen and (max-width:1023px) {
.cont_left {width:calc(100% - 0px);}
.cont_right {width:calc(100% - 0px);margin-bottom:10px;}

}

@media only screen and (max-width:699px) {

    .fosleft {
    float: none;
    display: table;
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
}

    .fosright {
    display: table;
    width: 100%;
}
}
