/*   
Theme Name: Webfun_Swift
Theme URI: https://webfun.com.ua/
Description: Тема, специально создана для ТОВ "СВИФТ ГАРАНТ". Одностраничник с возможностью управления через кастомные поля.
Author: Студия Webfun
Author URI: https://webfun.com.ua/
*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
p {
    margin: 0 0 10px;
}
* {
    box-sizing: border-box;
}
a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
input,
textarea,
a,
button {
    -webkit-outline: none !important;
    -moz-outline: none !important;
    -o-outline: none !important;
    outline: none !important;
}

/*@font-face {
    font-family: 'Tahoma';
    src: url('fonts/tahoma/tahoma-regular.eot');
    src: url('fonts/tahoma/Tahoma.woff') format('woff'), url('fonts/tahoma/Tahoma.ttf') format('truetype'), url('fonts/tahoma/Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'Tahoma-bold';
    src: url('fonts/tahoma/tahoma-bold.eot');
    src: url('fonts/tahoma/Tahoma-Bold.woff') format('woff'), url('fonts/tahoma/Tahoma-Bold.ttf') format('truetype'), url('fonts/tahoma/Tahoma-Bold.svg#Tahoma-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-BoldSemiCnIt';
    src: url('fonts/myriad/MyriadPro-BoldSemiCnIt.eot');
    src: url('fonts/myriad/MyriadPro-BoldSemiCnIt.woff') format('woff'), url('fonts/myriad/MyriadPro-BoldSemiCnIt.ttf') format('truetype'), url('fonts/myriad/MyriadPro-BoldSemiCnIt.svg#MyriadPro-BoldSemiCnIt') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    /*font-family: 'Tahoma';*/
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: white;
    max-width: 1920px;
    margin: 0 auto;
    letter-spacing: 0;
    background: #f6f6f6;
}
.main_wrapper {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
#loader {
    width: 100%;
    height: 100%;
    background: white;
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
}
#loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -128px;
    margin-left: -128px;
    height: 256px;
    width: 256px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.section {
    float: left;
    min-height: 100px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -960px;
    width: 1920px;
    clear: both;
    overflow: hidden;
}
.section .h2_bg {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.red_line {
    position: absolute;
    background: #f23e2c;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 10 !important;
}
.btn {
    width: 280px;
    height: 68px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.btn_transparent {
    border: 3px solid white;
    line-height: 52px;
    float: left;
    left: 50%;
    margin-left: -140px;
    text-decoration: none;
    color: white;
}
.btn_transparent span {
    position: relative;
    z-index: 1;
}
.btn_transparent:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 3px solid white;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.btn_transparent:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    right: 0;
    background: #f23e2c;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.btn_transparent:hover {
    line-height: 62px;
}
.btn_transparent:hover:before {
    top: -3px;
    left: -3px;
}
.btn_transparent:hover:after {
    width: 100%;
}
.btn_black {
    border: 3px solid black;
    background: transparent;
    color: white;
    text-decoration: none;
    line-height: 62px;
    float: left;
    left: 50%;
    margin-left: -140px;
}
.btn_black span {
    position: relative;
    color: white;
    text-transform: uppercase;
}
.btn_black button {
    padding: 0;
    background: black;
    position: absolute;
    top: -10px;
    left: -10px;
    border: 3px solid black;
    width: 280px;
    height: 68px;
    border-radius: 3px;
    cursor: pointer;
}
.btn_black button:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: #f23e2c;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.btn_black:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.btn_black:hover button:before {
    width: 100%;
}
.btn_black:hover:before {
    width: 100%;
}
@keyframes printLineH2 {
    from {width: 0;}
    10% {width: 63px;}
    20% {width: 126px;}
    30% {width: 189px;}
    40% {width: 252px;}
    50% {width: 315px;}
    60% {width: 450px;}
    70% {width: 600px;}
    80% {width: 750px;}
    90% {width: 800px;}
    to {width: 870px;}
}
@-webkit-keyframes printLineH2 {
    from {width: 0;}
    10% {width: 63px;}
    20% {width: 126px;}
    30% {width: 189px;}
    40% {width: 252px;}
    50% {width: 315px;}
    60% {width: 450px;}
    70% {width: 600px;}
    80% {width: 750px;}
    90% {width: 800px;}
    to {width: 870px;}
}
.animate_h2_line {
    animation: printLineH2 1s linear;
}
@keyframes printLineH2-1 {
    from {width: 0;}
    10% {width: 63px;}
    20% {width: 126px;}
    30% {width: 189px;}
    40% {width: 252px;}
    50% {width: 315px;}
    60% {width: 450px;}
    70% {width: 500px;}
    80% {width: 550px;}
    90% {width: 600px;}
    to {width: 630px;}
}
@-webkit-keyframes printLineH2-1 {
    from {width: 0;}
    10% {width: 63px;}
    20% {width: 126px;}
    30% {width: 189px;}
    40% {width: 252px;}
    50% {width: 315px;}
    60% {width: 450px;}
    70% {width: 500px;}
    80% {width: 550px;}
    90% {width: 600px;}
    to {width: 630px;}
}
.animate_h2-1_line {
    animation: printLineH2-1 1s linear;
}
@keyframes printLineH3 {
    from {width: 0;}
    10% {width: 15px;}
    20% {width: 30px;}
    30% {width: 45px;}
    40% {width: 60px;}
    50% {width: 75px;}
    60% {width: 90px;}
    70% {width: 105px;}
    80% {width: 120px;}
    90% {width: 135px;}
    to {width: 150px;}
}
@-webkit-keyframes printLineH3 {
    from {width: 0;}
    10% {width: 15px;}
    20% {width: 30px;}
    30% {width: 45px;}
    40% {width: 60px;}
    50% {width: 75px;}
    60% {width: 90px;}
    70% {width: 105px;}
    80% {width: 120px;}
    90% {width: 135px;}
    to {width: 150px;}
}
.animate_h3_line {
    animation: printLineH3 1s linear;
}

