@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&amp;subset=cyrillic,cyrillic-ext,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&amp;subset=cyrillic,cyrillic-ext,latin-ext');

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.red {
    background: #fff
}
.red.gradient {
    background-image: linear-gradient(to left, #2F4DB8, #6AB0F0);
}
.red.alt {
    background-image: linear-gradient(to left, #2F4DB8, #6AB0F0);
}
.white {
    background: #ffffff;
}
.white.gradient {
    background-image: linear-gradient(rgba(247, 248, 249, 0), #ebeef0);
}
.grey {
    background: #f0f2f3;
}
.grey.gradient {
    background-image: linear-gradient(to bottom, #f0f2f3, #ffffff);
}

.callbutton {
    display: none;
}
html {
    font-family: 'Roboto', sans-serif;
	outline: none;
	scroll-behavior: smooth;
}
input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: none;
    overflow: hidden;
}
input[type="checkbox"] + .svg {
    border-radius: 2px;
    text-align: center;
    display: inline-flex;
    width: 19px;
    height: 19px;
    border: solid 1px rgba(213, 221, 229, 0.58);
    background: transparent;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    vertical-align: top;
}
input[type="checkbox"] + .svg svg {
    fill: #365FF0;
    color: #365FF0;
}
.red input[type="checkbox"] + .svg svg {
    fill: #ffffff;
    color: #ffffff;
}
input[type="checkbox"] + .svg svg {
    opacity: 0;
}
input[type="checkbox"]:checked + .svg svg {
    opacity: 1;
}


.container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.row {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
}

.col {
    float: left;
    padding: 0 10px;
    width: 8.333333333333333%;
}

.col-2 {
    width: 16.66666666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.button-hidden{
	display: none;
}
.studio{
	text-align: center;
	color: #606060;
}
.studio a{
	text-decoration: none;
	color: #2f4db8;
}
.title {
    font-family: 'Roboto Slab', serif;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #575757;
    margin-bottom: 10px;
    line-height: 55px;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.popup {
    margin: 75px auto;
    padding: 40px;
    background: #fff;
    width: 50vw;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    flex-direction: column;
}
#modal-title {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
}
.product-image-cover {
    width: 90%;
    height: 150px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup h2 {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
}
.popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

.close {
    float: right;
    font-size: 25.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #7c7878;
    margin-bottom: 10px;
    line-height: 21px;
}
footer .subtitle{
	text-align: left;
	padding-bottom: 30px;
}
.advance .guarantee__block img{
	width: 30%;
}
#header {
    padding: 14px 0 12px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
#header.active {
    box-shadow: 0 2px 9px 0 rgb(49 81 186);
}
#header .grid {
    margin: 0;
}
#header .menu {
    margin-left: auto;
    padding-top: 21px;
    white-space: nowrap;
}
#header .f-logo a img {
    display: block;
}
#header .menu a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
}
#menu {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    position: fixed;
    right: 0%;
    z-index: 9;
    top: 0;
    box-shadow: -10px 0 30px 0 rgba(114, 125, 136, 0.5);
    max-width: 357px;
    flex-direction: column;
    display: flex;
    height: 100vh;
    overflow-y: scroll;
    background-color: #e7ecef;
    -moz-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    -o-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
}
#menu .holder {
    display: flex;
    flex-direction: column;
    height: auto;
}
#menu.active {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
#menu .section1 {
    padding: 110px 44px 3px 44px;
    background-color: #f0f2f3;
}
#menu .section2 {
    padding: 25px 50px 20px 34px;
}
#menu .address__block--title {
    font-size: 16px;
    line-height: 1.62;
    font-weight: 400;
}
#menu .address__block--title:after {
    margin-top: 3px;
    margin-bottom: 7px;
}
#menu .address__block--container--address {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.39;
}
#menu .address__block {
    width: 100%;
    margin-bottom: 18px;
}
#menu .address__block--container--phone {
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 1.39;
}
#menu .address__icons {
    display: none;
}
#menu .tobottom {
    text-decoration: none;
    color: #365FF0;
    line-height: 17px;
    font-size: 16px;
    top: -4px;
    position: relative;
    margin-left: 10px;
}
#menu .tobottom:after {
    border-bottom: dotted 2px #365FF0;
    position: absolute;
    left: 0;
    width: 105px;
    content: '';
    bottom: -2px;
}
#menu .nav a:after {
    content:'';
    clear:both;
    width: 100%;
    display: block;
    height: 1px;
}
#menu .nav a {
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    margin-bottom: 24px;
    display: block;
    float:left;
    line-height: 21px;
    font-size: 18px;
    color: #7c7878;
    text-decoration: none;
    clear:both;
}
#menu .nav a:hover {
    color: #365FF0;
}
#menu .nav a.active {
    border-bottom-color: #365FF0;
}
.infos {
    padding-top: 4px;
    padding-bottom: 9px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.infos .phone {
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 4px;
}
.infos .phone a {
    color:#636363;
    text-decoration: none;
}
.infos .time {
    line-height: 17px;
    opacity: 0.7;
    font-size: 14px;
    color: #636363;
}
.infos .time img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.infos .callback {
    cursor: pointer;
    padding: 0;
    background: transparent;
    margin: 0 0 0 27px;
    border: 0;
    box-shadow: none;
    outline: none;
    height: 19px;
    opacity: 0.64;
    font-size: 16px;
    color: #636363;
    position: relative;
}
.infos .callback:after {
    opacity: 0.64;
    border-bottom: dotted 2px #636363;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    bottom: -2px;
}
.infos .callback:hover {
    opacity: 1;
}
.infos .callback:hover:after {
    opacity: 1;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0 0 0 3px;
    padding: 0px;
    vertical-align: top;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}
.hamburger:hover {
    opacity: .7
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 20px
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    position: absolute;
    width: 24px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #636363;
}
.hamburger-inner:after,.hamburger-inner:before {
    display: block;
    content: ""
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}
.hamburger--spring .hamburger-inner:before {
    top: 8px;
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring .hamburger-inner:after {
    top: 16px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent
}
.hamburger--spring.is-active .hamburger-inner:before {
    top: -1px;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner:after {
    top: -1px;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
    transform: translate3d(0,10px,0) rotate(-45deg)
}

#welcome {
    padding: 0;
    min-height: 100vh;
    display: flex;
}
#welcome .layout {
    padding: 155px 0 18px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
    display: flex;
    height: inherit;
}
#welcome .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

body.menuScroll #welcome .layout {
}
#welcome .title {
    color: #ffffff;
    line-height: 72px;
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 9px;
}
#welcome .subtitle {
    line-height: 21px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
}
#welcome .b-form {
    margin-bottom: 40px;
}
@media all and (min-width: 981px) {
    #welcome .b-form .stroke input {
        width: 100%;
        max-width: none;
        min-width: 1px;
    }
    #welcome .b-form .stroke:first-child {
        min-width: 309px;
        max-width: 309px;
    }

    #welcome .b-form .stroke:nth-child(3) {
        min-width: 169px;
        max-width: 169px;
        border-radius: 0;
    }

    #welcome .b-form .stroke:nth-child(3) input {
        border-radius: 0px;
    }

    #welcome .b-form .stroke:nth-child(5) {
        min-width: 265px;
        border-radius: 0;
    }

    #welcome .b-form button {
        width: 188px;
    }
}
#welcome .extra {
    margin-bottom: 24px;
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
#welcome .extra span {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}
#welcome .extra button {
    font-size: inherit;
    padding: 0;
    margin: 0;
    color: inherit;
    border: 0;
    position: relative;
    background: transparent;
    cursor: pointer;
}
#welcome .extra button:hover {
    color: #ffd829;
}
#welcome .extra button:after {
    border-bottom: dotted 2px #ffd829;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    content: '';
    display: block;
}

