/*
Theme Name: Simple Factorial
Theme URI: //www.quackit.com/html/templates/download/bryantsmith/SimpleFactorial/
Author: Bryant Smith
Author URI: //www.quackit.com/
Description: Simple Factorial is the same as Simple * Simple-1 * Simple-2 * Simple-3 ; or in other words, a whole lot of simple. This template is meant to be really simple to use, and really simple to naviagate. It should also do well with search engines for that reason.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: //www.gnu.org/licenses/gpl-2.0.html
*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}
.left-side{
    float: left;
}
.left-side #menus{
    float: none;
    max-width: 250px;
}
.left-side .banners{
    display: block;
    margin-bottom: 20px;
}
.container {
    width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.container_rubber {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 5px;
}
.topmenu .container_rubber{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}
.content_wrapper {
    padding: 40px 20px;
}

body {
    width: 100%;
    min-width: 1120px;
    background-color: #fff;
}

p {
    color: #5f5e5e;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
    text-align: justify;
}

a {
    color: #17479e;
    outline: none;
}

h2 {
    color: #0a2756;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
}

h3 {
    color: #0a2756;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    color: #6176a2;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
}

ul {
    margin: 15px 0;
}

li {
    color: #5f5e5e;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ta_left {
    text-align: left;
}

.ta_right {
    text-align: right;
}

.but_blue {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    padding: 20px;
    color: #fff;
    background-color: #6176a2;
    border-radius: 15px;
    border: 3px solid #6176a2;
}

.but_blue:hover {
    color: #6176a2;
    background-color: #fff;

}

.but_blue_invert {
    display: inline-block;
    width: 175px;
    padding: 20px;
    color: #6176a2;
    background-color: #fff;
    border: 3px solid #6176a2;
    border-radius: 15px;
}

.but_blue_invert:hover {
    color: #fff;
    background-color: #6176a2;
}

.sepline {
    display: block;
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background-color: #0a2756;
}

#sidebar-toggle {
    display: none;
}

header {
    padding: 20px 0;
    margin-top: 59px;
}

header .company_name {
    width: 205px;
}

header .company_name p {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 5px 0;
}

header .company_name span {
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: #fff;
}

.logo {
    width: 182px;
    height: 111px;
    background-color: #6176a2;
    padding: 5px;
}

.kama_breadcrumbs {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.kama_breadcrumbs .kb_title {
    color: #5f5e5e;
}

.topmenu {
    padding: 20px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.topmenu a,
.topmenu span {
    color: #5a5b5c;
    font-size: 12px;
}

.topmenu ul {
    margin: 0;
}

.topmenu ul li {
    display: inline-block;
    margin-right: 5px;
    width:
}

.topmenu ul li:last-child {
    margin-right: 0;
}

.topmenu .topmenu_left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.topmenu .topmenu_right {
    position: relative;
    display: flex;
}
.socials-header{
    display: flex;
    gap: 5px;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}
.socials-header img{
    width: 20px;
}
.socials-header-whatsapp img{
    width: 30px;
}

.topmenu .topmenu_right .open_sub {
    position: absolute;
    top: 55%;
    left: 0;
    -moz-transform: translate(0, -50%);
    /* Для Firefox */
    -ms-transform: translate(0, -50%);
    /* Для IE */
    -webkit-transform: translate(0, -50%);
    /* Для Safari, Chrome, iOS */
    -o-transform: translate(0, -50%);
    /* Для Opera */
    transform: translate(0, -50%);
}

.topmenu .topmenu_right .open_sub img {
    padding: 10px 10px 10px 25px;
}

.topmenu .topmenu_right_country {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.topmenu #topmenu_sub {
    display: none;
    width: 40px;
    position: absolute;
    left: -3px;
    background-color: #6176a2;
    border-radius: 3px
}

.topmenu ul#topmenu_sub li {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.topmenu ul#topmenu_sub li a {
    color: #fff;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.leftmenu ul.menu {
    font-size: 20px;
    margin-top: 0px;
    padding-left: 0px;
    width: 200px;
}

.leftmenu ul.menu li {
    list-style: none;
    width: 170px;
    border-bottom: 1px solid rgba(23, 71, 158, 0.5);
    padding: 12px 0;
    cursor: pointer;
}

.leftmenu ul.menu li:last-child {
    border: none;
}

.leftmenu ul.menu li .sub-menu {
    display: none;
}

.leftmenu ul.menu li.active-menu-item .sub-menu {
    display: block;
    margin: 0;
}

.leftmenu ul.menu li.active-menu-item .sub-menu a {
    font-size: 16px;
    margin-left: 20px;
    display: block;
}
.leftmenu ul.menu li.active-menu-item .sub-menu a.active-menu-item{
    font-weight: bold;
}

.leftmenu ul.menu li.active-menu-item .sub-menu .menu-item {
    padding-bottom: 0;
}

.leftmenu ul.menu li>a {
    position: relative;
}

.leftmenu ul.menu>li.menu-item>a:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 40%;
    border-left: 4px solid transparent;
    border-top: 4px solid rgb(23, 71, 158);
    border-right: 4px solid transparent;
    z-index: 999;
}

.leftmenu ul.menu>li.active-menu-item>a:after {
    border-top: none;
    border-bottom: 4px solid rgb(23, 71, 158);
}

.leftmenu a {
    color: #0a2756;
    text-decoration: none;
    font-size: 22px;
}

