
/**fonts**/
@font-face {
    font-family: 'Gerhaus';
    src: local('Gerhaus Regular'), local('Gerhaus-Regular'),
    url('/wp-content/themes/translate/fonts/Gerhaus-Regular.woff2') format('woff2'),
    url('/wp-content/themes/translate/fonts/Gerhaus-Regular.woff') format('woff'),
    url('/wp-content/themes/translate/fonts/Gerhaus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Regular'), local('Roboto-Regular'),
    url('/wp-content/themes/translate/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RobotoMono';
    src: local('RobotoMono Regular'), local('RobotoMono-Regular'),
    url('/wp-content/themes/translate/fonts/RobotoMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SongerGrotesque';
    src: local('SongerGrotesque'), local('SongerGrotesque'),
    url('/wp-content/themes/translate/fonts/SongerGrotesque.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Arian AMU monospace';
    src: local('Arian AMU monospace'), local('arianamumonobold'),
    url('/wp-content/themes/translate/fonts/arianamumonobold.woff2') format('woff2'),
    url('/wp-content/themes/translate/fonts/arianamumonobold.woff') format('woff'),
    url('/wp-content/themes/translate/fonts/arianamumonobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #293081;
    border: 0px none #293081;
    border-radius: 24px;
}

::-webkit-scrollbar-thumb:hover {
    background: #293081;
}
::-webkit-scrollbar-thumb:active {
    background: #293081;
}
::-webkit-scrollbar-track {
    background: #d1d1d1;
    border: 0px none #d1d1d1;
    border-radius: 24px;
}
::-webkit-scrollbar-track:hover {
    background: #d1d1d1;
}
::-webkit-scrollbar-track:active {
    background: #d1d1d1;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

body {
    background: #f0f0f1;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.under-nav {
    background: #FC0000;
    font-size: 10px;
    color: white;
    padding: 1% 0;
}

.mtphr-dnt-tick{
	font-size:12px;
	font-weight:bold;	
}
.mtphr-dnt-wrapper {
	bottom: -9px;
}
.under-nav img {
    vertical-align: bottom;
}

.container {
    max-width: 77.43%;
    margin: 0 auto;
}
.btn-tender, .btn-payment {
	color: #FC0000 !important;
	background: white;
	text-transform: uppercase;
	padding: 5px 10px;
	letter-spacing: 0.1em;
}

header ul {
    list-style: none;
    font-size: 12px;
    font-weight: bold;
}

header.page {
    background: white;
	padding-bottom: 2.5rem !important;
}

.current-menu-parent a, .current-menu-item a {
    color: #FC0000;
}



.main {
    color: white;
    /*background: url(../images/sections/first.png) no-repeat;
    background-size: contain;*/
}
.section_1{
	background: url(../images/sections/section-1.jpg) center bottom no-repeat;
	background-size:cover;
}
.section_2 {
	background: url(../images/sections/section-2.jpg) left top no-repeat;
}

.about .caption {
    color: white;
}

.search {
    text-align: center;
    position: relative;
    padding-left: 5px;
}

.search::before {
    content: "";
    height: 20px;
    background: red;
    width: 1px;
    position: absolute;
    left: 25px;
}

header.page .search::before {
    background: #D2D2D2;
}

.search img {
    vertical-align: baseline;
}

.caption {
    text-align: center;
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto;
    color: #3A3A3A;
}

.caption h1 {
    font-family: PT Serif;
    font-weight: bold;
}

.caption img {
    margin-top: 24px;
    margin-bottom: 45px ;
}

.caption p {
    font-size: 18px;
}

.main .about .caption {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 1));
}

.main .about .caption span {
    font-family: 'PT Serif', serif;
    font-size: 45px;
    display: block;
}

.main .about .caption img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 1));
}

.main .languages {
    margin-top: 230px;
    display: flex;
    justify-content: center;
}

.main .languages {
	margin-top:20px;
	display: flex;
	justify-content: center;
	padding-bottom: 35px;
}

.team {
 /*   margin-top: 300px;*/
	padding-top:50px;
}

.team .caption h1 {
    font-weight: bold;
}


.team .card_team {
    background: #F1F1F3;
    border: 4px solid #FFFFFF;
    padding: 2% 5%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    width: 24%;
    justify-content: center;
}

.instabox {
    margin: 150px auto;
    position: relative;
    outline: 1px solid #3A3A3A;
    padding: 12px 12px 0px 12px;
    height: 627px;
    max-width: 1360px;
}