#welcome .extra + .b-form {
    padding-top: 0;
}
#welcome .extra + .b-form .grid {
    margin-bottom: 9px;
    margin-right: -10px;
    margin-left: -10px;
}
#welcome .example {
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.21;
    color: #ffffff;
}
.welcome__block {
    width: 25%;
    padding: 12px 10px 0;
    text-align: center;
    margin-bottom: 20px;
}
.welcome__block--icon {
    height: 30px;
    margin-bottom: 8px;
}
.welcome__block--title {
    margin-bottom: 5px;
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.welcome__block--text {
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.21;
    color: #ffffff;
}
.yep {
    text-align: center;
    padding-top: 18px;
    line-height: 17px;
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
}
#types {
    padding: 80px 0;
}

#delivery {
    padding: 80px 0;
    position: relative;
}
#delivery:before {
    content: url('../img/plane.png');
    display: block;
    position: absolute;
    right: 0;
    top: -54px;
}

.row:after, .row:before {
    display: table;
    clear: both;
    content: '';
}

#types .subtitle + .row {
    padding-top: 30px;
}

.type__block {
    margin-bottom: 20px;
    height: 146px;
    padding: 20px 18px 0;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 6px 18px 0 rgba(57, 77, 86, 0.15);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #4e4e4e;
    position: relative;
}

