* {
    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;
}

html,
body {
    min-height: 100vh;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

/* Заглушка на поиск ТЗ */
.attantion_block {
    display: none;
}

.ui-widget-content {
    background: #fff;
}

.blur {
    filter: blur(5px);
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.clear {
    clear: both
}

.container {
    width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.container_rubber {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.content_wrapper {
    padding: 40px 20px;
}

body {
    width: 100%;
    min-width: 1120px;
    background-color: #fff;
    color: #5f5e5e;
}

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;
}

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;
}

font {
    color: #17479e;
}

img {
    /* border-color:#adc1d6;border-style: solid;border-width:2px; */
    border: none;
}

#ContentText img.image {
    max-width: 600px;
}

input,
select,
button,
textarea {
    outline: none;
}

/* Убирает стандартные стили для submit на ios */
input[type="submit"] {
    -webkit-appearance: none;
}

.certificate {
    position: relative;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
    margin: 0 10px 10px 0;
}

.mobile_display_flex {
    display: none;
}

.certificate:hover::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -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%);
    background: url('/uploaded_images/scale.svg');
    background-size: cover;
}

.certificate img {
    margin: 0 !important;
    border: 2px solid #adc1d6;
}

.table_header {
    background: #6176a2;
    color: #fff;
}

.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: inline-block;
    width: 200px;
    padding: 20px;
    color: #fff;
    background-color: #6176a2;
    border-radius: 10px;
    border: 3px solid #6176a2;
}

.but_blue:hover {
    color: #6176a2;
    background-color: #fff;
}

.but_blue_invert {
    display: inline-block;
    width: 200px;
    padding: 20px;
    color: #6176a2;
    background-color: #fff;
    border: 3px solid #6176a2;
    border-radius: 15px;
}

.but_blue_invert:hover {
    color: #fff;
    background-color: #6176a2;
}

.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-blue:hover {
    background: #fff;
    color: #6176a2;
}

.site-button-white {
    color: #6176a2;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #6176a2;
}

.site-button-white:hover {
    color: #fff;
    background: #6176a2;
}

.site-button-white:disabled {
    background: #b1b5c294;
    cursor: help;
}

.site-link {
    color: #17479e;
    text-decoration: none;
}

.sepline {
    display: block;
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background-color: #6176a2;
}

#ContentText {
    padding-top: 15px
}

#ContentText h6 {
    font-size: 16px;
    margin: 20px 0;
}

/* #leftShadow{background:url('Images/pageFonLeft.png') repeat-y;background-position:left;width:1068px;margin:0 auto}
#rightShadow{width:1068px;background:url('Images/pageFonRight.png') repeat-y;background-position:right}
#page,#pageNext{width:1100px;margin:0 auto}
.left{float:left}
.clear{clear:both}
.whiteText{color:white}
#page #BGCointeiner{background:#e1e1e1 url('Images/BGfonIndex.png') repeat-y;td {padding-top: 10;padding-bottom:10}}
#page #conteiner{background:url('Images/mainFon.png') no-repeat;min-height:577px}
#titelPage span{font-size:26px;color:#17479e;font-weight:600}
#titelPage span.iso{font-size:14px;font-weight:700;color:#515151;margin-top:5px}
#titelPage{margin-top:20px;margin-left:30px;float:left}
#page #leftside{width:490px}
#page #leftside #MainRefe{margin-top:50px}
#pageNext #conteiner{background:url('Images/fonPage1big.jpg') no-repeat;min-height:700px}
#pageNext{background:#e1e1e1 url('Images/BGfonPage1.png') repeat-y}
#pageNext #TitelPage2 span{display:block;color:#17479e;font-size:20px}
#pageNext #TitelPage2 span.big{font-size:26px;font-weight:700}
#pageNext #TitelPage2 span.iso{font-size:14px;font-weight:700;color:#515151;margin-top:5px}
#pageNext #TitelPage2{margin-left:30px;margin-top:20px;float:left;margin-bottom:30px}
#pageNext #leftside{width:235px}
#pageNext #rightside{width:845px}
#pageNext #rightside #content{margin:0 30px}
#pageNext #rightside #contentTitel{font-weight:500; font-size:18px;font-family:Arial;color:#37383b}
#pageNext #MainRefe a{color:#17479e;text-decoration:none}
#pageNext #MainRefe .banner-online-zakaz-tm {display:block;width:200px;margin:0 0 30px 30px;border:none}
#pageNext #rightside #ContentText{font-size:14px;text-align:justify;color:#393a3c}
#pageNext #rightside #ContentText p.quote{width: 38%;}
#pageNext #bottomFooter{background:url('Images/bfShadow.png') no-repeat;background-position:top center; text-align:center;padding-top:10px;padding-bottom:10px}
#topMenu #MenuINPage span,#topMenu #MenuINPage a{color:White;text-decoration:none}	
#pageNext #bottomFooter span{font-size:14px;color:#555454}
#topMenu{width:100%;height:35px;background:#393a3c}
#topMenu{min-width:1100px}
#MenuINPage{width:1070px;margin:0 auto;padding-top:6px;padding-left:35px}	
#topMenu #MenuINPage div{float:left; list-style:none; margin: 0 0.7%;padding:1px;font-size:14px;position:relative}
 */

#pageNext {
    position: relative;
}

.show-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 120px;
    background: #3cb371;
    /* background: #6176a2; */
    color: #fff;
    border: 1px solid #3cb371;
    /* border: 1px solid #6176a2; */
    border-radius: 5px;
    z-index: 100;
}

.show-btn:hover {
    background: #fff;
    color: #3cb371;
    /* color: #6176a2; */
}

.search-btn-green {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    width: 155px;
    text-align: center;
    background: mediumseagreen;
    color: #fff;
    border: 1px solid mediumseagreen;
    border-radius: 5px;
    z-index: 100;
}

.search-btn-green:hover {
    opacity: 0.9;
}

#menu,
#logo_div,
#menu,
#MainRefe img,
.hidden,
#TitelPage2 br,
#t br {
    display: none
}

#map {
    width: 350px;
    height: 300px
}

.contact-right {
    width: 350px;
    float: right;
    margin: 0 0 25px 20px
}

.contact-left {
    width: 359px;
    float: left;
    margin-bottom: 13px
}

.contact-right img {
    float: right
}

.foto {
    float: left
}

.foto img {
    margin-right: 10px
}

#ContentText .staff_wrapper {
    position: relative;
}

#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;
}

#ContentText .staff_info {
    float: left;
    /* padding-left: 160px; */
}

#reviews .review {
    position: relative;
    margin-bottom: 25px;
}

#reviews hr {
    border-top: 1px solid #6176a2;
    display: block;
    margin: 25px 0;
}

#reviews .review .foto {
    position: absolute;
    width: 116px;
    height: 100%;
    top: 0;
    left: 0;
}

#reviews .review .foto img {
    max-height: 90%;
}

#reviews .review .review_text {
    width: 100%;
    padding-left: 130px;
}

#t {
    height: 67px
}

#t span {
    float: left;
    margin: 25px 0 0 4px
}

#t img {
    margin-left: 9px
}

#img-contact {
    width: 300px;
    height: 190px
}

.tm,
.pat,
.um {
    float: left;
    width: 100%
}

.ideas_for_sale_form input[type="button"] {
    display: inline-block;
}

#ContentText .ideas_wrapper {
    position: relative;
    border-bottom: 1px solid #6176a2;
    width: 100%;
}

.ideas_for_sale_form {
    padding: 15px;
    border: 1px solid #6176a2;
    border-radius: 5px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
}

.ideas_for_sale_form fieldset {
    display: inline-block;
    width: auto;
    min-width: inherit;
    margin-right: 5px;
}

.ideas_wrapper hr {
    display: block;
    margin: 25px 0;
    background: #6176a2;
}

#ContentText .ideas_wrapper .foto {
    position: absolute;
    width: 154px;
    height: 100%;
    padding: 15px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#ContentText .ideas_wrapper .foto img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0;
}

#ContentText .ideas_text {
    width: 100%;
    float: left;
    padding: 30px 0 30px 170px;
}

#ContentText .ideas_text font {
    font-weight: 100;
}

#topMenu #MenuINPage .mobile_icon {
    height: 16px;
    width: auto;
    border: 0;
}

.mobile_number {
    font-weight: bold;
    margin-right: 30px
}

.domains {
    width: 100%;
    margin: 30px auto
}

th.domain_name,
th.domain_price {
    text-align: center
}

.domains td {
    padding: 5px
}

.domain_name {
    font-weight: bold
}

.domain_name:first {
    color: red
}

.domain_price {
    color: navy
}

.tm_certificate {
    height: 150px;
    width: auto;
    margin: 0 10px 10px 0
}

.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
}

.tab-content .tm_int_table td,
.tab-content .tm_int_table th {
    border: none;
}

.tab-content .tm_int_table tr {
    display: block;
    width: 100%;
    border: 1px solid #6176a2;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 57px;
    position: relative;
}

.tab-content .tm_int_table.inventions tr:first-child {
    border-radius: 5px;
}

.tab-content .tm_int_table tr:first-child {
    border-radius: 0 5px 5px 5px;
}

.tab-content .all_tm_int_table .tm_int_table_title {
    padding-left: 10px;
    display: block;
    margin-top: 10px;
}