.leftmenu a.active {
    font-weight: bold;
}

.leftmenu ul.menu a:hover {
    font-weight: bold;
}

#content {
    width: 850px;
    position: relative;
}

#content h1 {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    /* margin: 30px 0 20px; */
    margin: 0 0 20px;
    color: #5f5e5e;
}

#content h2{
    color: #5f5e5e;
    font-size: 18px;
    line-height: normal;
}

#content ul {
    margin-left: 20px;
}

#content ul li {
    list-style-type: disc;
}

.ip_prot {
    padding: 35px 0 0;
    margin-top: 58px;
    /* height: 900px; */
    /* height: 450px; */
    height: 600px;
}

.ip_prot .company_name {
    width: 210px;
    padding: 5px;
    background-color: #6176a2;
}

.ip_prot .company_name p {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 5px
}

.ip_prot .company_name p:nth-child(1) {
    letter-spacing: 1.7px;
}

.ip_prot .company_name p:nth-child(2) {
    letter-spacing: 1.5px;
}

.ip_prot .company_name p:nth-child(3) {
    letter-spacing: 0px;
}

.ip_prot .company_name span {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 18px;
    color: #fff;
    margin-top: 10px;
}

.ip_prot .ip_prot_consult {
    width: 640px;
    margin: 25px auto 0;
    padding: 50px 0 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    display: none;
}

.ip_prot .ip_prot_consult h2 {
    margin-bottom: 135px;
}

.ip_prot .country_column {
    display: inline-block;
    width: 20%;
    margin: 0 2.2%;
    text-align: center;
}

.ip_prot .country_column li {
    margin-bottom: 15px;
}

.ip_prot .service_column {
    display: inline-block;
    width: 30%;
    margin: 0 6%;
    text-align: center;
}

.ip_prot .service_column li {
    margin-bottom: 15px;
}

.ip_prot .buttons {
    margin-top: 135px;
}

.ip_prot .buttons a {
    margin: 0 35px;
}

.gallery {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    width: 100%
}

.gallery-item {
    width: 33%;
    max-width: 350px;
    padding: 5px;
}

.gallery-item img {
    width: 100%;
}

.services{
    padding:50px 0;
}
.services h4 {
    margin:0;
}
.services h3{
    margin-bottom: 30px;
}
.services .services_item{
    width: 250px;
    margin: 10px;
    padding: 10px 10px 0;
    text-align: justify;
    border: 3px solid #6176a2;
    border-radius: 10px;
    min-height: 335px;
}
.services .services_item-en{
    min-height: 155px;
}
.services .services_item a{
    margin-bottom: 10px;
}
.services .services_item p{
    margin: 20px 0;
}
.services .services_item li{
    margin-bottom: 10px;
    text-align: left;
}

.services .services_item li a.services_item_hover:hover{
    font-weight: bold;
}
.services .services_item.services_item_other{
    position: relative;
    border:none;
}


.online_services{
    padding-bottom: 50px;
}
.online_services h3{
    margin: 30px 0;
}
.online_services>div{
    justify-content: center;
}
.services .online_services_item {
    display:block;
    width: 250px;
    margin: 0 10px;
    padding: 10px 10px 0;
    text-align: center;
}
.services .online_services_item span{
    color: #6176a2;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
}
.services .online_services_item img{
    display:block;
    width:100%;
    min-height:230px;
    margin: 0 auto;
}

.our_services {
    display: flex;
    flex-wrap: wrap;
}

.our_services li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23%;
    margin: 1%;
    padding: 10px;
    text-align: center;
    border: 3px solid #6176a2;
    border-radius: 10px;
    min-height: 65px;
}

.about_us {
    background-color: #6176a2;
    padding: 50px 0;
    color: #fff;
}

.about_us h3 {
    margin-bottom: 30px;
    color: #fff;
}

.about_us .text {
    margin-right: 5%;
}

.about_us .text:last-child {
    margin-right: 0;
}

.about_us p {
    text-align: justify;
    color: #fff;
}

.about_us .text ul li{
    color: #fff;
    list-style-type: disc;
    margin-left: 20px;
    padding: 5px 0px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.other_awards {
    font-size: 18px;
    display: inline-block;
    padding: 13px 0 13px;
    cursor: pointer;
    font-weight: bold;
    margin-right: 110px;
}

#awords_list {
    margin-top: 50px;
}

#awords_list ul li {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.professionals {
    padding: 50px 0;
}

.professionals p {
    margin: 30px 0;
}

.professionals .attorneys-slider {
    margin-top: 10px;
}

.slick-slide .Valentin-Mikhailyuk,
.slick-slide .Vadim-Mikhailyuk,
.slick-slide .Anna-Sorokolat,
.slick-slide .Sergey-Sorokolat,
.slick-slide .Juozas-Lapenis,
.slick-slide .Kuznetsova,
.slick-slide .Elena-Nosyreva,
.slick-slide .Natalia-Troitskaya,
.slick-slide .Merab-Kvimsadze,
.slick-slide .Saydiev-Ulugbek,
.slick-slide .Gerasimova,
.slick-slide .Valentin-Foksha {
    display: block;
    position: relative;
}