.type__block--icon {
    height: 77px;
    text-align: center;
}

.type__block--icon img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.type__block--icon svg {
    fill: #365FF0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

/*.type__block:hover .type__block--icon svg {
    fill: #ffffff;
}*/

.type__block--title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
}

.type__block--button {
    cursor: pointer;
    opacity: 0;
    height: 50px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    background-color: #ffd829;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left:0;
    bottom: 0;
    right: 0;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    margin: 0;
    box-shadow: none;
    width: 100%;
}


@media all and (min-width: 981px) {
    /*.type__block:hover {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        background: #365FF0;
        color: #ffffff;
        box-shadow: 0 10px 25px 0 rgba(226, 82, 82, 0.45);
    }
    .type__block--button:hover {
        background-color: #ffe46c;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.28);
    }
    .type__block:hover .type__block--text {
        height: 0px;
        opacity: 0;
    }
    .type__block:hover .type__block--button {
        opacity: 1;
    }
    .type__block:hover .type__block--icon {
    // margin-bottom: 7px;
    }*/
}

.type__block--text {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    font-size: 14px;
    line-height: 1.39;
    text-align: center;
    color: #7a7a7a;
}

#delivery .subtitle + .row {
    padding-top: 30px;
    padding-bottom: 20px;
}

.type__delivery {

}

.type__delivery--title {
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
    text-align: center;
}

.type__delivery--title:after {
    content: '';
    margin-top: 8px;
    height: 2px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 112px;
    margin-bottom: 14px;
    background-color: #ffd829;
}

.type__delivery--block {
    height: 219px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 54% 26px 21px;
    position: relative;
    background: none no-repeat center top transparent;
}

.type__delivery--block:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 99%);
}

.type__delivery--block img {
    vertical-align: baseline;
    margin-right: 7px;
    position: relative;
    top:1px;
}
.type__delivery--block .time {
    font-size: 16px;
    line-height: 1.62;
    color: #ffffff;
}
.type__delivery--block .time img {
    margin-right: 9px;
}
.type__delivery--block .weight {
    font-size: 16px;
    line-height: 1.62;
    color: #ffffff;
}
.type__delivery--block .cost {
    line-height: 21px;
    font-size: 14px;
    color: #ffffff;
}
.type__delivery--block .cost .value {
    font-size: 18px;
    font-weight: bold;
    color: #ffd829;
}

.button {
    margin: 0 auto 20px;
    font-size: 16px;
    height: 65px;
    color: #2e2e2e;
    border-radius: 4px;
    background-color: #ffd829;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    display: block;
    padding: 23px 26px;
    outline: none;
    border: 0;
}
.button:hover {
    background-color: #ffe46c;
    cursor: pointer;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.28);
}