.instabox .caption {
    color: white;
}

.instabox .caption img {
    margin: 0;
}

.instabox .instabox_content {
    height: 677px;
    background: url(../images/sections/instablock/insta_bg.png) no-repeat;
}

.instabox .instabox_icon {
    position: absolute;
}

.instabox_icon.icon_1 {
    bottom: 212px;
    left: -62px;
}

.instabox_icon.icon_2 {
    top: -40px;
    right: 235px;
}

.instabox_icon.icon_3 {
    bottom: -153px;
    right: 99px;
}

.instabox_icon.icon_4 {
    bottom: 148px;
    left: 576px;
}

.instabox .caption {
    width: 40%;
    text-align: left;
    margin-left: 90px;
    padding-top: 126px;
}

.instabox .caption p {
    margin: 0;
}

.instabox .btn-subscribe {
    background: #FC0000;
    width: 460px;
    height: 60px;
    margin-top: 65px;
    padding: 0 67px;
}

.instabox .btn-subscribe .text {
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

#main_big_slides{
	margin-top:20px;
	margin-bottom:20px;
}
#main_big_slides .instabox {
	margin: 140px 50px 10px 50px;
	width: 100%;
	padding: 10px 10px;
	border: 0px red solid;
	outline:0px;
}

#main_big_slides .wrap {
	background: rgba(0,0,0,0.63);
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#main_big_slides .main_big_slide{
	background-size: cover;
	background-origin: content-box;
	background-position:center top;
}

#main_big_slides .caption{
	width: 40%;
	text-align: left;
	margin-left: 90px;
	padding-top: 126px;
	color:#fff!important;
}

#main_big_slides .caption h2 {
	display: inline-block;
	background: url('../images/hr.png') center bottom no-repeat;
	padding-bottom: 35px;
	margin-bottom: 20px;
}

#main_big_slides .btn-subscribe {
	background: #FC0000;
	width: 460px;
	height: 60px;
	margin-top: 65px;
	padding: 0 67px;
}
#main_big_slides .btn-subscribe .text {
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: -20px;
}

#main_big_slides .instabox  .text {
	margin-top: 0px;
}

.advantages .caption {
    width: 50%;
}

.advantages {
    position: relative;
}

.write {
    position: absolute;
   /* bottom: -238px;*/
   bottom:-110px;
   z-index: 0;
   right: 0;
}

.advantage {
    max-width: 30%;
    margin-right: 3%;
    margin-top: 15px; /*50*/
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 10px; /*30*/
    z-index: 3;
}

.advantage h6 {
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 17px;
}

.advantage .danger {
    color: #FC0000;
    font-size: 14px;
}

.plug-tools {
    padding-top: 40px;
}

.tools {
    background: url(../images/sections/tools/background.png) no-repeat;
    background-size: cover;
    height: 780px;
    position: relative;
    z-index: 0;
}