header {
    height: 850px;
    width: 1920px;
    left: 50%;
    margin: 0 0 0 -960px;
    position: relative;
    padding: 22px 0 0;
}
header .header_bg {
    height: 900px;
    position: fixed;
    width: 1920px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -960px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
header .header_bg img {
    display: block;
    width: 100%;
    height: 100%;
}
header .header_top {
    position: fixed;
    top: 0;
    left: 50%;
    width: 1920px;
    margin: 0 0 0 -960px;
    padding: 15px 0;
    z-index: 99;
}
header .header_top.opaque {
    background: black;
}
header .header_top .container {
    position: relative;
}
header .header_top .logo {
    float: left;
    position: relative;
}
header .header_top .logo img {
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter:gray;
    -webkit-filter:grayscale(100%);
    -webkit-backface-visibility:hidden;
    opacity:.6;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    float: left;
    margin: 0 18px 0 0;
}
header .header_top .logo .logo_text {
    float: left;
    color: #8e8f95;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 24px 0 0;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
header .header_top .logo:hover img {
    filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    opacity:1;
}
header .header_top .logo:hover .logo_text {
    color: white;
}
header .header_top .mobile_nav {
    display: none;
}
header .header_top .menu {
    float: right;
    list-style-type: none;
    margin: 16px 0 0;
}
header .header_top .menu li {
    float: left;
}
header .header_top .menu li + li {
    margin: 0 0 0 13px;
}
header .header_top .menu li a {
    color: #8e8f95;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    line-height: 14px;
    padding: 4px 0;
}
header .header_top .menu li a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #f23e2c;
    width: 0;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
header .header_top .menu li a:hover {
    color: white;
}
header .header_top .menu li a:hover:after {
    width: 100%;
}
header .header_top #lang {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 0;
}
header .header_top #lang a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}
header .header_top #lang span {
    font-size: 14px;
    color: #f23e2c;
    text-decoration: none;
    text-transform: uppercase;
}
.open-lang {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    font-size: 14px;
    margin: 24px 0 0 30px;
    line-height: 14px;
}
.header .language {
    width: 60px;
    position: absolute;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    background: #f6f6f6;
    padding: 5px;
    right: 0;
    top: 20px;
    display: none;
}
.icon__wrap {
   margin-top: 150px;
}
.icon__wrap ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px; 
  justify-content: center;
}
.icon__wrap ul li img {
  width: 150px;
}
header h1 {
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Tahoma-bold';
    float: left;
    width: 100%;
    padding: 0 15px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
header .sub_h1 {
    font-family: 'MyriadPro-BoldSemiCnIt';
    font-size: 38px;
    line-height: 46px;
    margin: 20px 0 0;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
header .btn {
    margin-top: 100px;
}
.partner_link {
    display: block;
    float: right;
    width: 30px;
    margin: 17px 0 0 17px;
}
.partner_link img {
    max-width: 100%;
}

#section_about {
    background: black;
    padding: 60px 0;
}
#section_about .left {
    width: 650px;
    float: left;
}
#section_about canvas {
    float: right;
    margin: 40px 0 0;
}
#section_about .about_title {
    font-size: 36px;
    line-height: 48px;
    /*font-family: 'Tahoma-bold';*/
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}
#section_about .about_text {
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
}
#section_about .about_text p {
    margin-bottom: 20px;
}
#section_about ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#section_about ul img {
    vertical-align: middle;
    margin: 0 15px 0 0;
    max-width: 20px;
    height: auto;
}
#section_about .about_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 30px 0 0;
}
#section_about .top_icons,
#section_about .center_icons,
#section_about .bottom_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
#section_about .top_icons {
    margin: 30px 0 0;
}
#section_about .center_icons {
    margin: 60px 0;
}
#section_tariffs {
    color: black;
    z-index: 2;
    overflow: visible;
    background: #f6f6f6;
}
#section_tariffs .container {
    position: relative;
}
#section_tariffs .h2_bg_black {
    width: 870px;
    height: 156px;
    background: black;
    position: absolute;
    top: 60px;
    right: 0;
}
#section_tariffs h2 {
    margin: 117px 0 0;
    float: right;
    color: white;
    position: relative;
    font-family: 'Tahoma-bold';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
#section_tariffs .tariffs_text {
    width: 100%;
    float: right;
    text-align: justify;
    font-size: 24px;
    line-height: 30px;
    margin: 150px 0 0;
}
#section_tariffs .tariffs_text strong {
    /*font-family: 'Tahoma-bold';*/
    text-transform: uppercase;
    font-size: 34px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-weight: bold;
}
#section_tariffs .tariffs_text p {
    margin-bottom: 30px;
}
#section_tariffs .tariffs-slider {
    width: 340px;
    float: left;
    margin: 0 0 0 70px;
}
#section_tariffs .tariffs-slider .tariff_suggest_text {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
#section_tariffs .tariffs-slider .tariff_suggest_text span {
    display: block;
    /*font-family: 'Tahoma-bold';*/
    font-size: 28px;
    font-weight: bold;
}
#section_tariffs .tariffs-slider .slick-vertical .slick-slide {
    margin: 0 0 60px;
}
#section_tariffs .tariffs-slider .slick-vertical .slick-list {
    margin: 0 0 -60px;
}
#section_tariffs .tariffs-slider .slick-dots {
    position: absolute;
    top: 290px;
    left: -70px;
    list-style-type: none;
    padding: 0;
}
#section_tariffs .tariffs-slider .slick-dots button {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: black;
    padding: 0;
    border: none;
    cursor: pointer;
}
#section_tariffs .tariffs-slider .slick-dots .slick-active button {
    background: #f23e2c;
}
#section_tariffs .tariffs-slider .btn {
    margin-top: 30px;
}
#section_tariffs .red_line_tariffs_vertical {
    width: 5px;
    height: 400px;
    /*height: 0;*/
    top: 150px;
    right: -158px;
}
#section_tariffs .red_line_tariffs_horizontal {
    width: 846px;
    /*width: 0;*/
    height: 5px;
    top: 255px;
    right: -236px;
}