#guarantee {
    padding: 80px 0;
}
#guarantee .subtitle + .row {
    padding-top: 30px;
}
.guarantee__block {
    text-align: center;
    padding: 0 20px;
}
.guarantee__block--image {
    margin-bottom: 20px;
}
.guarantee__block--title {
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
    margin-bottom: 6px;
}
.guarantee__block--text {
    font-size: 14px;
    line-height: 1.39;
    color: #7a7a7a;
    margin-bottom: 10px;
}
.guarantee__block--link {
    font-size: 16px;
    line-height: 17px;
    color: #365FF0;
    position: relative;
    text-decoration: none;
}
.guarantee__block--link:after {
    border-bottom: dotted 2px #365FF0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    content: '';
    display: block;
}
.guarantee__block--link:hover {
    color: #ff0000;
}
.guarantee__block--link:hover:after {
    border-bottom-color: #ff0000;
}

#why {
    padding: 80px 0;
    background: url('../img/bg%402x.jpg') no-repeat center top transparent;
    background-size: cover;
}
#why .title, #why .subtitle {
    color: #ffffff;
}
#why .button {
    margin-bottom: 28px;
}
#why .grid {
    margin-bottom: 40px;
    justify-content: center;
}
.why__block {
    padding: 0 10px;
    max-width: 400px;
    display: flex;
}
.why__block .icon {
    min-width: 46px;
}
.why__block--container {
    border-radius: 4px;
    border-top: 4px solid #365FF0;
    background-color: rgba(185, 49, 49, 0.18);
    padding: 18px 20px 19px 24px;
    display: flex;
    height: 100%;
}
.why__block--name {
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}
.why__block--text {
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.21;
    padding-bottom: 14px;
    color: #ffffff;
}
.why__block--text p {
    margin: 0;
}
.promo-text {
    margin-top: 22px;
    text-align: center;
    margin-bottom: 39px;
    font-size: 16px;
    line-height: 1.62;
    color: #ffffff;
}
.promo-text p {
    margin: 0;
}
#legacy {
    padding: 135px 0 60px;
}
#legacy p {
    font-size: 16px;
    line-height: 1.62;
    color: #606060;
}
#search {
    background-image: url('../img/KLtruck3.png');
    background-repeat: no-repeat;
    background-position: right 140px;
    background-size: 490px 245px;
    padding: 80px 0 60px;
}
#search .layout {
    max-width: 671px;
}
#search .title {
    margin-bottom: 19px;
    text-align: left;
}
#search .grid {
    justify-content: flex-start;
    margin-left: 0px;
    margin-right: 0px;
}
#search .checkbox {
    text-align: left;
    padding-bottom: 2px;
}
#search .svg {
    background: #fff;
}
#search .checkbox span {
    color: #606060;
}
#search .checkbox a {
    color: #365FF0;
}
#search .checkbox a:hover {
    color: #ff0000;
}
#search .b-form .checkbox a:after {
    border-bottom: dotted 2px #365FF0;
}
#search .checkbox a:hover:after {
    border-bottom-color: #ff0000;
}
#search p {
    margin: 0;
    font-size: 16px;
    line-height: 1.62;
    color: #606060;
    padding-right: 20px;
}
#customs {
    padding: 80px 0;
    background-image: url('../img/img%402x.png');
    background-repeat: no-repeat;
    background-position: left 80px;
    background-size: 631px 354px;
}
#customs .svg {
    background: #fff;
}
#customs .layout {
    margin-left: auto;
    max-width: 540px;
}
#customs .title {
    text-align: left;
}
#customs .subtitle {
    margin-bottom: 27px;
    text-align: left;
}
#customs .grid {
    justify-content: flex-start;
    margin-left: 0px;
    margin-right: 0px;
}
#customs .checkbox {
    text-align: left;
    padding-bottom: 3px;
}
#customs .checkbox span {
    color: #606060;
}
#customs .checkbox a {
    color: #365FF0;
}
#customs .checkbox a:hover {
    color: #ff0000;
}
#customs .b-form .checkbox a:after {
    border-bottom: dotted 2px #365FF0;
}
#customs .checkbox a:hover:after {
    border-bottom-color: #ff0000;
}
#customs p {
    margin: 0;
    font-size: 16px;
    line-height: 1.62;
    color: #606060;
}
#team {
    padding: 80px 0 29px;
}
#team .promo {
    font-size: 16px;
    line-height: 1.62;
    text-align: center;
    color: #606060;
    margin: 20px 0;
}
footer .promo {
    font-size: 16px;
    line-height: 1.62;
    color: #606060;
    margin: 20px 0;
}
footer ul{
	list-style-type: none;
	margin: 0;
    padding: 0;
}
footer ul li .address__icons{
	float: left;
}
footer ul li{
	padding-bottom: 20px;
}
footer .contact{
	width: 30%;
	padding: 0 10px;
	margin: 0 auto;
}
#team .grid {
    margin-top: 30px;
    margin-bottom: 27px;
    justify-content: center;
}
#team .why__block .icon {
    min-width: 54px;
}
#team .why__block--container {
    background: #fff;

    padding-right: 30px;
    padding-bottom: 15px;
    box-shadow: 0 6px 18px 0 rgba(57, 77, 86, 0.15);
}
#team .why__block--name {
    color: #4e4e4e;
}
#team .why__block--text {
    color: #7a7a7a;
    min-height: 84px;
    opacity: 1;
}
.counter {
    width: 25%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.counter .number {
    line-height: 95px;
    font-family: 'Roboto Slab', serif;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    color: #365FF0;
    margin-bottom: -7px;
}
.counter .text {
    line-height: 21px;
    font-size: 18px;
    text-align: center;
    color: #7c7878;
}

#photo {
    padding: 0 0 80px;
}
.photos {
// display: flex;
// justify-content: space-between;
    margin-bottom: 30px;
}
.photos--item {
// width: 25%;
// height: auto;
}
.photos--item img {
    display: block;
    height: auto;
    width: 100%;
}
.photos-control {
    text-align: center;
    font-size: 0px;
}
.photos-control a {
    border-radius: 50%;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 61px;
    height: 61px;
    background-color: #f0f2f3;
    opacity: 0.5;
}
.photos-control a:hover {
    opacity: 1;
}
.photos-control a img.prev {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#photo .title {
    margin-bottom: 24px;
}