.tab-content .all_tm_int_table .tm_int_table_text {
    border: none;
    width: 60px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -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%);
}

.tm_int_ask {
    text-decoration: none;
    text-align: center;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    min-width: 154px;
}

.tm_int_order {
    text-decoration: none;
    text-align: center;
    text-align: center;
    display: inline-block;
}

.tm_int_conteiner {
    margin: 25px 0;
}

.news_link {
    font-weighT: bold;
    color: #17479E;
}

.news-video video {
    width: 100%;
}

#additionalLink {
    text-align: right;
    font-size: 14px;
    margin-top: 15px;
}

#additionalLink a {
    color: rgb(23, 71, 158);
    text-decoration: none;
}

#loader {
    display: none;
}


/* ------------------------------ Main Template ---------------------------- */
#page_wrapper {
    position: relative;
    min-height: 100%;
}

header {
    padding: 20px 0;
    margin-top: 62px;
}

header .company_name {
    width: 205px;
}

header .company_name p {
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 5px;
}

header .company_name p:nth-child(1) {
    letter-spacing: 1.7px;
}

header .company_name p:nth-child(2) {
    letter-spacing: 1.5px;
}

header .company_name p:nth-child(3) {
    letter-spacing: 0px;
}

header .company_name span {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    margin-top: 10px;
}

.logo {
    width: 182px;
    /* height: 111px; */
    border: none;
}

#MainRefe {
    max-width: 230px;
}

#menus {}

.topmenu {
    padding: 20px 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: 14px;
}

.topmenu ul {
    margin: 0;
}

.topmenu ul li {
    display: inline-block;
    margin-right: 23px;
    width:
}

.topmenu ul li:last-child {
    margin-right: 0;
}

.topmenu ul li span.active {
    font-weight: bold;
}

.topmenu .topmenu_left {}

.topmenu .topmenu_right {
    position: relative;
    display: flex;
    align-items: center;
}

.topmenu .topmenu_right .open_sub {
    position: absolute;
    top: 50%;
    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 35px;
}

.topmenu .topmenu_right_country {
    position: relative;
}

.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;
}

.content_wrapper {
    padding: 40px 20px;
    /* min-height: 1380px; */
    /* padding-bottom: 720px; */
}

#content {
    width: 850px;
    position: relative;
}

#content h1,
#contentTitel span {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    margin: 40px 0 20px;
}

#content h2 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 14px 0;
    text-align: center;
}

#content h3 {
    color: #5f5e5e;
    font-size: 14px;
    text-align: left;
    margin: 13px 0;
}

.contentText-type ul {
    padding-left: 40px;
}

.contentText-type ul li,
ul.disc li {
    list-style: disc;
}

.contentText-return-conditions ul li {
    list-style: lower-alpha;
}

#ContentText>ul,
#ContentText>ol,
ul.disc {
    padding-left: 40px;
}

#ContentText>ul li,
ul.disc li {
    list-style: disc;
}

#ContentText>ol li {
    list-style: decimal;
}

footer {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0; */
    /* height: 690px; */
}

footer .footer_bg {
    background: #fff;
    padding: 20px 0;
}

footer h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0 0 25px;
}

footer .contact_us h4 {
    margin: 5px 0 20px;
}

footer ul {
    margin: 0;
}

footer ul:first-child {
    margin-bottom: 20px;
}

footer ul li {
    display: inline-block;
    width: 24%;
}

footer a {
    font-size: 14px;
}

footer .footer_bg h4 {
    color: #17479e;
}

footer .footer_bg h4 a {
    font-size: inherit;
    text-align: center;
    margin: 0px;
}

footer .our_offices {
    position: relative;
    width: 100%;
}

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;
}

footer .officeUA {
    background: url('Images/Ukraine.png') no-repeat;
}

footer .officeKZ {
    background: url('Images/Kazakhstan.png') no-repeat;
}

footer .officeCN {
    background: url('Images/China.gif') no-repeat;
}

footer .officeEU {
    background: url('Images/European-Union2.png') no-repeat;
}

footer .officeGE {
    background: url('Images/Georgia.png') no-repeat;
}

footer .officeUZ {
    background: url('Images/Uzbekistan.png') no-repeat;
}

footer .officeBE {
    background: url('Images/Belarus.png') no-repeat;
}

footer .officeMD {
    background: url('Images/Moldova.png') no-repeat;
}

footer .officeEA {
    background: url('Images/Eurasia.png') no-repeat;
}

.officeRU,
.officeUA,
.officeKZ,
.officeCN,
.officeEU,
.officeGE,
.officeUZ,
.officeBE,
.officeMD,
.officeEA {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    background-position: left 50%;
}

#contact-form.contact {
    width: 850px;
    float: right;
}

footer .copyright span {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.copyright span {
    margin: 0;
}

.social {
    float: right;
}

.social2 {
    display: none;
}

/* ---------------------------- /Main Template  ----------------------------- */

/*------------------------------ Landing page --------------------------------*/
.ip_prot {
    padding: 35px 0 0;
    margin-top: 58px;
    height: 900px;
}

.ip_prot .company_name {
    width: 210px;
}

.ip_prot .company_name p {
    color: #ffffff;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
}

.ip_prot .company_name span {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

.ip_prot .ip_prot_consult {
    width: 640px;
    margin: 47px auto 0;
    padding: 50px 0 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.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 .buttons {
    margin-top: 135px;
}

.ip_prot .buttons a {
    margin: 0 35px;
}

.services {
    padding: 50px 0;
}

.services h4 {
    text-align: left;
}

.services h3 {
    margin-bottom: 30px;
}

.services .services_item {
    position: relative;
    width: 253px;
    min-height: 325px;
    margin: 8px;
    padding: 10px;
    text-align: justify;
    border: 3px solid #6176a2;
    border-radius: 10px;
}

.services .services_item p {
    margin: 20px 0;
    min-height: 171px;
}

.services .services_item .more {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.services .services_item.services_item_other {
    position: relative;
    border: none;
}

.services .services_item.services_item_other a {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -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%);
}

.services .services_item.services_item_other img {
    display: block;
}

.services .services_item_other_mob {
    display: none;
}

.about_us {
    background-color: #6176a2;
    padding: 50px 0;
    color: #fff;
}

.about_us h3 {
    margin-bottom: 30px;
    color: #fff;
}

.about_us .text {
    width: 47.5%;
    margin-right: 5%;
}

.about_us .text:last-child {
    margin-right: 0;
}

.about_us p {
    text-align: justify;
    color: #fff;
}

.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: 55px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 190px;
    background-color: #6176a2;
    opacity: 0.75;
}

/* .slick-slide:hover .Valentin-Mikhailyuk::after {
    content: 'Valentin \A MIKHAILYUK \A\A\A\A PARTNER \A PATENT ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Vadim-Mikhailyuk::after {
    content: 'Vadim \A MIKHAILYUK \A\A\A\A PARTNER \A PATENT ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Anna-Sorokolat::after {
    content: 'Anna \A MIKHAILYUK \A\A\A PARTNER \A TRADEMARK \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Sergey-Sorokolat::after {
    content: 'Sergey \A SOROKOLAT \A\A\A PARTNER \A TRADEMARK \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Juozas-Lapenis::after {
    content: 'Juozas \A LAPENIS \A\A\A\A LITHUANIAN PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Kuznetsova::after {
    content: 'Svetlana \A KUZNETSOVA \A\A\A\A RUSSIAN PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Elena-Nosyreva::after {
    content: 'Elena \A NOSYREVA \A\A\A\A RUSSIAN PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Natalia-Troitskaya::after {
    content: 'Natalia \A TROITSKAYA \A\A\A\A KAZAKH PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Merab-Kvimsadze::after {
    content: 'Merab \A KVIMSADZE \A\A\A\A GEORGIAN PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Saydiev-Ulugbek::after {
    content: 'Ulugbek \A SAYDIEV \A\A\A\A UZBEK PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Gerasimova::after {
    content: 'Liudmila \A GERASIMOVA \A\A\A\A  BELARUSIAN PATENT \A ATTORNEY';
    white-space: pre;
}

.slick-slide:hover .Valentin-Foksha::after {
    content: 'Valentin \A FOKSHA \A\A\A\A MOLDOVAN PATENT \A ATTORNEY';
    white-space: pre;
} */
.slick-slide:hover .attorney::after {
    content: attr(data-tooltip);
    white-space: pre;
}

.advantages {
    text-align: center;
    background-color: #6176a2;
    padding: 50px 0;
}

.advantages h3 {
    margin-bottom: 70px;
    color: #fff;
}

.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: 19%;
}

.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: 30px;
}

.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;
}

.lend_map_adr_left {
    margin-right: 15px;
}

/*------------------------------ /Landing page ------------------------------*/

/*---------------------------------- Menu ---------------------------------*/
ul.menu {
    font-size: 20px;
    margin-top: 0px;
    padding-left: 0px;
    width: 200px;
    margin-right: 30px;
}

ul.menu ul {
    display: none;
    padding: 10px 0 0 15px;
    margin: 0;
}

ul.menu li.active ul {
    display: block;
}

ul.menu li.active>a,
ul.menu a.active,
ul.menu span.active {
    font-weight: bold;
}