#section_documents {
    background: black;
    margin-top: 337px;
    padding: 204px 0 100px;
    overflow: visible;
}
#section_documents .container {
    position: relative;
}
#section_documents:before {
    content: '';
    background: #f6f6f6 url(/wp-content/themes/webfun_swift/img/bg3.png) center top no-repeat;
    position: absolute;
    top: -337px;
    height: 337px;
    width: 100%;
    left: 0;
    z-index: 1;
}
#section_documents .h2_bg_white {
    width: 630px;
    height: 156px;
    background: white;
    position: absolute;
    top: 140px;
    left: 0;
}
#section_documents h2 {
    margin: -7px 0 0;
    float: left;
    color: black;
    position: relative;
    font-family: 'Tahoma-bold';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}
#section_documents .documents-slider {
    width: 590px;
    float: right;
    margin: 0 20px 0 0;
}
#section_documents .documents-slider .document_title {
    /*font-family: 'Tahoma-bold';*/
    text-transform: uppercase;
    font-size: 34px;
    line-height: 48px;
    font-weight: bold;
}
#section_documents .documents-slider .document_subtitle {
    font-size: 16px;
    line-height: 28px;
}
#section_documents .documents-slider .document_text {
    font-size: 22px;
    line-height: 30px;
    margin: 50px 0;
    width: 65%;
}
#section_documents .documents-slider .btn {
    left: 0;
    margin-left: 6px;
}
#section_documents .document_section_text {
    width: 60%;
    float: left;
    clear: both;
    text-align: justify;
    margin: 220px 0 0;
}
#section_documents .documents-slider .slick-vertical .slick-slide {
    margin: 0 0 60px;
}
#section_documents .documents-slider .slick-vertical .slick-list {
    margin: 0 0 -60px;
}
#section_documents .documents-slider .slick-dots {
    position: absolute;
    top: 124px;
    right: 0;
    list-style-type: none;
    padding: 0;
}
#section_documents .documents-slider .slick-dots button {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: white;
    padding: 0;
    border: none;
    cursor: pointer;
}
#section_documents .documents-slider .slick-dots .slick-active button {
    background: #f23e2c;
}
#section_documents .red_line_documents_vertical {
    width: 5px;
    height: 340px;
    /*height: 0;*/
    top: 110px;
    left: -55px;
}
#section_documents .red_line_documents_horizontal {
    width: 820px;
    /*width: 100px;*/
    /*opacity: 0;*/
    height: 5px;
    top: 155px;
    left: -354px;
}

#section_clients {
    background: black;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.47);
    position: relative;
    padding: 420px 0 50px;
}
#section_clients .h2_bg_white {
    width: 630px;
    height: 156px;
    background: white;
    position: absolute;
    top: 204px;
    left: 0;
}
#section_clients h2 {
    margin: -154px 0 0;
    float: left;
    color: black;
    position: relative;
    font-family: 'Tahoma-bold';
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
#section_clients .row_clients {
    width: 100%;
    float: left;
    text-align: center;
    /*font-family: 'Tahoma-bold';*/
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
#section_clients .col_clients_3 {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}
#section_clients .row_clients p {
    margin-bottom: 0;
}
#section_clients .row_clients img {
    margin-bottom: 15px;
}
#section_clients .line {
    width: 0;
    height: 5px;
    background: #f23e2c;
    margin: 30px auto 0;
    border-radius: 3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#section_clients .col_clients_3:hover .line {
    width: 150px !important;
}