.slick-slide:hover .Valentin-Mikhailyuk:after,
.slick-slide:hover .Vadim-Mikhailyuk:after,
.slick-slide:hover .Anna-Sorokolat:after,
.slick-slide:hover .Sergey-Sorokolat:after,
.slick-slide:hover .Juozas-Lapenis:after,
.slick-slide:hover .Kuznetsova:after,
.slick-slide:hover .Elena-Nosyreva:after,
.slick-slide:hover .Natalia-Troitskaya:after,
.slick-slide:hover .Merab-Kvimsadze:after,
.slick-slide:hover .Saydiev-Ulugbek:after,
.slick-slide:hover .Gerasimova:after,
.slick-slide:hover .Valentin-Foksha:after {
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6176a2;
    opacity: 0.75;
}

.slick-slide:hover .Valentin-Mikhailyuk::after {
    content: 'ВАЛЯНЦІН \A МІХАЙЛЮК \A\A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Vadim-Mikhailyuk::after {
    content: 'ВАДЗІМ \A МІХАЙЛЮК  \A\A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Anna-Sorokolat::after {
    content: 'ГАННА \A МІХАЙЛЮК  \A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Sergey-Sorokolat::after {
    content: 'СЯРГЕЙ \A САРАКАЛАТ \A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Juozas-Lapenis::after {
    content: 'ЮОЗАС \A ЛАПІЕНІС \A\A\A\A патэнтны павераны \A Літвы';
    white-space: pre;
}

.slick-slide:hover .Kuznetsova::after {
    content: 'СВЯТЛАНА \A КУЗНЯЦОВА \A\A\A\A патэнтны павераны \A Расіі';
    white-space: pre;
}

.slick-slide:hover .Elena-Nosyreva::after {
    content: 'АЛЕНА \A НОСЫРЕВА \A\A\A\A патэнтны павераны  \A Расіі';
    white-space: pre;
}

.slick-slide:hover .Natalia-Troitskaya::after {
    content: 'НАТАЛЛЯ \A ТРАЕЦКАЯ \A\A\A\A патэнтны павераны \A Казахстана';
    white-space: pre;
}

.slick-slide:hover .Merab-Kvimsadze::after {
    content: 'МЕРАБ \A КВІМСАДЗЕ  \A\A\A\A патэнтны павераны \A Грузіі';
    white-space: pre;
}

.slick-slide:hover .Saydiev-Ulugbek::after {
    content: 'УЛУГБЕК \A САІДІЕВ \A\A\A\A патэнтны павераны \A Узбекістана';
    white-space: pre;
}

.slick-slide:hover .Gerasimova::after {
    content: 'ЛЮДМІЛА  \A ГЕРАСІМАВА \A\A\A\A  патэнтны павераны \A Рэспублікі Беларусь';
    white-space: pre;
}

.slick-slide:hover .Valentin-Foksha::after {
    content: 'ВАЛЯНЦІН \A ФОКША \A\A\A\A патэнтны павераны \A Рэспублікі Малдова';
    white-space: pre;
}

/* ru attorney slider*/
.slick-slide:hover .Valentin-Mikhailyuk::after {
    content: 'ВАЛЯНЦІН \A МІХАЙЛЮК \A\A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Vadim-Mikhailyuk::after {
    content: 'ВАДЗІМ \A МІХАЙЛЮК  \A\A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Anna-Sorokolat::after {
    content: 'ГАННА \A МІХАЙЛЮК  \A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Sergey-Sorokolat::after {
    content: 'СЯРГЕЙ \A САРАКАЛАТ \A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Juozas-Lapenis::after {
    content: 'ЮОЗАС \A ЛАПІЕНІС \A\A\A\A патэнтны павераны \A Літвы';
    white-space: pre;
}

.slick-slide:hover .Kuznetsova::after {
    content: 'СВЕТЛАНА \A КУЗНЕЦОВА  \A\A\A\A патентный \A поверенный \A  России"';
    white-space: pre;
}

.slick-slide:hover .Elena-Nosyreva::after {
    content: 'ЕЛЕНА \A НОСЫРЕВА \A\A\A\A патентный \A поверенный \A  России';
    white-space: pre;
}

.slick-slide:hover .Natalia-Troitskaya::after {
    content: 'НАТАЛЛЯ \A ТРАЕЦКАЯ \A\A\A\A патэнтны павераны \A Казахстана';
    white-space: pre;
}

.slick-slide:hover .Merab-Kvimsadze::after {
    content: 'МЕРАБ \A КВІМСАДЗЕ  \A\A\A\A патэнтны павераны \A Грузіі';
    white-space: pre;
}

.slick-slide:hover .Saydiev-Ulugbek::after {
    content: 'УЛУГБЕК \A САІДІЕВ \A\A\A\A патэнтны павераны \A Узбекістана';
    white-space: pre;
}

.slick-slide:hover .Gerasimova::after {
    content: 'ЛЮДМИЛА  \A ГЕРАСИМОВА \A\A\A  патентный \A поверенный \A Республики \A Беларусь';
    white-space: pre;
}

.slick-slide:hover .Valentin-Foksha::after {
    content: 'ВАЛЯНЦІН \A ФОКША \A\A\A\A патэнтны павераны \A Рэспублікі Малдова';
    white-space: pre;
}

/*  = = = = = = = = = = =*/
/* en attorney slider*/
.slick-slide:hover .Valentin-Mikhailyuk::after {
    content: 'ВАЛЯНЦІН \A МІХАЙЛЮК \A\A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Vadim-Mikhailyuk::after {
    content: 'ВАДЗІМ \A МІХАЙЛЮК  \A\A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Anna-Sorokolat::after {
    content: 'ГАННА \A МІХАЙЛЮК  \A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Sergey-Sorokolat::after {
    content: 'СЯРГЕЙ \A САРАКАЛАТ \A\A\A патэнтны павераны \A Украіны';
    white-space: pre;
}