#etaps {
    padding: 80px 0 154px;
}
.infographic {
    margin-top: 85px;
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
}
.infographic .shape img {
    margin: 0 auto;
    display: block;
}
.infographic .etap {
    position: absolute;
    text-align: center;
    width: 25%;
    padding: 0 10px;
}
.infographic .etap1 {
    left:-2px;
    top:-13px;
}
.infographic .etap2 {
    left: 170px;
    top: 134px;
}
.infographic .etap3 {
    left: 361px;
    top: -17px;
}
.infographic .etap4 {
    left: 555px;
    top: 133px;
}
.infographic .etap5 {
    left: 720px;
    top: -8px;
}
.infographic .badge {
    position: absolute;
    background-color: #dee8ec;
    line-height: 24px;
    padding-right: 5px;
    padding-left: 3px;
    font-size: 14px;
    color: #7a7a7a;
}
.infographic .badge1 {
    left: 245px;
    top: 50px;
}
.infographic .badge2 {
    left: 376px;
    top: 108px;
}
.infographic .badge3 {
    left: 513px;
    top: 108px;
}
.infographic .badge4 {
    left: 625px;
    top: 50px;
}
.infographic .badge img {
    margin-right: 3px;
    position: relative;
    top: 2px;
    top:2.5px;
}
.infographic .badge:before {
    content:url('../img/point.svg');
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -7px;
    width: 19px;
    height: 19px;
    display: block;
}
.infographic .badge:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 12px 0;
    border-color: transparent #dee8ec transparent transparent;
}
@media all and (min-width: 981px) {
    .infographic .badge.right {
        padding-left: 5px;
        padding-right: 3px;
    }

    .infographic .badge.right:before {
        left: auto;
        right: -20px;
    }

    .infographic .badge.right:after {
        left: auto;
        right: -10px;
        border-width: 12px 0 12px 10px;
        border-color: transparent transparent transparent #dee8ec;
    }
}
.infographic .etap .etap-icon {
    margin-bottom: 3px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4px;
    background: #f0f2f3;
}
.infographic .etap2 .etap-icon {
    margin-bottom: 1px;
}
.infographic .etap3 .etap-icon {
    margin-top: 11px;
}
.infographic .etap4 .etap-icon {
    margin-bottom: 9px;
}
.infographic .etap5 .etap-icon {
    margin-bottom: 4px;
}
.infographic .etap .etap-title {
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
    margin-bottom: 3px;
}
.infographic .etap .etap-text {
    font-size: 14px;
    line-height: 1.39;
    text-align: center;
    color: #7a7a7a;
}
#fixed-social {
  position: fixed;
  top: 75%;
  right: 25px;
  z-index: 999999;
}
#fixed-social a {
  color: #fff;
  border-radius: 30px;
  display: block;
  height: 60px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 60px;
  margin-bottom: 1px;
  z-index: 2;
  animation: shadow-pulse 1s infinite;
}
.fixed-facebook {
  
}
#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 99999;
  opacity: 0;

}
.fixed-facebook span {
  background-color: #A03AAE;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(76, 175, 80, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(76, 175, 80, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
#feedbacks {
    padding: 80px 0;
}
#feedbacks .owl-stage {
    display: flex;
}
#feedbacks .owl-item {
    display: flex;
}
.feedbacks-row {
    padding-top: 30px;
// display: flex;
// margin: 0 -10px;
    margin-bottom: 20px;
}
.owl-nav, .owl-dots {
    display: none;
}
.feedbacks-control {
    text-align: center;
    font-size: 0px;
    margin-bottom: 31px;
}
.feedbacks-control a {
    border-radius: 50%;
    margin: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 61px;
    height: 61px;
    background-color: #f0f2f3;
    opacity: 0.5;
}
.feedbacks-control a:hover {
    opacity: 1;
}
.feedbacks-control a img.prev {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.feedback {
    max-width: 320px;
    padding: 0 10px;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
}
.feedback--container {
    height: 100%;
    border-top: 4px solid #365FF0;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 6px 18px 0 rgba(57, 77, 86, 0.15);
    padding: 27px 22px 35px 29px;
}
.feedback--header {
    display: flex;
}
.feedback--header .author {
    padding-left: 20px;
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
}
.feedback--header .author .name {
    padding-right: 20px;
    min-height: 42px;
}
.feedback--header .photo {
    border-radius: 50%;
    width: 70px!important;
    height: 70px;
}
.feedback--header .author a {
    display: block;
    margin-top: 7px;
}
.feedback--header .author a img {
    display: block;
}
.feedback--text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.62;
    color: #7a7a7a;
}
.feedback--text p {
    margin: 0;
}
.form {
    padding: 80px 0;
}
.form .title, .form .subtitle {
    color: #ffffff;
}
.b-form {
    padding-top: 30px;
}
footer .b-form {
    padding-top: 0px;
}
.b-form .grid {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 21px;
}
.b-form .checkbox {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 32px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.b-form .checkbox span {
    padding-left: 4px;
}
.b-form .checkbox a {
    color: inherit;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.b-form .checkbox a:hover {
    color: #ffd829;
}
.b-form .checkbox a:after {
    position: absolute;
    left:0;
    bottom: -1px;
    content: '';
    width: 100%;
    height: 2px;
    border-bottom: dotted 2px #ffd829;
}
.b-form .checkbox a:hover:after {
    border-bottom-color: #ffd829;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.b-form input[type="text"], .b-form input[type="email"], .b-form input[type="number"] {
    min-width: 309px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    padding: 19px 24px 20px;
    font-size: 16px;
    line-height: 1.63;
    border: 0;
    color: #606060;
    position: relative;
    z-index: 2;
    outline: none;
}
::-webkit-input-placeholder {
    color: #606060;
    opacity: 0.65;
}
::-moz-placeholder {
    color: #606060;
    opacity: 0.65;
}
:-ms-input-placeholder {
    color: #606060;
    opacity: 0.65;
}
:-moz-placeholder {
    color: #606060;
    opacity: 0.65;
}
.b-form .separator {
    width: 3px;
}
.b-form button {
    font-size: 16px;
    color: #2e2e2e;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffd829;
    border: 0;
    padding: 0 30px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
}
.b-form button:hover {
    background-color: #ffe46c;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.28);
    cursor: pointer;
}
#footer {
    padding: 46px 0 30px;
}
#footer button{
	padding: 20px;
    width: 100%;
    border-radius: 5px;
}
.text-corp{
	font-size: 13px;
    line-height: 1.62;
    color: #606060;
    margin: 10px 0;
}
.grid {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}
.address__block {
    width: 30%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.address__icons {
    min-width: 27px;
    padding-top: 3px;
}
.address__block--title {
    line-height: 21px;
    font-size: 18px;
    font-weight: bold;
    color: #4e4e4e;
}
.address__block--title:after {
    content: '';
    margin-top: 5px;
    height: 2px;
    display: block;
    width: 92px;
	border-radius: 50%;
    margin-bottom: 5px;
    background-color: #365FF0;
}
.address__block--container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.address__block--container .mobi {
    display: flex;
}
.address__block--container--address {
    font-size: 16px;
    line-height: 1.62;
    color: #606060;
    margin-bottom: 11px;
}
footer .address__block--container--address {
    font-size: 16px;
    line-height: 1.62;
    color: #606060;
	margin-bottom: 0;
}
.address__block--container--phone {
    font-size: 16px;
    line-height: 1.62;
    color: #606060;
}
#footer .grid + .grid {
    padding-top: 70px;
    justify-content: space-between;
}
.logo {
    padding: 0 10px;
}
.social {
    font-size: 0px;
    padding: 0 10px;
}
.mt-20{
    margin-top: 20px;
}
.social a {
    vertical-align: top;
    text-align: center;
    align-content: center;
    width: 61px;
    height: 61px;
    background-color: #f0f2f3;
    border-radius: 50%;
    justify-content: center;
    display: inline-flex;
    margin-left: 20px;
}
.social a:hover {
    background-color: #dde2e4;
}
.owl-carousel {
    height: 0;
    overflow: hidden;
}
.owl-carousel.owl-loaded {
    height: auto;
    overflow: visible;
}
.logo2 {
    display: none;
}