#section_offers {
    position: relative;
    background: #f6f6f6 url(/wp-content/themes/webfun_swift/img/bg4.png) left bottom no-repeat;
    min-height: 700px;
    color: black;
    padding: 150px 0 260px;
}
#section_offers .h2_bg_black {
    width: 630px;
    height: 156px;
    background: black;
    position: absolute;
    top: 110px;
    right: 0;
}
#section_offers .container {
    position: relative;
}
#section_offers h2 {
    color: white;
    font-family: 'Tahoma-bold';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 16px;
    right: 0;
    margin: 0;
    font-weight: bold;
}
#section_offers .offers {
    width: 100%;
    float: left;
}
#section_offers .offers .row {
    width: 100%;
    float: left;
}
#section_offers .offers .row + .row {
    margin-top: -50px;
}
#section_offers .offers .item {
    width: 194px;
    height: 194px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.47);
    background: white;
    text-align: center;
    float: left;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
    color: black;
}
#section_offers .offers .item .item_inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#section_offers .offers .item:hover {
    background: black;
    color: white;
}
#section_offers .offers .row1 .item1 {
    margin-left: 323px;
}
#section_offers .offers .row2 .item1,
#section_offers .offers .row4 .item1 {
    margin-left: 182px;
}
#section_offers .offers .row3 .item1,
#section_offers .offers .row5 .item1 {
    margin-left: 323px;
}
#section_offers .offers .row .item + .item {
    margin-left: 90px;
}
#section_offers .offers img {
    max-height: 60px;
    max-width: 110px;
    display: block;
    margin: 0 auto 10px;
}
#section_offers .offers span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
#section_text {
    background: black;
    padding: 60px 0 120px;
    font-size: 22px;
    line-height: 26px;
    overflow: visible;
    text-align: justify;
}
#section_text a {
    color: #f23e2c;
}
#section_text .container {
    position: relative;
}
#section_text p {
    margin-bottom: 25px;
}
#section_text .btn_transparent {
    float: none; 
    left: 0; 
    margin-left: 0; 
}
#section_text .hidden_text {
    display: none;
}
#section_text .red_line_text_vertical {
    width: 5px;
    height: 330px;
    /*height: 0;*/
    bottom: -70px;
    right: -120px;
}
#section_text .red_line_text_horizontal {
    width: 840px;
    /*width: 100px;*/
    /*opacity: 0;*/
    height: 5px;
    bottom: 30px;
    right: -200px;
}
#section_text .red_line_text_img {
    top: -380px;
    left: -200px;
    position: absolute;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section_services {
    background: #f6f6f6 url(/wp-content/themes/webfun_swift/img/bg5.png) left top no-repeat;
    min-height: 950px;
    padding: 200px 0 160px;
}
#section_services .h2_bg_black {
    width: 630px;
    height: 156px;
    background: black;
    position: absolute;
    top: 110px;
    right: 0;
}
#section_services h2 {
    color: white;
    font-family: 'Tahoma-bold';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: -33px;
    right: 0;
    margin: 0;
    font-weight: bold;
}
#section_services .container {
    position: relative;
}
#section_services .services {
    width: 100%;
    float: left;
    color: black;
}
#section_services .services .row {
    width: 100%;
    float: left;
}
#section_services .services .row + .row {
    margin-top: -50px;
}
#section_services .services .item {
    width: 194px;
    height: 194px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.47);
    background: white;
    text-align: center;
    float: left;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
    color: black;
}
#section_services .services .item .item_inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#section_services .services .item:hover,
#section_services .services .row2 .item1 {
    background: black;
    color: white;
}
#section_services .services .row2 .item1:hover {
    background: white;
    color: black;
}
#section_services .services .row2 .item1,
#section_services .services .row4 .item1,
#section_services .services .row6 .item1 {
    margin-left: 40px;
}
#section_services .services .row1 .item1,
#section_services .services .row3 .item1,
#section_services .services .row5 .item1,
#section_services .services .row7 .item1 {
    margin-left: 180px;
}
#section_services .services .row .item + .item {
    margin-left: 90px;
}
#section_services .services img {
    width: auto;
    max-height: 60px;
    max-width: 110px;
    display: block;
    margin: 0 auto 10px;
}
#section_services .services span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}
#section_services .red_line_services_rotate {
    width: 1150px;
    /*width: 100px;*/
    /*opacity: 0;*/
    height: 5px;
    bottom: -330px;
    left: -804px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#section_reports {
    background: black;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.47);
    padding: 400px 0 125px;
}
#section_reports .container {
    position: relative;
}
#section_reports .report-slider {
    width: 100%;
    float: left;
}
#section_reports .report-slider .report-slider__slider-for {
    width: 1050px;
    margin: 0 auto;
}
#section_reports .report-slider .slick-slide a {
    width: 278px;
    height: 95px;
    border: 3px solid white;
    color: white;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0 10px;
    margin-bottom: 55px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#section_reports .report-slider .slick-slide a:hover {
    border: 3px solid #f23e2c;
    background: #f23e2c;
}
#section_reports .report-slider .slick-slide a:nth-child(3n + 1) {
    clear: left;
}
#section_reports .report-slider .slick-slide a:nth-child(3n - 1),
#section_reports .report-slider .slick-slide a:nth-child(3n) {
    margin-left: 100px;
}
#section_reports .report-slider .report-slider__slider-nav {
    position: absolute;
    top: -118px;
    text-align: right;
    right: 0;
    width: 65px;
}
#section_reports .report-slider .report-slider__slider-nav .slick-slide {
    width: 65px;
    height: 25px;
    line-height: 21px;
    cursor: pointer;
    border-left: 3px solid white;
    font-size: 22px;
    margin-bottom: 10px;
    outline: none !important;
}
#section_reports .report-slider .report-slider__slider-nav .slick-current {
    color: #f23e2c;
    border-left: 3px solid #f23e2c;
}
#section_reports .h2_bg_white {
    width: 630px;
    height: 156px;
    background: white;
    position: absolute;
    top: 125px;
    left: 0;
}
#section_reports h2 {
    margin: 0;
    color: black;
    position: relative;
    font-family: 'Tahoma-bold';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    position: absolute;
    top: -216px;
    left: 0;
    font-weight: bold;
}