.tools .card {
    height: 500px;
    width: 48.5%;
    border: none;
    border-radius: 0;
    padding: 10px;
    background-blend-mode: multiply;
    background-image: url(../images/sections/tools/bgcard.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

.tools .card_content {
    border: 1px solid #D2D2D2;
    padding-left: 60px;
    padding-top: 60px;
    height: 498px;
    z-index: 0;
}

.tools .card_content a {
    -webkit-animation: blink2 2s linear infinite;
    animation: blink2 2s linear infinite;
}
@-webkit-keyframes blink2 {
    0% { color: #fc000063; }
    25% { color: #fc000085; }
    50% { color: #FC0000; }
    75% { color: #fc000085; }
    100% { color: #fc000063; }
}
@keyframes blink2 {
    0% { color: #fc000063; }
    25% { color: #fc000085; }
    50% { color: #FC0000; }
    75% { color: #fc000085; }
    100% { color: #fc000063; }
}

.card_hover {
    width: 103%;
    height: 480px;
    left: -8px;
    position: absolute;
    z-index: -1;
    background: red;
    display: none;
}

.tools .train {
    position: absolute;
    width: 100%;
    bottom: -17px;
    pointer-events: none;
}

.card_content:hover.card_hover   {
    display: block;
}

.card_content h1 {
    font-family: PT Serif;
}

.card_content p {
    width: 70%;
    margin-top: 35px;
    font-size: 18px;
    line-height: 30px;
}

.btn-try {
    width: 226px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-try span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.tools .btn-try:hover {
    color: #FC0000;
}

.tools .btn-try:hover img {
    content: url(../images/sections/tools/arrow_hover.svg);
}

.services {
    margin-top: 70px;
    position: relative;
}

.pen {
    position: absolute;
    z-index: -1;
}

.service_card {
    height: 515px;
    width: 362px;
    background-blend-mode: multiply;
    background: linear-gradient(180deg, #3A3A3A 0%, rgba(58, 58, 58, 0) 100%);
    background-position: top;
    position: relative;
}

.sc_bg {
    background-position: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    filter: grayscale(100%);
}

.service_card::after {
    position: absolute;
    height: 515px;
    width: 362px;
    content: "";
    background: url(../images/sections/services/noize.png);
    pointer-events: none;
}

.service_card .card_hover {
    width: 104%;
    height: 96%;
    left: -6px;
    position: absolute;
    z-index: -1;
    background: red;
    display: none;
    bottom: 2%;
}

.sc_content_block {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 7px;
}

.sc_content {
    color: white;
    height: 100%;
    border: 1px solid white;
    padding: 36px 28px;
}

.sc_content p {
    font-size: 16px;
    line-height: 26px;
}

.sc_content h4 {
    font-family: PT Serif;
    margin-bottom: 24px;
}

.sc_content p:before {
    content: "— ";
}

.sc_btn {
    position: absolute;
    bottom: -19px;
    width: 100%;
}

.service_card .btn-try {
    background: #FC0000;
    margin: 0 auto;
    color: white;
    width: 295px;
    height: 51px;
    padding: 0 34px
}
/*
footer {
    background: #2B2B2B;
    height: 240px;
}

.border-footer {
    border-bottom: 1px solid #484848;
}

footer .btn-f-payment {
    background: #FC0000;
    font-weight: bold;
    font-size: 10px;
    color: white!important;
    width: 100px;
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-right: 26px;
    display: inline-block;
}

 */

.social {
    display: inline-block;
}

.social a:last-child {
    margin-left: 11px;
}

.f-menu {
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 100px;
    width: 100%;
}

.f-menu li {
    margin-top: 3px;
}

.cap {
    margin-top: 90px;
    position: relative;
}

.swiper-slide {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    content: url(../images/icons/next.svg);
}

.swiper-button-prev {
    content: url(../images/icons/prev.svg);
}

.slide {
    height: 160px;
    width: 264px;
    border: 10px solid #F7F7F7;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients {
    margin-bottom: 60px;
}

.partners {
    margin-bottom: 63px;
}

.cap-c-1, .cap-c-2 {
    position: absolute;
    z-index: -1;
}

.cap-c-1 {
    right: 0;
    top: 105px;
}

.cap-c-2 {
    left: 0;
    top: 274px;
}

.bt {
    height:auto;/* 500px*/
    background: #000;
    background: url(../images/sections/bt/noize.png);
    position: relative;
	padding-bottom:30px;
}

.bt-bg {
    /*height: 500px;*/
	height: 430px;
    width: 100%;
    background: url(../images/sections/bt/bg.png);
    background-size: cover;
    filter: grayscale(100%);
    position: absolute;
    z-index: -1;
}

.bt .caption {
    margin-top: 20px;
    color: white;
}

.bt .caption img {
	margin-top: 12px !important;
	margin-bottom: 22px !important;
}

.bt .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.bt .content div, .bt .content a  {
    text-align: center;
}

.bt .content div span {
    font-family: PT Serif;
    font-size: 24px;
    line-height: 50px;
}

.bt .content div img {
    vertical-align: baseline;
}
.bt .order{
	margin-top:1rem!important;
}
 
.order {
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 362px;
    height: 51px;
    background: #FC0000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs {
    margin-top: 20px;
    line-height: 50px;
    font-weight: 500;
    font-size: 1rem;
}

.breadcrumbs .bread-main {
    color: #293081;
    font-weight: bold;
}

.breadcrumbs .bread-page {
    color: #293081;
}

.post {
    margin-top: 20px;
    position: relative;
}

.post .title h1 {
    font-family: PT Serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 50px;
    color: #3A3A3A;
    margin-bottom: 46px;
    padding-bottom: 46px;
    position: relative;
}

.post .title h1:after {
    content: '';
    height: 10px;
    width: 72px;
    background: #293081;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}


.post img {
    height: 100%;
}

.post-thumbnail {
    text-align: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-bottom: 68px;
}

aside {
    background: #F1F1F3;
    border: 10px solid #FFFFFF;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
}

aside.aside-abs {
    background: #F1F1F3;
    border: 10px solid #FFFFFF;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
    position: absolute;
    top: -500px;
}

aside h4 {
    color: #C4C4C4;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

aside ul {
    list-style: none;
}

aside ul li {
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    position: relative;
    text-transform: uppercase;
}

aside ul li:before {
    content: url(../images/icons/dropdown_down.png);
    position: absolute;
    left: -20px;
    transform: rotate(-90deg);
}

.table-custom {
    text-align: center;
    width: 100%;
    table-layout: fixed;
}

.table-custom td:first-child {
    text-align: left;
}

.table-custom th,
.table-custom td {
    padding: 1%;
    border: 1px solid #F1F1F3;
}

.table-custom thead th {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}
div.text-center{
	width:100%;
}
.table-custom{
	margin-bottom:0.5rem;
}
.table-custom td p {
	margin-bottom: 0px;
}

.table-custom td {
	padding: 10px 20px;
	font-weight: 500;
}

.table-custom tr:nth-child(odd) {
    background: #F9F9FA;
}

.table-custom tr:nth-child(even) {
    background: #f7f7f7;
}
.table-custom tr:nth-child(even) {
    background: #ebe9e9;
}

.table-blue th {
    background: #293081;
}

.table-red th {
    background: #FC0000;
}

.table-red tbody td:nth-child(2) {
    width: 20%;
}

.table-description td {
    text-align: left;
    padding: 20px;
}

.table-description tr td:first-child {
    padding-left: 40px;
    width: 25%;
    text-transform: uppercase;
    font-weight: bold;
    color: #293081;
}

.table-vertical-top tr td {
    vertical-align: baseline;
}

.socials {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.socials li {
    padding-left: 2%;
}

.socials li:first-child {
    padding-left: 0;
}

.socials img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.socials span {
    font-size: 24px;
    font-family: PT Serif;
    font-weight: bold;
    color: #293081;
    vertical-align: middle;
}

.map {
    margin-top: 100px;
    display: inline-block;
}

.map iframe {
    border: 5px solid white!important;
}

.callback {
    margin: 10px 0;
}
.callback > span {
	display:block;
	text-align:justify-content
	justify;
}

.callback h4 {
    font-family: PT Serif;
    font-size: 36px;
    line-height: 50px;
    color: #3A3A3A;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.callback h4:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 60px;
    left: 0;
    bottom: 0;
    background: #293081;
}

.callback_group {
    background: #FFFFFF;
    padding: .5% 5%;
    letter-spacing: 0.1em;
    margin: 25px 0;
}

.callback_group.message label {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    border-right: 0;
}

.callback_group.message textarea {
    width: 100%;
    padding: 2% 0;
    border: none;
}

.callback_group.message textarea:focus {
    outline: none;
}

.callback_group label {
    width: 30%;
    color: #FC0000;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px solid #E0E0E0;
    margin: 1% 0;
    padding: 1% 0;
}

.callback_group br {
    display: none;
}

.callback_group span {
    height: auto;
    margin: auto 0;
}

.callback_group input {
    outline: none;
    border: none;
    margin-left: 22px;
    font-weight: bold;
    width: 60%;
}

.callback_group input::placeholder,
.callback_group.message textarea::placeholder {
    text-transform: uppercase;
    color: #D2D2D2;
    font-weight: bold;
}

.callback_group_button {
    text-align: right;
}

.callback_group_button input {
    padding: 2% 6%;
    text-align: left;
    border: none;
    background: #FC0000;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.vacansies {
    margin: 4% 0;
}

.vacancy {
    background: white;
    padding: 3% 50px;
    letter-spacing: 0.1em;
    margin: 9px 0;
}

.vacancy_name {
    color: #FC0000;
    text-transform: uppercase;
    font-weight: bold;
}

.vacancy_requir {
    list-style: none;
    display: flex;
    padding: 0;
    margin-top: 3%;
    padding-top: 3%;
    border-top: 1px solid #E0E0E0;
}

.vacancy_requir .experience {
    font-weight: bold;
    text-transform: uppercase;
}

/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    width: 50%;
    border-bottom: 1px solid #D2D2D2;
    font-weight: bold;
    color: #FC0000;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 2px solid #FC0000;
    color: #3A3A3A;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
}


/* Customize the label (the container) */
.checkbox_station {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
}

/* Hide the browser's default checkbox */
.checkbox_station input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Customize the label (the container) */
.checkbox_station {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_station input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #FC0000;
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_station input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_station input:checked ~ .text {
    color: red;
}

/* Style the checkmark/indicator */
.checkbox_station .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 17px;
    border: solid red;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.select_station .css-153wy2y {
    width: 100%;
    padding: 3% 7%;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    background: url(../images/icons/select_arrow.png) no-repeat right white;
    background-position-x: calc(100% - 14px);
    font-weight: bold;
    text-transform: uppercase;
    margin: 2% 0;
    letter-spacing: 0.1em;
    color: #FC0000;
}

.select_station .css-1wy0on6 {
    display: none;
}

.select_station option {
    padding: 3% 0;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.textarea_station {
    outline: none;
    width: 100%;
    border: none;
    font-weight: bold;
    padding: 4%;
    letter-spacing: 0.1em;
    height: 10em;
}

.textarea_station::placeholder {
    color: #D2D2D2;
}

/* Скрываем элемент <input type="file" /> */
.callback_group_upload input[type="file"] {
    display: none;
}

/* Собственно стилизируем кнопку в соответствии с нужным внешним видом */
.callback_group_upload {
    border: 1px solid #FC0000;
    display: inline-block;
    cursor: pointer;
    margin: 2% 0;
    padding: 1.6% 7%;
    background: white;
    width: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FC0000;
    font-weight: bold;
}

.service-slide {
    height: 100%;
}

.service-container {
    height: 566px;
}

.service-next,
.service-prev {
    top: 100%;
    color: #FC0000;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    outline: none;
}

.service-next span,
.service-prev span {
    vertical-align: middle;
}

.service-next img,
.service-prev img {
    filter: grayscale(1);
}

.service-next img {
    right: 46%;
}

.service-prev {
    left: 46%;
}

.under-nav_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    font-weight: bold;
    margin: auto;
}

.under-nav_left li:nth-child(1) {
    width: 45%;
}

.under-nav_left li:nth-child(2) {
    width: 20%;
}


.under-nav_l{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    font-weight: bold;
    margin: auto;
	padding-left:10px;
	padding-right:10px;
}

#f_center .under-nav_l {
	margin-right: 10px;
}

.under-nav_l li {
	padding-left: 21px;
	padding-right: 15px;
}

.under-nav_1{
	padding-left: 15px;
	background:url('../images/icons/map.png') left center no-repeat;
}

.under-nav_2{
	padding-left: 21px;
	background:url('../images/icons/phone.png') left center no-repeat;
}

.under-nav_3{
	padding-left: 21px;
	background:url('../images/icons/mail.png') left center no-repeat;
}


.under-nav_right {
    display: flex;
    list-style: none;
    justify-content: space-between;/*flex-start*/
    align-items: center;
    margin: auto;
}

.under-nav_right li:nth-child(1) {
    width: 50%;
    text-align: center;
}

.under-nav_right li:nth-child(2) {
    width: 25%;
}

.to-bottom {
    background: #fc0000;
    color: white;
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.menu-item {
    position: relative;
}

.menu-item .sub-menu {
    position: absolute;
    display: none;
    width: 200px;
    padding: 0;
}

.menu-item:hover .sub-menu {
    display: block;
}

.under_nav-mobile {
    display: none;
}

#mobile_logo {
    display: none;
}

#mob_lang {
    display: none;
}

.wpcf7-form .callback_group_upload input[type="file"] {
    display: block;
}

.f-map {
    display: none;
}

.f-map img {
    width: 11px;
    height: 16px;
}

.menu_mobile {
    display: none;
}

.grecaptcha-badge {
    display: none;
}

.review {
    border-bottom: 1px solid black;
    margin-bottom: 3%;
}

.news aside.aside-abs {
    position: initial;
    margin-bottom: 1%;
}

.news_tab .title {
    font-weight: bold;
    margin: 1.5% 0;
    font-size: 1.2rem;
}

.news img {
    width: 60%;
    margin-top: 2px;
}
#dw-text{
	padding:15px 0px;
	font-size:11px;
	color:#fff;
	background:#2B2B2B;
}
.p_policy{
	padding: 3% 5%;
}
.p_policy .wpcf7-list-item,
.p_policy .wpcf7-list-item-label{
	text-align:left;
	font-size:16px;
	color:#212529;
	text-transform:none;
	font-weight:normal;
}
.p_policy input {
	width: auto!important;
	margin-left: 0px!important;
	
}
.p_policy a{
	text-decoration:underline;
}
.btn-payment,
.btn-tender{
	/*white-space: nowrap;*/
}

.f-header{
	height: 84px;
	position: fixed;
	z-index: 100;
	width: 100%;
	top:-85px;
	display:flex;
	transition: transform 0.3s;
}

.f-header .r-bg {
	background: #fc0000;
	height: 84px;
	width: 11.285%;
}

.f-header .fc-header{
	background:#fc0000;
	height: 84px;
	width:77.43%;
}

#f_center{
	position:relative;
	padding-left:95px;
}

#f-header {
	width: 100%;
	padding-bottom: 0px;
	background: transparent;
	margin: 0px;
	vertical-align: middle;
}
.red-bg{
	background:#fc0000;
}

#f-logo {
	background: url('../images/bg-logo.png') center top no-repeat;
	width: 91px;
	height: 85px;
	position: absolute;
	left: 0px;
	background-size: 92px;
}

.f-logo {
	background: url('../images/r-logo.png') center center no-repeat;
	width: 90px;
	height: 85px;
	display: block;
	background-size: 84px;
}

#top_menu{
    list-style: none;
    font-size: 12px;
    font-weight: bold;
	margin-bottom:0px;
	padding-left:0px;
	margin-top:6px;
	margin-left:0px;
}

#top_menu li a{
	padding-bottom:10px;
	display:block;
	margin-bottom:10px;
	margin-right:11px;
	color: #fff;
}

#top_menu li.current-menu-parent a, #top_menu li.current-menu-item a {
	color: #fff;
	text-decoration:underline;
}

#top_menu li ul{
	padding:5px;
	background:#fff;
	list-style:none;
	
}
#top_menu li ul a{
	color:#323232;
	margin:5px;
	font-weight:normal;
}
#g_btns {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	max-width: 264px;
	min-width: 264px;
}
#g_btns .btn-tender{
	height:25px;
}
#g_btns .btn-payment{
	width:73px;
	height:25px;
}
#ditty_news{
	margin:-7px  0px  0px  0px;
	padding:0px;
}
#f_center .nav-line{
	/*min-width:540px;*/
	padding:0px;
}
#f_center .under-nav_left{
	margin:0px;
	padding: 0px;
}
#f_center .under-nav_left li {
	width: auto;
	margin-right: 10px;