.slick-slide:hover .Juozas-Lapenis::after {
    content: 'ЮОЗАС \A ЛАПІЕНІС \A\A\A\A патэнтны павераны \A Літвы';
    white-space: pre;
}

.slick-slide:hover .Kuznetsova::after {
    content: 'SVETLANA \A KUZNETSOVA  \A\A\A\A PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Elena-Nosyreva::after {
    content: 'ELENA \A NOSYREVA \A\A\A\A PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Natalia-Troitskaya::after {
    content: 'НАТАЛЛЯ \A ТРАЕЦКАЯ \A\A\A\A патэнтны павераны \A Казахстана';
    white-space: pre;
}

.slick-slide:hover .Merab-Kvimsadze::after {
    content: 'МЕРАБ \A КВІМСАДЗЕ  \A\A\A\A патэнтны павераны \A Грузіі';
    white-space: pre;
}

.slick-slide:hover .Saydiev-Ulugbek::after {
    content: 'УЛУГБЕК \A САІДІЕВ \A\A\A\A патэнтны павераны \A Узбекістана';
    white-space: pre;
}

.slick-slide:hover .Gerasimova::after {
    content: 'LIUDMILA  \A GERASIMOVA \A\A\A\A PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Valentin-Foksha::after {
    content: 'ВАЛЯНЦІН \A ФОКША \A\A\A\A патэнтны павераны \A Рэспублікі Малдова';
    white-space: pre;
}

/*  = = = = = = = = = = =*/

.advantages {
    text-align: center;
    background-color: #6176a2;
    padding: 50px 0;
}

.advantages h3 {
    margin-bottom: 70px;
    color: #fff;
}

.advantages ul {
    display: flex;
    flex-wrap: wrap;
}

.advantages ul li {
    display: inline-block;
    margin-right: 105px;
    color: #fff;
}

.advantages ul li:last-child {
    margin-right: 0;
}

.advantages span {
    display: block;
}

.advantages .big {
    font-size: 100px;
    font-weight: 700
}

.advantages .small {
    font-size: 16px;
    font-weight: 500
}

.expert_fields {
    padding: 50px 0;
}

.expert_fields h3 {
    text-align: center;
    margin-bottom: 30px;
}

.expert_fields ul li {
    display: inline-block;
    width: 18%;
    float: left;
}

.expert_fields .field {
    margin-bottom: 15px;
}

.expert_fields span {
    display: block;
}

.expert_fields span.bold {
    display: inline;
    color: #0a2756;
    font-weight: 700;
}

.expert_fields span.inline {
    display: inline;
}

.recent_news {
    background-color: #6176a2;
    padding: 50px 0;
}

.recent_news .container {
    padding: 0;
}
.recent_news h3 a{
    display:inline-block;
    color: #fff;
    margin-bottom: 0;
}

.recent_news .news_item {
    position: relative;
    width: 340px;
    height: 340px;
    background-color: #fff;
    color: #0a2756;
}

.recent_news .news_date {
    display: block;
    text-align: left;
}

.recent_news .more {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.recent_news img {
    width: 100%;
    height: auto;
    margin-top: 5px;
    max-height: 205px;
}

.recent_news .news_date,
.recent_news .news_text {
    display: block;
    padding: 15px 15px 0;
}
/*------------------------------- News ----------------------------------*/
.news_item {
    margin: 25px 0;
}

.old-news {
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 14px;
}

.search-news {
    position: absolute;
    right: 0;
    top: -35px;
    width: 300px;
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    padding: 7px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.search-news input {
    width: 100%;
    border: none;
    border-right: 1px solid #b0b0b0;

}

.search-news span {
    width: 15px;
    height: 15px;
    border: none;
    background: none;
    margin-left: 10px;
    cursor: pointer;
}

.search-news span img {
    width: 100%;
    height: 100%;
}

.news-archive h1 {
    margin: 0 !important;
}

.news-archive-links {
    position: absolute;
    top: -38px;
    right: 0;
}

.news_heading {
    display: block;
    font-weight: bold;
    color: #17479E;
}

.news_link_more {
    font-weight: bold;
    color: #17479E;
}

.news_date {
    display: inline-block;
    margin-top: 20px;
}

#socials a {
    font-size: 11px;
}

.news_footer #socials {
    float: left;
}

.news_footer .go_back {
    float: right;
}

/*------------------------------- /News ----------------------------------*/
#content .contact_adress h1{
    color: #0a2756;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_adress_item:first-child {
    margin-bottom: 25px;
}

.contact_adress_lending {
    position: relative;
}

.contact_adress_lending .adress {
    float: left;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: calc(50% - 452px);
    -moz-transform: translate(-50%, -50%);
    /* Для Firefox */
    -ms-transform: translate(-50%, -50%);
    /* Для IE */
    -webkit-transform: translate(-50%, -50%);
    /* Для Safari, Chrome, iOS */
    -o-transform: translate(-50%, -50%);
    /* Для Opera */
    transform: translate(-50%, -50%);
}

.contact_adress_lending .first-row .adress {
    position: absolute;
    top: 75px;
    left: 0;
}

.contact_adress_lending .map {}