ul.menu span {
    color: #17479e;
}

ul.menu li {
    list-style: none;
    width: 180px;
    border-bottom: 1px solid rgba(23, 71, 158, 0.5);
    padding: 12px 0 12px 15px;
}

ul.menu li.menuItem {
    cursor: pointer;
}

ul.menu li.menuItem a {
    position: relative;
}

ul.menu li.menuItem>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;
}

ul.menu li:last-child {
    border: none;
}

ul.menu ul li {
    border: none;
    font-size: 16px;
    padding: 3px 0;
}

ul.menu ul li a {
    font-size: 16px;
}

ul.menu li.menuItem:hover>a,
ul.menu a:hover {
    font-weight: bold;
}

ul.menu li.menuItem.active>a:after {
    border-top: none;
    border-bottom: 4px solid rgb(23, 71, 158);
}

/*---------------------------------- /Menu ---------------------------------*/


/*------------------------------ Bread Crumbs  ---------------------------*/
.breadcrumbs {
    max-width: 700px;
}

#crumbs ul li a {
    color: #17479e;
    float: left;
    position: relative;
    margin: 0 30px 0 0;
    font-size: 14px;
}

#crumbs ul li span {
    font-size: 14px;
}

#crumbs ul li:last-child a {
    color: #5f5e5e;
}

#crumbs ul li {
    list-style: none;
}

#crumbs ul li a:after {
    content: ">";
    position: absolute;
    right: -20px;
    top: 2px;
    font-size: 18px;
    line-height: 13px;
    z-index: 2;
}

#crumbs ul li:last-child a:after {
    display: none
}

/*-------------------------- /Bread Crumbs  ----------------------------*/

/* ---------------------------- Contacts --------------------------------- */

#pageNext #rightside #contentTitel.contacts {
    font-family: calibri;
    color: #393a3c;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

#ContentText .marker_inside {
    list-style-position: inside;
    padding-left: 20px;
}

#ContentText .contact_country {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
}

#ContentText .contact_country:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
}

#ContentText .country {
    float: left;
}

#ContentText .country ul {
    margin: 0;
    padding: 0;
}

#ContentText .country ul li {
    margin-bottom: 18px;
    list-style-type: none;
}

#ContentText .country ul li:last-child {
    margin-bottom: 0;
}

#ContentText .country ul li a {
    color: #393a3c;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: unset;
}

#ContentText .country ul li a:hover {
    color: #17479e;
    border-bottom: 1px solid #17479e;
}

#ContentText .country ul li a.active {
    color: #17479e;
    border-bottom: 1px solid #17479e;
}

#ContentText .country_img img {
    float: right;
    border: none;
    margin-top: 13px;
    max-width: 550px;
}

#ContentText .contact_adress {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}

#ContentText .contact_adress:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
}

#ContentText .adress p {
    text-align: left;
}

#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;
}

.ukr,
.bel,
.kz,
.uz,
.gr,
.md,
.ch,
.lt {
    display: none;
}

#ContentText.contacts .attorneys fieldset {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #17479e !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0;
    min-width: unset;
}

#ContentText.contacts .attorneys fieldset.none {
    visibility: hidden;
}

#ContentText.contacts .attorneys legend {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.span_ukraine,
.span_belarus,
.span_kazakhstan,
.span_uzbekistan,
.span_georgia,
.span_moldova {
    display: none;
}

#ContentText .contact_adress .adress {
    position: relative;
    float: left;
    padding-left: 20px;
    width: 250px;
    text-align: left;
}

.adress_belarus,
.adress_kazakhstan,
.adress_uzbekistan,
.adress_georgia,
.adress_moldova,
.adress_china,
.adress_lithuania,
.adress_ukraine {
    display: none;
}

#ContentText .contact_adress .adress_block2 {
    margin-top: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.adress_russia {
    margin-bottom: 98px;
}

.adress_russia.russia_additional {
    position: absolute;
    width: 550px;
    top: 310px;
    left: 300px;
    text-align: justify;
}

#ContentText .contact_adress .first-row .adress {
    /* position: absolute;	
	top: 75px;	
	left: 0; */
}

#ContentText .contact_adress .map {
    float: right;
}

#map1,
#map2 {
    width: 550px;
    height: 289px;
    border: 1px solid #9a9a9a;
}

#map3 {
    width: 100%;
    height: 350px;
    margin-bottom: 300px;
    border: 1px solid #9a9a9a;
}

#ContentText .gm-style-mtc {
    display: none;
}

.map .gm-style img {
    max-width: none;
    border: none;
}

#ContentText .contact_adress h4 {
    color: #17479e;
    font-weight: 700;
    margin: 0 0 13px 0;
}

.place,
.call,
.mail {
    position: relative;
    color: #403f3f;
}

#ContentText .contact_adress p {
    margin: 0;
    padding: 0;
}

#ContentText .contact_adress .place .icon-location,
#ContentText .contact_adress .call .icon-phone,
#ContentText .contact_adress .mail .icon-mail {
    position: absolute;
    top: 0;
    left: -5px;
    transform: translateX(-100%);
}

#ContentText .contact_adress .adress_russia .mail .icon-mail,
#ContentText .contact_adress .adress_kazakhstan .mail .icon-mail,
#ContentText .contact_adress .adress_georgia .mail .icon-mail,
#ContentText .contact_adress .adress_ukraine .mail .icon-mail,
#ContentText .contact_adress .adress_china .mail .icon-mail,
#ContentText .contact_adress .adress_lithuania .mail .icon-mail {
    top: 18px;
}

#ContentText .contact_adress .place {
    margin-bottom: 15px;
}

#ContentText .contact_adress .call {
    margin-bottom: 15px;
}

#ContentText .contact_adress .call a {
    display: inline-block;
    color: #403f3f;
    text-decoration-line: none;
}

#ContentText .contact_adress .gmaps_button {
    display: none;
    text-align: left;
    width: auto;
    margin: 0 auto 35px auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
}

#ContentText .contact_adress .gmaps_button:hover {
    background: #fff;
    color: #6C88AC;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#ContentText .contact_us {
    margin-bottom: 30px;
}

#ContentText .attorneys-slider {
    margin: 10px 0 60px;
}

#ContentText .attorneys-slider:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
}

#ContentText .attorneys-slider .slick-slide a:hover {
    cursor: pointer;
}

.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: 140px;
    height: 140px;
    background-color: #6176a2;
    opacity: 0.75;
}

/* .slick-slide:hover .Valentin-Mikhailyuk::after {
    content: 'Валентин \A МИХАЙЛЮК \A\A\A\A ПАРТНЕР \A  ПАТЕНТНЫЙ \A ПОВЕРЕННЫЙ';
    white-space: pre;
}

.slick-slide:hover .Vadim-Mikhailyuk::after {
    content: 'Вадим \A МИХАЙЛЮК \A\A\A\A ПАРТНЕР \A  ПАТЕНТНЫЙ \A ПОВЕРЕННЫЙ';
    white-space: pre;
}

.slick-slide:hover .Anna-Sorokolat::after {
    content: 'Анна \A МИХАЙЛЮК \A\A\A\A ПАРТНЕР \A  ПАТЕНТНЫЙ \A ПОВЕРЕННЫЙ';
    white-space: pre;
}

.slick-slide:hover .Sergey-Sorokolat::after {
    content: 'Сергей \A СОРОКОЛАТ \A\A\A\A ПАРТНЕР \A  ПАТЕНТНЫЙ \A ПОВЕРЕННЫЙ';
    white-space: pre;
}

.slick-slide:hover .Juozas-Lapenis::after {
    content: 'Юозас \A ЛАПЕНИС \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 ПОВЕРЕННЫЙ \A КАЗАХСТАНА';
    white-space: pre;
}

.slick-slide:hover .Merab-Kvimsadze::after {
    content: 'Мераб \A КВИМСАДЗЕ \A\A\A\A ПАТЕНТНЫЙ \A ПОВЕРЕННЫЙ \A ГРУЗИИ';
    white-space: pre;
}

.slick-slide:hover .Saydiev-Ulugbek::after {
    content: 'Улугбек \A САЙДИЕВ \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 РЕСПУБЛИКИ \A МОЛДОВА';
    white-space: pre;
} */
.slick-slide:hover .attorney::after {
    content: attr(data-tooltip);
    white-space: pre;
}

/* ------------------------------- /Contacts -------------------------------- */

/*---------------------------------- Calculator -----------------------------*/
#calculator {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 100%;
    min-height: 300px;
    padding: 0 10px 25px 10px;
    position: relative;
}

#calculator .labelHead {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    color: #464646;
    vertical-align: top;
}

#calculator .row {
    display: block;
    padding: 3px 8px;
    margin-bottom: 2px;

}

#calculator .row:hover {
    background: #f1f7fa;
}

#calculator .row #Classes {
    display: inline-block;
    padding: 6px 7px;
    padding-right: 0;
    width: 45px;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#calculator .rel {
    position: relative;
}

#calculator .rel label {
    margin-left: 22px;
    font-size: 14px;
}

#calculator .row input[type=radio] {
    position: absolute;
    top: 3px;
    -o-transform: scale(2);
    height: 15px;
    width: 15px;
}

#calculator #description {
    height: 100px;
    width: 200px
}