.modal {
    font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    border-radius: 4px;
    background-color: #f0f2f3;
    box-shadow: 0 26px 38px 0 rgba(0, 0, 0, 0.49);
    padding: 41px 89px 55px;
    max-width: 540px;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
}

.white .modal__container {
    padding: 0;
}

.white .modal__container .modal__header {
    background: #fff;
    padding: 41px 89px 10px;
}

.white .modal__container .modal__content {
    padding: 30px 89px 44px;
}


.modal .b-form {
    padding: 0;
}

.modal .stroke {
    margin-bottom: 20px;
}

.modal form button {
    height: 65px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    padding: 0 26px;
    background-color: #ffd829;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
}

.modal form button:hover {
    background-color: #ffe46c;
    cursor: pointer;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.28);
}


.modal .stroke input {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    width: 100%;
}

.modal .b-form .grid {
    display: block;
    margin-bottom: 0;
}

.modal .checkbox {
    padding: 0;
    margin-top: 43px;
    margin-bottom: 0;
    margin-right: -40px;
    text-align: left;
    color: #606060;
}

.modal input[type="checkbox"] + .svg {
    background: #fff;
}

.modal .checkbox a {
    color: #365FF0;
}

.modal .checkbox a:hover {
    color: #ff0000;
}

.b-form .stroke {
    position: relative;
}