#map1,
#map2 {
    width: 100%;
    height: 330px;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 5px;
    border: 1px solid rgba(23, 71, 158, 0.5);
    border-bottom: 1px solid rgba(23, 71, 158, 0.5);
    /* border-collapse: separate; */
}

th {
    background: #6176a2;
    color: #fff;
}

.table_header {
    background: #6176a2;
    color: #fff;
}

/* Центрирует текст подсказки на карте */

.gm-style-pbt {
    text-align: center;
}

/* ---------------------------- */

.gm-style-mtc {
    display: none;
}

.map .gm-style img {
    max-width: none;
    border: none;
}

.contact_adress_lending h4 {
    font-weight: 700;
    margin: 0 0 13px 0;
    text-align: left;
}

.place,
.call,
.mail {
    position: relative;
    color: #403f3f;
}

.contact_adress_lending p {
    margin: 0;
    padding: 0;
}

.contact_adress_lending .place .icon-location-1,
.contact_adress_lending .call .icon-phone,
.contact_adress_lending .mail .icon-mail {
    position: absolute;
    top: 0;
    left: -5px;
    -moz-transform: translateX(-100%);
    /* Для Firefox */
    -ms-transform: translateX(-100%);
    /* Для IE */
    -webkit-transform: translateX(-100%);
    /* Для Safari, Chrome, iOS */
    -o-transform: translateX(-100%);
    /* Для Opera */
    transform: translateX(-100%);
}

.contact_adress_lending .place {
    margin-bottom: 15px;
}

.contact_adress_lending .call {
    margin-bottom: 15px;
}

.contact_adress_lending .call a {
    display: inline-block;
    text-decoration-line: none;
}

.contact_adress_lending .gmaps_button {
    display: none;
    text-align: center;
    width: 150px;
    margin: -10px auto 35px auto;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background: #17479e;
    color: #FFF;
    padding: 10px;
    font-size: 15px;
}

.contact_adress_lending .gmaps_button:hover {
    background: #12387e;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.services_link {
    margin-bottom: 25px;
}

.services_link {
    padding: 20px;
    background-color: #fff;
    border: 3px solid #C6CEDD;
    border-radius: 15px;
}

.countries_block .country_item {
    width: 15.28%;
    margin: 0 12.96% 25px 0;
}

.countries_block .country_item:nth-child(4n) {
    margin-right: 0;
}

.countries_block .country_item .ta_left {
    display: inline-block;
    margin-bottom: 10px;
    color: #0a2756;
}

.country_flag_big {
    width: 360px;
    height: 240px;
    border: 1px solid #AEC3EF;
    overflow-y: hidden;
    margin-bottom: 25px;
}

.objects_flag {
    position: relative;
    width: 260px;
    height: 170px;
    overflow-y: hidden;
    margin: 0 10px 10px 0;
}

.country_img {
    width: 450px;
    height: 240px;
    overflow-y: hidden;
    margin-bottom: 25px;
}

.countries_block .country_flag {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #AEC3EF;
}

.countries_block a:nth-child(2) {
    position: relative;
    display: inline-block;
}

.countries_block a:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}


footer .footer_bg {
    padding: 25px 0;
}

footer h4 {
    text-align: center;
    color: #6176a2;
}

footer .contact_us h4 {
    margin: 0;
}

footer ul {
    margin-bottom: 35px;
}

footer ul li {
    display: inline-block;
    width: 24%;
}

footer a {
    color: #fff;
    font-size: 14px;
}

footer .footer_bg h4 {
    color: #fff;
}

footer .our_offices {
    position: relative;
    width: 60%;
}

footer .our_offices:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 25px;
    width: 1px;
    height: 125px;
    background-color: #fff;
}

footer .our_offices li {
    width: 24%;
}

footer .other_jurdns {
    width: 40%;
}

footer .other_jurdns li {
    width: 24%;
}

footer .contact_us {
    width: 100%;
    padding: 30px 0;
}

footer .contact_us .container .contact-form.contact {
    width: 100%;
    float: right;
    border-radius: 5px;
    background: #fff;
    box-shadow: unset;
    box-sizing: border-box;
    padding: 25px;
}

.contact-form.contact .left,
.contact-form.contact .right {
    width: 45%;
}

.contact-form.contact h4 {
    font-size: 18px;
    color: #17479e;
    text-align: center;
    margin: 5px 0 20px;
}

.contact-form.contact input {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    box-sizing: border-box;
    font-size: 14px;
}

.contact-form.contact textarea {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    resize: none;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 10px;
}

.contact-form .contact-submit[type="button"] {
    cursor: pointer;
    width: 100%;
    border: 1px solid #6176a2;
    background: #6176a2;
    color: #FFF;
    margin: 0 0 5px;
    padding: 15px;
    font-size: 14px;
    outline: none;
    border-radius: 5px;
}

.copyright {
    padding: 10px 0;
    text-align: center;
    color: #5c5a5a;
}