/*	min-width: 125px;*/
white-space:nowrap;
}
#f_center .under-nav_left li:first-child{
	/*min-width:266px;*/
}
#f-center-rows{
	padding-left:20px;
}
#f_center .btn-tender{
	margin-left:5px;
	margin-right:5px;
}
#f_center .m-line{
	margin-top:-10px;
}




@media screen and (min-width: 1140px){
	.btn-payment,
	.btn-tender{
	min-height: 22px;
	display: inline-block;
	line-height: 17px;
	}
}
@media screen and (max-width: 1080px) and (min-width: 768px){
	.under-nav_left {
		display: block;
	}
	
	.under-nav_left li {
		/*float: left;*/
		min-width: 124px;
	}
	
	.under-nav_left li:nth-child(1) {
		width: auto; 
		min-width: 265px;
		margin-bottom:5px;
	}
	
	#f_center .under-nav_left li {
		margin-right: 0px;
	}

	#f_center .under-nav_1{
		width: 100%;
		display: block;
	}
	#f_center .under-nav_3,
	#f_center .under-nav_2{
		display: inline-block;	
		margin:0px;
	}
	
	
}

@media screen and (max-width: 1480px) {
    .main .about .caption {
        margin-top: 100px;
    }
    .team {
      /*  margin-top: 150px*/
    }
}