.b-form input ~ label {
    width: 100%;
    position: absolute;
    top: 7px;
    left: 24px;
    line-height: 26px;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    font-size: 16px;
    color: #606060;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    z-index: 2;
}
.b-form input:focus ~ label {
    color: #7a7a7a;
}

.b-form input.active ~ label {
    -webkit-transform: translateY(-3px) scale(0.8);
    transform: translateY(-3px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.b-form label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, .2s color ease-out;
    transition: .2s opacity ease-out, .2s color ease-out;
}

.modal .b-form .checkbox a:after {
    border-bottom-color: #365FF0;
}

.modal .b-form .checkbox a:hover:after {
    border-bottom-color: #ff0000;
}

.modal__header {
}

.modal__title2 {
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #575757;
    box-sizing: border-box;
}
.modal__title {
    margin-top: 0;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    color: #575757;
    box-sizing: border-box;
}

.modal__subtitle {
    line-height: 21px;
    font-size: 18px;
    text-align: center;
    color: #7c7878;
    margin-bottom: 30px;
}
.modal__subtitle2 {
    line-height: 1.62;
    font-size: 16px;
    text-align: center;
    color: #606060;
    margin-bottom: 15px;
}

.modal__close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: transparent;
    border: 0;
    color:#575757;
    outline: none;
}
.modal__close svg {
    color:#575757;
    fill:#575757;
}