#calculator #description {
    display: inline-block;
    padding: 8px 11px;
    padding-right: 30px;
    width: 300px;
    height: 50px;

    font-size: 14px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;

    background-position: 110% 4%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

#calculator #classes {
    margin: 10px 0
}

#calculator .site-button {
    width: unset;
    cursor: pointer;
    font-size: 15px;
    font-family: Arial;
    border-radius: 5px;
    outline: none;
    min-width: 110px;
    /* Для ссылок */
    display: block;
    text-decoration: none;
}

#calculator .site-button-blue {
    color: #fff;
    background: #17479e;
    padding: 11px 20px;
    border: none;
}

#calculator .site-button-blue:hover {
    background: #1c54bb;
}

#usa_calculator {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: 1px solid #6176a2;
    border-radius: 7px;
    height: 100%;
    min-height: 240px;
    padding: 20px;
}

#usa_calculator label,
#usa_calculator #result_cont {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    color: #464646;
    vertical-align: top;
}

#usa_calculator select {
    display: inline-block;
    padding: 6px 7px;
    padding-right: 0;
    width: 45px;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#usa_calculator #description {
    display: inline-block;
    padding: 8px 11px;
    padding-right: 30px;
    width: 300px;
    height: 65px;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;
    background-position: 110% 4%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#usa_calculator #result {
    color: rgb(23, 71, 158);
}

#usa_calculator .order-tm-usa {
    float: right;
    margin: 35px 30px 0 0;
}

#china_calculator {
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: 1px solid #6176a2;
    border-radius: 7px;
    height: 100%;
    min-height: 220px;
    padding: 20px;
}

#china_calculator #area {
    float: right;
    width: 50%;
}

#china_calculator label,
#china_calculator #result_cont {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    color: #464646;
    vertical-align: top;
}

#china_calculator select {
    display: inline-block;
    padding: 6px 7px;
    padding-right: 0;
    width: 45px;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#china_calculator input {
    display: inline-block;
    padding: 6px 7px;
    padding-right: 0;
    width: 45px;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    transition: all 0.3s linear;
}

#china_calculator #description {
    display: inline-block;
    padding: 8px 11px;
    padding-right: 30px;
    width: 330px;
    height: 65px;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;
    background-position: 110% 4%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#china_calculator #result {
    color: rgb(23, 71, 158);
}

#china_calculator .order-tm-china {
    float: right;
    margin: 35px 30px 0 0;
}

/* ------------------------------ /Calculator -------------------------------*/

/*------------------------ Order Patent Search Form --------------------*/

.orderForm .order-complete {
    /*color:#17479e;*/
    font-weight: bold;
    text-align: center;
}

#patentSearch_form {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #6176a2;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0;
}

#patentSearch_form .column1 {
    position: relative;
    width: 60%;
    float: left;
}

#patentSearch_form .column1:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 25px;
    height: 240px;
    width: 1px;
    background: -webkit-linear-gradient(top, #fff, #d3d3d3, #fff);
    background: -moz-linear-gradient(top, #fff, #d3d3d3, #fff);
    background: -ms-linear-gradient(top, #fff, #d3d3d3, #fff);
    background: -o-linear-gradient(top, #fff, #d3d3d3, #fff);
}

#patentSearch_form .column2 {
    width: 40%;
    float: left;
}

#patentSearch_form h4 {
    text-align: center;
    color: #17479e;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
}

#patentSearch_form h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #4b4b4b;
    margin-bottom: 15px;
}

#patentSearch_form .form_row {
    margin: 25px 0;
}

#patentSearch_form .form_row.searchCountry {
    display: block;
    margin: 0;
}

#patentSearch_form .form_row.addCountry {
    display: block;
    margin: 0 0 30px 0;
}

#patentSearch_form .form_row.addCountry {
    margin-left: 115px;
}

#patentSearch_form .form_label {
    display: inline-block;
    width: 100px;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 400;
}

#patentSearch_form input[type="text"],
#patentSearch_form input[type="email"],
#patentSearch_form input[type="tel"] {
    outline: none;
    height: 25px;
    width: 280px;
    padding: 2px 0px;
    border: none;
    border-bottom: solid 1px #a0a0a0;
    border-radius: unset;
}

#patentSearch_form select {
    padding: 2px 10px;
    opacity: .8;
    height: 25px;
    width: 280px;
    cursor: pointer;
    outline: none;
}

#patentSearch_form input[type="button"] {
    background: none;
    border: none;
    outline: none;
    padding: 10px;
    cursor: pointer;
}

#patentSearch_form .addCountry {
    position: relative;
}

#patentSearch_form .addCountry span {
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-7px);
    width: 12px;
    height: 12px;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-image: url(../uploaded_images/add.png);
    background-size: cover;
}

#patentSearch_form ul.customerData {
    padding: 0;
    list-style-type: none;
}

#patentSearch_form ul.customerData li {}

#patentSearch_form ul li.phoneData {
    width: 100%;
}

#patentSearch_form .customerData input {
    width: 100%;
    border: none;
    border-bottom: solid 1px #a0a0a0;
    font-size: 13px;
    box-sizing: border-box;
}

#patentSearch_form .form_row .customerData {
    margin: 0;
}

#patentSearch_form .form_row .customerData li {
    margin-bottom: 25px;
}

#patentSearch_form .customerData input#phone {
    padding-left: 65px;
}

#patentSearch_form .customerData #order {
    margin: 0 auto;
}

#patentSearch_form .customerData #order:hover {
    background: #6176a2;
    color: #fff;
}

#patentSearch_form .cloneFieldConteiner {
    margin: 10px 0 15px 103px;
}

#patentSearch_form .deleteCloneField {
    color: red;
    cursor: pointer;
    margin-left: 10px;
    width: 13px;
    position: relative;
    top: 2px;
}

#patentSearch_form .customerData .error-field {
    border-color: red;
}

#patentSearch_form #error {
    color: red;
}

.country_check_head th {
    white-space: nowrap;
}

/*-----------------------  /Order Patent Search Form -------------------*/

/*----------------------- Форма заказа остальных объектов -------------------*/

.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;

}

.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;
}

.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;
}

/*----------------------- /Форма заказа остальных объектов -------------------*/

/*--------------------------- Домены на продажу ------------------------------*/

#domain-filter {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}

#domain-filter label {
    margin: 10px;
}

table.domains tr {
    border: 1px solid #6176a2;
}

table.domains th {
    color: white;
}

table.domains td {
    background-color: white;
    color: #17479e;
}

table.domains td.domain_price {
    font-weight: bold;
}

/*------------------------- /Домены на продажу ----------------------------*/

/* ----------------------------- Order TM ------------------------------------ */
.order-tm {
    font-size: 12px;
    position: relative;
    margin-top: 30px;
    /* padding: 15px; */
    background-color: white;
    font-family: Arial;
    border: 1px solid #6176a2;
    border-radius: 5px;
}

#EuCalculator,
#usaCalculator {
    padding: 15px;
}

.order-tm .block {
    padding: 0 20px;
    text-align: left;
    /* float: left; */
}

.order-tm .block input[type=radio] {
    margin: 15px 5px 5px 0;
}

.order-tm .order-tm-classes-cont {
    padding: 30px 10px;
    height: 150px;
}

.order-tm .order-tm-classes {
    margin: 15px auto;
}