.copyright span{
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

/*-----------Кнопка Вверх-----------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    top: 68px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(../img/ui.totop.png) no-repeat left top;
    opacity: 0.7;
}

#toTopHover {
    background: url(../img/ui.totop.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

#contacts_page .social {
    float: right;
}

#contacts_page .marker_inside {
    list-style-position: inside;
    padding-left: 20px;
}

#contacts_page .contact_country {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
}

#contacts_page .contact_country:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
}

#contacts_page .country {
    float: left;
}

#contacts_page .country ul {
    margin: 0;
    padding: 0;
}

#contacts_page .country ul li {
    margin-bottom: 18px;
    list-style-type: none;
}

#contacts_page .country ul li:last-child {
    margin-bottom: 0;
}

#contacts_page .country ul li a {
    color: #393a3c;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: unset;
}

#contacts_page .country ul li a:hover {
    color: #17479e;
    border-bottom: 1px solid #17479e;
}

#contacts_page .country ul li a.active {
    color: #17479e;
    border-bottom: 1px solid #17479e;
}

#contacts_page .country_img {
    width: auto;
    height: auto;
}

#contacts_page .country_img img {
    float: right;
    border: none;
}

#ContentText.contacts h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

#contacts_page .contact_adress {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

#contacts_page .contact_adress:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(23, 71, 158, 0.5);
}

#contacts_page .contact_adress .hide {
    visibility: hidden;
    overflow: hidden;
    margin-top: 0
}

#ContentText.contacts h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

#ContentText.contacts .attorneys h3 {
    margin-bottom: 0;
}

#ContentText.contacts .attorneys h4 {
    display: none;
}

#ContentText.contacts .attorneys fieldset {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #17479e;
    border-bottom: none;
    padding: 0;
}

#ContentText.contacts .attorneys fieldset.none {
    visibility: hidden;
}

#ContentText.contacts .attorneys legend {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

#ContentText .staff_wrapper {
    position: relative;
    display: flex;
}

#ContentText .staff_wrapper .foto {
    position: absolute;
    width: 154px;
    height: 100%;
    top: 0;
    left: 0;
}

.staff_wrapper img {
    width: 140px;
    height: auto;
}

#ContentText .staff_text {
    float: left;
    padding-left: 160px;
    color: #5f5e5e;
}

.span_russia,
.span_belarus,
.span_kazakhstan,
.span_uzbekistan,
.span_georgia,
.span_moldova {
    display: none;
}

#contacts_page .contact_adress .adress {
    float: left;
    padding-left: 20px;
}

#contacts_page .adress_belarus,
#contacts_page .adress_kazakhstan,
#contacts_page .adress_uzbekistan,
#contacts_page .adress_georgia,
#contacts_page .adress_moldova {
    display: none;
}

.adress_ukraine {
    position: relative;
    float: left;
    width: 100%;
}

.contact_adress .contact_single {
    display: block;
}

#contacts_page .contact_adress .first-row .adress {
    position: relative;
    top: 0;
    left: 0;
}

#contacts_page .contact_adress .map {
    float: right;
    position: relative;
    z-index: 1;
}

#contacts_page #map1,
#contacts_page #map2 {
    width: 550px;
    height: 289px;
}

#map3 {
    width: 100%;
    height: 350px;
    margin-bottom: 300px;
    border: 1px solid #9a9a9a;
}

#contacts_page .gm-style-mtc {
    display: none;
}

#contacts_page .map .gm-style img {
    max-width: none;
    border: none;
}

#contacts_page .contact_adress h4 {
    color: #17479e;
    font-weight: 700;
    margin: 0 0 13px 0;
}

#contacts_page .place,
#contacts_page .call,
#contacts_page .mail {
    position: relative;
    color: #403f3f;
}

#contacts_page .contact_adress p {
    margin: 0;
    padding: 0;
}

#contacts_page .contact_adress .place .icon-location-1,
.icon-phone,
.icon-mail {
    position: absolute;
    top: 0;
    left: -5px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

#Contecontacts_pagentText .contact_adress .place {
    margin-bottom: 15px;
}

#contacts_page .contact_adress .call {
    margin-bottom: 15px;
}

#contacts_page .contact_adress .call a {
    display: inline-block;
    color: #403f3f;
    text-decoration-line: none;
}

#contacts_page .contact_adress .gmaps_button {
    display: none;
    text-align: center;
    width: 150px;
    margin: -10px auto 35px auto;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background: #17479e;
    color: #FFF;
    padding: 10px;
    font-size: 15px;
}

#contacts_page .contact_adress .gmaps_button:hover {
    background: #7382A2;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contacts_page .contact_us {
    margin-bottom: 30px;
}

#contacts_page .attorneys-slider {
    margin: 10px auto 60px;
}

#contacts_page .attorneys-slider:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
}

#contacts_page .attorneys-slider .slick-slide a:hover {
    cursor: pointer;
}

ol.faq {
    padding-left: 40px;
}

ol.faq li {
    list-style: decimal;
    padding: 10px 0;
}

.list-style-type-none li {
    list-style-type: none !important;
}

/*---------------------------------*/

/* ---------------------------------------------------------------------------------- */


.content_wrapper .show-btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 120px;
    background: #3cb371;
    color: #fff;
    border: 1px solid #3cb371;
    border-radius: 5px;
    z-index: 100;
}



footer .our_offices h4 {
    color: #17479e;
}

footer .our_offices h4 a {
    font-size: inherit;
    text-align: center;
    margin: 0px;
    color: #17479e;
}

footer .our_offices {
    position: relative;
    width: 100%;
    background: #fff;
}

footer .our_offices a{
    color: #17479e;
}

footer .our_offices li {
    width: 20%;
}

footer .contact_us {
    width: 100%;
    padding: 30px 0;
}


footer span,
footer a {
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 2px;
    margin-left: 0px;
    text-decoration: none;
}