@media screen and (max-width: 1366px) {
    .main .languages {
        margin-top: 140px
    }
}

@media screen and (max-width: 1024px) {
    .team .card_team {
        width: 49%;
    }
	
	.under-nav_left li {
		max-width: 180px;
		position: relative;
		padding-left: 20px;
		margin-right: 10px;
	}
	
	.under-nav_left img {
		position: absolute;
		left: 0px;
		margin-right: 0px;
	}
	
	.under-nav_left li:nth-child(3) img {
		top:3px
	}
	
	.callback_group label {
		width: 30%;
	}
	.callback_group input {
		width: 60%;
	}
}


@media screen and (max-width: 1080px) {
	.btn-tender{
		letter-spacing:-0.5px;
	}
	#f_center .btn-payment{
		letter-spacing:-0.5px;
	}
	 
}
@media screen and (max-width: 810px) {/*768*/
    
	#f_center {
		top: 10px;
	}
	
	.cap-c-1, .cap-c-2 {
        width: 50%;
    }
    .table-custom thead th {
        font-size: 10px;
    }
    .table-description tr td:first-child {
        padding-left: 0;
    }
    .map iframe {
        width: 100%;
    }
    .table-custom {
        font-size: 10px;
        word-break: break-word;
        width: auto;
    }
    footer {
        height: 100%;
    }
    .table-custom td {
        padding: 1%;
    }
    .table-custom td:first-child {
        width: 25%;
    }
    .container {
        max-width: 90%;
    }
    body {
        overflow-x: hidden;
    }
    aside.aside-abs {
        position: initial;
        margin-bottom: 10%;
    }
    .post .title h1 {
        font-size: 2.5rem;
    }
    .breadcrumbs {
        font-size: .8rem;
        line-height: 16px;
    }
    .search {
        display: none;
    }
    .main .about .caption span {
        font-size: 28px;
    }
    .contacts-nav {
        display: none;
    }
    .under-nav {
        display: none;
    }
    .under_nav-mobile {
        display: block;
        background: #FC0000;
        padding: 2% 0;
		position:fixed;
		width:100%;
		z-index:100;
    }
    #menu-header-1 {
        display: none;
    }
    .mob_bars {
        height: 15px;
        width: 24px;
    }
    .main {
        background-position-x: center;
        background-size: auto;
    }
    .team .card_team {
    /*    width: 100%;
        margin: 2%;*/
    }
    #main_logo {
        display: none;
    }
    #mobile_logo {
        display: block;
        margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
    }
    #mobile_logo img {
        max-width: initial;
    }
    .main .about .caption {
        margin-top: 25px;
    }
    #main_lang {
        display: none;
    }
    #mob_lang {
        display: block;
    }
    .main .languages {
        margin-top: 120px;
    }
    .caption h1 {
        font-size: 2rem;
        word-break: break-word;
    }
    .order {
        margin-top: 0!important;
    }
    .caption {
        width: 100%!important;
    }
    .f-menu {
        max-height: 300px;
    }
    .f-map {
        display: flex;
        flex-direction: column;
        color: white;
        font-size: 12px;
        font-weight: bold;
        margin-top: 10px;
    }
    .f-map div {
        margin: 2% 0;
    }
    footer .btn-f-payment {
        width: 210px;
    }
    .social {
        float: right;
    }
    .to-bottom {
        bottom: 1%;
    }
    .advantage {
        max-width: 100%;
    }
    .tools .card {
        width: 100%;
        margin: 1% 0;
    }
    .tools .card_content {
        padding: 4%;
    }
    .write {
        bottom: -135px;
        right: -150px;
    }
    .tools {
        height: auto;
    }
    .team {
       /* margin-top: 280px;*/
    }
    .service-next, .service-prev {
        width: 30%;
		min-width: 144px;
        display: inline-block;
        text-align: center;
    }
    .instabox .instabox_content {
        background-position: top;
    }
    .instabox_icon.icon_4 {
        display: none;
    }
    .instabox .caption {
        margin: 0;
        padding: 30% 10%;
        text-align: center;
    }
    .instabox_content .caption h2 {
        font-size: 1.5rem;
    }
    .instabox .btn-subscribe .text {
        font-size: 12px;
    }
    .instabox .btn-subscribe {
        width: auto;
    }
    .instabox_icon.icon_3 {
        bottom: -195px;
        right: -107px;
    }
    .instabox_icon.icon_1 {
        bottom: -63px;
    }
    .instabox_icon.icon_2 {
        top: -36px;
        right: 0;
    }
    .menu_mobile {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin: 0 auto;
    }
    .menu_mobile_ul {
        list-style: none;
        padding: 0;
        width: 80%;
        margin: 10% auto;
        padding: 10%;
        background: #FC0000;
        color: white;
        font-weight: bold;
    }
    .menu_mobile_ul li {
        padding: 4% 0;
    }
    .menu_mobile_ul li.menu-item-has-children a:first-child {
        color: #3A3A3A;
        padding-bottom: 3%;
        border-bottom: 1px solid #3A3A3A;
    }
    .menu_mobile_ul .menu-item .sub-menu {
        margin-top: 2%;
        display: block;
        width: 230px;
        position: inherit;
        padding-bottom: 3%;
        border-bottom: 1px solid #3A3A3A;
        color: white;
        list-style: none;
    }
    .menu_mobile_ul .menu-item .sub-menu li a {
        color: white;
        border: none;
    }
    .menu_mobile_ul .menu-item .sub-menu li:before {
        content: url(../images/icons/dropdown_mob_menu.svg);
        margin-right: 7px;
        vertical-align: middle;
    }
    .mobile_active {
        display: block;
    }
    .callback_group {
        padding-left: 1%;
    }
    .callback_group label {
        width: 40%;
    }
    .callback_group input {
        margin-left: 0;
        width: 55%;
    }
}