.order-tm .order-tm-classes a {
    float: left;
    margin: 5px 2px;
    width: 25px;
    height: 25px;
    border: 1px solid #d6d6d6;
    text-decoration: none;
    color: #17479e;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}

.order-tm .order-tm-classes a.selected {
    background-color: #17479e;
    color: white;
}

.order-tm .horizontal-border {
    height: 1px;
    width: 100%;
    background: -webkit-linear-gradient(right, #fff, #d3d3d3, #fff);
    background: -moz-linear-gradient(right, #fff, #d3d3d3, #fff);
    background: -ms-linear-gradient(right, #fff, #d3d3d3, #fff);
    background: -o-linear-gradient(right, #fff, #d3d3d3, #fff);
}

.order-tm .calculator-results {
    padding: 15px;
    font-size: 15px;
}

.order-tm .calculator-results-full {
    font-size: 13px;
    margin: 5px 0;
    text-align: right;
}

.order-tm .calculator-results-descr {
    float: left;
    width: 85%;
}

.order-tm .registration-price {
    color: gray;
}

.order-tm .full-price {
    color: #17479e;
    font-weight: bold;
    font-size: 15px;
}

.order-tm .buttons-container {
    text-align: right;
    margin-top: 30px;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-tm .buttons-container-reservation {
    justify-content: flex-end;
}

.order-tm .order-tm-button {
    background-color: white;
    padding: 8px 4px;
    cursor: pointer;
    min-width: 130px;
    border-radius: 5px;
    border: 1px solid #6176a2;
    color: #6176a2;
    font-weight: bold;
}

.step1 .order-tm-button {
    width: 130px;
}

.order-tm .order-tm-button:hover:not(.disabled) {
    color: white;
    background-color: #6176a2;
}

.order-tm .order-tm-heading {
    padding: 30px 0 15px;
    text-align: center;
    color: #6176a2;
    font-size: 18px;
}

.order-tm input[type=text],
.order-tm select {
    border-top: 0;
    border-right: 0;
    border-right-width: 0px;
    border-right-style: initial;
    border-right-color: rgb(196, 196, 196);
    border-left: 0;
    border-color: #c4c4c4;
    outline: none;
    margin: 20px 0;
}

.order-tm .error-msg {
    color: #f08080;
    font-size: 15px;
}

.order-tm .order-complete {
    color: #17479e;
    font-weight: bold;
    text-align: center;
}

.thank-msg {
    width: 520px;
    top: -8%;
    background: white;
    border: 1px solidwhite;
    -webkit-box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
    left: -1px;
    display: flex;
    border-radius: 5px;
    height: 117%;
    padding: 6px;
    margin: 0 auto;
}

.thank-msg img {
    width: 44%;
    margin: 10px 15px 10px 25px;
}

.thank-msg div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-right: 74px;
    color: #666;
    font-family: ROBOTO;
    font-size: 15px;
}

.thank-msg span {
    font-weight: bold;
    color: black;
    margin-bottom: 12px;
    font-size: 18px;
}

.order-tm .none {
    display: none;
}

.order-tm .step1 .error-msg {
    margin: 35px 15px 0 0;
    text-align: right;
    display: inline;
}

.step1 .order-tm-heading {
    padding: 25px 0;
}

/* ----------------------------- /Order TM ------------------------------------ */

/*------------------------------- News ----------------------------------*/
.news_item {
    margin: 25px 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;
}

.es-carousel.single_slide>ul:first-child {
    display: flex !important;
    width: auto !important;
}

.es-carousel.single_slide>ul:first-child li {
    margin: 0 auto !important;
}

/*------------------------------- /News ----------------------------------*/

/*------------------------ baza-torgovyh-marok ---------------------------*/
.tm_detail_info p {
    text-align: left;
}

.tm_detail_info .row_img {
    float: right;
    max-width: 30%;
    margin: 0 0 20px 20px;
}

.tm_detail_info .row_img img {
    display: block;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*----------------------- /baza-torgovyh-marok ---------------------------*/


/*------------------------------- Loader ----------------------------------*/

#loader #floatingCirclesG {
    width: 80px;
    height: 80px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    z-index: 1;
}

#loader .f_circleG {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.99);
    height: 14px;
    width: 14px;
    border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 0.932s;
    -o-animation-duration: 0.932s;
    -ms-animation-duration: 0.932s;
    -webkit-animation-duration: 0.932s;
    -moz-animation-duration: 0.932s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#loader #frotateG_01 {
    left: 0;
    top: 32px;
    animation-delay: 0.3495s;
    -o-animation-delay: 0.3495s;
    -ms-animation-delay: 0.3495s;
    -webkit-animation-delay: 0.3495s;
    -moz-animation-delay: 0.3495s;
}

#loader #frotateG_02 {
    left: 9px;
    top: 9px;
    animation-delay: 0.466s;
    -o-animation-delay: 0.466s;
    -ms-animation-delay: 0.466s;
    -webkit-animation-delay: 0.466s;
    -moz-animation-delay: 0.466s;
}

#loader #frotateG_03 {
    left: 32px;
    top: 0;
    animation-delay: 0.5825s;
    -o-animation-delay: 0.5825s;
    -ms-animation-delay: 0.5825s;
    -webkit-animation-delay: 0.5825s;
    -moz-animation-delay: 0.5825s;
}

#loader #frotateG_04 {
    right: 9px;
    top: 9px;
    animation-delay: 0.699s;
    -o-animation-delay: 0.699s;
    -ms-animation-delay: 0.699s;
    -webkit-animation-delay: 0.699s;
    -moz-animation-delay: 0.699s;
}

#loader #frotateG_05 {
    right: 0;
    top: 32px;
    animation-delay: 0.8155s;
    -o-animation-delay: 0.8155s;
    -ms-animation-delay: 0.8155s;
    -webkit-animation-delay: 0.8155s;
    -moz-animation-delay: 0.8155s;
}

#loader #frotateG_06 {
    right: 9px;
    bottom: 9px;
    animation-delay: 0.932s;
    -o-animation-delay: 0.932s;
    -ms-animation-delay: 0.932s;
    -webkit-animation-delay: 0.932s;
    -moz-animation-delay: 0.932s;
}

#loader #frotateG_07 {
    left: 32px;
    bottom: 0;
    animation-delay: 1.0485s;
    -o-animation-delay: 1.0485s;
    -ms-animation-delay: 1.0485s;
    -webkit-animation-delay: 1.0485s;
    -moz-animation-delay: 1.0485s;
}

#loader #frotateG_08 {
    left: 9px;
    bottom: 9px;
    animation-delay: 1.165s;
    -o-animation-delay: 1.165s;
    -ms-animation-delay: 1.165s;
    -webkit-animation-delay: 1.165s;
    -moz-animation-delay: 1.165s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.97);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.97);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.97);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.97);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.97);
    }
}

#loader #overlay {
    background-color: white;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*------------------------------- /Loader ----------------------------------*/

/*----------------------------- ToTop button -------------------------------*/
#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(/uploaded_images/ui.totop.png) no-repeat left top;
    opacity: 0.7;
}

#toTopHover {
    background: url(/uploaded_images/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;
}

/*----------------------------- /ToTop button -------------------------------*/

/*-------------------------------- Banners ----------------------------------*/
.banners {
    margin: 10px 0px;
    display: block;
}

.banners img {
    display: block !important;
    max-width: 180px;
    background: #fff;
    border-radius: 9px;
}

.banners a {
    display: block;
    margin-bottom: 15px;
}

.banner-big {
    display: table;
    width: 100%;
}

.banner-big a {
    vertical-align: middle;
    display: table-cell;
    height: 116px;
    background: url(/uploaded_images/banners/banner-online-search-big.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: 3px;
}

/*------------------------------- /Banners ----------------------------------*/

/*----------------------- international registration ------------------------*/
.intern_reg .tab-pane {
    display: none;
}

.intern_reg .tab-content>.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intern_reg .tab-pane>div {
    float: none;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #6176a2;
    padding: 10px 0;
}

.intern_reg .intern_reg_title {
    font-weight: bold;
    border: none;
}

.intern_reg .intern_reg_text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 15px;
    border: none;
}

.intern_reg .intern_reg_text img {
    max-width: 40px;
}

.intern_reg .intern_reg_fee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 30px 0 0;
}

.intern_reg #floatingBarsG {
    margin-right: 25px;
}

#StubForTawkTo {
    position: fixed;
    bottom: 140px;
    right: 120px;
    width: 125px;
    height: 25px;
    background: white;
    z-index: 99999999999;
    display: none;
}

.fat-dot li {
    list-style-type: none !important;
    position: relative;
}

.fat-dot li:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    background: #000;
    top: 25%;
    left: -15px;
    border-radius: 100%
}

.country-for-mobile {
    display: none;
}

.country-for-mobile {
    display: none;
}

.our_staff_provide_patent_attorneys {
    font-size: 20px;
    margin: 40px 0;
    display: block;
    text-transform: uppercase;
}

.ip-objects-list {
    overflow: hidden;
    max-height: 2000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.all {
    order: 10;
}

.cntrRU {
    order: 1;
}

.cntrUA {
    order: 2;
}

.thank-msg {
    width: 520px;
    position: absolute;
    top: -44%;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
    left: -48px;
    display: flex;
    border-radius: 5px;
    height: 117%;
}

.thank-msg img {
    width: 13%;
    margin: 10px 15px 10px 25px;
}

.thank-msg div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-right: 74px;
    color: #666;
    font-family: ROBOTO;
    font-size: 15px;
}

.thank-msg span {
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 12px;
    font-size: 18px;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fffdfd;
    left: 330px;
    position: absolute;
    top: 73px;
}

.thank-msg-modal {
    width: 130%;
    position: absolute;
    top: 5%;
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
    left: -12%;
    display: flex;
    border-radius: 5px;
    padding: 10px 0px;
}

.thank-msg-modal img {
    width: 21%;
    margin: 10px 15px 10px 15px;
}

.order-tm .thank-msg {
    position: relative;
    height: auto;
}

@-moz-document url-prefix() {
    .thank-msg-modal img {
        width: 50%;
        margin: 10px 15px 10px 15px;
    }
}

.thank-msg-modal div {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding-right: 0px;
    color: #666;
    font-family: ROBOTO;
    font-size: 15px;
}

.thank-msg-modal span {
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 12px;
    font-size: 18px;
}

.triangle-up-modal {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #fffdfd;
    left: 202px;
    position: absolute;
    top: 119px;
}

/*---------------------- /international registration ------------------------*/