.modal__close:hover svg {
    color:#c94e4e;
    fill:#c94e4e;
    cursor: pointer;
}

.white .modal__close svg {
    color:#c94e4e;
    fill:#c94e4e;
}

.white .modal__close:hover svg {
    color:#575757;
    fill:#575757;
}

.modal__content {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.error {
    outline-offset: -1px;
    box-shadow: 0 2px 6px 0 rgba(216, 49, 49, 0.28)!important;
    outline: 1px solid #ffbcbc!important;
}

.error ~ label, .error ~ .head {
    color: #c94e4e!important;
}
.error ~ .head {
    outline-offset: -1px;
    box-shadow: 0 2px 6px 0 rgba(216, 49, 49, 0.28)!important;
    outline: 1px solid #ffbcbc!important;
}
.del_type {
    max-width: 265px;
    min-width: 265px;
    height: 65px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.28);
    position: relative;
}

.del_type .head {
    width: 100%;
    height: 100%;
    padding: 19px 24px 20px;
    font-size: 16px;
    line-height: 1.63;
    color: #606060;
    opacity: 0.65;
    position: relative;
}

.del_type .head:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #adabab transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -3px;
}

.del_type.opened .head:after {
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #adabab transparent;
}

.del_type .head.active {
    opacity: 1;
}

.del_type .list {
    display: none;
    padding: 19px 25px 9px;
    position: absolute;
    left:0;
    top: 68px;
    width: 100%;
    z-index: 3;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 19px 30px 0 rgba(0, 0, 0, 0.28);
}

.del_type.opened .list {
    display: block;
}

.del_type .list ul {
    padding: 0;
    margin: 0;
    display: block;
}

.del_type .list ul li {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #606060;
    margin-bottom: 19px;
}

.del_type .list ul li:hover, .del_type .list ul li.active {
    color: #365FF0;
    cursor: pointer;
}
.email-footer a {
    font-size: 20px;
    line-height: 61px;
}
.email-footer a {
    color: #cc3f3f;
    text-decoration: none;
}
.date{
    padding: 21px 13px;
    border: none;
    border-radius: 0 5px 5px 0; 
    outline: none;
	background: #fff;
    color: grey;
}
.advance{
    padding-top: 20px;
}
.last-form{
    margin-left: auto;
}