#section_contacts {
    min-height: 500px;
    color: black;
    padding: 150px 0;
    background: #f6f6f6;
}
#section_contacts .h2_bg_black {
    width: 630px;
    height: 156px;
    background: black;
    position: absolute;
    top: 110px;
    right: 0;
}
#section_contacts h2 {
    color: white;
    font-family: 'Tahoma-bold';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
    font-weight: bold;
}
#section_contacts .container {
    position: relative;
}
#section_contacts .contact_item .title {
    /*font-family: 'Tahoma-bold';*/
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 22px;
    font-weight: bold;
}
#section_contacts .contact_item .line_title1 {
    width: 150px;
    height: 5px;
    background: #f23e2c;
    margin: 0 0 22px;
}
#section_contacts .contact_item .contact_text {
    font-size: 22px;
    line-height: 30px;
}
#section_contacts .contact_item .contact_text strong {
    /*font-family: 'Tahoma-bold';*/
    font-weight: bold;
}
#section_contacts .contact_item .contact_text p {
    margin-bottom: 5px;
}
/*#section_contacts .company_text {
    width: 490px;
    float: left;
    margin: 220px 0 0;
}
#section_contacts .address_text {
    width: 490px;
    float: right;
    margin: 420px 120px 0 0;
}
#section_contacts .work_time_text {
    width: 490px;
    float: left;
    margin: 130px 0 0;
}*/
#section_contacts .contact_item {
    width: 55%;
    border: 3px solid #f23e2c;
    padding: 30px;
    border-radius: 7px;
    position: relative;
    box-shadow: 3px 3px 10px grey;
}
#section_contacts .contact_item a {
    /*color: blue;*/
    color: #f23e2c;
    text-decoration: none;
}
#section_contacts .contact_item .fa,
#section_contacts .contact_item .fas {
    color: #f23e2c;
}
#section_contacts .contact_item a:hover {
    text-decoration: underline;
}
#section_contacts .contact_item + .contact_item {
    margin-top: 60px;
}
#section_contacts .contact_item_left {
    float: left;
}
#section_contacts .contact_item_right {
    float: right;
}
#section_contacts .contact_item .title_wrapper {
    margin: 0;
    position: absolute;
    top: -20px;
    text-align: center;
    left: 50%;
}
#section_contacts .contact_item .title {
    background: #F6F6F6;
    padding: 0 20px;
    margin: 0;
    left: -50%;
    position: relative;
    white-space: nowrap;
}

#section_contacts1, #section_contacts2 {
    min-height: 0;
    overflow: visible;
}
#section_contacts1 .container, #section_contacts2 .container {
    position: relative;
    left: 50%;
    margin-left: -600px;
    float: left;
}
#section_contacts1 .red_line_reports_vertical {
    width: 5px;
    height: 330px;
    /*height: 0;*/
    top: -150px;
    left: -160px;
}
#section_contacts1 .red_line_reports_horizontal {
    width: 840px;
    /*width: 100px;*/
    /*opacity: 0;*/
    height: 5px;
    top: -55px;
    left: -240px;
}

#section_contacts2 .red_line_reports_vertical {
    width: 5px;
    height: 330px;
    /*height: 0;*/
    top: -360px;
    right: 0;
}
#section_contacts2 .red_line_reports_horizontal {
    width: 840px;
    /*width: 100px;*/
    /*opacity: 0;*/
    height: 5px;
    top: -130px;
    right: -73px;
}

footer {
    width: 100%;
    float: left;
    background: black;
    height: 104px;
    line-height: 104px;
    color: white;
    font-size: 16px;
}
footer span {
    margin-left: 10px;
}
.footer .container > div {
    display: inline-block;
}
.footer .container > div + div {
    margin-left: 80px;
}
.footer_map a,
.footer_curse a,
.footer_cash a {
    color: white;
    text-decoration: none;
    position: relative;
}
.footer_map a:after,
.footer_curse a:after,
.footer_cash a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    border-bottom: 1px solid #f23e2c;
    width: 0;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.footer_map a:hover:after,