.objects_flag {
    max-width: 150px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.our_offices_en {
    display: flex;
    justify-content: center;
}

.topmenu ul li.mobile-login {
    display: none;
}

/* ========================================================================== */
/* ==========================   MOBILE VERSION   ============================ */
/* ========================================================================== */

@media only screen and (max-width: 1100px) {
    #MenuINPage {
        padding-left: 0;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {

    body {
        margin: 0;
        position: relative;
    }

    a {
        text-decoration: none
    }

    .delete_mob {
        display: none;
    }

    #footer,
    #crumbs,
    #ukr,
    .sep,
    #MenuINPage ul,
    .banners {
        display: none
    }

    #MenuINPage,
    #topMenu,
    #order_tm_world,
    #w,
    .order_classes,
    #leftShadow,
    #rightShadow,
    #pageNext,
    #pageNext #leftside,
    #pageNext #rightside,
    #pageNext #rightside,
    .tm_int_table_descr,
    .tm_int_table,
    #order_tm_world {
        width: 100%;
    }

    #menu {
        display: block;
    }

    #menu {
        width: 100%;
        height: 20px;
        padding: 10px 0px 10px 0px;
        cursor: pointer;
        background: #17479e
    }

    #menu img {
        width: 20px;
        float: left;
        outline: none;
        border: none;
    }

    #menuicon {
        height: 20px;
        width: 20px
    }

    #mob_left {
        margin-left: 20px;
        float: left
    }

    .white {
        color: white;
        float: left
    }

    #contacts {
        color: white;
        float: right;
        margin-right: 20px
    }

    #envelope {
        padding-right: 2px;
        padding-top: 3px
    }

    #logo_div {
        display: block;
        float: right;
        height: 0;
    }

    #logo {
        border: 0;
        margin-top: 17px;
        width: 137px;
        height: 126px
    }

    #TitelPage2 {
        color: #17479e
    }

    .big {
        font-weight: 700
    }

    .iso {
        font-size: 12px;
        color: #515151
    }

    .topmenu {
        background: url('Images/bfShadow.png') no-repeat;
        background-position: top center;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        list-style-type: none;
        text-transform: uppercase;
        font-size: 16px;
    }

    .mobile_display_flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #placeIpObjContactForm label {
        margin: 0;
        width: auto;
        padding: 5px 5px;
    }

    #placeIpObjContactForm input {
        margin: 5px 5px 5px 0;
    }

    /* #topMenu{
        display:block;
        position:absolute;
        bottom: 298px;
        width:100%;
        background: none;
        min-width: unset;
    } */
    #topMenu #MenuINPage {
        padding-left: 0;
    }

    #topMenu #MenuINPage div {
        margin: 0;
    }

    #topMenu #MenuINPage div {
        padding: 5px 0;
    }

    #topMenu #MenuINPage span {
        color: #17479e;
        font-size: 16px;
    }

    #pageNext #TitelPage2 {
        margin: 0;
        margin-bottom: 30px;
    }

    #pageNext #TitelPage2 span.big {
        font-weight: 700;
        font-size: 16px;
    }

    #pageNext #TitelPage2 span {
        font-size: 16px;
    }

    #pageNext #TitelPage2 span.iso {
        font-size: 12px;
        color: #515151;
        margin-top: 0;
    }

    #pageNext #MainRefe a {
        color: #17479e;
        text-decoration: none
    }

    #pageNext #MainRefe #buy-tm-li {
        display: none;
    }

    #pageNext #MainRefe .banner-online-zakaz-tm {
        display: none;
    }

    #MainRefe ul.menu {
        list-style-type: none;
        padding-left: 0px;
        margin: 0 0 0 15px;
        font-size: 17px;
    }

    #MainRefe #buy-tm-li {
        display: none;
    }

    .align ul {
        display: none;
        position: static;
    }

    #ContentText .ideas_wrapper .foto img {
        max-height: 300px;
        max-width: 300px;
        height: auto;
        width: auto;
        margin: 0;
    }

    #ContentText {
        margin-bottom: 30px
    }

    #ContentText table.ideas_for_sale_table {
        width: 100%;
    }

    /* #ContentText #checkbox{
		text-align: center;
    	display: block;
	} */
    #ContentText #checkbox table {
        display: inline-block;
    }

    #ContentText .foto {
        height: auto !important;
    }

    #ContentText .tm .foto,
    #ContentText .um .foto,
    #ContentText .pat .foto {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    #ContentText .tm .foto img,
    #ContentText .um .foto img,
    #ContentText .pat .foto img {
        display: block;
        margin: 0 auto;
    }

    #ContentText .tm img,
    #ContentText .um img,
    #ContentText .pat img {
        display: block;
        margin: 0 auto !important;
    }

    #ContentText .tm .foto b,
    #ContentText .um .foto b,
    #ContentText .pat .foto b {
        text-align: left;
    }

    .ideas_for_sale_form fieldset {
        display: block;
        text-align: left;
    }

    .ideas_for_sale_form fieldset input,
    .ideas_for_sale_form fieldset label {
        display: inline-block;
        width: auto;
    }

    #ContentText .ideas_wrapper .foto {
        position: static;
    }

    #ContentText .ideas_text {
        width: 100%;
        float: unset;
        padding-left: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    #ContentText .ideas_text p {
        margin: 5px 0;
        text-align: left;
    }

    #ContentText .staff_info {
        float: left;
        padding-left: 0;
        padding-top: 10px;
    }

    .isf-btn {
        order: 3;
        width: 60%;
        max-width: 220px;
        margin: 0 auto;
    }

    #reviews .review .foto {
        position: static;
        width: 116px;
        margin-right: 10px;
    }

    #reviews .review .review_text {
        width: 100%;
        padding-left: unset;
    }

    #ContentText .staff_wrapper .foto {
        position: static;
        width: unset;
        height: unset;
    }

    #ContentText .staff_text {
        width: 100%;
        float: unset;
        padding-left: 0;
    }

    #ContentText img.monit-tov-zn-img {
        width: 100% !important;
    }

    #ContentText img.image {
        width: 90%;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    #ContentText iframe.video {
        width: 100%;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    #ContentText ul {
        padding-left: 0px !important;
    }

    #ContentText ul li,
    #ContentText ol li {
        list-style-position: inside;
    }

    #ContentText #additionalLink {
        height: unset;
    }


    #pageNext #rightside #ContentText p.quote {
        width: 60%;
    }

    #pageNext #rightside #ContentText form.ideas_for_sale_form {
        position: relative;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        background: #fff;
        border-radius: 5px;
        padding: 15px 10px 15px;
    }

    #pageNext #rightside #ContentText form.ideas_for_sale_form::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        height: 1px;
        width: 100%;
        background: -webkit-linear-gradient(right, #fff, #17479e, #fff);
    }

    #pageNext #rightside #ContentText form.ideas_for_sale_form input[type="button"] {
        display: block;
        margin: 30px auto 0px;
    }

    #pageNext #rightside #ContentText form.ideas_for_sale_form input[type="button"]:hover {
        background: #1c54bb;
    }

    #pageNext {}

    #pageNext #conteiner {
        background: none;
    }

    /*вместо того, чтоб добавлять класс clearfix ко всем блокам #conteiner*/
    #conteiner:after {
        content: " ";
        visibility: hidden;
        display: block;
        font-size: 0;
        clear: both;
        height: 0;
    }

    #pageNext #rightside #content {
        margin: 0;
    }

    #BGConteiner {
        padding: 0 15px;
    }

    .align {
        display: none;
        font-size: 16px;
        margin-top: 20px;
        width: 170px;
        line-height: 20px
    }

    #open a,
    #open1 a,
    #open2 a,
    #open3 a,
    #open4 a,
    #open5 a,
    #open6 a {
        margin-left: 7px
    }

    #map {
        width: 100%;
        height: 300px
    }

    #img-contact {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .contact {
        width: 90%
    }

    .contact hr {
        width: 100%
    }

    .contact-right {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 0;
        float: unset;
    }

    .contact-left {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 0;
        float: unset;
    }

    h1 {
        font-size: 16px
    }

    #photo-inta {
        width: 252px;
        height: auto
    }

    .lang {
        width: 100%
    }

    .lang img {
        width: 45px
    }

    .show-btn {
        display: none !important
    }

    .show-btn-blue {
        display: none
    }

    #usa_calculator {
        display: none
    }

    /* .dropdown{display:none} */
    .tm_int_ask {
        display: block;
        box-sizing: border-box;
        max-width: 204px;
        margin: 0 auto 20px auto;
    }

    .tm_int_table_descr {
        margin-left: 0px;
    }

    .tm_int_order {
        display: block;
        box-sizing: border-box;
        max-width: 204px;
        margin: 0 auto;
    }

    #bottomFooter {
        background: url('Images/bfShadow.png') no-repeat;
        background-position: top center;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        color: #555454;
        width: 100%
    }

    .tab-content .all_tm_int_table .tm_int_table_title {
        max-width: 75%;
    }

    .all_tm_int_table tbody {
        width: 100%;
        display: block;
    }

    #StubForTawkTo {
        left: 0;
        right: auto;
        width: 100%;
        bottom: 50px;
    }

    /* ------------------------------ Main Template ------------------------- */
    body {
        min-width: unset;
    }

    #crumbs {
        display: none;
    }

    header {
        position: relative;
        margin-top: 0;
        padding: 10px 0;
        margin-top: 0;
    }

    header .logo {
        display: none;
    }

    header .company_name p {
        font-size: 16px;
        text-align: left;
        margin: 0 0 6px 0;
        line-height: normal;
        letter-spacing: initial !important;
        display: inline-block;
        margin: 5px 5px 0px 0;
    }

    header .company_name p:nth-child(3) {
        margin-bottom: 5px;
    }

    header .company_name span {
        display: block;
    }

    header .company_name span:last-child {
        display: none;
    }

    .content_wrapper {
        min-height: 600px;
        padding-bottom: 690px;
    }

    footer {
        position: static;
        height: auto;
    }

    footer span,
    footer a {
        margin: 0;
    }

    footer .contact_us h4 {
        margin: 0 0 30px 0;
    }

    footer .contact_us {
        padding: 25px 15px 0;
    }

    footer .contact_us .container #contact-form.contact {
        width: 100%;
    }

    footer .contact-form.contact {
        width: 100%;
    }

    #content {
        width: 100%;
    }

    #content h1,
    #contentTitel span {
        font-size: 18px;
        text-align: center;
        margin: 10px 0;
        text-transform: uppercase;
    }

    #rightside {
        float: right !important;
    }

    p {}

    h2 {
        font-size: 22px;
        line-height: normal;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    img {
        max-width: 100%;
    }

    table {
        display: block;
        overflow-x: auto;
    }

    .topmenu {
        padding: 0 0 0 30px;
        position: static;
        box-shadow: none;
        background: #fff;
    }

    .footer_bg {
        display: none;
    }

    .copyright {
        font-size: 14px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    /* ---------------------------- /Main Template ------------------------- */

    /*------------------------------- Landing -------------------------------*/
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .bg_block {
        display: none;
    }

    .ip_prot {
        padding: 0;
        height: 750px;
        margin-top: 0;
    }

    .ip_prot .company_name,
    header .company_name {
        width: 100%;
        padding-left: 50px;
    }

    .ip_prot .logo {
        width: 150px;
    }

    .ip_prot .ip_prot_consult {
        width: 100%;
        max-width: 600px;
        padding: 30px 0;
        margin: 25px auto 0;
        border-radius: 10px;
    }

    .ip_prot .company_name p {
        font-size: 16px;
        text-align: left;
        line-height: normal;
        margin: 10px 0 5px 0;
    }

    .ip_prot .ip_prot_consult h2 {
        margin-bottom: 30px;
    }

    .ip_prot .country_column {
        width: 44%;
        margin: 0 2.25%;
    }

    .ip_prot .buttons a {
        display: block;
        margin: 20px auto;
    }

    .ip_prot .buttons {
        margin-top: 20px;
    }

    .services {
        padding: 30px 0;
        text-align: center;
        display: block;
    }

    .services h3 {
        margin-bottom: 30px;
    }

    .services .services_item {
        width: 100%;
        max-width: 253px;
        display: inline-block;
        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(../uploaded_images/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(../uploaded_images/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 .more {
        display: none;
    }

    .recent_news .slick-dots li button:before {
        color: #6176a2;
    }

    .recent_news .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #6176a2;
    }

    #map_wrapper {
        display: none;
    }

    /*------------------------------- /Landing ------------------------------*/

    /*------------------------------ Mobile Menu-----------------------------*/
    body,
    html {
        margin: 0;
        overflow-x: hidden;
    }

    html {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .container_rubber {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0;
    }

    #page_wrapper {
        position: relative;
        width: 100%;
        left: 0;
        min-height: calc(100vh - 82px);
        -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;
    }

    #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%;
        padding-top: 60px;
        margin-top: -81px;
        border-right: 1px solid #485781;
        overflow: auto;
    }

    #menus a {
        color: #0a2756;
    }

    #menus .container {
        padding: 0;
    }

    #menus ul {
        width: 100%;
        margin: 0;
    }

    #menus ul li {
        display: block;
        margin: 0;
        text-align: left;
    }

    #menus ul li.mobile-login {
        display: none;
    }

    #menus ul li span {
        display: block;
        padding: 10px 0;
        color: #17479e;
    }

    ul.menu span.active {
        font-weight: normal;
    }

    #menus ul li a {
        padding: 10px 0;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        -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;
        border-bottom: 1px solid #eaebf0;
    }

    #menus .topmenu_right {}

    #menus .topmenu_right a,
    #menus .topmenu_right span {
        color: #17479e;
    }

    #menus .topmenu_right span {
        padding: 0;
    }

    #menus .dropdown {
        float: left;
    }

    #menus .dropdown .caret {
        display: inline-block;
    }

    #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%;
    }

    .topmenu_left.right {
        /* position: absolute; */
        top: 30px;
        left: 0;
        max-width: 200px;
        height: auto;
        margin-left: 15px !important;
    }

    #menus .topmenu_left.right a {
        text-align: center;
        padding: 5px 0;
    }

    #topMenu ul li span {
        padding: 0;
    }

    ul.menu ul {
        padding: 0 0 0 15px;
    }

    #content_mainpage {
        position: relative;
    }

    #sidebar-toggle {
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        padding: 10px 7px;
        background: #6C88AC;
        border-radius: 3px;
        -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%);

    }

    #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 15px;
    }

    .leftmenu menu {
        float: none;
    }

    .leftmenu ul.menu li {
        width: unset;
        border-bottom: none;
        padding: 0;
    }

    #ContentText .contact_adress .call p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    #ContentText .contact_adress .call p:nth-child(odd):before {
        content: '\e805';
        position: absolute;
        left: -30px;
        font-size: 16px;
        color: #17479e;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /*------------------------------ /Mobile Menu-----------------------------*/

    /*----------------------------Hamburger to Cross--------------------------*/

    /* button starting stylings ------------------------------- */
    .toggle-hamburger {
        background-color: #fff;
        color: #ccc;
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 32px;
        height: 32px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        border-radius: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

    .toggle-hamburger:focus {
        outline: none;
    }

    /* inner span stylings ------------------------------- */
    .toggle-hamburger span {
        display: block;
        position: absolute;
        top: 15px;
        left: 5px;
        right: 5px;
        height: 3px;
        background: #fff;
    }

    .toggle-hamburger span::before,
    .toggle-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        content: "";
    }

    .toggle-hamburger span::before {
        top: -8px;
    }

    .toggle-hamburger span::after {
        bottom: -8px;
    }

    .toggle-hamburger.toggle-hamburger__animx span {
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }

    .toggle-hamburger.toggle-hamburger__animx span::before,
    .toggle-hamburger.toggle-hamburger__animx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0s;
        transition-delay: 0.3s, 0s;
    }

    .toggle-hamburger.toggle-hamburger__animx span::before {
        -webkit-transition-property: top, transform;
        transition-property: top, transform;
    }

    .toggle-hamburger.toggle-hamburger__animx span::after {
        -webkit-transition-property: bottom, transform;
        transition-property: bottom, transform;
    }

    /* when menu open: */
    .toggle-hamburger.toggle-hamburger__animx.is-active {
        border-radius: 50% !important;
    }

    .toggle-hamburger.toggle-hamburger__animx.is-active span {
        background: none;
    }

    .toggle-hamburger.toggle-hamburger__animx.is-active span::before,
    .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
        background-color: #fff;
        -webkit-transition-delay: 0s, 0.3s;
        transition-delay: 0s, 0.3s;
    }

    .toggle-hamburger.toggle-hamburger__animx.is-active span::before {
        top: 0;
        -moz-transform: rotate(45deg);
        /* ?”?»N? Firefox */
        -ms-transform: rotate(45deg);
        /* ?”?»N? IE */
        -webkit-transform: rotate(45deg);
        /* ?”?»N? Safari, Chrome, iOS */
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
        bottom: 0;
        -moz-transform: rotate(-45deg);
        /* ?”?»N? Firefox */
        -ms-transform: rotate(-45deg);
        /* ?”?»N? IE */
        -webkit-transform: rotate(-45deg);
        /* ?”?»N? Safari, Chrome, iOS */
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*----------------------- /Hamburger to Cross ----------------------------*/


    /*------------------------------- Contacts -------------------------------*/
    #pageNext #rightside #contentTitel {
        text-align: center;
        margin: 15px 0;
    }

    #ContentText .contact_country {
        display: none;
    }

    #ContentText .contact_adress .map {
        display: none;
    }

    #ContentText.contacts h3 {
        margin-bottom: 30px;
    }

    #ContentText .contact_adress .hide {
        margin-top: 0;
    }

    #ContentText .contact_adress .adress {
        text-align: left;
        box-sizing: border-box;
        margin: 0 auto;
        padding-left: 0;
        font-size: 14px;
        float: unset;
    }

    #ContentText .contact_adress h3 {
        display: none;
    }

    #ContentText .contact_adress h4 {
        text-align: left;
    }

    .adress_russia,
    .adress_belarus,
    .adress_kazakhstan,
    .adress_uzbekistan,
    .adress_georgia,
    .adress_moldova,
    .adress_china,
    .adress_lithuania,
    .adress_ukraine {
        display: block;
        margin-top: 0;
    }

    #ContentText .contact_adress .adress_block2 {
        visibility: visible;
        height: auto;
    }

    #ContentText .contact_adress .office_address.russia_additional {
        position: relative;
        top: unset;
        left: unset;
        width: 174%;
        margin-left: -70px;
    }

    #ContentText .contact_adress .first-row .adress {
        position: static;
    }

    #ContentText .contact_adress .office_address {
        position: relative;
        margin-bottom: 20px;
    }

    #ContentText .contact_adress .office_address:before {
        content: '';
        position: absolute;
        bottom: -55px;
        width: 250px;
        height: 1px;
        background-color: #9a9a9a;
    }

    #ContentText .contact_adress .office_address.adress_russia:before {
        /*content: none;*/
    }

    #ContentText .contact_adress .office_address.russia_additional:before {
        content: '';
        position: absolute;
        bottom: -70px;
        left: 40px;
        width: 250px;
        height: 1px;
        background-color: #9a9a9a;
    }

    #ContentText .contact_adress .adress_block2 {
        overflow: visible;
        width: 250px;
        margin: 0 auto;
    }

    .other_inf {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .adress_russia,
    .adress_belarus,
    .adress_kazakhstan,
    .adress_uzbekistan,
    .adress_georgia,
    .adress_moldova {
        display: block;
    }

    #ContentText .contact_adress .call a {
        display: inline-block;
        padding-left: 3px;
        color: #17479e;
    }

    #ContentText .contact_adress p b {
        margin-right: 5px;
    }

    #ContentText .contact_adress .gmaps_button {
        display: inline-block;
    }

    #ContentText .contact_adress:after {
        display: none;
    }

    #ContentText.contacts .attorneys fieldset {
        display: none;
    }

    #ContentText .attorneys-slider {
        margin: 10px auto 60px;
        width: 160px;
    }

    #ContentText .attorneys-slider .slick-slide {
        margin: 0px 30px;
    }

    #ContentText .attorneys-slider:after {
        display: none;
    }

    #ContentText #line1 {
        display: inline-block;
        width: 80px;
        margin: 20px 30px;
        float: unset;
    }

    #ContentText .na {
        float: unset;
    }

    #ContentText #line1 br {
        display: none;
    }

    .na {
        display: inline-block;
        position: relative
    }

    .na:hover::after {
        content: attr(data-title);
        width: 88px;
        height: 40px;
        position: absolute;
        left: 10%;
        top: 30%;
        z-index: 1;
        background: rgba(248, 248, 255, 0.9);
        font-family: Arial, sans-serif;
        font-size: 11px;
        padding: 5px 5px 7px 7px;
        border: 1px solid #336699
    }

    #open {
        display: none
    }

    #contacts .contact {
        width: 100%;
        margin-bottom: 20px;
        text-align: left
    }

    #contacts .kiev-office {
        padding-top: 35px;
    }

    /*------------------------------- /Contacts -------------------------------*/

    /*------------------------- Order Patent Search Form --------------------*/

    #patentSearch_form {
        padding: 15px;
    }

    #patentSearch_form .column1 {
        width: 100%;
        float: unset;
    }

    #patentSearch_form .column2 {
        width: 100%;
        float: unset;
    }

    #patentSearch_form .column1:after {
        display: none;
    }

    #patentSearch_form .form_label {
        padding: 6px 0;
        width: 100%;
        color: #4b4b4b;
        font-size: 15px;
        font-weight: 400;
    }

    #patentSearch_form input[type="text"],
    #patentSearch_form select {
        width: 100%;
    }

    #patentSearch_form .form_row.searchCountry,
    #patentSearch_form .form_row.addCountry {
        display: block;
        width: 100%;
    }

    #patentSearch_form input[type="button"] {
        display: block;
        margin: 0 auto;
    }

    #patentSearch_form .form_row.addCountry {
        margin-left: 0;
    }

    #patentSearch_form .addCountry span {
        left: 50%;
        -moz-transform: translate(-73px, -7px);
        /* Для Firefox */
        -ms-transform: translate(-73px, -7px);
        /* Для IE */
        -webkit-transform: translate(-73px, -7px);
        /* Для Safari, Chrome, iOS */
        -o-transform: translate(-73px, -7px);
        /* Для Opera */
        transform: translate(-73px, -7px);
    }

    #patentSearch_form .cloneFieldConteiner {
        margin: 15px 0 0 0;
    }

    #patentSearch_form ul.customerData li {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        -moz-transform: translate(0);
        /* Для Firefox */
        -ms-transform: translate(0);
        /* Для IE */
        -webkit-transform: translate(0);
        /* Для Safari, Chrome, iOS */
        -o-transform: translate(0);
        /* Для Opera */
        transform: translate(0);
    }

    #patentSearch_form .customerData #order {
        display: block;
        margin: 150px auto 0;
    }

    /*------------------------- /Order Patent Search Form --------------------*/

    /*--------------------- Форма заказа остальных объектов ------------------*/
    .order-conteiner {
        display: block;
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .order-conteiner .form_order ul {
        padding: 0;
    }

    .order-conteiner .form_order ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .order-conteiner .form_order ul li:last-child {
        display: block;
        margin: 0 auto;
    }

    .order-conteiner .form_order input {
        width: 100%;
        text-align: center;
    }

    /*--------------------- /Форма заказа остальных объектов ------------------*/

    /*---------------------------- ToTop Button -------------------------------*/
    #toTop {
        display: none;
        text-decoration: none;
        position: fixed;
        top: 10px;
        right: 10px;
        overflow: hidden;
        width: 51px;
        height: 51px;
        border: none;
        text-indent: 100%;
        background: url(/uploaded_images/ui.totop.png) no-repeat left top;
    }

    #toTopHover {
        background: url(/uploaded_images/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;
    }

    /*----------------------------- /ToTop Button ---------------------------*/

    /*-------------------------- Домены на продажу --------------------------*/
    #domain-filter label {
        margin: 5px;
    }

    #domain-filter input[type=text] {
        display: block;
        margin: 5px;
    }

    /*-------------------------- /Домены на продажу --------------------------*/

    /*--------------------------- China  calculator --------------------------*/
    #china_calculator {
        background: #fff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border: 1px solid #6176a2;
        border-radius: 7px;
        height: 100%;
        min-height: 300px;
        padding: 20px;
        display: block;
    }

    #china_calculator #word {
        position: relative;
        bottom: -4px;
        left: -20px;
    }

    #china_calculator #figured {
        position: relative;
        bottom: 10px;
        left: 30px;
    }

    #china_calculator #combine {
        position: relative;
        bottom: 10px;
        left: 30px;
    }

    #china_calculator #result_cont {
        display: block;
    }

    #china_calculator select {}

    #china_calculator input[type="radio"] {
        position: relative;
        bottom: -5px;
        left: -5px;
    }

    #china_calculator #description {
        width: 80%;
        float: none;
        display: block;
        margin: 0 auto;

    }

    #china_calculator #result {
        color: rgb(23, 71, 158);

    }

    #china_calculator #area {
        float: none;
        width: 100%;

    }

    #china_calculator .order-tm-china {
        float: none;
        background-color: white;
        padding: 8px 4px;
        cursor: pointer;
        width: 130px;
        border-radius: 5px;
        border: 1px solid #17479e;
        color: #17479e;
        font-weight: bold;
        display: block;
        margin: 5px auto;
    }

    /*-------------------------- /China  calculator --------------------------*/

    /*-------------------------- baza-torgovyh-marok -------------------------*/
    .tm_detail_info .row_img {
        float: none;
    }

    .tm_detail_info .row_img {
        max-width: 100%;
        margin: 0 auto;
    }

    .search-btn-green {
        padding: 0;
        margin: 5px;
    }

    /*------------------------- /baza-torgovyh-marok -------------------------*/

    /*-------------------------------- Banners -------------------------------*/
    .banner-big a {
        background: #6176a2;
        font-size: 26px;
        height: auto;
        padding: 15px;
    }

    /*------------------------------- /Banners -------------------------------*/

    /*----------------------- international registration ---------------------*/
    .intern_reg .tab-pane>div {
        flex-basis: 100%;
    }

    .intern_reg .nav-tabs li {
        width: 50%;
    }

    .country-for-mobile {
        display: inline-block;
    }

    /*---------------------- /international registration ---------------------*/

}