footer .officeRU {
    background: url('Images/Russia.png') no-repeat;
    padding-left: 21px;
}

footer .officeBE {
    background: url('Images/Belarus.png') no-repeat;
    padding-left: 21px;
}

.tm_int_table {
    width: 100%;
    margin-bottom: 30px;
}

.tm_int_table td {
    padding: 5px;
}

.tm_int_table_title {
    text-align: left;
    color: #17469e;
    font-weight: bold
}

.tm_int_table_title_img {
    position: relative;
}

.tm_int_table_title_img img {
    width: 60px;
    height: auto;
    border: none;
    float: right;
    margin: 3px;
}

.tm_int_table_descr {
    margin: 0;
    border-collapse: collapse;
}

.tm_int_table_descr td {
    border-bottom: none;
}

.tm_int_table_text {
    background-color: rgb(255, 255, 255)
}

th.tm_int_table_title {
    background-color: #6176a2;
}

th.tm_int_table_title font {
    color: white
}

.all_tm_int_table img {
    border: none;
    width: 60px;
}

.all_tm_int_table .tm_int_table_title {
    padding-left: 10px;
}

.all_tm_int_table .tm_int_table_text {
    text-align: center
}

.site-button {
    cursor: pointer;
    font-size: 15px;
    font-family: Arial;
    border-radius: 5px;
    outline: none;
    min-width: 110px;
    display: block;
    text-decoration: none;
}

.site-button-blue {
    color: #fff;
    background: #6176a2;
    padding: 11px 20px;
    border: 1px solid #6176a2 !important;
}
.site-button-white {
    color: #6176a2; 
    background: #fff; 
    padding: 10px 20px; 
    border: 1px solid #6176a2;
}

.tm_int_order {
    text-decoration: none;
    text-align: center;
    text-align: center;
    display: inline-block;
}

.tm_int_conteiner {
    margin: 25px 0;
}

.order-conteiner {
    position: relative;
    /* margin: 30px auto; */
    padding: 28px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid #6176a2;
    box-sizing: border-box;
    width: 850px;
    float: right;
    margin-left: 229px;
}

.order-conteiner .text h4 {
    color: #17479e;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 26px 0;
}

.order-conteiner .form_order ul {
    margin: 0;
    padding: 0;
}

.order-conteiner .form_order ul li {
    display: inline-block;
    width: 17%;
    margin-right: 30px;
    position: relative;
}

.order-conteiner .form_order ul li:last-child {
    margin-right: 0;
    width: 116px;
}

.order-conteiner .form_order input {
    display: block;
    width: 100%;
    outline: none;
    height: 25px;
    padding: 0;
    border: none;
    border-bottom: solid 1px #a0a0a0;
}

.order-conteiner .form_order input[type="submit"] {
    width: unset;
    padding: 11px 20px;
    height: auto;
    border: none;
}

.order-conteiner .form_order .error-field {
    border-color: red;
}

.order-conteiner #error {
    color: red;
    margin: 25px 0 0;
}

#order_tm{
    display: none;
    /* width: 490px; */
    position: fixed;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.55);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.input-errors{
    position: absolute;
    bottom: 0;
    color: red;
    width: 100%;
    top: 110%;
    font-size: 12px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #0c0c0c63;
    z-index: 20000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-out;
}

@media screen and (max-width: 1119px) {
    .topmenu {
        padding: 25px 15px 5px;
    }
}

