body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 28px;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input {
    font-family: "Roboto", sans-serif;
}
input,
input[type='button'],
input[type='submit'] {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}
a {
    background: transparent;
    text-decoration: none;
    color: inherit;
}
img {
    border-style: none;
}
a:active,
a:hover {
    outline: 0;
}
blockquote,
figure {
    margin: 0;
}
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
ul,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
img {
    max-width: 100%;
}
.callme__content {
    background: #ffffff !important;
    box-shadow: 0 0 0 0 #ffffff !important;
    overflow: unset !important;
}
.callme__icon__text {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.callme__icon {
    color: rgba(0, 0, 0, 0.7) !important;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5) !important;
}
* {
    -webkit-overflow-scrolling: touch;
}
.clearfix {
    clear: both;
}
.btn {
    display: inline-block;
    height: 53px;
    border-radius: 3px;
    background-color: #f89406;
    line-height: 53px;
    padding: 0 22px;
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
    letter-spacing: 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
@media (max-width: 767px) {
    .btn {
        font-size: 18px;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
    }
}
html.use_hover .btn:hover {
    -webkit-transform: translate3d(0px, -2px, 0px);
    -moz-transform: translate3d(0px, -2px, 0px);
    -ms-transform: translate3d(0px, -2px, 0px);
    -o-transform: translate3d(0px, -2px, 0px);
    transform: translate3d(0px, -2px, 0px);
    -webkit-box-shadow: 0 5px 10px rgba(248, 148, 6, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(248, 148, 6, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(248, 148, 6, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(248, 148, 6, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(248, 148, 6, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
}
html.use_hover .btn:active {
    -webkit-transform: translate3d(0px, -1px, 0px);
    -moz-transform: translate3d(0px, -1px, 0px);
    -ms-transform: translate3d(0px, -1px, 0px);
    -o-transform: translate3d(0px, -1px, 0px);
    transform: translate3d(0px, -1px, 0px);
}
.btn.btn_blue {
    background-color: #00a7ff;
}
html.use_hover .btn.btn_blue:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn.btn_green {
    background-color: #5cb85c;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .btn.btn_green.log {
        padding: 0 16px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
}
html.use_hover .btn.btn_green:hover {
    -webkit-box-shadow: 0 5px 10px rgba(92, 184, 92, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(92, 184, 92, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(92, 184, 92, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(92, 184, 92, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(92, 184, 92, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn.disabled {
    background-color: #00a7ff;
    color: #FFF;
    cursor: not-allowed;
}
html.use_hover .btn.disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
@media (min-width: 768px) {
    .visible_xs {
        display: none;
    }
}
@media (max-width: 767px) {
    .hidden_xs {
        display: none;
    }
}
.site-container {
    width: 940px;
    margin: auto;
}
@media (max-width: 1015px) {
    .site-container {
        padding: 0px 20px;
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 767px) {
    .site-container {
        width: 100%;
        padding: 0px 15px;
    }
}
.h1 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 23px;
}
.h1-b {
    font-size: 43px;
    line-height: 47px;
}
.h2 {
    font-size: 50px;
    line-height: 58px;
}
.h1,
.h2 {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
@media (max-width: 1023px) {
    .h1,
    .h2 {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 20px;
    }
	.h1-b {
		font-size: 33px;
		line-height: 37px;
	}
}
@media (max-width: 767px) {
    .h1,
    .h2 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }
	.h1-b {
		font-size: 28px;
		line-height: 32px;
	}
}
.h3 {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 34px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .h3 {
        font-size: 22px;
        line-height: 26px;
    }
}
.h4 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 6px;
}
.section {
    width: 100%;
    min-height: 500px;
    padding-top: 60px;
}
.section:first-of-type {
    padding-top: 140px;
}
@media (max-width: 767px) {
    .section:first-of-type {
        padding-top: 100px;
    }
}
.section:nth-child(2n) {
    /*background-color: rgba(218, 234, 249, 0.7);*/
}
hr {
    border: none;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    margin: 0;
    margin-bottom: 60px;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
}
.menu:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (max-width: 1023px) {
    .menu:after {
        left: 0;
        right: 0;
    }
}
.menu.sticked:after {
    left: 0;
    right: 0;
}
@media (max-width: 1023px) {
    .menu {
        padding: 0;
        height: 64px;
        line-height: 64px;
    }
}
@media (max-width: 767px) {
    .menu {
        height: 54px;
        line-height: 54px;
    }
}
.menu .site-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1023px) {
    .menu .site-container {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .menu .site-container {
        padding: 0 15px;
    }
}
.menu .site-container > .login {
    float: right;
    height: 100%;
}
@media (max-width: 767px) {
    .menu .site-container > .login .reg {
        display: none;
    }
}
.menu .burger {
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 26px 20px;
    cursor: pointer;
    display: none;
    z-index: 11;
}
@media (max-width: 1023px) {
    .menu .burger {
        display: block;
    }
}
@media (max-width: 767px) {
    .menu .burger {
        padding: 21px 15px;
    }
}
.menu .burger span {
    display: block;
    height: 2px;
    margin-bottom: 3px;
    background-color: #4c4c4c;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.menu .burger span:last-child {
    margin-bottom: 0;
}
.menu .logo {
    display: block;
    float: left;
    width: 209px;
    height: 100%;
    background: url(../img/landing/icons/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media (max-width: 1023px) {
    .menu .logo {
        margin-left: 34px;
        width: 160px;
        background-position: center 6px;
    }
}
@media (max-width: 767px) {
    .menu .logo {
        margin-left: 29px;
        background-position: center 0px;
    }
}
.menu ul {
    display: inline-block;
}
@media (max-width: 1100px) {
    .menu ul {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        background-color: #FFF;
        width: 290px;
        opacity: 0;
        display: none;
        box-sizing: border-box;
        padding-top: 50px;
        -webkit-transform: translate3d(-290px, 0, 0);
        -moz-transform: translate3d(-290px, 0, 0);
        -ms-transform: translate3d(-290px, 0, 0);
        -o-transform: translate3d(-290px, 0, 0);
        transform: translate3d(-290px, 0, 0);
        -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
        -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
        -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    }
}
.menu ul li {
    float: left;
    height: 100%;
}
@media (max-width: 1023px) {
    .menu ul li {
        float: none;
        height: auto;
        text-align: left;
    }
}
.menu ul li a:not(.btn):not(.reg) {
    line-height: 80px;
    padding: 0 15px;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
@media (max-width: 1023px) {
    .menu ul li a:not(.btn):not(.reg) {
        line-height: 50px;
        padding: 0 20px;
        display: block;
    }
}
html.use_hover .menu ul li a:not(.btn):not(.reg):hover {
    color: #00a7ff;
}
html.use_hover .menu ul li a:not(.btn):not(.reg):hover span {
    border-color: #00a7ff;
}
.menu ul li span {
    display: inline-block;
    line-height: 22px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
.menu ul li .login {
    padding-left: 20px;
    margin-top: 40px;
}
.menu ul li .login .btn {
    font-size: 18px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}
.menu ul li .login .reg {
    margin: 0;
}
.menu .login .reg {
    display: inline-block;
    font-size: 18px;
    color: #00a7ff;
    margin-right: 20px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
html.use_hover .menu .login .reg:hover {
    color: #f89406;
}
.menu .login .log {
    vertical-align: middle;
}
@media (max-width: 1023px) {
    .menu.opened ul {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .menu.opened .burger {
        padding-bottom: 10px;
    }
    .menu.opened .burger span:first-child {
        -webkit-transform: translateY(5px) rotate(-45deg);
        -moz-transform: translateY(5px) rotate(-45deg);
        -ms-transform: translateY(5px) rotate(-45deg);
        -o-transform: translateY(5px) rotate(-45deg);
        transform: translateY(5px) rotate(-45deg);
    }
    .menu.opened .burger span:nth-child(2) {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    .menu.opened .burger span:last-child {
        -webkit-transform: translateY(-5px) rotate(45deg);
        -moz-transform: translateY(-5px) rotate(45deg);
        -ms-transform: translateY(-5px) rotate(45deg);
        -o-transform: translateY(-5px) rotate(45deg);
        transform: translateY(-5px) rotate(45deg);
    }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    display: none;
    background-color: #FFF;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.overlay.active {
    opacity: 0.7;
}
.wrap1 {
    text-align: center;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .wrap1 .h1 {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
}
.wrap1 .subtitle {
    color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    line-height: 40px;
    max-width: 600px;
    margin: auto;
    margin-bottom: 36px;
}
.wrap1 .sub-b {
    font-size: 17px;
    line-height: 17px;
}
@media (max-width: 767px) {
    .wrap1 .subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 24px;
    }
}
.wrap1 .video_container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 780px;
    padding-bottom: 46.7%;
    position: relative;
    margin: auto;
    margin-bottom: 57px;
    background: #000;
}
html.use_hover .wrap1 .video_container {
    background: url('../img/landing/video.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1023px) {
    .wrap1 .video_container {
        width: 100%;
        padding-bottom: 56.25%;
        max-width: 780px;
        height: 0;
    }
}
@media (max-width: 767px) {
    .wrap1 .video_container {
        padding-bottom: 56.25%;
        margin-bottom: 40px;
    }
}
.wrap1 .video_container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wrap1 .video_container .play_btn {
    display: none;
    height: 108px;
    width: 108px;
    background-color: #00a7ff;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -54px;
    cursor: pointer;
    line-height: 106px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
html.use_hover .wrap1 .video_container .play_btn {
    display: block;
}
@media (max-width: 767px) {
    .wrap1 .video_container .play_btn {
        height: 72px;
        width: 72px;
        margin-top: -36px;
        margin-left: -36px;
        line-height: 70px;
    }
}
.wrap1 .video_container .play_btn:before {
    content: "";
    display: inline-block;
    position: relative;
    left: 5px;
    width: 36px;
    height: 36px;
    background: url(../img/landing/icons/icon_play.svg);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap1 .video_container .play_btn:before {
        height: 24px;
        width: 24px;
        left: 3px;
        background-size: contain;
    }
}
.wrap1 .video_container .play_btn.hide {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
html.use_hover .wrap1 .video_container .play_btn:hover {
    -webkit-transform: translate3d(0px, -2px, 0px);
    -moz-transform: translate3d(0px, -2px, 0px);
    -ms-transform: translate3d(0px, -2px, 0px);
    -o-transform: translate3d(0px, -2px, 0px);
    transform: translate3d(0px, -2px, 0px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 167, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wrap1 .btn {
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .wrap1 .btn {
        margin-bottom: 0px;
    }
}
.wrap1 .tagline {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .wrap1 .tagline {
        margin-bottom: 24px;
    }
}
.wrap1 .h2 {
    margin-bottom: 10px;
}
.wrap1 .row {
    padding: 60px 0;
}
@media (max-width: 1023px) {
    .wrap1 .row {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .wrap1 .row {
        padding: 40px 0;
    }
}
.wrap1 .row:after {
    content: "";
    display: block;
    clear: both;
}
.wrap1 .floated_blocks {
    float: left;
    box-sizing: border-box;
    width: 50%;
    text-align: left;
}
@media (max-width: 767px) {
    .wrap1 .floated_blocks {
        width: 100%;
        float: none;
    }
}
.wrap1 .floated_blocks.img_block {
    text-align: center;
}
@media (max-width: 767px) {
    .wrap1 .floated_blocks.img_block {
        padding-bottom: 30px;
    }
}
.wrap1 .floated_blocks.img_block img {
    max-height: 100%;
    display: inline-block;
}
.wrap1 .floated_blocks .h3 {
    margin-bottom: 20px;
}
.wrap1 .floated_blocks:nth-child(2n).text_block {
    padding-left: 25px;
}
@media (max-width: 767px) {
    .wrap1 .floated_blocks:nth-child(2n).text_block {
        padding: 0;
    }
}
.wrap1 .floated_blocks:nth-child(2n-1).text_block {
    padding-right: 50px;
}
@media (max-width: 767px) {
    .wrap1 .floated_blocks:nth-child(2n-1).text_block {
        padding: 0;
    }
}
.wrap1 .floated_blocks.union img {
    width: 440px;
}
.wrap1 .floated_blocks.secure img {
    width: 454px;
}
.wrap1 .floated_blocks.calendar img {
    width: 292px;
}
@media (max-width: 767px) {
    .wrap1 .floated_blocks.calendar img {
        width: 206px;
    }
}
.wrap2 {
    text-align: center;
}
.wrap2 .h2 {
    margin-bottom: 27px;
}
@media (max-width: 767px) {
    .wrap2 .h2 {
        margin-bottom: 12px;
    }
}
.wrap2 .site-container > p {
    max-width: 600px;
    margin: auto;
}
.wrap2 .tabs_head {
    margin-top: 42px;
    margin-bottom: 84px;
    height: 80px;
    -webkit-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -moz-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -o-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -ms-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
}
@media (max-width: 1023px) {
    .wrap2 .tabs_head {
        height: 70px;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head {
        height: auto;
        margin-bottom: 30px;
        text-align: left;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}
.wrap2 .tabs_head > ul {
    height: 80px;
}
@media (max-width: 1023px) {
    .wrap2 .tabs_head > ul {
        height: 70px;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul {
        height: auto;
    }
}
.wrap2 .tabs_head > ul li {
    height: 80px;
    position: relative;
    background-color: #FFF;
    cursor: pointer;
    float: left;
    width: 32%;
}
@media (max-width: 1023px) {
    .wrap2 .tabs_head > ul li {
        height: 70px;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li {
        float: none;
        width: 100%;
        background-color: transparent;
        height: auto;
        padding-bottom: 40px;
        border-top: 1px dotted #B5B5B5;
        -webkit-transition: height 0.25s ease-in-out;
        -moz-transition: height 0.25s ease-in-out;
        -ms-transition: height 0.25s ease-in-out;
        -o-transition: height 0.25s ease-in-out;
        transition: height 0.25s ease-in-out;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px);
    }
    .wrap2 .tabs_head > ul li .img_wrap {
        position: absolute;
        top: 65px;
        left: 30px;
        width: 160px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-transform: translateZ(0px);
        -moz-transform: translateZ(0px);
        -ms-transform: translateZ(0px);
        -o-transform: translateZ(0px);
        transform: translateZ(0px);
    }
    .wrap2 .tabs_head > ul li .img_wrap.invis {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .wrap2 .tabs_head > ul li .desc {
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -ms-transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
    }
}
.wrap2 .tabs_head > ul li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.wrap2 .tabs_head > ul li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px dotted #B5B5B5;
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li:first-child:after {
        display: none;
    }
}
.wrap2 .tabs_head > ul li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li:last-child {
        border-bottom: 1px dotted #B5B5B5;
    }
}
.wrap2 .tabs_head > ul li:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    border-left: 1px dotted #B5B5B5;
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li:last-child:after {
        display: none;
    }
}
.wrap2 .tabs_head > ul li:nth-child(2) {
    width: 36%;
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li:nth-child(2) {
        width: 100%;
    }
}
.wrap2 .tabs_head > ul li > span {
    font-size: 26px;
    line-height: 76px;
    color: #00a7ff;
    font-weight: 400;
}
@media (max-width: 1023px) {
    .wrap2 .tabs_head > ul li > span {
        font-size: 22px;
        line-height: 66px;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li > span i {
        position: relative;
        top: 2px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #00a7ff;
        margin-right: 10px;
    }
    .wrap2 .tabs_head > ul li > span i:before {
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        height: 2px;
        width: 10px;
        left: 5px;
        background-color: #fff;
    }
    .wrap2 .tabs_head > ul li > span i:after {
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        height: 2px;
        width: 10px;
        left: 5px;
        background-color: #fff;
        -webkit-transform: rotate(90deg) scale(1);
        -moz-transform: rotate(90deg) scale(1);
        -ms-transform: rotate(90deg) scale(1);
        -o-transform: rotate(90deg) scale(1);
        transform: rotate(90deg) scale(1);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li.active {
        height: auto;
    }
    .wrap2 .tabs_head > ul li.active .img_wrap {
        width: 100%;
        left: 0;
    }
    .wrap2 .tabs_head > ul li.active .desc {
        opacity: 1;
    }
}
.wrap2 .tabs_head > ul li.active > span {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li.active > span {
        color: #00a7ff;
        font-weight: 400;
    }
    .wrap2 .tabs_head > ul li.active > span i:after {
        -webkit-transform: rotate(0deg) scale(0.25);
        -moz-transform: rotate(0deg) scale(0.25);
        -ms-transform: rotate(0deg) scale(0.25);
        -o-transform: rotate(0deg) scale(0.25);
        transform: rotate(0deg) scale(0.25);
    }
}
.wrap2 .tabs_head > ul li.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -moz-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -o-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -ms-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li.active:before {
        display: none;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li .img_wrap {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li .h3 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .wrap2 .tabs_head > ul li p {
        line-height: 26px;
    }
}
html.use_hover .wrap2 .tabs_head > ul li:hover > span {
    color: #f89406;
}
@media (max-width: 767px) {
    html.use_hover .wrap2 .tabs_head > ul li:hover > span i {
        background-color: #f89406;
    }
}
html.use_hover .wrap2 .tabs_head > ul li:hover.active > span {
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
    html.use_hover .wrap2 .tabs_head > ul li:hover.active > span {
        color: #f89406;
    }
}
.wrap2 .img_wrap {
    position: relative;
}
.wrap2 .img_wrap img {
    display: block;
    width: 100%;
}
.wrap2 .img_wrap .shadow {
    position: relative;
    display: inline-block;
}
.wrap2 .img_wrap .shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 15px 29px rgba(49, 86, 106, 0.15);
    -moz-box-shadow: 0 15px 29px rgba(49, 86, 106, 0.15);
    -o-box-shadow: 0 15px 29px rgba(49, 86, 106, 0.15);
    -ms-box-shadow: 0 15px 29px rgba(49, 86, 106, 0.15);
    box-shadow: 0 15px 29px rgba(49, 86, 106, 0.15);
}
.wrap2 .tabs_content {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .wrap2 .tabs_content {
        margin-bottom: 0;
    }
}
.wrap2 .tabs_content > div {
    font-size: 0;
    display: none;
}
.wrap2 .tabs_content > div.active {
    display: block;
}
.wrap2 .tabs_content .img_wrap {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 40px;
}
.wrap2 .tabs_content .desc {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.wrap2 .tabs_content .desc .h3 {
    margin-bottom: 15px;
}
.wrap2 hr {
    margin-top: 52px;
}
@media (max-width: 767px) {
    .wrap2 hr {
        margin-top: 30px;
        background: transparent;
    }
}
.wrap2 .additional_services {
    padding-top: 53px;
    padding-bottom: 38px;
}
@media (max-width: 767px) {
    .wrap2 .additional_services {
        padding: 30px 0;
    }
}
.wrap2 .additional_services li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.wrap2 .additional_services li p {
    font-size: 16px;
    line-height: 22px;
    max-width: 220px;
    margin: auto;
}
@media (max-width: 1023px) {
    .wrap2 .additional_services li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap2 .additional_services li {
        width: 100%;
        margin-bottom: 30px;
        text-align: left;
    }
    .wrap2 .additional_services li img {
        float: left;
        margin-right: 10px;
    }
    .wrap2 .additional_services li .h4 {
        line-height: 26px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .wrap2 .additional_services li p {
        overflow: hidden;
        margin: 0;
    }
}
.wrap2 .additional_services:after {
    content: "";
    display: block;
    clear: both;
}
.wrap3 {
    padding-bottom: 60px;
}
.wrap3 .h2 {
    margin-bottom: 15px;
}
.wrap3 .partners li {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    text-align: center;
    height: 170px;
    line-height: 170px;
}
@media (max-width: 1023px) {
    .wrap3 .partners li {
        height: 140px;
        line-height: 140px;
    }
}
@media (max-width: 767px) {
    .wrap3 .partners li {
        width: 50%;
    }
    .wrap3 .partners li:nth-child(2n-1) {
        padding-right: 20px;
    }
    .wrap3 .partners li:nth-child(n+7) {
        width: 33.333%;
        padding: 0;
    }
    .wrap3 .partners li:nth-last-child(2) {
        padding: 0 10px;
    }
}
.wrap3 .partners li img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1023px) {
    .wrap3 .partners li img {
        max-width: 170px;
    }
}
@media (max-width: 767px) {
    .wrap3 .partners li img {
        max-width: 100%;
    }
}
.wrap3 .partners:after {
    content: "";
    display: block;
    clear: both;
}
.wrap4 {
    text-align: center;
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .wrap4.section {
        padding-top: 0;
        background-color: #FFF;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.wrap4 .h2 {
    margin-bottom: 5px;
}
@media (max-width: 1023px) {
    .wrap4 .h2 {
        margin-bottom: 12px;
    }
}
@media (max-width: 767px) {
    .wrap4 .site-container {
        padding: 0;
    }
}
.wrap4 .tabs_head ul {
    display: inline-block;
    vertical-align: top;
}
.wrap4 .tabs_head ul:after {
    content: "";
    display: block;
    clear: both;
}
.wrap4 .tabs_head ul li {
    float: left;
    padding: 20px 25px 35px;
    line-height: 34px;
    cursor: pointer;
    position: relative;
}
@media (max-width: 767px) {
    .wrap4 .tabs_head ul li {
        padding: 15px 12px 20px;
    }
}
.wrap4 .tabs_head ul li span {
    display: inline-block;
    color: #00a7ff;
    font-size: 22px;
    line-height: 24px;
    border-bottom: 1px dotted #00a7ff;
}
@media (max-width: 767px) {
    .wrap4 .tabs_head ul li span {
        font-size: 18px;
    }
}
.wrap4 .tabs_head ul li.active span {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px dotted transparent;
}
.wrap4 .tabs_head ul li.active:before,
.wrap4 .tabs_head ul li.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    margin-top: -11px;
    box-sizing: border-box;
    height: 22px;
    width: 22px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -moz-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -o-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -ms-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
}
@media (max-width: 767px) {
    .wrap4 .tabs_head ul li.active:before,
    .wrap4 .tabs_head ul li.active:after {
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}
.wrap4 .tabs_head ul li.active:before {
    display: none;
}
@media (max-width: 767px) {
    .wrap4 .tabs_head ul li.active:before {
        display: block;
        margin-top: -10px;
        border: 0;
        z-index: 5;
    }
}
html.use_hover .wrap4 .tabs_head ul li:hover span {
    color: #f89406;
    border-color: #f89406;
}
html.use_hover .wrap4 .tabs_head ul li:hover.active span {
    color: rgba(0, 0, 0, 0.8);
    border-color: transparent;
}
.wrap4 .tabs_content {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    border-radius: 3px;
    background-color: #FFF;
    text-align: left;
    -webkit-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -moz-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -o-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    -ms-box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
    box-shadow: 0 10px 20px rgba(49, 86, 106, 0.05);
}
@media (max-width: 1023px) {
    .wrap4 .tabs_content {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .wrap4 .tabs_content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.wrap4 .tabs_content > div {
    display: none;
}
.wrap4 .tabs_content > div.active {
    display: block;
}
.wrap4 .comment {
    padding: 22px 170px 40px 40px;
    position: relative;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
    .wrap4 .comment {
        padding: 21px 150px 27px 20px;
    }
}
@media (max-width: 767px) {
    .wrap4 .comment {
        padding: 21px 15px 27px 15px;
    }
}
.wrap4 .comment:first-child {
    border-top: 0;
}
@media (max-width: 767px) {
    .wrap4 .comment:last-child {
        border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    }
}
.wrap4 .comment .logotype {
    position: absolute;
    top: 30px;
    right: 30px;
}
@media (max-width: 1023px) {
    .wrap4 .comment .logotype {
        right: 20px;
        top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap4 .comment .logotype {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        float: left;
        max-width: 100px;
        height: 36px;
        margin-right: 15px;
    }
    .wrap4 .comment .logotype img {
        max-width: 100%;
        max-height: 100%;
    }
}
.wrap4 .comment .h3 {
    margin-bottom: 11px;
}
.wrap4 .comment p {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 13px;
}
@media (max-width: 767px) {
    .wrap4 .comment .author {
        overflow: hidden;
    }
}
.wrap4 .comment .company {
    display: inline-block;
    margin-right: 20px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .wrap4 .comment .company {
        margin-right: 10px;
    }
}
.wrap4 .comment .city {
    display: inline-block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 26px;
}
.wrap5 .h2 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .wrap5 .h2 {
        margin-bottom: 30px;
    }
}
.wrap5 .consult {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 1023px) {
    .wrap5 .consult {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .wrap5 .consult {
        width: 100%;
        padding-bottom: 30px;
    }
}
.wrap5 .consult .h3 {
    margin-bottom: 12px;
}
.wrap5 .consult p {
    margin-bottom: 54px;
}
@media (max-width: 1023px) {
    .wrap5 .consult p {
        margin-bottom: 26px;
    }
}
.wrap5 .consult form {
    display: table;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (max-width: 1023px) {
    .wrap5 .consult form {
        display: block;
    }
}
.wrap5 .consult form div {
    display: table-cell;
    width: 100%;
}
@media (max-width: 1023px) {
    .wrap5 .consult form div {
        display: block;
    }
}
.wrap5 .consult form div:first-child {
    padding-right: 10px;
}
@media (max-width: 1023px) {
    .wrap5 .consult form div:first-child {
        padding: 0 0 10px 0;
    }
}
.wrap5 .consult form input {
    width: 100%;
    vertical-align: top;
}
@media (max-width: 1023px) {
    .wrap5 .consult form input.btn {
        width: auto;
    }
}
.wrap5 .consult form .btn {
    white-space: nowrap;
}
.wrap5 .consult .thxmsg {
    margin-top: 20px;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.wrap5 .consult .thxmsg.hide {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.wrap5 .consult .tel {
    border-radius: 3px;
    height: 53px;
    padding: 12px 15px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    background-color: #F2F2F2;
    font-size: 18px;
}
@media (max-width: 767px) {
    .wrap5 .consult .tel {
        height: 40px;
        padding: 6px 10px;
    }
}
.wrap5 .contacts {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 170px;
}
@media (max-width: 1023px) {
    .wrap5 .contacts {
        width: 60%;
        padding-left: 80px;
    }
}
@media (max-width: 767px) {
    .wrap5 .contacts {
        width: 100%;
        padding-left: 0;
    }
}
.wrap5 .contacts .tel,
.wrap5 .contacts .mail {
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .wrap5 .contacts .tel,
    .wrap5 .contacts .mail {
        font-size: 22px;
        line-height: 35px;
    }
}
.wrap5 .contacts .tel {
    color: rgba(0, 0, 0, 0.7);
}
.wrap5 .contacts .mail {
    display: inline-block;
    color: #00a7ff;
    margin-bottom: 75px;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .wrap5 .contacts .mail {
        margin-bottom: 30px;
    }
}
html.use_hover .wrap5 .contacts .mail:hover {
    color: #f89406;
}
.wrap5 .footer {
    margin-top: 75px;
    padding-top: 60px;
    padding-bottom: 70px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}
@media (max-width: 1023px) {
    .wrap5 .footer {
        padding: 40px 0;
    }
}
@media (max-width: 767px) {
    .wrap5 .footer {
        margin-top: 50px;
        padding: 30px 0;
    }
}
.wrap5 .footer .copyright {
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.4);
}
.wrap5 .footer .kv {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
}
.wrap5 .footer .kv:after {
    content: "";
    display: inline-block;
    margin-left: 9px;
    width: 98px;
    height: 10px;
    background: url(../img/landing/icons/logo_KV.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.blog-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.blog-wrap .item {
	width: calc(33.33% - 20px);
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	margin: 0px 30px 30px 0px;
	padding: 0px 0px 65px 0px;
	box-shadow: 0px 2px 4px 0px rgba(148,148,148,.4);
	position: relative;
}

.blog-wrap .item:nth-of-type(3n+3) {
	margin-right: 0px;
}

.blog-wrap .item .item-img {
	width: 100%;
	height: 150px;
	background-size: cover!important;
	background-position: center center!important;
	position: relative;
}

.blog-wrap .item .item-img a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.blog-wrap .item .item-text {
	width: 100%;
	padding: 15px 15px 0px 15px;
	box-sizing: border-box;
}

.blog-wrap .item .item-title {
	margin: 0px 0px 10px 0px;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
}

.blog-wrap .item .item-title a {
	font-weight: 500;
	color: #00a7ff;
}

.blog-wrap .item .item-title a:hover {
	text-decoration: underline;
}

.blog-wrap .item .item-date {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}

.blog-wrap .item .item-desc {
	font-size: 15px;
	line-height: 19px;
	text-align: left;
}

.blog-wrap .item .item-desc p {
	margin: 0px 0px 0px 0px;
}

.blog-wrap .item .item-link {
	position: absolute;
	bottom: 15px;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
}

.blog-wrap .item .item-link a {
	color: #5cb85c;
}

.blog-wrap .item .item-link a:hover {
	text-decoration: underline;
}

.blog-text p {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.blog-text p strong {
	font-weight: 500;
}

.blog-text ul {
	margin: 0px 0px 20px 0px;
}

.blog-text ul li {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	list-style: disc inside;
}

.blog-text p a {
	text-decoration: underline;
}

.blog-text p a:hover {
	text-decoration: none;
}

.wp-block-image img {
	max-width: 70%!important;
	height: auto!important;
	vertical-align: bottom!important;
	margin: 0px auto 0px auto!important;
	display: block!important;
}

.wp-pagenavi {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 16px;
    padding: 0px 0px 20px 0px;
}

.v-alert__content {
	text-align: left;
}

@media (max-width: 767px) {
.blog-wrap .item {
	width: calc(50% - 15px);
	margin: 0px 30px 30px 0px;
	padding: 0px 0px 65px 0px;
}

.blog-wrap .item:nth-of-type(3n+3) {
	margin-right: 30px;
}

.blog-wrap .item:nth-of-type(2n+2) {
	margin-right: 0px;
}

}

@media (max-width: 520px) {
.blog-wrap .item {
	width: calc(100% - 0px);
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 65px 0px;
}

.blog-wrap .item:nth-of-type(3n+3) {
	margin-right: 0px;
}

.blog-wrap .item:nth-of-type(2n+2) {
	margin-right: 0px;
}

}




