@media screen and (max-width: 767px) {
    .thank-msg {
        width: 340px;
        position: absolute;
        top: -4%;
        background: white;
        border: 1px solid white;
        -webkit-box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
        box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
        left: -46px;
        display: flex;
        border-radius: 5px;
        height: auto;
        margin-left: 10%;
        padding: 12px 10px;
    }

    .thank-msg img {
        width: 50%;
        margin: 10px 15px 10px 10px;
    }

    .thank-msg div {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        padding-right: 4px;
        color: #666;
        font-family: ROBOTO;
        font-size: 15px;
    }

    .triangle-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #fffdfd;
        left: 236px;
        position: absolute;
        top: 110px;
    }

    .thank-msg-modal {
        width: 50%;
        position: absolute;
        top: 5%;
        background: white;
        border: 1px solid white;
        -webkit-box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
        box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
        left: 21%;
        display: flex;
        border-radius: 5px;
        padding: 10px 0px;
    }

    .triangle-up-modal {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 17px solid #fffdfd;
        left: 380px;
        position: absolute;
        top: 119px;
    }

    .order-tm .order-tm-classes {
        max-width: 460px;
    }

    .order-tm .order-tm-classes a.mobile-hover {
        background-color: #17479e;
        color: white;
    }
}

@media screen and (max-width: 520px) {
    .order-tm .order-tm-classes {
        max-width: 270px;
    }

    .order-tm-calculator .block {
        padding: 0 13px;
    }
}

@media screen and(min-width:767px) {
    .order-tm .order-tm-classes a:hover {
        background-color: #17479e;
        color: white;
    }
}