/*!
Theme Name: fucys
Theme URI: http://webgo.uz/
Author: WebGO
Author URI: http://webgo.uz/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fucys
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    vertical-align: middle;
}

:root {
    --blue-color: rgba(0, 94, 157, 1);
    --grey-color: rgba(85, 85, 85, 1);
    --grey-light-color: rgba(147, 147, 147, 1);
    --bg-grey-color: rgba(248, 244, 245, 1)
}

.header__fix {
    height: 72px;
    width: 100%
}

.header {
    z-index: 9999;
    background: #fff;
    position: fixed
}

.header.scroll {
    background-color: rgba(230, 230, 230, .9)
}

.header.scroll .header__bg_img_one {
    top: -210px
}

.header.scroll .header__bg_img_two {
    top: -500px;
    right: -900px
}

.header.scroll .header__menu__wrapper__list a {
    padding: calc(12px + .58vw) calc(12px + 1.04vw)
}

.header .header__where_to_buy {
    position: absolute;
    z-index: 1;
    top: 270px;
    right: 0px
}

.header .header__where_to_buy a {
    position: sticky;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    overflow: hidden;
    background-color: #e99918
}

.header .header__where_to_buy a:after,
.header .header__where_to_buy a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

.header .header__where_to_buy a:before {
    z-index: -2;
    top: 0;
    right: 0;
    transform: translateY(100%);
    background-color: var(--blue-color)
}

.header .header__where_to_buy a:after {
    z-index: -1;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff
}

.header .header__where_to_buy a:hover:before {
    transform: translateY(0)
}

.header .header__where_to_buy a:hover:after {
    left: 0;
    width: 100%
}

.header .header__where_to_buy span {
    position: relative;
    z-index: 1;
    display: block;
    transition: all .2s linear
}

.header .header__where_to_buy .text_big {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.header .header__where_to_buy .text_small {
    font-size: 14px;
    text-transform: lowercase
}

@keyframes rotate {
    100% {
        transform: rotateY(360deg)
    }
}

.header:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--blue-color)
}

.header .header__bg_img_one {
    position: absolute;
    z-index: -1;
    top: -250px;
    left: -455px;
    transform: scale(.6);
    transition: all .3s linear
}

.header .header__bg_img_two {
    position: absolute;
    z-index: -1;
    top: -390px;
    right: -510px;
    transform: scale(1);
    transition: all .3s linear
}

.header.menu_open .header__menu__mobile {
    color: var(--blue-color)
}

.header.menu_open .header__menu__mobile .line_wrapper .line:after {
    left: 0;
    width: 100%
}

.header.menu_open .header__menu__mobile .line_wrapper .line:nth-child(2) {
    width: 35px
}

.header.menu_open .header__menu__mobile .line_wrapper .line:nth-child(3) {
    width: 30px
}

.header.menu_open .header__menu__mobile:after {
    bottom: 0
}

.header.menu_open .header__menu__wrapper {
    right: 0;
    opacity: 1;
    visibility: visible
}

.header .header__logo {
    display: flex;
    flex: 1 1 150px;
    padding-right: 15px;
    transition: all .2s ease-in-out
}

.header .header__logo__link {
    height: 100%;
    display: flex;
    align-items: center
}

.header .header__menu__mobile {
    position: relative;
    z-index: 10;
    padding: 25px 18px;
    cursor: pointer;
    color: var(--grey-color);
    overflow: hidden;
    display: none;
    transition: all .2s ease-in-out
}

.header .header__menu__mobile:hover {
    color: var(--blue-color)
}

.header .header__menu__mobile:hover .line_wrapper .line:after {
    left: 0;
    width: 100%
}

.header .header__menu__mobile:hover:after {
    bottom: 0
}

.header .header__menu__mobile:after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .2s ease-in-out
}

.header .header__menu__mobile .header__menu__mobile__title {
    font-size: calc(18px + .21vw);
    margin-right: 10px
}

.header .header__menu__mobile .line_wrapper {
    position: relative;
    z-index: 5;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all .2s ease-in-out
}

.header .header__menu__mobile .line_wrapper .line {
    position: relative;
    z-index: 1;
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--grey-color);
    transition: all .2s ease-in-out
}

.header .header__menu__mobile .line_wrapper .line:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--blue-color);
    transition: all .2s ease-in-out
}

.header .header__menu__mobile .line_wrapper .line:nth-child(2) {
    margin-top: 8px;
    transition-delay: 0.2s
}

.header .header__menu__mobile .line_wrapper .line:nth-child(2):after {
    transition-delay: 0.2s
}

.header .header__menu__mobile .line_wrapper .line:nth-child(3) {
    margin-top: 8px;
    transition-delay: 0.1s
}

.header .header__menu__mobile .line_wrapper .line:nth-child(3):after {
    transition-delay: 0.1s
}

.header .header__menu__wrapper {
    flex: 1 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: all .8s ease
}

.header .header__menu__wrapper__list {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.header .header__menu__wrapper__list:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 30%;
    width: 1px;
    height: 40%;
    background-color: var(--grey-color);
    transition: all .2s ease-in-out
}

.header .header__menu__wrapper__list .menu-item:hover a {
    color: var(--blue-color)
}

.header .header__menu__wrapper__list .menu-item:hover a:hover:before {
    left: 0;
    width: 100%
}

.header .header__menu__wrapper__list .menu-item:hover a:after {
    bottom: 0
}

.header .header__menu__wrapper__list .menu-item:hover .sub-menu a {
    color: var(--grey-color)
}

.header .header__menu__wrapper__list .menu-item:hover .sub-menu a:before {
    left: 50%;
    width: 0
}

.header .header__menu__wrapper__list .menu-item:hover .sub-menu a:after {
    bottom: -100%
}

.header .header__menu__wrapper__list .menu-item:hover .sub-menu a:hover {
    color: var(--blue-color)
}

.header .header__menu__wrapper__list .menu-item:hover .sub-menu a:hover:before {
    left: 0;
    width: 100%
}

.header .header__menu__wrapper__list .menu-item:hover .sub-menu a:hover:after {
    bottom: 0
}

.header .header__menu__wrapper__list .current_page_item a {
    color: var(--blue-color)
}

.header .header__menu__wrapper__list .current_page_item a:before {
    left: 0;
    width: 100%
}

.header .header__menu__wrapper__list .current_page_item a:after {
    bottom: 0
}

.header .header__menu__wrapper__list .current_page_item.menu-item-has-children .sub-menu a {
    color: var(--grey-color)
}

.header .header__menu__wrapper__list .current_page_item.menu-item-has-children .sub-menu a:before {
    left: 50%;
    width: 0
}

.header .header__menu__wrapper__list .current_page_item.menu-item-has-children .sub-menu a:after {
    bottom: -100%
}

.header .header__menu__wrapper__list .current_page_item.menu-item-has-children .sub-menu a:hover:before {
    left: 0;
    width: 100%
}

.header .header__menu__wrapper__list .current_page_item.menu-item-has-children .sub-menu a:hover:after {
    bottom: 0
}

.header .header__menu__wrapper__list a {
    position: relative;
    z-index: 1;
    padding: calc(15px + .58vw) calc(15px + 1.04vw);
    line-height: calc(19px + .31vw);
    font-size: calc(14px + .31vw);
    font-weight: 300;
    display: block;
    color: var(--grey-color);
    transition: all .2s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase
}

.header .header__menu__wrapper__list a:after,
.header .header__menu__wrapper__list a:before {
    content: '';
    position: absolute;
    transition: all .2s ease-in-out
}

.header .header__menu__wrapper__list a:before {
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--blue-color)
}

.header .header__menu__wrapper__list a:after {
    z-index: -2;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.header .header__menu__wrapper__list .menu-item-has-children {
    position: relative;
    z-index: 1
}

.header .header__menu__wrapper__list .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.header .header__menu__wrapper__list .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
    transition: all .2s ease-in-out;
    background: #f9f9f9
}

.header .header__menu__wrapper__list .menu-item-has-children .sub-menu a {
    padding: 15px 20px;
    line-height: calc(19px + .08vw);
    font-size: calc(14px + .08vw)
}

.header .header__menu__languages {
    position: relative;
    z-index: 1;
    display: flex
}

.header .header__menu__languages:hover .lang-item {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.header .header__menu__languages:hover .lang-item a {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.header .header__menu__languages:hover .lang-item a:hover {
    color: var(--blue-color)
}

.header .header__menu__languages:hover .lang-item a:hover:before {
    left: 0;
    width: 100%
}

.header .header__menu__languages:hover .lang-item a:hover:after {
    bottom: 0
}

.header .header__menu__languages .lang-item {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    opacity: 0;
    transform: translateY(0);
    visibility: hidden;
    display: flex;
    width: 100%;
    transition: all .2s ease-in-out
}

.header .header__menu__languages .lang-item a {
    min-width: 100%;
    max-width: 100%;
    opacity: 0;
    transform: translateY(100%);
    visibility: hidden;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    width: 100%
}

.header .header__menu__languages .current-lang {
    position: relative;
    z-index: 1;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    visibility: visible
}

.header .header__menu__languages .current-lang a {
    background: 0 0
}

.header .header__menu__languages .current-lang:hover:after,
.header .header__menu__languages .current-lang:hover:before {
    background-color: var(--blue-color)
}

.header .header__menu__languages .current-lang:after,
.header .header__menu__languages .current-lang:before {
    content: '';
    position: absolute;
    z-index: 2;
    transition: all .2s ease-in-out;
    width: 10px;
    height: 1px;
    top: 50%;
    right: 3px;
    background-color: var(--grey-color)
}

.header .header__menu__languages .current-lang:before {
    right: 10px;
    transform: rotate(45deg)
}

.header .header__menu__languages .current-lang:after {
    transform: rotate(-45deg)
}

.header .header__menu__languages .current-lang a {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.header .header__menu__languages a {
    z-index: 1;
    padding: calc(15px + .58vw) calc(15px + .52vw) calc(15px + .58vw) calc(15px + .52vw);
    color: var(--grey-color);
    transition: all .2s ease-in-out
}

.header .header__menu__languages a:after,
.header .header__menu__languages a:before {
    content: '';
    position: absolute;
    transition: all .2s ease-in-out
}

.header .header__menu__languages a:before {
    z-index: -2;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--blue-color)
}

.header .header__menu__languages a:after {
    z-index: -3;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff
}

@media (max-width: 1299px) {
    .header .header__menu__wrapper__list a {
        padding: 20px 25px;
        font-size: 14px
    }

    .header .header__menu__languages .current-lang a {
        padding: calc(15px + .78vw) calc(15px + .52vw) calc(15px + .78vw) calc(15px + .52vw)
    }
}

@media (max-width: 1199px) {
    .header.menu_open .header__menu__wrapper .menu-item {
        opacity: 1;
        transform: translateX(0)
    }

    .header.menu_open .header__menu__wrapper .menu-item:nth-child(1) {
        transition: all .5s ease 730ms
    }

    .header.menu_open .header__menu__wrapper .menu-item:nth-child(2) {
        transition: all .5s ease 820ms
    }

    .header.menu_open .header__menu__wrapper .menu-item:nth-child(3) {
        transition: all .5s ease 910ms
    }

    .header.menu_open .header__menu__wrapper .menu-item:nth-child(4) {
        transition: all .5s ease 1s
    }

    .header.menu_open .header__menu__wrapper .menu-item:nth-child(5) {
        transition: all .5s ease 1.09s
    }

    .header.menu_open .header__menu__wrapper .menu-item:nth-child(6) {
        transition: all .5s ease 1.18s
    }

    .header .header__menu__mobile {
        display: flex;
        align-items: center
    }

    .header .header__menu__wrapper {
        position: fixed;
        z-index: 5;
        right: -100%;
        opacity: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        max-width: 50vw;
        min-width: 320px;
        visibility: hidden;
        text-align: left;
        background-color: rgba(255, 255, 255, .8);
        padding: 72px 0 0 0;
        overflow-x: hidden;
        overflow-y: scroll;
        flex-wrap: wrap;
        align-content: space-between
    }

    .header .header__menu__wrapper .menu-item {
        position: relative;
        transform: translateX(15px);
        width: 100%;
        opacity: 0
    }

    .header .header__menu__wrapper .menu-item a {
        padding: calc(12px + .58vw) calc(12px + 1.04vw)
    }

    .header .header__menu__wrapper .menu-item:hover a:hover {
        padding: calc(12px + .58vw) calc(25px + 1.04vw)
    }

    .header .header__menu__wrapper .menu-item:hover .sub-menu a:hover {
        padding: 20px 25px 20px 50px
    }

    .header .header__menu__wrapper__list {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .header .header__menu__wrapper__list:after {
        content: none
    }

    .header .header__menu__wrapper__list a:after {
        content: none
    }

    .header .header__menu__wrapper__list .menu-item-has-children .sub-menu {
        position: static;
        min-width: unset;
        max-width: unset;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        background-color: transparent
    }

    .header .header__menu__wrapper__list .menu-item-has-children .sub-menu a {
        padding: 20px 25px 20px 45px
    }

    .header .header__menu__languages {
        overflow: hidden;
        display: flex;
        width: 100%
    }

    .header .header__menu__languages .lang-item {
        position: static;
        z-index: 1;
        opacity: 1;
        transform: translateY(9);
        visibility: visible;
        transition: all .2s ease-in-out;
        flex: 1 1;
        display: flex;
        align-items: center
    }

    .header .header__menu__languages .lang-item.current-lang a {
        color: var(--blue-color)
    }

    .header .header__menu__languages .lang-item.current-lang a:before {
        left: 0;
        width: 100%
    }

    .header .header__menu__languages .lang-item.current-lang a:after {
        bottom: 0
    }

    .header .header__menu__languages .lang-item.current-lang:after,
    .header .header__menu__languages .lang-item.current-lang:before {
        content: none
    }

    .header .header__menu__languages .lang-item a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }
}

@media (max-width: 639px) {
    .header .wrapper {
        flex-wrap: nowrap
    }

    .header .header__menu__wrapper {
        max-width: 100%
    }

    .header .header__bg_img_two {
        display: none
    }

    .header .header__where_to_buy {
        right: 0
    }

    .header .header__where_to_buy .text_big {
        font-size: 25px;
        line-height: 25px
    }

    .header .header__where_to_buy .text_small {
        font-size: 13px
    }
}

body {
    font-family: sans-serif
}

i {
    font: normal normal normal 14px/1 FontAwesome
}

a,
article,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
    font-family: Roboto, Sans-Serif
}

a {
    text-decoration: none
}

ol li,
ul li {
    list-style: none
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: var(--blue-color)
}

body.menu_open {
    overflow: hidden
}

.page_404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.page_404 h1 {
    text-align: center;
    font-size: -webkit-calc(40px + 2.5vw);
    font-size: -moz-calc(40px + 2.5vw);
    font-size: calc(40px + 2.5vw);
    line-height: -webkit-calc(45px + 2.5vw);
    line-height: -moz-calc(45px + 2.5vw);
    line-height: calc(45px + 2.5vw);
    font-weight: 600;
    color: var(--blue-color)
}

.page_404 h1 span {
    display: block
}

article {
    font-size: 18px;
    line-height: 25px;
    color: #555
}

article h1 {
    font-size: -webkit-calc(20px + .5vw);
    font-size: -moz-calc(20px + .5vw);
    font-size: calc(20px + .5vw);
    line-height: -webkit-calc(25px + .5vw);
    line-height: -moz-calc(25px + .5vw);
    line-height: calc(25px + .5vw);
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

article h2 {
    font-size: -webkit-calc(20px + .4vw);
    font-size: -moz-calc(20px + .4vw);
    font-size: calc(20px + .4vw);
    line-height: -webkit-calc(25px + .4vw);
    line-height: -moz-calc(25px + .4vw);
    line-height: calc(25px + .4vw);
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

article h3 {
    font-size: -webkit-calc(20px + .3vw);
    font-size: -moz-calc(20px + .3vw);
    font-size: calc(20px + .3vw);
    line-height: -webkit-calc(25px + .3vw);
    line-height: -moz-calc(25px + .3vw);
    line-height: calc(25px + .3vw);
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

article h4 {
    font-size: -webkit-calc(20px + .2vw);
    font-size: -moz-calc(20px + .2vw);
    font-size: calc(20px + .2vw);
    line-height: -webkit-calc(25px + .2vw);
    line-height: -moz-calc(25px + .2vw);
    line-height: calc(25px + .2vw);
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

article h5 {
    font-size: -webkit-calc(20px + .1vw);
    font-size: -moz-calc(20px + .1vw);
    font-size: calc(20px + .1vw);
    line-height: -webkit-calc(25px + .1vw);
    line-height: -moz-calc(25px + .1vw);
    line-height: calc(25px + .1vw);
    font-weight: 600;
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

article h6 {
    font-size: -webkit-calc(16px + .1vw);
    font-size: -moz-calc(16px + .1vw);
    font-size: calc(16px + .1vw);
    line-height: -webkit-calc(21px + .1vw);
    line-height: -moz-calc(21px + .1vw);
    line-height: calc(21px + .1vw);
    font-weight: 600;
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

article strong {
    font-size: -webkit-calc(20px + .2vw);
    font-size: -moz-calc(20px + .2vw);
    font-size: calc(20px + .2vw);
    line-height: -webkit-calc(25px + .2vw);
    line-height: -moz-calc(25px + .2vw);
    line-height: calc(25px + .2vw);
    font-weight: 600;
    color: var(--blue-color)
}

article em,
article i {
    font-size: -webkit-calc(14px + .2vw);
    font-size: -moz-calc(14px + .2vw);
    font-size: calc(14px + .2vw);
    line-height: -webkit-calc(19px + .2vw);
    line-height: -moz-calc(19px + .2vw);
    line-height: calc(19px + .2vw);
    font-style: italic
}

article p {
    font-size: -webkit-calc(14px + .2vw);
    font-size: -moz-calc(14px + .2vw);
    font-size: calc(14px + .2vw);
    line-height: -webkit-calc(19px + .2vw);
    line-height: -moz-calc(19px + .2vw);
    line-height: calc(19px + .2vw)
}

article p:first-letter {
    padding-left: 18px
}

article ol:not(:last-child),
article p:not(:last-child),
article ul:not(:last-child) {
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

article ol li,
article ul li {
    position: relative;
    z-index: 1;
    padding: 0 0 18px 18px;
    font-size: -webkit-calc(14px + .2vw);
    font-size: -moz-calc(14px + .2vw);
    font-size: calc(14px + .2vw);
    line-height: -webkit-calc(19px + .2vw);
    line-height: -moz-calc(19px + .2vw);
    line-height: calc(19px + .2vw)
}

article ol li:last-child,
article ul li:last-child {
    padding: 0 0 0 18px
}

article ol li:before,
article ul li:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: var(--blue-color)
}

article ul li {
    padding: 0 0 18px 18px
}

article ul li:last-child {
    padding: 0 0 0 18px
}

article ul li:before {
    content: '';
    top: 9px;
    left: 9px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: var(--blue-color)
}

article ol li {
    padding: 0 0 18px 0;
    list-style: decimal;
    margin-left: 18px
}

article ol li:last-child {
    padding: 0
}

.page_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.page_wrapper:after {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    -moz-transition: all .8s linear;
    transition: all .8s linear
}

.container {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px
}

.container_small {
    position: relative;
    z-index: 4;
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    padding-right: 15px;
    padding-left: 15px
}

.wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main {
    min-height: -webkit-calc(100vh - 92px);
    min-height: -moz-calc(100vh - 92px);
    min-height: calc(100vh - 92px)
}

.footer,
.header,
.main {
    width: 100%
}

.front_page .header__fix {
    background-color: #f1f1f1
}

.page__title {
    color: var(--blue-color);
    text-align: center;
    font-size: -webkit-calc(30px + .83vw);
    font-size: -moz-calc(30px + .83vw);
    font-size: calc(30px + .83vw);
    line-height: -webkit-calc(35px + .83vw);
    line-height: -moz-calc(35px + .83vw);
    line-height: calc(35px + .83vw);
    font-family: Roboto, sans-serif;
    padding-bottom: 50px
}

@media screen and (max-width: 1299px) {
    .menu_open .page_wrapper:after {
        z-index: 100;
        opacity: 1;
        visibility: visible
    }
}

.wpcf7-form {
    margin-bottom: 100px
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none
}

.wpcf7-form .wpcf7-response-output {
    padding: 15px 15px;
    margin: 40px 0 0 0;
    border: 2px solid red;
    background-color: rgba(255, 255, 255, .5)
}

.wpcf7-form .wpcf7-acceptance-missing,
.wpcf7-form .wpcf7-validation-errors {
    color: #000;
    border: 2px solid #f7e700
}

.form .form__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.form .form__item_one {
    flex: 0 1;
    min-width: 270px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.form .form__item_one label {
    padding-right: 35px
}

.form .form__item_one label:not(:last-child) {
    padding-bottom: 15px
}

.form .form__item_two {
    flex: 1 1
}

.form .form__item_submit {
    flex: 1 1 100%;
    display: flex;
    justify-content: center
}

.form .form__item_submit .form__item_submit__button {
    position: relative;
    z-index: 1;
    background-color: var(--blue-color);
    overflow: hidden
}

.form .form__item_submit .form__item_submit__button:after,
.form .form__item_submit .form__item_submit__button:before {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all .2s ease-in-out
}

.form .form__item_submit .form__item_submit__button:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: #fff
}

.form .form__item_submit .form__item_submit__button:after {
    left: 50%;
    width: 0;
    height: 2px;
    bottom: 0;
    background-color: var(--blue-color)
}

.form .form__item_submit .form__item_submit__button:hover:before {
    transform: translateY(0)
}

.form .form__item_submit .form__item_submit__button:hover:after {
    left: 0;
    width: 100%
}

.form .form__item_submit .form__item_submit__button:hover input {
    color: var(--blue-color)
}

.form .form__item_submit .form__item_submit__button input {
    position: relative;
    z-index: 1;
    border: none;
    outline: 0;
    padding: 15px 24px;
    width: auto;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    transition: all .2s ease-in-out
}

.form .form__item_submit .form__item_submit__button .ajax-loader {
    display: none
}

.form textarea {
    max-height: 110px
}

.form input,
.form textarea {
    padding: 15px 15px;
    color: #838383;
    border: 1px solid #838383;
    background-color: rgba(255, 255, 255, .5)
}

.form ::placeholder,
.form input,
.form textarea {
    font-size: 13px
}

.form textarea {
    resize: none
}

.form input,
.form label,
.form span,
.form textarea {
    width: 100%
}

.form .wpcf7-not-valid {
    color: red;
    border: 1px solid red;
    outline: rgba(255, 0, 0, 1)
}

.form .wpcf7-not-valid::placeholder {
    color: red
}

@media (max-width: 639px) {
    .wpcf7-form {
        margin-bottom: 40px
    }

    .form .form__item {
        flex-direction: column
    }

    .form .form__item_one label {
        padding: 0 0 15px
    }
}

.breadcrumb {
    padding: 40px 0 30px 0
}

.breadcrumb .container {
    padding: 0;
    font-size: 12px
}

.breadcrumb .breadcrumb__front_page span,
.breadcrumb .post span,
.breadcrumb .post-page span {
    color: #555
}

.breadcrumb .breadcrumb__front_page span:hover,
.breadcrumb .post span:hover,
.breadcrumb .post-page span:hover {
    color: var(--blue-color)
}

.breadcrumb span {
    color: var(--blue-color);
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.breadcrumb span:hover {
    color: var(--blue-color)
}

.breadcrumb span.breadcrumb__symbol {
    color: #555
}

.banner {
    position: relative;
    z-index: 1;
    background-color: #f8f4f5
}

.banner .wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner .banner__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 35%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: -webkit-calc(20px + 1.3vw) 15px;
    padding: -moz-calc(20px + 1.3vw) 15px;
    padding: calc(20px + 1.3vw) 15px;
    margin-right: -50px
}

.banner .banner__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 65%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    padding: -webkit-calc(45px + 2.34vw) 15px;
    padding: -moz-calc(45px + 2.34vw) 15px;
    padding: calc(45px + 2.34vw) 15px
}

.banner .banner__content__title {
    font-size: -webkit-calc(20px + .62vw);
    font-size: -moz-calc(20px + .62vw);
    font-size: calc(20px + .62vw);
    line-height: -webkit-calc(25px + .62vw);
    line-height: -moz-calc(25px + .62vw);
    line-height: calc(25px + .62vw);
    padding-bottom: 13px;
    margin-bottom: 30px;
    color: var(--blue-color);
    border-bottom: 1px solid var(--blue-color);
    font-family: Roboto, sans-serif
}

.banner .banner__content__title .banner__content__title_name {
    position: relative;
    z-index: 1;
    margin-right: 20px
}

.banner .banner__content__title .banner__content__title_name sup {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -18px
}

.banner .banner__content__link a {
    color: #555;
    text-decoration: underline
}

.banner .banner__bg_img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.banner .banner__bg_img__img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.banner .banner__bg_img_one {
    left: -200px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.banner .banner__bg_img_two {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 35%;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.banner .banner__bg_img__triangle_one {
    top: unset;
    left: 200px;
    bottom: -30px;
    -webkit-animation: triangleTwo 20s infinite linear;
    -moz-animation: triangleTwo 20s infinite linear;
    -o-animation: triangleTwo 20s infinite linear;
    animation: triangleTwo 20s infinite linear
}

.banner .banner__bg_img__triangle_two {
    top: unset;
    left: 280px;
    bottom: 35px;
    -webkit-animation: triangleThree 15s infinite linear;
    -moz-animation: triangleThree 15s infinite linear;
    -o-animation: triangleThree 15s infinite linear;
    animation: triangleThree 15s infinite linear
}

.banner .banner__bg_img__triangle_three {
    top: -100px;
    left: unset;
    right: 180px;
    bottom: unset;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation: triangleThree 15s infinite linear;
    -moz-animation: triangleThree 15s infinite linear;
    -o-animation: triangleThree 15s infinite linear;
    animation: triangleThree 15s infinite linear
}

.banner .banner__bg_img__triangle_four {
    top: unset;
    left: unset;
    right: -130px;
    bottom: 30px;
    -webkit-animation: triangleTwo 20s infinite linear;
    -moz-animation: triangleTwo 20s infinite linear;
    -o-animation: triangleTwo 20s infinite linear;
    animation: triangleTwo 20s infinite linear
}

.banner .banner__bg_img__triangle_five {
    top: unset;
    left: unset;
    right: -230px;
    bottom: 90px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.banner .banner__bg_img__triangle_six {
    top: -40px;
    left: unset;
    right: 170px;
    bottom: unset;
    -webkit-animation: triangleThree 20s infinite linear;
    -moz-animation: triangleThree 20s infinite linear;
    -o-animation: triangleThree 20s infinite linear;
    animation: triangleThree 20s infinite linear
}

@media screen and (max-width: 899px) {
    .banner .banner__img {
        margin-right: 0
    }
}

@media screen and (max-width: 639px) {
    .banner .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.loaded .section_slider picture {
    opacity: 1
}

.loaded .section_slider picture img {
    opacity: 1
}

.loaded .section_slider .section_slider__bg__triangle picture {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.section_slider {
    position: relative;
    z-index: 1;
    background-color: #f1f1f1
}

.section_slider .section_slider__overflow {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    max-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 0 0;
    overflow: hidden
}

.section_slider .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.section_slider .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section_slider .owl-carousel picture {
    opacity: 0
}

.section_slider .owl-carousel .animated picture {
    opacity: 1
}

.section_slider picture {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.section_slider .section_slider__bg__img {
    position: relative;
    z-index: 1
}

.section_slider .section_slider__bg__img img {
    opacity: 0;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out
}

.section_slider .section_slider__bg__circle {
    z-index: -1;
    bottom: -40%;
    width: 100%;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section_slider .section_slider__hidden {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section_slider .section_slider__visible {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.section_slider .header__bg_img_one {
    width: 100%;
    top: unset;
    bottom: -330px;
    left: -240px
}

.section_slider .header__bg_img_two {
    z-index: -1;
    width: 50%;
    left: unset;
    right: 0;
    top: unset;
    bottom: -120px
}

.section_slider .section_slider__bg__triangle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10%
}

.section_slider .section_slider__bg__triangle picture {
    position: static
}

.section_slider .section_slider__bg__triangle_one {
    z-index: -1;
    padding-right: 30%;
    -webkit-animation: triangleOne 15s infinite linear;
    -moz-animation: triangleOne 15s infinite linear;
    -o-animation: triangleOne 15s infinite linear;
    animation: triangleOne 15s infinite linear
}

.section_slider .section_slider__bg__triangle_two {
    z-index: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5%;
    padding-left: 30%;
    -webkit-animation: triangleTwo 15s infinite ease;
    -moz-animation: triangleTwo 15s infinite ease;
    -o-animation: triangleTwo 15s infinite ease;
    animation: triangleTwo 15s infinite ease
}

.section_slider .section_slider__bg__triangle_three {
    z-index: -1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 5%;
    padding-right: 15%;
    -webkit-animation: triangleThree 20s infinite linear;
    -moz-animation: triangleThree 20s infinite linear;
    -o-animation: triangleThree 20s infinite linear;
    animation: triangleThree 20s infinite linear
}

@-webkit-keyframes triangleOne {
    from {
        -webkit-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@-moz-keyframes triangleOne {
    from {
        -moz-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -moz-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@-o-keyframes triangleOne {
    from {
        -o-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -o-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@keyframes triangleOne {
    from {
        -webkit-transform: rotate(0) translate(-30px) rotate(0);
        -moz-transform: rotate(0) translate(-30px) rotate(0);
        -o-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@-webkit-keyframes triangleTwo {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-moz-keyframes triangleTwo {
    from {
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-o-keyframes triangleTwo {
    from {
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@keyframes triangleTwo {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-webkit-keyframes triangleThree {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-moz-keyframes triangleThree {
    from {
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-o-keyframes triangleThree {
    from {
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@keyframes triangleThree {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@media (max-width: 639px) {
    .section_slider .section_slider__overflow {
        min-height: unset
    }
}

.section_about_product {
    position: relative;
    z-index: 2
}

.section_about_product .section_about_product__content {
    position: relative;
    z-index: 1;
    padding: 80px 0
}

.section_about_product .section_about_product__content .container {
    max-width: 1100px
}

.section_about_product .section_about_product__title {
    text-transform: uppercase
}

.section_about_product .wrapper {
    margin-right: 0 -15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section_about_product .section_about_product__content__bg {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -588px
}

.section_about_product .section_about_product__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding: 0 15px 15px 15px
}

.section_about_product .section_about_product__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 15px 15px 15px
}

.section_about_product .section_about_product__title .section_about_product__title__text_big {
    padding-bottom: 13px;
    margin-bottom: 30px;
    color: var(--blue-color);
    border-bottom: 1px solid var(--blue-color)
}

.section_about_product .section_about_product__title .section_about_product__title__text_big h1 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section_about_product .section_about_product__title .section_about_product__title__text_big h1 sup {
    position: relative;
    z-index: 1;
    top: -15px;
    vertical-align: super;
    font-size: -webkit-calc(20px + .83vw);
    font-size: -moz-calc(20px + .83vw);
    font-size: calc(20px + .83vw)
}

.section_about_product .section_about_product__title .section_about_product__title__text_big .big {
    font-size: -webkit-calc(40px + 2.34vw);
    font-size: -moz-calc(40px + 2.34vw);
    font-size: calc(40px + 2.34vw);
    font-family: Roboto, sans-serif
}

.section_about_product .section_about_product__title .section_about_product__title__text_big .small {
    font-size: -webkit-calc(20px + .83vw);
    font-size: -moz-calc(20px + .83vw);
    font-size: calc(20px + .83vw)
}

.section_about_product .section_about_product__title .section_about_product__title__text_small {
    color: var(--grey-color);
    text-transform: uppercase;
    font-size: -webkit-calc(14px + .42vw);
    font-size: -moz-calc(14px + .42vw);
    font-size: calc(14px + .42vw)
}

.section_about_product .section_about_product__slider__wrapper {
    position: relative;
    z-index: 1
}

.section_about_product .section_about_product__slider__wrapper:after,
.section_about_product .section_about_product__slider__wrapper:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 1px
}

.section_about_product .section_about_product__slider__wrapper:before {
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #b2b2b2), to(rgba(178, 178, 178, 0)));
    background: -webkit-linear-gradient(right, #b2b2b2 0, rgba(178, 178, 178, 0) 100%);
    background: -moz-linear-gradient(right, #b2b2b2 0, rgba(178, 178, 178, 0) 100%);
    background: -o-linear-gradient(right, #b2b2b2 0, rgba(178, 178, 178, 0) 100%);
    background: linear-gradient(to left, #b2b2b2 0, rgba(178, 178, 178, 0) 100%)
}

.section_about_product .section_about_product__slider__wrapper:after {
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #b2b2b2), to(rgba(178, 178, 178, 0)));
    background: -webkit-linear-gradient(left, #b2b2b2 0, rgba(178, 178, 178, 0) 100%);
    background: -moz-linear-gradient(left, #b2b2b2 0, rgba(178, 178, 178, 0) 100%);
    background: -o-linear-gradient(left, #b2b2b2 0, rgba(178, 178, 178, 0) 100%);
    background: linear-gradient(to right, #b2b2b2 0, rgba(178, 178, 178, 0) 100%)
}

.section_about_product .owl-carousel .owl-nav {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section_about_product .owl-carousel .owl-prev:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.section_about_product .owl-carousel .owl-next:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.section_about_product .owl-carousel .owl-next,
.section_about_product .owl-carousel .owl-prev {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.section_about_product .owl-carousel .owl-next:after,
.section_about_product .owl-carousel .owl-next:before,
.section_about_product .owl-carousel .owl-prev:after,
.section_about_product .owl-carousel .owl-prev:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    display: block;
    width: 1px;
    height: 10px;
    background-color: #555
}

.section_about_product .owl-carousel .owl-next:before,
.section_about_product .owl-carousel .owl-prev:before {
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section_about_product .owl-carousel .owl-next:after,
.section_about_product .owl-carousel .owl-prev:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section_about_product .owl-carousel .owl-next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section_about_product .owl-carousel .owl-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.section_about_product .section_about_product__slider {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 15px 15px 35px 15px
}

.section_about_product .section_about_product__slider picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px
}

.section_about_product .section_about_product__slider img {
    width: auto
}

@media (max-width: 639px) {
    .section_about_product .section_about_product__content__bg {
        display: none
    }
}

.section_why {
    background-color: #fff
}

.section_why sup {
    font-size: 70%;
    vertical-align: super
}

.section_why .section_why__img {
    position: relative;
    z-index: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_why .section_slider__bg__triangle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.section_why .section_slider__bg__triangle picture {
    position: static
}

.section_why .section_slider__bg__triangle_one {
    top: 200px;
    bottom: unset;
    z-index: -1;
    -webkit-animation: triangleOne 15s infinite linear;
    -moz-animation: triangleOne 15s infinite linear;
    -o-animation: triangleOne 15s infinite linear;
    animation: triangleOne 15s infinite linear
}

.section_why .section_slider__bg__triangle_two {
    top: 400px;
    bottom: unset;
    z-index: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-animation: triangleTwo 15s infinite ease;
    -moz-animation: triangleTwo 15s infinite ease;
    -o-animation: triangleTwo 15s infinite ease;
    animation: triangleTwo 15s infinite ease
}

.section_why .section_slider__bg__triangle_three {
    top: 200px;
    bottom: unset;
    z-index: -1;
    -webkit-animation: triangleThree 20s infinite linear;
    -moz-animation: triangleThree 20s infinite linear;
    -o-animation: triangleThree 20s infinite linear;
    animation: triangleThree 20s infinite linear
}

@-webkit-keyframes triangleOne {
    from {
        -webkit-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@-moz-keyframes triangleOne {
    from {
        -moz-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -moz-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@-o-keyframes triangleOne {
    from {
        -o-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -o-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@keyframes triangleOne {
    from {
        -webkit-transform: rotate(0) translate(-30px) rotate(0);
        -moz-transform: rotate(0) translate(-30px) rotate(0);
        -o-transform: rotate(0) translate(-30px) rotate(0);
        transform: rotate(0) translate(-30px) rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-30px) rotate(-360deg);
        transform: rotate(360deg) translate(-30px) rotate(-360deg)
    }
}

@-webkit-keyframes triangleTwo {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-moz-keyframes triangleTwo {
    from {
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-o-keyframes triangleTwo {
    from {
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@keyframes triangleTwo {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-webkit-keyframes triangleThree {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-moz-keyframes triangleThree {
    from {
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@-o-keyframes triangleThree {
    from {
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

@keyframes triangleThree {
    from {
        -webkit-transform: rotate(0) translate(-25px) rotate(0);
        -moz-transform: rotate(0) translate(-25px) rotate(0);
        -o-transform: rotate(0) translate(-25px) rotate(0);
        transform: rotate(0) translate(-25px) rotate(0)
    }

    to {
        -webkit-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -moz-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        -o-transform: rotate(-360deg) translate(-25px) rotate(360deg);
        transform: rotate(-360deg) translate(-25px) rotate(360deg)
    }
}

.section_why .section_why__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 400px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    padding: 0 15px
}

.section_why .section_why__content__title {
    color: var(--blue-color);
    font-size: -webkit-calc(20px + 1.35vw);
    font-size: -moz-calc(20px + 1.35vw);
    font-size: calc(20px + 1.35vw);
    line-height: -webkit-calc(25px + 1.35vw);
    line-height: -moz-calc(25px + 1.35vw);
    line-height: calc(25px + 1.35vw);
    font-family: Roboto, sans-serif;
    padding-bottom: -webkit-calc(20px + 2.6vw);
    padding-bottom: -moz-calc(20px + 2.6vw);
    padding-bottom: calc(20px + 2.6vw)
}

.section_why .section_why__content__wrapper {
    padding: 80px 0
}

.section_why .section_why__content__description.visible .item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.section_why .item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    text-transform: uppercase;
    padding: 12px -webkit-calc(10px + 1.3vw) 12px -webkit-calc(10px + 1.3vw);
    padding: 12px -moz-calc(10px + 1.3vw) 12px -moz-calc(10px + 1.3vw);
    padding: 12px calc(10px + 1.3vw) 12px calc(10px + 1.3vw);
    margin-bottom: 10px;
    font-size: -webkit-calc(14px + .52vw);
    font-size: -moz-calc(14px + .52vw);
    font-size: calc(14px + .52vw);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0
}

.section_why .item:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 4px;
    border-right: 1px solid #e1ecf4;
    border-bottom: 1px solid #e1ecf4;
    border-left: 1px solid #e1ecf4;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px
}

.section_why .item:not(:last-child):after {
    content: '';
    position: absolute;
    z-index: 0;
    left: -100%;
    top: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: -webkit-gradient(linear, right top, left top, from(#dbdbdb), color-stop(50%, rgba(219, 219, 219, 0)));
    background: -webkit-linear-gradient(right, #dbdbdb 0, rgba(219, 219, 219, 0) 50%);
    background: -moz-linear-gradient(right, #dbdbdb 0, rgba(219, 219, 219, 0) 50%);
    background: -o-linear-gradient(right, #dbdbdb 0, rgba(219, 219, 219, 0) 50%);
    background: linear-gradient(to left, #dbdbdb 0, rgba(219, 219, 219, 0) 50%)
}

.section_why .item picture {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.section_why .item .item__title {
    color: var(--blue-color);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.section_why .item__icon {
    position: relative;
    z-index: 1;
    min-width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -webkit-calc(20px + 1.3vw);
    margin-right: -moz-calc(20px + 1.3vw);
    margin-right: calc(20px + 1.3vw)
}

.section_why .item__icon .colored {
    opacity: 1
}

@media screen and (max-width: 1099px) {
    .section_why {
        padding: 80px 0
    }

    .section_why .section_why__img {
        padding: 15px
    }

    .section_why .section_why__content {
        padding: 15px
    }

    .section_why .section_why__content__wrapper {
        padding: 0
    }
}

@media screen and (max-width: 549px) {
    .section_why {
        padding: 80px 0
    }

    .section_why .section_why__img {
        padding: 15px 0
    }

    .section_why .section_why__content {
        padding: 15px 0
    }

    .section_why .section_why__content__wrapper {
        padding: 0
    }
}

.section_video .section_video__video {
    position: relative;
    z-index: 20;
    padding: 60px 15px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section_video .section_video__video:before {
    content: '';
    position: absolute;
    z-index: -6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #d1d1d1
}

.section_video .section_video__video iframe {
    position: relative;
    z-index: 1;
    max-width: 530px;
    height: 430px;
    width: 100%
}

.section_video .section_video__video__img {
    position: absolute;
    z-index: -5;
    left: 0;
    top: 0;
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.section_video .section_video__video__img__circle {
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    right: 0;
    max-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.section_video .section_video__video__img_one {
    left: -190px;
    top: unset;
    bottom: -320px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.section_video .section_video__video__img_two {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 35%;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.section_video .section_video__video__triangle_one {
    top: unset;
    left: 200px;
    bottom: -30px;
    -webkit-animation: triangleTwo 20s infinite linear;
    -moz-animation: triangleTwo 20s infinite linear;
    -o-animation: triangleTwo 20s infinite linear;
    animation: triangleTwo 20s infinite linear
}

.section_video .section_video__video__triangle_two {
    top: unset;
    left: 280px;
    bottom: 35px;
    -webkit-animation: triangleThree 15s infinite linear;
    -moz-animation: triangleThree 15s infinite linear;
    -o-animation: triangleThree 15s infinite linear;
    animation: triangleThree 15s infinite linear
}

.section_video .section_video__video__triangle_three {
    top: -100px;
    left: unset;
    right: 180px;
    bottom: unset;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation: triangleThree 15s infinite linear;
    -moz-animation: triangleThree 15s infinite linear;
    -o-animation: triangleThree 15s infinite linear;
    animation: triangleThree 15s infinite linear
}

.section_video .section_video__video__triangle_four {
    top: unset;
    left: unset;
    right: -130px;
    bottom: 30px;
    -webkit-animation: triangleTwo 20s infinite linear;
    -moz-animation: triangleTwo 20s infinite linear;
    -o-animation: triangleTwo 20s infinite linear;
    animation: triangleTwo 20s infinite linear
}

.section_video .section_video__video__triangle_five {
    top: unset;
    left: unset;
    right: -230px;
    bottom: 90px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.section_video .section_video__video__triangle_six {
    top: -40px;
    left: unset;
    right: 170px;
    bottom: unset;
    -webkit-animation: triangleThree 20s infinite linear;
    -moz-animation: triangleThree 20s infinite linear;
    -o-animation: triangleThree 20s infinite linear;
    animation: triangleThree 20s infinite linear
}

.section_video .section_video__comments__wrapper {
    position: relative;
    z-index: 30;
    width: 100%;
    background-color: var(--bg-grey-color)
}

.section_video .container_small {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px
}

.section_video .section_video__comments {
    position: relative;
    z-index: 21;
    padding: 60px 15px;
    width: 100%
}

.section_video .section_video__comments .owl-dots {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_video .section_video__comments .owl-dots .owl-dot {
    width: 12px;
    margin: 5px;
    height: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #d1d1d1
}

.section_video .section_video__comments .owl-dots .owl-dot.active {
    background-color: var(--blue-color)
}

.section_video .section_video__comments__item__title {
    font-size: -webkit-calc(20px + .2vw);
    font-size: -moz-calc(20px + .2vw);
    font-size: calc(20px + .2vw);
    line-height: -webkit-calc(25px + .2vw);
    line-height: -moz-calc(25px + .2vw);
    line-height: calc(25px + .2vw);
    text-align: center;
    color: var(--blue-color);
    margin-bottom: -webkit-calc(20px + 1.04vw);
    margin-bottom: -moz-calc(20px + 1.04vw);
    margin-bottom: calc(20px + 1.04vw)
}

.section_video .section_video__comments__item__description {
    font-size: 18px;
    line-height: 25px;
    color: #555
}

.section_video .section_video__comments__item__description p {
    font-size: -webkit-calc(14px + .2vw);
    font-size: -moz-calc(14px + .2vw);
    font-size: calc(14px + .2vw);
    line-height: -webkit-calc(19px + .2vw);
    line-height: -moz-calc(19px + .2vw);
    line-height: calc(19px + .2vw);
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

.single {
    position: relative;
    z-index: 1
}

.single:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, .1)), color-stop(50%, #fff));
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 50%);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 50%);
    background: -o-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 50%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, .1) 0, #fff 50%)
}

.single .single__section {
    padding-bottom: 90px
}

.single .single__links {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto
}

.single .single__links .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -webkit-calc(30px + 1.56vw);
    margin-bottom: -moz-calc(30px + 1.56vw);
    margin-bottom: calc(30px + 1.56vw)
}

.single .single__links a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 20px 130px;
    font-size: -webkit-calc(20px + .83vw);
    font-size: -moz-calc(20px + .83vw);
    font-size: calc(20px + .83vw);
    line-height: -webkit-calc(25px + .83vw);
    line-height: -moz-calc(25px + .83vw);
    line-height: calc(25px + .83vw);
    color: #555;
    margin: 0 15px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.single .single__links a:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #555;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.single .single__links a:hover {
    color: var(--blue-color)
}

.single .single__links a:hover:before {
    background-color: var(--blue-color)
}

.single .single__img {
    position: relative;
    z-index: 1;
    left: -10%;
    max-height: 350px;
    width: 100%;
    max-width: -webkit-calc(90vw + 10%);
    max-width: -moz-calc(90vw + 10%);
    max-width: calc(90vw + 10%);
    overflow: hidden;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -webkit-calc(30px + 1.56vw);
    margin-bottom: -moz-calc(30px + 1.56vw);
    margin-bottom: calc(30px + 1.56vw)
}

.single .single__img:before {
    content: '!';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: -10%;
    width: 15%;
    height: 100%;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3% 0 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: -webkit-calc(125px + 6.51vw);
    font-size: -moz-calc(125px + 6.51vw);
    font-size: calc(125px + 6.51vw);
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    font-family: Roboto, sans-serif;
    color: var(--blue-color)
}

.single .single__img img {
    width: 100%
}

.single .helpful_info {
    background: 0 0
}

@media screen and (max-width: 1630px) {
    .single .single__section {
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1499px) {
    .single .single__img {
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .single .single__img:before {
        right: 0;
        width: 20%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .single .single__img img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media (max-width: 639px) {
    .single .single__img {
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .single .single__img:before {
        right: 0;
        width: 20%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .single .single__img img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .single .single__links a {
        text-align: center;
        width: 100%;
        padding: 20px
    }
}

@media screen and (min-width: 639.99px) {
    .single {
        background-image: url('../img/helpful_info_bg.html');
        background-repeat: no-repeat;
        background-position: 0 -200px
    }
}

.about {
    position: relative;
    z-index: 1
}

.about:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, .1)), color-stop(80%, rgba(255, 255, 255, .9)));
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .9) 80%);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .9) 80%);
    background: -o-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .9) 80%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .9) 80%)
}

.about .about__triangle {
    position: absolute;
    z-index: -1;
    top: 200px;
    right: 0;
    -webkit-animation: triangleOne 30s infinite;
    -moz-animation: triangleOne 30s infinite;
    -o-animation: triangleOne 30s infinite;
    animation: triangleOne 30s infinite
}

.about .about__content {
    padding-bottom: 90px
}

.about .about__section {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

.about .about__section__bg:nth-child(even) .wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.about .about__section__bg:nth-child(even) .about__section_img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    max-width: 55%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg)
}

.about .about__section__bg:nth-child(even) .about__section_img img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 115%;
    max-width: 115%;
    height: 100%;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg)
}

.about .about__section__bg:nth-child(even) .about__section__description {
    max-width: 50%
}

.about .about__section__bg:nth-child(odd) .wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.about .about__section__bg:nth-child(odd) .about__section_img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10%;
    max-width: 55%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg)
}

.about .about__section__bg:nth-child(odd) .about__section_img img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 115%;
    max-width: 115%;
    height: 100%;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg)
}

.about .about__section__bg:nth-child(odd) .about__section_img:after,
.about .about__section__bg:nth-child(odd) .about__section_img:before {
    content: '';
    position: absolute;
    z-index: 1
}

.about .about__section__bg:nth-child(odd) .about__section__description {
    max-width: 50%
}

@media screen and (max-width: 1299px) {
    .about .about__section__bg:nth-child(even) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about .about__section__bg:nth-child(even) .about__section_img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        max-height: 50vh;
        overflow: hidden;
        padding: 15px
    }

    .about .about__section__bg:nth-child(even) .about__section_img img {
        position: static;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .about .about__section__bg:nth-child(even) .container {
        max-width: 100%;
        margin: auto;
        padding: 15px;
        width: 100%
    }

    .about .about__section__bg:nth-child(even) .about__section__description {
        width: 100%;
        max-width: 100%
    }

    .about .about__section__bg:nth-child(odd) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about .about__section__bg:nth-child(odd) .about__section_img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        max-height: 50vh;
        overflow: hidden;
        padding: 15px
    }

    .about .about__section__bg:nth-child(odd) .about__section_img img {
        position: static;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .about .about__section__bg:nth-child(odd) .container {
        max-width: 100%;
        margin: auto;
        padding: 15px;
        width: 100%
    }

    .about .about__section__bg:nth-child(odd) .about__section__description {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 639.99px) {
    .about {
        background-image: url('../img/about_bg_new.html');
        background-repeat: no-repeat;
        background-position: 0 -400px
    }
}

.helpful_info {
    position: relative;
    z-index: 1
}

.helpful_info:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, .1)), color-stop(50%, #fff));
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 50%);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 50%);
    background: -o-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 50%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, .1) 0, #fff 50%)
}

.helpful_info .helpful_info__triangle {
    position: absolute;
    z-index: 1;
    top: 200px;
    right: 0;
    -webkit-animation: triangleThree 30s infinite;
    -moz-animation: triangleThree 30s infinite;
    -o-animation: triangleThree 30s infinite;
    animation: triangleThree 30s infinite
}

.helpful_info .helpful_info__content {
    position: relative;
    z-index: 2;
    padding-bottom: 90px
}

.helpful_info .helpful_info__section {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

.helpful_info .helpful_info__content__item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 250px
}

.helpful_info .helpful_info__content__item:not(:last-child) {
    margin-bottom: -webkit-calc(30px + 1.56vw);
    margin-bottom: -moz-calc(30px + 1.56vw);
    margin-bottom: calc(30px + 1.56vw)
}

.helpful_info .helpful_info__content__item .container {
    z-index: 0
}

.helpful_info .helpful_info__content__item .wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.helpful_info .helpful_info__content__item .helpful_info__content__img_link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    max-width: 35vw;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg)
}

.helpful_info .helpful_info__content__item .helpful_info__content__img_link:hover:before {
    width: 50%
}

.helpful_info .helpful_info__content__item .helpful_info__content__img_link:hover img {
    -webkit-transform: skew(-10deg) scale(1.1);
    -moz-transform: skew(-10deg) scale(1.1);
    -ms-transform: skew(-10deg) scale(1.1);
    -o-transform: skew(-10deg) scale(1.1);
    transform: skew(-10deg) scale(1.1)
}

.helpful_info .helpful_info__content__item .helpful_info__content__img_link img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 115%;
    max-width: 115%;
    height: 100%;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.helpful_info .helpful_info__content__item .helpful_info__content__img_link:before {
    content: '!';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: -10%;
    width: 170px;
    height: 100%;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background-color: rgba(255, 255, 255, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6% 0 0 1%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: -webkit-calc(80px + 4.16vw);
    font-size: -moz-calc(80px + 4.16vw);
    font-size: calc(80px + 4.16vw);
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    font-family: Roboto, sans-serif;
    color: var(--blue-color)
}

.helpful_info .helpful_info__content__item .helpful_info__content__wrapper {
    max-width: 60vw
}

.helpful_info .helpful_info__content__item .helpful_info__content__title a {
    position: relative;
    z-index: 1;
    font-size: -webkit-calc(20px + .2vw);
    font-size: -moz-calc(20px + .2vw);
    font-size: calc(20px + .2vw);
    line-height: -webkit-calc(25px + .2vw);
    line-height: -moz-calc(25px + .2vw);
    line-height: calc(25px + .2vw);
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw);
    display: block
}

.helpful_info .helpful_info__content__item .helpful_info__content__title a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: var(--blue-color);
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.helpful_info .helpful_info__content__item .helpful_info__content__title a:hover:before {
    width: 10%
}

.helpful_info .helpful_info__content__item .helpful_info__content__description {
    margin-left: -webkit-calc(10px + .52vw);
    margin-left: -moz-calc(10px + .52vw);
    margin-left: calc(10px + .52vw);
    margin-bottom: -webkit-calc(15px + .78vw);
    margin-bottom: -moz-calc(15px + .78vw);
    margin-bottom: calc(15px + .78vw)
}

.helpful_info .helpful_info__content__item .helpful_info__content__link {
    color: #555;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.helpful_info .helpful_info__content__item .helpful_info__content__link:hover {
    color: var(--blue-color)
}

@media screen and (max-width: 1299px) {
    .helpful_info .helpful_info__content__item .helpful_info__content__img_link {
        max-width: 50vw
    }

    .helpful_info .helpful_info__content__item .helpful_info__content__wrapper {
        max-width: 50vw
    }

    .single .single__img {
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .single .single__img:before {
        right: 0;
        width: 20%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .single .single__img img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@media screen and (max-width: 1199px) {
    .helpful_info .helpful_info__content__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -webkit-calc(15px + .78vw);
        margin-bottom: -moz-calc(15px + .78vw);
        margin-bottom: calc(15px + .78vw)
    }

    .helpful_info .helpful_info__content__item .helpful_info__content__img_link {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        max-height: 30vh;
        min-height: 30vh;
        overflow: hidden;
        padding: 15px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-bottom: -webkit-calc(15px + .78vw);
        margin-bottom: -moz-calc(15px + .78vw);
        margin-bottom: calc(15px + .78vw)
    }

    .helpful_info .helpful_info__content__item .helpful_info__content__img_link:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .helpful_info .helpful_info__content__item .helpful_info__content__img_link:before {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .helpful_info .helpful_info__content__item .helpful_info__content__img_link img {
        position: absolute;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .helpful_info .helpful_info__content__item .container {
        max-width: 100%;
        margin: auto;
        padding: 15px;
        width: 100%
    }

    .helpful_info .helpful_info__content__item .helpful_info__content__wrapper {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 639px) {
    .single .single__img {
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .single .single__img:before {
        right: 0;
        width: 20%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .single .single__img img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .single .single__links a {
        text-align: center;
        width: 100%;
        padding: 20px
    }
}

@media screen and (min-width: 639.99px) {
    .helpful_info {
        background-image: url('../img/helpful_info_bg.html');
        background-repeat: no-repeat;
        background-position: 0 -200px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
}

.faq {
    position: relative;
    z-index: 1
}

.faq:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, .1)), to(rgba(255, 255, 255, .8)));
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%);
    background: -o-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%)
}

.faq .faq__triangle {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 0;
    -webkit-animation: triangleOne 30s infinite;
    -moz-animation: triangleOne 30s infinite;
    -o-animation: triangleOne 30s infinite;
    animation: triangleOne 30s infinite
}

.faq .faq__triangle_two {
    position: absolute;
    z-index: 1;
    top: 300px;
    left: 0;
    -webkit-animation: triangleThree 35s infinite;
    -moz-animation: triangleThree 35s infinite;
    -o-animation: triangleThree 35s infinite;
    animation: triangleThree 35s infinite
}

.faq .faq__triangle_three {
    position: absolute;
    z-index: 1;
    top: 500px;
    right: 0;
    -webkit-animation: triangleTwo 35s infinite;
    -moz-animation: triangleTwo 35s infinite;
    -o-animation: triangleTwo 35s infinite;
    animation: triangleTwo 35s infinite
}

.faq .faq__content {
    padding-bottom: 90px
}

.faq .faq__content__item {
    margin-bottom: 30px
}

.faq .faq__content__item:first-child .faq__content__item__answer {
    display: block
}

.faq .faq__content__item.active .faq__content__item__question {
    color: var(--blue-color)
}

.faq .faq__content__item.active .faq__content__item__question:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.faq .faq__content__item .faq__content__item__question {
    position: relative;
    z-index: 1;
    font-size: -webkit-calc(20px + .2vw);
    font-size: -moz-calc(20px + .2vw);
    font-size: calc(20px + .2vw);
    line-height: -webkit-calc(25px + .2vw);
    line-height: -moz-calc(25px + .2vw);
    line-height: calc(25px + .2vw);
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555;
    border: 1px solid #bbb7b4;
    background-color: rgba(255, 255, 255, .4);
    padding: -webkit-calc(12px + .78vw) -webkit-calc(15px + .78vw) -webkit-calc(8px + .78vw) -webkit-calc(15px + .78vw);
    padding: -moz-calc(12px + .78vw) -moz-calc(15px + .78vw) -moz-calc(8px + .78vw) -moz-calc(15px + .78vw);
    padding: calc(12px + .78vw) calc(15px + .78vw) calc(8px + .78vw) calc(15px + .78vw);
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden
}

.faq .faq__content__item .faq__content__item__question:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.faq .faq__content__item .faq__content__item__question:hover {
    color: var(--blue-color)
}

.faq .faq__content__item .faq__content__item__question:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.faq .faq__content__item .faq__content__item__answer {
    padding: 30px 12px;
    display: none
}

@media screen and (max-width: 1299px) {
    .faq .faq__section__bg:nth-child(even) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .faq .faq__section__bg:nth-child(even) .faq__section_img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        max-height: 50vh;
        overflow: hidden;
        padding: 15px
    }

    .faq .faq__section__bg:nth-child(even) .faq__section_img img {
        position: static;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .faq .faq__section__bg:nth-child(even) .container {
        max-width: 100%;
        margin: auto;
        padding: 15px;
        width: 100%
    }

    .faq .faq__section__bg:nth-child(even) .faq__section__description {
        width: 100%;
        max-width: 100%
    }

    .faq .faq__section__bg:nth-child(odd) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .faq .faq__section__bg:nth-child(odd) .faq__section_img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        max-height: 50vh;
        overflow: hidden;
        padding: 15px
    }

    .faq .faq__section__bg:nth-child(odd) .faq__section_img img {
        position: static;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .faq .faq__section__bg:nth-child(odd) .container {
        max-width: 100%;
        margin: auto;
        padding: 15px;
        width: 100%
    }

    .faq .faq__section__bg:nth-child(odd) .faq__section__description {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (min-width: 639.99px) {
    .faq {
        background-image: url('../img/faq_bg.html');
        background-repeat: no-repeat;
        background-position: 0 -300px
    }
}

.contacts {
    position: relative;
    z-index: 1
}

.contacts .wpcf7-form {
    margin-bottom: 60px
}

.contacts:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, .1)), to(rgba(255, 255, 255, .8)));
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%);
    background: -o-linear-gradient(top, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, .1) 0, rgba(255, 255, 255, .8) 100%)
}

.contacts .contacts__triangle {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 0;
    -webkit-animation: triangleOne 30s infinite;
    -moz-animation: triangleOne 30s infinite;
    -o-animation: triangleOne 30s infinite;
    animation: triangleOne 30s infinite
}

.contacts .contacts__triangle_two {
    position: absolute;
    z-index: 1;
    top: 300px;
    left: 0;
    -webkit-animation: triangleThree 35s infinite;
    -moz-animation: triangleThree 35s infinite;
    -o-animation: triangleThree 35s infinite;
    animation: triangleThree 35s infinite
}

.contacts .contacts__triangle_three {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -200px;
    -webkit-animation: triangleTwo 35s infinite;
    -moz-animation: triangleTwo 35s infinite;
    -o-animation: triangleTwo 35s infinite;
    animation: triangleTwo 35s infinite
}

.contacts .contacts__content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.contacts .contacts__content {
    padding-bottom: 90px;
    overflow: hidden
}

.contacts .contacts__content__item {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 250px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px
}

.contacts .contacts__content__item a {
    position: relative;
    z-index: 1;
    display: block;
    color: #555;
    font-size: 20px;
    line-height: 25px;
    font-weight: lighter;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contacts .contacts__content__item a:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: var(--blue-color);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contacts .contacts__content__item a:hover {
    color: var(--blue-color)
}

.contacts .contacts__content__item a:hover:before {
    left: 0;
    width: 100%
}

.contacts .contacts__content__item .icon {
    width: 22px;
    height: 22px
}

.contacts .contacts__content__item .icon i {
    font-size: 22px;
    color: var(--blue-color)
}

.contacts .contacts__content__item .text {
    margin-left: 10px
}

.contacts .contacts__content__item__phone a:not(:last-child) {
    margin-bottom: -webkit-calc(5px + .26vw);
    margin-bottom: -moz-calc(5px + .26vw);
    margin-bottom: calc(5px + .26vw)
}

.contacts .contacts__map__wrapper {
    position: relative;
    z-index: -1
}

.contacts .contacts__map__wrapper__line_img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -50%
}

.contacts .contacts__map {
    min-height: 240px
}

.contacts .contacts_banner {
    position: relative;
    z-index: 1
}

.contacts .contacts_banner .contacts__banner__container {
    position: relative;
    z-index: 4;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px
}

.contacts .contacts_banner .wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.contacts .contacts_banner .contacts_banner__img {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: -webkit-calc(20px + 1.3vw) 15px;
    padding: -moz-calc(20px + 1.3vw) 15px;
    padding: calc(20px + 1.3vw) 15px
}

.contacts .contacts_banner .contacts_banner__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 70%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    padding: -webkit-calc(45px + 2.34vw) 15px;
    padding: -moz-calc(45px + 2.34vw) 15px;
    padding: calc(45px + 2.34vw) 15px
}

.contacts .contacts_banner .contacts_banner__content__title {
    font-size: -webkit-calc(20px + .62vw);
    font-size: -moz-calc(20px + .62vw);
    font-size: calc(20px + .62vw);
    line-height: -webkit-calc(25px + .62vw);
    line-height: -moz-calc(25px + .62vw);
    line-height: calc(25px + .62vw);
    padding-bottom: 13px;
    margin-bottom: 30px;
    color: var(--blue-color);
    border-bottom: 1px solid var(--blue-color);
    font-family: Roboto, sans-serif
}

.contacts .contacts_banner .contacts_banner__content__title .contacts_banner__content__title_name {
    position: relative;
    z-index: 1;
    margin-right: 20px
}

.contacts .contacts_banner .contacts_banner__content__title .contacts_banner__content__title_name sup {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -18px;
    font-size: 60%
}

.contacts .contacts_banner .contacts_banner__content__link a {
    color: #555;
    text-decoration: underline
}

.contacts .contacts_banner .contacts_banner__bg_img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.contacts .contacts_banner .contacts_banner__bg_img__img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.contacts .contacts_banner .contacts_banner__bg_img__triangle_one {
    top: unset;
    left: 200px;
    bottom: 130px;
    -webkit-animation: triangleTwo 20s infinite linear;
    -moz-animation: triangleTwo 20s infinite linear;
    -o-animation: triangleTwo 20s infinite linear;
    animation: triangleTwo 20s infinite linear
}

.contacts .contacts_banner .contacts_banner__bg_img__triangle_two {
    top: unset;
    left: 280px;
    bottom: 135px;
    -webkit-animation: triangleOne 30s infinite linear;
    -moz-animation: triangleOne 30s infinite linear;
    -o-animation: triangleOne 30s infinite linear;
    animation: triangleOne 30s infinite linear
}

.contacts .contacts_banner .contacts_banner__bg_img__triangle_three {
    top: 100px;
    left: unset;
    right: 80px;
    bottom: unset;
    -webkit-animation: triangleThree 15s infinite linear;
    -moz-animation: triangleThree 15s infinite linear;
    -o-animation: triangleThree 15s infinite linear;
    animation: triangleThree 15s infinite linear
}

.contacts .contacts_banner .contacts_banner__bg_img__triangle_four {
    top: unset;
    left: unset;
    right: 50px;
    bottom: 90px;
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.contacts .contacts_banner__content__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px
}

.contacts .contacts_banner__content__list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 105px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 105px;
    flex: 1 1 105px;
    padding: 0 30px 30px 30px
}

@media screen and (max-width: 1299px) {
    .contacts .contacts__section__bg:nth-child(even) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts .contacts__section__bg:nth-child(even) .contacts__section_img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        max-height: 50vh;
        overflow: hidden;
        padding: 15px
    }

    .contacts .contacts__section__bg:nth-child(even) .contacts__section_img img {
        position: static;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .contacts .contacts__section__bg:nth-child(even) .container {
        max-width: 100%;
        margin: auto;
        padding: 15px;
        width: 100%
    }

    .contacts .contacts__section__bg:nth-child(even) .contacts__section__description {
        width: 100%;
        max-width: 100%
    }

    .contacts .contacts__section__bg:nth-child(odd) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts .contacts__section__bg:nth-child(odd) .contacts__section_img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        max-width: 100%;
        max-height: 50vh;
        overflow: hidden;
        padding: 15px
    }

    .contacts .contacts__section__bg:nth-child(odd) .contacts__section_img img {
        position: static;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .contacts .contacts__section__bg:nth-child(odd) .container {
        max-width: 100%;
        margin: auto;
        padding: 15px;
        width: 100%
    }

    .contacts .contacts__section__bg:nth-child(odd) .contacts__section__description {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 639px) {
    .contacts_banner .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 639.99px) {
    .contacts {
        background-image: url('../img/contacts_bg.html');
        background-repeat: no-repeat;
        background-position: top left
    }
}

.buy {
    position: relative;
    z-index: 1;
    background-color: #f1f1f1
}

.buy:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, .1)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 100%);
    background: -moz-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(241, 241, 241, .1) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, .1) 0, #fff 100%)
}

.buy .buy__triangle {
    position: absolute;
    z-index: -1;
    top: 200px;
    left: 0;
    -webkit-animation: triangleOne 30s infinite;
    -moz-animation: triangleOne 30s infinite;
    -o-animation: triangleOne 30s infinite;
    animation: triangleOne 30s infinite
}

.buy .buy__line_img {
    position: absolute;
    z-index: -2;
    top: unset;
    bottom: 300px;
    left: -200px
}

.buy .buy__triangle_two {
    position: absolute;
    z-index: -1;
    top: 300px;
    left: 0;
    -webkit-animation: triangleThree 35s infinite;
    -moz-animation: triangleThree 35s infinite;
    -o-animation: triangleThree 35s infinite;
    animation: triangleThree 35s infinite
}

.buy .buy__triangle_three {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -200px;
    -webkit-animation: triangleTwo 35s infinite;
    -moz-animation: triangleTwo 35s infinite;
    -o-animation: triangleTwo 35s infinite;
    animation: triangleTwo 35s infinite
}

.buy .buy__content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px
}

.buy .buy__content {
    padding-bottom: 90px;
    overflow: hidden
}

.buy .buy__content__wrapper__description {
    margin-bottom: 50px;
    font-size: 18px;
    color: #555;
    text-align: center
}

.buy .buy__content__wrapper__img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px
}

.buy .buy__content__wrapper__img__item {
    max-width: 250px;
    width: 100%;
    padding: 15px
}

.buy .buy__content__wrapper__img__item:nth-child(2) {
    max-width: 400px
}

.buy .buy__map__wrapper {
    position: relative;
    z-index: 1
}

.buy .buy__content__wrapper__title {
    width: 100%;
    color: var(--blue-color);
    text-align: center;
    font-size: -webkit-calc(20px + .1vw);
    font-size: -moz-calc(20px + .1vw);
    font-size: calc(20px + .1vw);
    line-height: -webkit-calc(25px + .1vw);
    line-height: -moz-calc(25px + .1vw);
    line-height: calc(25px + .1vw);
    font-family: Roboto, sans-serif
}

.buy .buy__map {
    min-height: 240px
}

.buy .buy__map #comp_wgt {
    border: 0;
    width: 100%
}

.buy .buy__map #comp_wgt .title {
    display: none
}

.buy .buy__map #comp_wgt .nav {
    display: none
}

@media screen and (max-width: 639px) {
    .buy_banner .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.advantages {
    position: relative;
    z-index: 1
}

.advantages .advantages__section {
    position: relative;
    z-index: 1;
    padding-bottom: 90px
}

.advantages .section_video__video__img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.advantages .section_video__video__triangle_one {
    top: unset;
    left: 200px;
    bottom: 50%;
    -webkit-animation: triangleTwo 20s infinite linear;
    -moz-animation: triangleTwo 20s infinite linear;
    -o-animation: triangleTwo 20s infinite linear;
    animation: triangleTwo 20s infinite linear
}

.advantages .section_video__video__triangle_two {
    top: unset;
    left: 280px;
    bottom: -webkit-calc(50% + 50px);
    bottom: -moz-calc(50% + 50px);
    bottom: calc(50% + 50px);
    -webkit-animation: triangleThree 15s infinite linear;
    -moz-animation: triangleThree 15s infinite linear;
    -o-animation: triangleThree 15s infinite linear;
    animation: triangleThree 15s infinite linear
}

.advantages .section_video__video__triangle_three {
    top: -100px;
    left: unset;
    right: 180px;
    bottom: unset;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation: triangleThree 15s infinite linear;
    -moz-animation: triangleThree 15s infinite linear;
    -o-animation: triangleThree 15s infinite linear;
    animation: triangleThree 15s infinite linear
}

.advantages .section_video__video__triangle_four {
    top: unset;
    left: unset;
    right: -130px;
    bottom: 30px;
    -webkit-animation: triangleTwo 20s infinite linear;
    -moz-animation: triangleTwo 20s infinite linear;
    -o-animation: triangleTwo 20s infinite linear;
    animation: triangleTwo 20s infinite linear
}

.advantages .section_video__video__triangle_five {
    top: unset;
    left: unset;
    right: -230px;
    bottom: 90px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation: triangleOne 20s infinite linear;
    -moz-animation: triangleOne 20s infinite linear;
    -o-animation: triangleOne 20s infinite linear;
    animation: triangleOne 20s infinite linear
}

.advantages .section_video__video__triangle_six {
    top: -40px;
    left: unset;
    right: 170px;
    bottom: unset;
    -webkit-animation: triangleThree 20s infinite linear;
    -moz-animation: triangleThree 20s infinite linear;
    -o-animation: triangleThree 20s infinite linear;
    animation: triangleThree 20s infinite linear
}

.advantages .advantages__list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url('../img/bg_image/advantages_bg.html');
    background-repeat: no-repeat;
    background-position: center top
}

.advantages .advantages__list:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .8)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 0, #fff 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .8) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .8) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0, #fff 100%)
}

.advantages .advantages__list__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 500px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    padding: 15px;
    text-align: left;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.advantages .advantages__list__item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.advantages .advantages__list__item:nth-child(even) {
    text-align: right
}

.advantages .advantages__list__item:nth-child(even) .advantages__list__item__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.advantages .advantages__list__item:nth-child(even) .advantages__list__item__title .icon {
    margin: 0 0 0 15px
}

.advantages .advantages__list__item:nth-child(even) .advantages__list__item__description {
    margin: 0 95px 0 0
}

.advantages .advantages__list__item .advantages__list__item__title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.advantages .advantages__list__item .advantages__list__item__title .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0
}

.advantages .advantages__list__item .advantages__list__item__title h2 {
    margin-bottom: 0
}

.advantages .advantages__list__item .advantages__list__item__description {
    margin: 0 0 0 95px
}

.advantages .advantages__list__item .advantages__list__item__description p:first-letter {
    margin-left: 0
}

@media screen and (max-width: 1199px) {
    .advantages .advantages__list__item:nth-child(even) {
        text-align: left
    }

    .advantages .advantages__list__item:nth-child(even) .advantages__list__item__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .advantages .advantages__list__item:nth-child(even) .advantages__list__item__title .icon {
        margin: 0 15px 0 0
    }

    .advantages .advantages__list__item:nth-child(even) .advantages__list__item__description {
        margin: 0 0 0 95px
    }

    .advantages .advantages__list__item .advantages__list__item__description p:first-letter {
        margin-left: 18px
    }
}

@media (max-width: 639px) {
    .advantages .advantages__list__item:nth-child(even) .advantages__list__item__description {
        margin: 0;
        text-align: center
    }

    .advantages .advantages__list__item:nth-child(even) .advantages__list__item__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantages .advantages__list__item .advantages__list__item__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantages .advantages__list__item .advantages__list__item__description {
        margin: 0;
        text-align: center
    }
}

.footer {
    position: relative;
    z-index: 10;
    width: 100%
}

.footer .footer__top {
    background-color: #fff
}

.footer .footer__top h2 {
    font-size: -webkit-calc(25px + 2.08vw);
    font-size: -moz-calc(25px + 2.08vw);
    font-size: calc(25px + 2.08vw);
    line-height: -webkit-calc(30px + 2.08vw);
    line-height: -moz-calc(30px + 2.08vw);
    line-height: calc(30px + 2.08vw);
    color: var(--grey-color);
    font-weight: 300;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: scaleY(1.3);
    -moz-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    -o-transform: scaleY(1.3);
    transform: scaleY(1.3);
    padding: -webkit-calc(15px + .78vw) 15px;
    padding: -moz-calc(15px + .78vw) 15px;
    padding: calc(15px + .78vw) 15px
}

.footer .footer__bottom {
    background-color: var(--bg-grey-color)
}

.footer .footer__bottom .footer__bottom__img {
    padding: 40px 15px
}

.footer .footer__bottom .wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer .footer__bottom .footer__bottom__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 80px 15px 40px 14px
}

.footer .footer__bottom .footer__bottom__menu__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px
}

.footer .footer__bottom .footer__bottom__menu__wrapper a {
    padding: 15px 20px;
    display: block;
    font-size: -webkit-calc(14px + .31vw);
    font-size: -moz-calc(14px + .31vw);
    font-size: calc(14px + .31vw);
    line-height: -webkit-calc(19px + .31vw);
    line-height: -moz-calc(19px + .31vw);
    line-height: calc(19px + .31vw);
    color: var(--grey-color);
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer .footer__bottom .footer__bottom__menu__wrapper a:hover {
    color: var(--blue-color)
}

.footer .footer__bottom .footer__bottom__menu__wrapper a:first-child {
    padding: 15px 20px 15px 0
}

.footer .footer__bottom .footer__bottom__menu__wrapper .sub-menu {
    display: none
}

.footer .footer__bottom .footer__copyright p {
    color: var(--grey-light-color)
}

.footer .footer__bottom .footer__copyright a {
    color: var(--grey-light-color);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer .footer__bottom .footer__copyright a:hover {
    color: var(--blue-color)
}

@media (max-width: 1199px) {
    .footer .footer__bottom .footer__bottom__img {
        padding: 15px
    }

    .footer .footer__bottom .footer__bottom__menu {
        padding: 15px
    }
}

@media (max-width: 639px) {
    .footer .footer__top {
        padding: -webkit-calc(15px + .78vw) 15px;
        padding: -moz-calc(15px + .78vw) 15px;
        padding: calc(15px + .78vw) 15px
    }

    .footer .footer__bottom .footer__bottom__img {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .footer__bottom .footer__bottom__menu {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .footer__bottom .footer__bottom__menu__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer .footer__bottom .footer__bottom__menu__wrapper a {
        padding: 15px 20px
    }

    .footer .footer__bottom .footer__bottom__menu__wrapper a:first-child {
        padding: 15px 20px
    }
}

.footer .footer__top {
    padding: 50px 0
}