.fixed-on{
	transform: translateY(85px);
}
@keyframes a-fixed-on {
  0% {
    top:-40px;
  }
  100% {
    top:0px;
  }
}

.swiper-button-next,
.swiper-button-prev {
	border: 0px;
	background: transparent !important;
}

.insta_slider {
	margin: 70px auto;
	position: relative;
	padding: 12px 12px 0px 12px;
	height: 627px;
	max-width: 1360px;
	outline: 0px;
}

.insta_slider .i_content {
	height: 677px;
	background: url(/wp-content/uploads/2021/09/lukas-qS7fr07bljM-unsplash-760x410-1.jpg) center top no-repeat;
	background-size: cover;
	background-origin: content-box;
}

a.red_link{
	color:#fc0000;
	text-decoration:none;
	display:inline;
	border-bottom:1px #fc0000 dotted;
}
a.red_link:hover{
	color:#fc0000;
	border-bottom:0px;
}

.nowrap{
	white-space:nowrap;
}

@media screen and (min-width: 1600px) {
	.fixed-on .under-nav img {
		margin-right: 0px !important;
	}
	
	#f_center .under-nav_left {
		margin-right: 10px;
	}
	#f_center .under-nav_left li {
		padding-right: 10px;
	}
	
}

@media screen and (max-width: 1024px) {
	
	#main_big_slides .caption {
		width: auto;
	}
	
	.tools .card_content {
		text-align:center;
	}
	
	.card_content p {
		width: 100%;
	}
	
	.card_content .btn-try {
		display: inline-block;
	}
	
	.tools .card_content {
		padding: 60px 20px 20px 20px;
		height: auto;
	}
	
	.tools .card {
		height: auto;
	}
	
	.team .card_team {
		margin: 10px auto;
	}
	
	.service_card .btn-try {
		width: 200px;
		max-width: 295px;
		position:relative;
	}
	.service_card .btn-try span{
		position:relative;
		z-index:2;
	}
	.service_card .btn-try img{
		position:relative;
		z-index:1;
		display:none;
	}
	
}
@media screen and (max-width: 768px) {
	.service_card .btn-try img{
		
		display:inline;
	}
	
	.advantage {
		margin-top: 0px;
	}
	
	.fixed-on #f_center {
		height: 73px;
		top: 10px;
	}
	
	.fixed-on #top_menu li a {
		margin-bottom: 0px;
	}
	
	.fixed-on #top_menu {
		margin-top: 10px;
	}
	
	
	#main_big_slides .caption {
		padding-top: 35px;
	}
	
	#main_big_slides .caption h2 {
		font-size: 26px;
	}

	#main_big_slides .btn-subscribe {
		background: #FC0000;
		width: 215px;
		height: 60px;
		margin-top: 30px;
		padding: 0 5px;
		margin-left: 10px;
	}
	
	#main_big_slides .caption {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	
}
@media screen and (max-width: 640px) {
	.page-logo{
		margin-top:50px;
	}
	.service-next, .service-prev {
		width: 50%;
		display: inline-block;
		text-align: center;
		margin-right:0px!important;
		margin-left:0px!important;
	}
	
	
	
	.order {
		width: 286px;
	}
	
	.bt,.bt-bg {
		height: 580px;
	}
	
	footer .btn-f-payment {
		width: 156px;
		display: inline-block;
	}
	footer .social {
		float: none;
	}
	
	.f-menu {
		max-height:100%;
		display: block;
	}
	
	
	
	.service_card {
		height: 415px;
	}

	.tools .card,
	.tools .card_content {
	height: auto;
	}
	.tools {
		height: auto;
		padding-bottom: 40px;
	}
	.team .card_team {
		width: 100%; 
		margin: 2%;
	}

	.insta_slider {
		padding: 0px;
	}
	.insta_slider h2{
		font-size: 1.4rem;
	}
}