.footer_curse a:hover:after,
.footer_cash a:hover:after {
    width: 100%;
}
.footer_cards {
    float: right;
}
.footer_cards a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.footer_cards .visa_icon {
    background-image: url(/wp-content/themes/webfun_swift/img/i_visa.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    width: 100px;
    height: 25px;
    vertical-align: middle;
}
.footer_cards .mastercard_icon {
    background-image: url(/wp-content/themes/webfun_swift/img/i_mastercard.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    width: 50px;
    height: 25px;
    vertical-align: middle;
}
.footer_cards .comodo_icon {
    background-image: url(/wp-content/themes/webfun_swift/img/i_comodo.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    width: 70px;
    height: 40px;
    vertical-align: middle;
}
.footer_cards .visa_icon:hover {
    background-position: left -25px;
}
.footer_cards .mastercard_icon:hover {
    background-position: left -25px;
}
.footer_cards .comodo_icon:hover {
    background-position: left -40px;
}
.footer .first_footer {
    line-height: 24px;
    position: relative;
    top: 12px;
}
.page_up {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}
.page_up:hover {
    background: black;
}
.documents-items {
    width: 30%;
    float: right;
    /*background: white;*/
    padding: 15px;
    margin-top: 60px;
}
.documents_item_title {
    text-align: center;
    color: #f23e2c;
    width: 100%;
    float: left;
    line-height: 25px;
    margin: 0 0 13px;
}
.documents_item_hidden {
    width: 100%;
    float: left;
    display: none;
}
.documents-items .documents_item {
    width: 100%;
    float: left;
}
.documents-items .documents_item + .documents_item {
    margin-top: 30px;
}
.documents_item_link {
    width: 100%;
    float: left;
    line-height: 16px;
    margin: 15px 0 0;
}
.documents_item_link a {
    color: white;
    /*text-decoration: none;*/
    font-size: 14px;
}
.documents-items .btn_transparent:hover:after {
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 960px;
    }
    header .header_top {
        position: relative;
    }
    header .header_top .mobile_nav {
        display: block;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        float: right;
        margin: 17px 0 0;
    }
    header .header_top .mobile_nav.mobile_nav_close {
        z-index: 2;
        position: fixed;
        right: 18px;
        top: 39px;
        margin: 0;
        height: 38px;
    }
    header .header_top .mobile_nav_line {
        width: 24px;
        height: 2px;
        background: white;
        margin: 7px 10px;
        display: block;
    }
    header .header_top .mobile_nav_close .mobile_nav_line:nth-child(2) {
        display: none;
    }
    header .header_top .mobile_nav_close .mobile_nav_line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
        position: relative;
    }
    header .header_top .mobile_nav_close .mobile_nav_line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header .header_top .menu {
        /*margin: 17px 50px 0 0;
        position: absolute;
        top: 0;
        right: 0;
        background: black;
        padding: 8px 0;*/
        display: none;

        width: 100vw;
        height: 100vh;
        margin: 0;
        top: 0;
        left: 0;
        overflow: auto;
        position: fixed;
        z-index: 1;
        background: black;
        padding: 30px;
    }
    header .header_top .menu li {
        float: none;
    }
    header .header_top .menu li + li {
        margin: 0;
    }
    header .header_top .menu li a {
        /*line-height: 34px;*/
        /*padding: 0 25px;*/
        padding: 0;
        line-height: 45px;
        font-size: 18px;
        display: block;
        color: white;
    }
    header .header_top .menu li a:hover:after {
        display: none;
    }
    #section_about .left {
        width: 100%;
    }
    #section_about canvas {
        width: 510px;
        right: 50%;
        position: relative;
        margin: 70px -255px 0 0;
    }
    .section .h2_bg {
        width: 800px !important;
    }
    #section_tariffs {
        padding: 0 0 60px;
    }
    #section_tariffs .tariffs_text {
        width: 100%;
        margin: 60px 0 0;
    }
    #section_tariffs .tariffs-slider {
        margin: 0 0 0 170px;
    }
    .red_line {
        display: none !important;
    }
    #section_offers .offers .row1 .item1 {
        margin-left: 324px;
    }
    #section_text {
        padding: 150px 0 70px;
    }
    #section_services .services .row2 .item:nth-child(3),
    #section_services .services .row6 .item:nth-child(3) {
        clear: left;
        margin-left: 182px;
    }
    #section_services .services .row4 .item:nth-child(3) {
        clear: left;
        margin-left: 40px;
    }
    #section_services .services .row2 .item:nth-child(3),
    #section_services .services .row2 .item:nth-child(4),
    #section_services .services .row4 .item:nth-child(3),
    #section_services .services .row4 .item:nth-child(4),
    #section_services .services .row6 .item:nth-child(3),
    #section_services .services .row6 .item:nth-child(4) {
        margin-top: -50px;
    }
    #section_services .services .row3 .item1,
    #section_services .services .row7 .item1 {
        margin-left: 40px;
    }
    #section_services .services .row4 .item1 {
        margin-left: 182px;
    }

    #section_offers .offers .row2 .item:nth-child(3),
    #section_offers .offers .row4 .item:nth-child(3) {
        clear: left;
        margin-left: 324px;
        margin-top: -50px;
    }
    #section_offers .offers .row3 .item1,
    #section_offers .offers .row5 .item1 {
        margin-left: 182px;
    }
    #section_offers .offers .row3 .item:nth-child(3),
    #section_offers .offers .row5 .item:nth-child(3) {
        clear: left;
        margin-left: 324px;
    }
    #section_offers .offers .row3 .item:nth-child(3),
    #section_offers .offers .row3 .item:nth-child(4),
    #section_offers .offers .row5 .item:nth-child(3),
    #section_offers .offers .row5 .item:nth-child(4) {
        margin-top: -50px;
    }

    #section_reports .report-slider .report-slider__slider-for {
        width: 90%;
        margin: 0;
    }
    #section_reports .report-slider .slick-slide a:nth-child(3n - 1),
    #section_reports .report-slider .slick-slide a:nth-child(3n) {
        margin-left: 13px;
    }
    #section_offers .offers .row1 .item:last-child {
        position: absolute;
        top: 290px;
        left: 520px;
    }
    #section_offers {
        padding: 150px 0 120px;
    }
}
@media only screen and (max-width: 991px) {
    .container {
        width: 740px;
    }
    header {
        height: auto;
        float: left;
    }
    header h1 {
        margin: 150px 0 0;
    }
    header .btn {
        display: none;
    }
    header .header_top .logo img {
        filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        opacity:1;
    }
    header .header_top .logo .logo_text {
        color: white;
    }
    header .header_bg {
        background-size: contain !important;
    }
    header h1 {
        margin: 100px 0 0;
    }
    header .sub_h1 {
        margin: 20px 0 100px;
        padding: 0;
    }
    #section_about {
        padding: 10px 0 60px;
        background: black;
        box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.47);
    }
    #section_about canvas {
        display: none;
    }
    .section .h2_bg {
        display: none !important;
    }
    h2 {
        font-size: 40px !important;
        line-height: 46px !important;
        position: relative !important;
        float: left !important;
        width: 100% !important;
        text-align: center !important;
        margin: 30px 0 60px !important;
    }
    h2:before {
        content: '';
        width: 100px;
        height: 3px;
        border-radius: 3px;
        background: #f23e2c;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin: 0 0 0 -50px;
    }
    #section_tariffs {
        margin-top: 0;
        padding: 30px 0;
    }
    #section_tariffs h2 {
        color: black;
    }
    #section_tariffs .tariffs-slider {
        margin: 0 0 0 -170px;
        left: 50%;
        position: relative;
    }
    #section_documents {
        margin-top: 150px;
        padding: 0px 0 40px;
    }
    #section_documents h2 {
        color: white;
    }
    #section_documents:before {
        background: #f6f6f6 url(/wp-content/themes/webfun_swift/img/bg3.png) center top no-repeat;
        background-size: 100% 100%;
        top: -200px;
        height: 200px;
    }
    #section_documents .documents-slider {
        width: 100%;
        float: left;
    }
    #section_clients {
        padding: 0 0 50px;
        z-index: 1;
    }
    #section_clients h2 {
        color: white;
    }
    #section_offers {
        padding: 30px 0 100px;
    }
    #section_offers h2 {
        color: black;
    }
    #section_offers .offers {
        margin: 40px 0 0;
    }
    #section_offers .offers .item {
        position: relative;
    }
    #section_offers .offers .row1 .item1 {
        margin-left: -97px;
        left: 50%;
    }
    #section_offers .offers .row2 .item1,
    #section_offers .offers .row4 .item1 {
        margin-left: 131px;
    }
    #section_offers .offers .row2 .item:nth-child(3),
    #section_offers .offers .row4 .item:nth-child(3),
    #section_offers .offers .row3 .item:nth-child(3),
    #section_offers .offers .row5 .item:nth-child(3) {
        margin-left: -97px;
        left: 50%;
    }
    #section_offers .offers .row3 .item1,
    #section_offers .offers .row5 .item1 {
        margin-left: 131px;
    }
    #section_offers .offers .row3 .item:nth-child(4) {
        margin-left: -97px;
        left: 50%;
        clear: both;
        margin-top: 90px;
    }
    #section_offers .offers .row5 .item:nth-child(4) {
        margin-left: 131px;
        clear: left;
    }
    #section_text {
        padding: 80px 0 60px;
    }
    #section_services h2 {
        color: black;
    }
    #section_services {
        padding: 90px 0 110px;
    }
    #section_services .services .row3 .item:nth-child(3),
    #section_services .services .row4 .item:nth-child(3),
    #section_services .services .row5 .item:nth-child(3),
    #section_services .services .row7 .item:nth-child(3) {
        margin-left: 182px;
        margin-top: -50px;
    }
    #section_services .services .row4 .item1,
    #section_services .services .row5 .item1 {
        margin-left: 40px;
    }
    #section_reports {
        padding: 40px 0;
    }
    #section_reports h2 {
        color: white;
        top: 0;
    }
    #section_reports .report-slider .slick-slide a {
        width: 30%;
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #section_reports .report-slider .slick-slide a:nth-child(3n - 1),
    #section_reports .report-slider .slick-slide a:nth-child(3n) {
        margin-left: 5%;
    }
    #section_reports .report-slider .report-slider__slider-for {
        width: 84%;
    }
    #section_reports .report-slider .report-slider__slider-nav {
        top: 135px;
    }
    #section_contacts1, #section_contacts2 {
        display: none;
    }
    #section_contacts {
        min-height: 100px;
        padding: 30px 0 60px;
    }
    #section_contacts h2 {
        color: black;
        top: 0;
    }
    #section_contacts .contact_item {
        margin: 30px 0 0;
        width: 100%;
    }
    #section_contacts .contact_item .title {
        font-size: 30px;
        margin: 0 0 10px;
    }
    #section_contacts .contact_item .line_title1 {
        height: 1px;
    }
    footer {
        text-align: center;
    }
    .footer .container > div + div {
        margin-left: 110px;
    }
    #section_offers .offers .row1 .item:last-child {
        top: -40px;
        position: relative;
        left: 330px;
    }
    #section_documents .document_section_text {
        width: 100%;
        margin: 0;
    }
    .documents-items {
        width: 100%;
    }
    .documents_item_link a {
        font-size: 16px;
    }
    .documents_item_link {
        line-height: 18px;
    }
}
@media only screen and (max-width: 767px) {
    header .container {
        width: 450px;
    }
    .section {
        left: 0;
        margin: 0;
        width: 100%;
    }
    .section .container,
    footer .container {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    header h1 {
        font-size: 32px;
    }
    header .sub_h1 {
        font-size: 26px;
        line-height: 34px;
    }
    #section_about {
        margin-top: -30px;
    }
    h2 {
        font-size: 26px !important;
        line-height: 34px !important;
    }
    #section_tariffs .tariffs_text strong {
        font-size: 26px;
        line-height: 34px;
        position: relative;
    }
    #section_tariffs .tariffs_text strong:before {
        content: '';
        width: 100px;
        height: 3px;
        border-radius: 3px;
        background: #f23e2c;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin: 0 0 0 -50px;
    }
    #section_about .about_text {
        font-size: 20px;
        line-height: 30px;
    }
    #section_about ul {
        font-size: 17px;
        line-height: 24px;
    }
    #section_about ul li {
        margin: 2px 0;
    }
    #section_tariffs .tariffs-slider .tariff_suggest_text {
        font-size: 20px;
        line-height: 30px;
    }
    #section_tariffs .tariffs-slider .tariff_suggest_text span {
        font-size: 20px;
    }
    #section_tariffs .tariffs-slider {
        width: 300px;
        margin: 0 0 0 -150px;
    }
    #section_tariffs .tariffs_text {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    #section_documents:before {
        top: -100px;
        height: 100px;
    }
    #section_documents {
        margin-top: 90px;
        z-index: 3;
    }
    #section_documents .documents-slider .document_title {
        font-size: 22px;
        line-height: 33px;
    }
    #section_documents .documents-slider .document_text {
        font-size: 20px;
        line-height: 30px;
        margin: 30px 0;
        width: 85%;
    }
    #section_documents .documents-slider .slick-dots {
        top: 20px;
    }
    #section_documents .document_section_text {
        line-height: 30px;
    }
    #section_about .about_text p {
        margin-bottom: 10px;
    }
    #section_clients .col_clients_3 {
        width: 100%;
        padding: 0;
    }
    #section_clients .line {
        width: 50px;
        height: 2px;
        margin: 30px auto;
    }
    #section_offers {
        background: #f6f6f6;
        padding: 30px 0 0px;
    }
    #section_offers .offers .item,
    #section_services .services .item {
        margin-left: -97px !important;
        left: 50% !important;
        clear: both !important;
        margin-top: 0px !important;
        margin-bottom: 90px !important;
    }
    #section_offers .offers .row + .row,
    #section_services .services .row + .row {
        margin-top: 0;
    }
    #section_offers .offers .item,
    #section_services .services .item {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.47);
    }
    #section_text {
        font-size: 20px;
        line-height: 30px;
        box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.47);
        z-index: 1;
    }
    #section_services {
        background: #f6f6f6;
        padding: 60px 0 30px;
    }
    #section_services .services .item {
        position: relative;
    }
    #section_reports .report-slider .slick-slide a {
        width: 45%;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    #section_reports .report-slider .slick-slide a:nth-child(2n) {
        float: left;
        margin-left: 15px;
    }
    #section_reports .report-slider .slick-slide a:nth-child(2n + 1) {
        clear: left;
        margin-left: 0;
    }
    #section_reports .report-slider .slick-slide a:nth-child(3n + 1) {
        clear: none;
    }
    #section_reports .report-slider .report-slider__slider-for {
        width: 82%;
    }
    #section_reports .report-slider .report-slider__slider-nav {
        right: 15px;
    }
    #section_contacts .company_text {
        margin: 0;
    }
    #section_contacts .contact_item .title {
        font-size: 22px;
    }
    #section_contacts .contact_item .contact_text {
        font-size: 18px;
        line-height: 26px;
    }
    footer {
        line-height: 30px;
        padding: 15px 0;
        height: auto;
    }
    .footer .container > div {
        display: inline-block;
        float: left;
        margin: 0 !important;
        clear: both;
        text-align: center;
        width: 100%;
    }
    #section_offers .offers .row1 .item:last-child {
        top: 0;
    }
    #section_about .top_icons, #section_about .center_icons, #section_about .bottom_icons {
        flex-wrap: wrap;
    }
    #section_about .center_icons {
        margin: 0;
    }
    #section_about .top_icons img, #section_about .center_icons img, #section_about .bottom_icons img {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 480px) {
    header .container {
        width: 300px;
    }
    header .header_top .logo img {
        margin: 0 10px 0 0;
    }
    header .sub_h1 {
        font-size: 22px;
        line-height: 25px;
    }
    #section_tariffs {
        padding: 30px 0 0;
    }
    #section_tariffs .tariffs-slider {
        width: 250px;
        margin: 0 0 0 -125px;
    }
    #section_tariffs .tariffs-slider .btn {
        width: 240px;
        margin-left: -120px;
    }
    #section_tariffs .tariffs-slider .btn button {
        width: 240px;
    }
    #section_tariffs .tariffs-slider .slick-dots {
        left: -25px;
        top: 250px;
    }
    #section_tariffs .tariffs-slider .slick-dots button,
    #section_documents .documents-slider .slick-dots button {
        margin-bottom: 10px;
    }
    #section_documents .documents-slider .slick-vertical .slick-list {
        margin: 0;
        width: 90%;
    }
    #section_documents .documents-slider .btn,
    #section_text .btn_transparent {
        width: 240px;
    }
    #section_documents .document_section_text {
        margin: 30px 0 0;
    }
    #section_reports .report-slider .slick-slide a {
        width: 100%;
        margin-left: 0 !important;
    }
    #section_reports .report-slider .report-slider__slider-for {
        width: 73%;
    }
    footer {
        font-size: 14px;
    }
    .open-lang {
        display: none;
        z-index: 2;
        position: fixed;
        top: 90px;
        left: 60%;
        margin: 0;
        font-size: 15px;
        line-height: 15px;
    }
    .partner_link {
        display: none;
    }
    header .header_top .menu {
        padding: 30px 15px;
    }
    header .header_top .menu:before {
        content: '';
        position: absolute;
        top: 7%;
        left: 50%;
        width: 1px;
        height: 86%;
        background: #424242;
    }
    header .header_top .menu li a {
        font-size: 15px;
    }
    header .header_top .menu li {
        width: 50%;
    }
    .header .language {
        z-index: 3;
        left: 60%;
        top: 50px;
    }
    .partner_link {
        z-index: 3;
        position: fixed;
        margin: 0;
        top: 40px;
        left: 60%;
    }
    #section_about .about_text {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
    }
    #section_about .center_icons img {
        width: 290px;
        height: 110px;
    }
    #section_tariffs .tariffs_text {
        margin: 0;
        font-size: 18px;
        line-height: 26px;
    }
    #section_tariffs .tariffs_text p, #section_text p {
        margin-bottom: 10px;
    }
    #section_documents .document_section_text {
        font-size: 18px;
        line-height: 26px;
        margin: 0;
        text-align: left;
    }
    #section_text {
        font-size: 18px;
        line-height: 26px;
        padding: 30px 0 60px;
        text-align: left;
    }
    #section_text h2 {
        font-family: 'Tahoma-bold';
        text-transform: uppercase;
    }
    #section_text .btn_transparent {
        margin-top: 40px;
    }
    #section_contacts .contact_item .contact_text p {
        text-align: center;
    }
    .footer .container > div.footer_map {
        margin: 20px 0 0 !important;
    }
    .footer .container > div.footer_curse {
        margin: 0 0 10px !important;
    }
    #section_about .about_icons {
        display: block;
        float: left;
        margin: 0;
    }
    #section_about .top_icons, #section_about .center_icons, #section_about .bottom_icons {
        display: block;
        float: left;
        text-align: center;
    }
    #section_about .top_icons img, #section_about .center_icons img, #section_about .bottom_icons img {
        clear: both;
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}