@media screen and (max-width: 767px) {

    /*Выезжающее боковое меню*/
    body,
    html {
        margin: 0;
        overflow-x: hidden;
    }

    html {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    a:hover {
        font-weight: bold;
    }

    .container_rubber {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0;
    }

    #page_wrapper {
        position: relative;
        width: 100%;
        left: 0;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
    }

    #page_wrapper.open-sidebar {
        left: 240px;
    }
    .left-side .banners{
        display: none;
    }
    #menus .topmenu .topmenu_right .open_sub {
        top: 25px;
        left: 0;
        padding: 0;
        border: none;
        z-index: 1000;
    }

    #menus .topmenu_right .open_sub img {
        padding: 10px 10px 10px 55px;
    }

    #menus {
        position: absolute;
        left: -240px;
        top: 0;
        background: #fff;
        width: 240px;
        height: 100%;
        box-sizing: border-box;
        border-right: 1px solid #485781;
    }

    #menus a {
        color: #0a2756;
    }

    #menus .container {
        padding: 0;
    }

    #menus ul {
        width: 100%;
        margin: 0;
    }

    #menus ul li {
        display: block;
        margin: 0;
    }

    #menus ul li a,
    #menus ul li span {
        padding: 15px 20px;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #485781;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        -ms-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

    #menus .topmenu_right {
        background: #6C88AC;
    }

    #menus .topmenu_right a,
    #menus .topmenu_right span {
        color: #fff;
    }

    #menus #topmenu_sub a {
        color: #0a2756;
    }

    #menus ul#topmenu_sub li {
        text-align: left;
        margin: 0;
    }

    #menus #topmenu_sub {
        position: static;
        background-color: #fff;
        border-radius: 0;
        width: 100%;
    }

    #content_mainpage {
        position: relative;
    }

    #sidebar-toggle {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 10px 7px;
        background: #6C88AC;
        border-radius: 3px;

    }

    #sidebar-toggle .bar {
        display: block;
        width: 18px;
        margin-bottom: 3px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
    }

    #sidebar-toggle .bar:last-child {
        margin-bottom: 0;
    }

    .leftmenu {
        padding: 0;
    }

    .leftmenu menu {
        float: none;
    }

    .leftmenu ul.menu li {
        width: unset;
        border-bottom: none;
        padding: 0;
    }

    /*-------------------------------------------*/


    body {
        min-width: unset;
    }

    header {
        margin-top: 0;
        padding: 5px 0;
        margin-top: 0;
    }

    header .logo {
        display: none;
    }

    header .company_name p {
        font-size: 16px;
        margin: 0 0 5px 0;
        line-height: normal;
    }

    header .company_name span {
        display: block;
        margin-bottom: 45px;
    }

    footer .contact_us h4 {
        margin: 0 0 30px 0;
    }

    footer .contact_us {
        padding: 25px 0;
    }

    footer .contact_us .container #contact-form.contact {
        width: 100%;
    }

    #content {
        width: 100%;
    }

    #content h1 {
        top: -35px;
        font-size: 22px;
        text-align: center;
        right: 0;
        display: block;
        width: 100%;
    }

    p {}

    h2 {
        font-size: 22px;
        line-height: normal;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .topmenu {
        padding: 0;
        position: static;
        box-shadow: none;
        background: #C4D6ED;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .bg_block {
        display: none;
    }

    .ip_prot {
        padding: 0;
        height: auto;
        margin-top: 0;
    }

    .ip_prot .company_name,
    header .company_name {
        width: 100%;
        padding-left: 45px;
    }

    .ip_prot .logo {
        width: 150px;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .ip_prot .ip_prot_consult {
        width: 100%;
        padding: 30px 0;
        margin: 25px auto 0;
        border-radius: 10px 10px 0 0;
    }

    .ip_prot .company_name p {
        font-size: 16px;
        margin: 15px 5px 5px 0;
        line-height: normal;
        display: inline-block;
    }

    .ip_prot .company_name span {
        display: none;
    }

    .ip_prot .ip_prot_consult h2 {
        margin-bottom: 30px;
    }

    .ip_prot .country_column {
        width: 44%;
        margin: 0 2.25%;
    }

    .ip_prot .service_column {
        width: 44%;
        margin: 0 2.25%;
    }

    .ip_prot .buttons a {
        display: flex;
        margin: 5px auto;
    }

    .ip_prot .buttons {
        margin-top: 20px;
        flex-direction: column;
    }

    .services {
        padding: 30px 0;
        text-align: center;
        display: block;
    }

    .services h3 {
        margin-bottom: 30px;
    }

    .services .services_item {
        width: 100%;
        max-width: 253px;
        margin: 10px auto;
        float: none;
    }

    .services .services_item.services_item_other {
        display: none;
    }

    .services .services_item_other_mob {
        display: block;
        margin-top: 20px;
    }

    .about_us {
        padding: 30px 0;
    }

    .about_us .text {
        width: 100%;
        margin-right: 0;
    }

    .about_us h3 {
        margin-bottom: 30px;
    }

    .other_awards {
        display: none;
    }

    .professionals {
        padding: 30px 0;
        background: url(../img/home_bg2.png) no-repeat 50% 50%;
        background-size: cover;
    }

    .professionals p {
        margin: 30px 0;
        text-align: justify;
    }

    .professionals .slick-dots {
        display: none !important;
    }

    .professionals fieldset {
        display: none;
    }

    .professionals .slider {
        width: 90%;
        max-width: 200px;
        margin: 0 auto;
    }

    .advantages {
        padding: 30px 0;
    }

    .advantages ul li {
        margin-right: 0;
        width: 40%;
    }

    .advantages ul li:nth-child(2n) {
        width: 58%;
    }

    .advantages h3 {
        margin-bottom: 30px;
    }

    .advantages .big {
        font-size: 50px;
    }

    .advantages .small {
        font-size: 14px;
    }

    .expert_fields {
        display: none;
    }

    .recent_news {
        padding: 30px 0;
        background: url(../img/home_bg3.png) no-repeat 50% 50%;
        background-size: cover;
    }

    .recent_news h3 {
        margin-bottom: 30px;
    }

    .recent_news .news_item {
        width: 290px;
        height: 290px;
    }

    .recent_news .slick-dots li button:before {
        color: #6176a2;
    }

    .recent_news .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #6176a2;
    }

    .contact_adress_lending .adress {
        display: block;
        width: 250px;
        position: static;
        margin: 0 auto;
        float: none;
        transform: none;
    }

    .footer_bg {
        display: none;
    }

    .copyright {
        font-size: 14px;
    }


    .country_flag_big {
        width: 50%;
        max-width: 250px;
        height: auto;
        float: none;
        margin: 20px auto;
        display: block;
    }

    .country_img {
        display: none;
    }

    .contact_adress .map {
        float: none;
    }

    #map1,
    #map2 {
        width: 100%;
        height: 350px;
    }

    .contact_adress .adress {
        float: none;
        padding-left: 20px;
        text-align: center;
        margin-bottom: 25px;
    }

    .contact_adress .adress_block {
        display: inline-block;
    }




    .countries_block .country_item {
        width: 30.56%;
        margin: 0 9.72% 25px 9.72%;
    }

    .countries_block .country_item:nth-child(4n) {
        margin-right: 9.72%;
    }

    /*-----------Кнопка Вверх-----------*/
    #toTop {
        top: 10px;
    }

    /*---------------------------------*/


}