@charset "UTF-8";
/*	Доп классы
---------------------------------------*/
.theme_button {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d83548;
    -webkit-transition: .3s;
    transition: .3s;
}

.theme_button:hover {
    background-color: #00537e;
}
.page{
	padding-bottom: 15px;
}
/*	Header
---------------------------------------*/
header {
    background-color: #1c2127;
}

header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

header .wrapper a.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 13px;
    width: 82px;
    height: 90px;
}

header .wrapper a.logo img {
    max-width: 100%;
}

header .wrapper .right_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .wrapper .right_part ul.header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .wrapper .right_part ul.header_menu > li {
    position: relative;
}

header .wrapper .right_part ul.header_menu > li > a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #fff;
    padding: 30px 20px;
    height: 100%;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
}

header .wrapper .right_part ul.header_menu > li > a:hover {
    color: #008ad2;
}

header .wrapper .right_part ul.header_menu > li .sub-menu {
    display: none;
    position: absolute;
    z-index: 500;
    top: 100%;
    left: 0;
    width: 235px;
    padding: 10px 0 16px;
    background-color: #008ad2;
}

header .wrapper .right_part ul.header_menu > li .sub-menu a {
    display: block;
    padding: 6px 20px 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

header .wrapper .right_part ul.header_menu > li .sub-menu a:hover {
    text-decoration: underline;
}

header .wrapper .right_part ul.header_menu > li.menu-item-has-children:hover .sub-menu {
    display: block;
}

header .wrapper .right_part ul.header_menu li.current-menu-item > a {
    color: #008ad2;
}

header .wrapper .right_part a.header_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fefefe;
    padding: 26px 0;
}

header .wrapper .right_part a.header_phone > svg {
    margin: 0 10px 0 20px;
    fill: #008ad2;
}

header .wrapper .mobile_phone_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
}

header .wrapper .mobile_phone_icon > svg {
    fill: #008ad2;
}

header .wrapper .ps_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
}

header .wrapper .ps_burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 18px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

header .wrapper .ps_burger span:after, header .wrapper .ps_burger span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

header .wrapper .ps_burger span:before {
    top: -6px;
}

header .wrapper .ps_burger span:after {
    bottom: -6px;
}

header .wrapper .ps_burger.active span {
    width: 20px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .wrapper .ps_burger.active span:after {
    opacity: 0;
}

header .wrapper .ps_burger.active span:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 3px;
}

#section-1 {
    position: relative;
    background-image: url("../images/index_section1_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

#section-1:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 43, 65, 0.65);
}

#section-1 > .container {
    z-index: 2;
}

#section-1 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 550px;
}

#section-1 .wrapper .rhombuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#section-1 .wrapper .rhombuses .rhombus {
    width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 16px;
}

#section-1 .wrapper p {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.41;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

#section-1 .wrapper a {
    display: block;
    width: 225px;
    max-width: 100%;
    height: 55px;
    margin: 39px auto 0;
    background-color: #d83548;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

#section-1 .wrapper a:hover {
    background-color: #00537e;
}

#section-2 .mobile_tip {
    position: relative;
    padding: 15px;
}

#section-2 .mobile_tip:after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: calc(100% + 30px);
    height: 1px;
    background-color: rgba(115, 115, 115, 0.22);
}

#section-2 .mobile_tip span {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: #333;
}

#section-2 .mobile_tip span:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #008ad2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#section-2 .tabs .mobile_form_title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding-bottom: 9px;
}

#section-2 .tabs .mobile_form_rhombuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 9px;
}

#section-2 .tabs .mobile_form_rhombuses .rhombus {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background-color: #008ad2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#section-2 .tabs .tab {
    background-position: center top;
    padding: 18px 0 0;
}

#section-2 .tabs .tab .img_wrapper {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-height: 520px;
}

#section-2 .tabs .tab .img_wrapper img {
    max-width: 100%;
}

#section-3 .instruction_container {
    position: relative;
    padding-top: 50px;
}

#section-3 .instruction_container .img_wrapper {
    width: 570px;
    height: 440px;
    background-image: url("../images/instruction_bg_img.jpg");
    background-size: cover;
    background-position: center;
}

#section-3 .instruction_container .instruction_block {
    position: absolute;
    top: 0;
    right: 0;
    width: 670px;
    height: 440px;
    padding: 22px 50px;
    background-color: #008ad2;
    -webkit-box-shadow: 0px 5px 32px 0 rgba(0, 138, 210, 0.31);
    box-shadow: 0px 5px 32px 0 rgba(0, 138, 210, 0.31);
}

#section-3 .instruction_container .instruction_block .instruction_title {
    display: block;
    font-size: 34px;
    letter-spacing: 1.7px;
    color: #fefefe;
    text-transform: uppercase;
    padding-bottom: 30px;
}

#section-3 .instruction_container .instruction_block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 37px;
}

#section-3 .instruction_container .instruction_block-row .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 160px;
}

#section-3 .instruction_container .instruction_block-row .step:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    margin: auto;
    width: 21px;
    height: 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPBAMAAAD5dJlYAAAAKlBMVEUAAAD39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/ey+IvFAAAADXRSTlMAQOQkLOumF/EUd203H9lX1QAAADxJREFUCNdjgIBpDgxwUKqMYLMEGSA4rsgSTUgSJ4AShYIQIHXJgCH3LgwkwMWlgeIIgzAswBRGdw/CnQD9xRPjH3l4pQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
}

#section-3 .instruction_container .instruction_block-row .step .icon_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

#section-3 .instruction_container .instruction_block-row .step span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #fefefe;
    text-align: center;
    line-height: 19px;
    padding-top: 11px;
}

#section-4 {
    padding: 109px 0 104px;
}

.stock_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 285px;
    width: 100%;
    margin-bottom: 30px;
}

.stock_item:hover .info {
    -webkit-box-shadow: 0px 5px 17px 0 rgba(0, 138, 210, 0.25);
    box-shadow: 0px 5px 17px 0 rgba(0, 138, 210, 0.25);
}

.stock_item .img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 570px;
    max-width: 100%;
    min-width: 66%;
    height: 100%;
    margin-right: 10px;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center;
}

.stock_item .img_wrapper > svg {
    width: 80px;
    height: 80px;
    fill: #cdcdcd;
}

.stock_item .info {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #f4f4f4;
    padding: 25px 22px 75px;
}

.stock_item .info .date {
    display: block;
    font-size: 15px;
    color: #999;
}

.stock_item .info .title {
    display: block;
    padding-top: 5px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}

.stock_item .info .read_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 36px;
    font-size: 16px;
    font-weight: 700;
    color: #008ad2;
}

.stock_item .info .read_more:hover > svg {
    margin-left: 10px;
}

.stock_item .info .read_more > svg {
    fill: #008ad2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 4px;
}

.sidebar_img {
    height: 440px;
    max-width: 290px;
    margin: 0 auto 20px;
    background-image: url("../images/sidebar_calc_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #008ad2;
    padding: 34px 15px;
}

.sidebar_img > svg {
    display: block;
    margin: 0 auto;
    fill: #33aceb;
}

.sidebar_img b {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27;
    text-align: center;
    color: #fffefe;
    padding-top: 16px;
}

.sidebar_img a {
    display: block;
    width: 224px;
    max-width: 100%;
    height: 50px;
    margin: 32px auto 0;
    line-height: 52px;
    background-color: #d83548;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.sidebar_img a:hover {
    background-color: #00537e;
}

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

.production .production_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    width: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.production .production_block:hover {
    -webkit-box-shadow: 0px 5px 17px 0 rgba(0, 138, 210, 0.25);
    box-shadow: 0px 5px 17px 0 rgba(0, 138, 210, 0.25);
}

.production .production_block .img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    min-width: 50%;
    height: 100%;
    background-color: #96d7f4;
}

.production .production_block .img_wrapper > svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.production .production_block .img_wrapper img {
    width: calc(100% - 30%);
}

.production .production_block .info {
    position: relative;
    width: 50%;
    border: solid 1px #efefef;
    padding: 20px 25px 60px;
}

.production .production_block .info:after {
    content: "";
    position: absolute;
    border: 16px solid transparent;
    border-right: 15px solid #fff;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 33px;
}

.production .production_block .info b {
    display: block;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.production .production_block .info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    padding-top: 10px;
}

.production .production_block .info .read_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 33px;
    font-size: 16px;
    font-weight: 700;
    color: #008ad2;
}

.production .production_block .info .read_more:hover > svg {
    margin-left: 10px;
}

.production .production_block .info .read_more > svg {
    fill: #008ad2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 4px;
}

.news_container {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 60px;
}

.news_container .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.news_container .article:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.news_container .article .img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center;
}

.news_container .article .img_wrapper > svg {
    width: 40px;
    height: 40px;
    fill: #cdcdcd;
}

.news_container .article .info {
    display: block;
    padding-left: 20px;
}

.news_container .article .info .date {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.news_container .article .info .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.news_container .article:hover .info .title {
    color: #008ad2;
}

.contact_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 480px;
    margin-bottom: 40px;
}

.contact_map-info {
    -webkit-box-shadow: 0 5px 17px rgba(0, 138, 210, 0.25);
    box-shadow: 0 5px 17px rgba(0, 138, 210, 0.25);
    background-color: #fff;
    height: 100%;
    width: calc(100% / 3.15);
    padding: 32px 40px;
    background-image: url("../images/contacts-gate.svg");
    background-repeat: no-repeat;
    background-size: 230px 230px;
    background-position: right -75px bottom -10px;
}

.contact_map-info b {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 22px;
}

.contact_map-info .info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact_map-info .info-row > svg {
    fill: #008ad2;
}

.contact_map-info .info-row span {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 0 0 25px 10px;
}

.contact_map-map {
    height: 100%;
    width: calc(100% - 100% / 3.15 - 30px);
}

footer {
    background-color: #1c2127;
}

footer .footer_logo {
    display: block;
    padding-top: 28px;
    width: 88px;
}

footer .footer_logo img {
    max-width: 100%;
}

footer .footer_block {
    padding-top: 35px;
}

footer .footer_block b {
    display: block;
    padding-bottom: 7px;
    color: #fefefe;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 24px;
    text-transform: uppercase;
}

footer .footer_block ul li a, footer .footer_block-row span {
    display: block;
    padding: 8px 0;
    color: #fefefe;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

footer .footer_block ul li a {
    -webkit-transition: .3s;
    transition: .3s;
}

footer .footer_block ul li a:hover {
    color: #008ad2;
}

footer .footer_block-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer_block-row > svg {
    fill: #008ad2;
    margin: 8px 14px 0 0;
}

footer .lower_footer {
    margin-top: 33px;
}

footer .lower_footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 58px;
    border-top: 1px solid rgba(79, 96, 115, 0.4);
}

footer .lower_footer .wrapper .wrapper_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .lower_footer .wrapper .wrapper_left p {
    padding-right: 60px;
}

footer .lower_footer .wrapper .wrapper_left a {
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
}

footer .lower_footer .wrapper .wrapper_left a:hover {
    color: #fff;
    text-decoration: none;
}

footer .lower_footer .wrapper .wrapper_left p, footer .lower_footer .wrapper .wrapper_left a, footer .lower_footer .wrapper .made_by {
    display: block;
    color: #4f5f72;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

footer .lower_footer .wrapper .made_by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
}

footer .lower_footer .wrapper .made_by > svg {
    fill: #4f6073;
    margin-left: 8px;
    -webkit-transition: .3s;
    transition: .3s;
}

footer .lower_footer .wrapper .made_by:hover {
    color: #fff;
}

footer .lower_footer .wrapper .made_by:hover > svg {
    fill: #fff;
}

.subpages {
    padding: 20px 0 35px;
}

.subpage_block {
    display: block;
    margin-bottom: 30px;
}

.subpage_block .img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.subpage_block .img_wrapper > svg {
    width: 80px;
    height: 80px;
    fill: #cdcdcd;
}

.subpage_block .title {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.subpage_block:hover .img_wrapper {
    -webkit-box-shadow: 0 5px 17px rgba(0, 138, 210, 0.25);
    box-shadow: 0 5px 17px rgba(0, 138, 210, 0.25);
}

.subpage_block:hover .title {
    color: #008ad2;
}

.info_blocks_section {
    background-color: #f6f6f6;
}

.info_blocks_section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info_blocks_section .wrapper .info_block {
    display: block;
    position: relative;
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    height: 310px;
    background-size: cover;
    background-position: center;
}

.info_blocks_section .wrapper .info_block:hover .filter {
    background-color: rgba(210, 238, 253, 0.95);
}

.info_blocks_section .wrapper .info_block .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: .3s;
    transition: .3s;
}

.info_blocks_section .wrapper .info_block .filter > svg {
    fill: #008ad2;
}

.info_blocks_section .wrapper .info_block .filter b {
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

a.modal_close {
    display: block;
    position: absolute;
    z-index: 200;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
}

a.modal_close:after, a.modal_close:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #e2e2e2;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

a.modal_close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.modal_close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.modal_close:hover:after, a.modal_close:hover:before {
    background-color: #000;
}

.custom_modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
    max-width: calc(100% - 20px);
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 13px 0 rgba(1, 1, 1, 0.1);
    box-shadow: 0px 9px 13px 0 rgba(1, 1, 1, 0.1);
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-transition: .3s;
    transition: .3s;
}

.custom_modal.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.info_block-modal {
    width: 570px;
    padding: 35px 50px;
}

.info_block-modal b {
    display: block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2.7px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

.info_block-modal .rhombuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
}

.info_block-modal .rhombuses .rhombus {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #008ad2;
    margin: 0 10px;
}

.info_block-modal p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    text-align: center;
    color: #333;
    padding-top: 26px;
}

.info_block-modal p a {
    text-decoration: underline;
    color: #333;
}

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

.info_block-modal > svg {
    display: block;
    margin: 38px auto 10px;
    fill: #2fa0da;
}

.portfolio_slider .sider_img {
    position: relative;
    height: 200px;
    background-image: url("../images/index_slider_img.png");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.portfolio_slider .sider_img span {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    font-size: 34px;
    letter-spacing: 1.7px;
    line-height: 40px;
    color: #333;
    text-transform: uppercase;
}

.portfolio_slider .portfolio_slider-container {
    overflow: hidden;
}

.portfolio_slider .portfolio_slider-container .nav_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 200;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.portfolio_slider .portfolio_slider-container .nav_arrow:hover > svg {
    fill: #1b96d7;
}

.portfolio_slider .portfolio_slider-container .nav_arrow.prev_arrow {
    left: -40px;
}

.portfolio_slider .portfolio_slider-container .nav_arrow.prev_arrow > svg {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 20px;
    margin-bottom: 20px;
}

.portfolio_slider .portfolio_slider-container .nav_arrow.next_arrow {
    right: -40px;
}

.portfolio_slider .portfolio_slider-container .nav_arrow.next_arrow > svg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 20px;
    margin-top: 20px;
}

.portfolio_slider .portfolio_slider-container .nav_arrow > svg {
    fill: #7a7a7a;
    -webkit-transition: .1s;
    transition: .1s;
}

.portfolio_slider .portfolio_slider-container .slick-list {
    margin: 0 -15px;
}

.portfolio_slider .portfolio_slider-container .portfolio_image {
    display: block;
    position: relative;
    height: 200px;
    margin: 0 15px;
    background-size: cover;
    background-position: center;
}

.portfolio_slider .portfolio_slider-container .portfolio_image:hover:before, .portfolio_slider .portfolio_slider-container .portfolio_image:hover:after {
    opacity: 1;
}

.portfolio_slider .portfolio_slider-container .portfolio_image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    opacity: 0;
    background-color: #1085c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}

.portfolio_slider .portfolio_slider-container .portfolio_image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    opacity: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAMAAADJYP15AAAAhFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8g2+bRAAAAK3RSTlMABS3yrDgW5+PLn41tX1obDAj24NDNxb+5s0Mo7dvWpIZzaTw0IYSBY0xLp7SnMwAAANVJREFUKM9tj1eSwjAQBW0555wwaZdlU9//fiDLFqKgf96rLkmjsRbK7BS147ewnvjco5iKh7RdoO76ENh7Wp8g+C3vRbjgzKvNIfLXnkJnqycaAmkVZ8iXsoPM0lQhw1ISHNt68ENdyhwYtVOXPZktsaln+JcZ4Zr6Cy4yXY6mzuC6LA7C0BPhkgXmKx4kqsWQbtZvqIu1BnCu1NkGPvRwB8Ik/0tHgL7avDiw0cKkl67SI4ATz/bA03rFZSfksbKTf3nFPxhjDa4B5G+8cIisN3h9dgPrcRa6uq73JwAAAABJRU5ErkJggg==");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .2s;
    transition: .2s;
}

.page .order_form_wrapper {
    margin: 10px 0 15px;
}

.order_form_wrapper {
    padding: 53px 0 69px;
}

.order_form_wrapper .order_form {
    position: relative;
}

.order_form_wrapper .order_form.error input[type="submit"] {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.order_form_wrapper .order_form.loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("../images/loading_theme_gif.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
}

.order_form_wrapper .order_form.success:after {
    content: "Заявка успешно отправлена";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("../images/tick.png");
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #262626;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 30%;
}

.order_form_wrapper .order_form .form_title {
    display: block;
    padding-bottom: 23px;
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}

.order_form_wrapper .order_form .main_parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.order_form_wrapper .order_form .color_parameters {
    padding-bottom: 22px;
}

.order_form_wrapper .order_form .color_parameters b {
    display: block;
    font-size: 14px;
    color: #333;
    padding-bottom: 6px;
}

.order_form_wrapper .order_form .color_parameters .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order_form_wrapper .order_form .color_parameters .colors-item {
    position: relative;
    margin-right: 2px;
}

.order_form_wrapper .order_form .color_parameters .colors-item:hover .css_radio {
    border-color: #dcdcdc;
}

.order_form_wrapper .order_form .color_parameters .colors-item:hover .css_radio .tip {
    display: block;
}

.order_form_wrapper .order_form .color_parameters .colors-item input {
    display: none;
}

.order_form_wrapper .order_form .color_parameters .colors-item .css_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 2px;
    margin: 0;
    cursor: pointer;
}

.order_form_wrapper .order_form .color_parameters .colors-item .css_radio .tip {
    display: none;
    position: absolute;
    top: -35px;
    width: 90px;
    padding: 0 9px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 14px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 14px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: bold;
    line-height: 2.29;
    color: #333;
    text-align: center;
}

.order_form_wrapper .order_form .color_parameters .colors-item .css_radio .tip:after {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-top: 5px solid #fff;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
}

.order_form_wrapper .order_form .color_parameters .colors-item .css_radio .color_block {
    width: 30px;
    height: 30px;
    border: solid 1px #dadada;
    border-radius: 2px;
}

.order_form_wrapper .order_form .color_parameters .colors-item input:checked + .css_radio {
    border-color: #008ad2;
}

.order_form_wrapper .order_form .extra_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order_form_wrapper .order_form .extra_options .option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 19px 0 0;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.order_form_wrapper .order_form .extra_options .option .custom_checkbox {
    margin-right: 10px;
}

.order_form_wrapper .order_form .extra_options .option .custom_checkbox input {
    display: none;
}

.order_form_wrapper .order_form .extra_options .option .custom_checkbox .css_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #b9b9b9;
    -webkit-transition: .3s;
    transition: .3s;
}

.order_form_wrapper .order_form .extra_options .option .custom_checkbox .css_checkbox > svg {
    fill: #fff;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.order_form_wrapper .order_form .extra_options .option .custom_checkbox input:checked + .css_checkbox {
    background-color: #008ad2;
    border-color: #008ad2;
}

.order_form_wrapper .order_form .extra_options .option .custom_checkbox input:checked + .css_checkbox > svg {
    opacity: 1;
}

.order_form_wrapper .order_form .hidden_parameters .group {
    display: none;
    margin: 20px 0 0;
}

.order_form_wrapper .order_form .hidden_parameters .group.input_show {
    display: block;
    max-width: 465px;
}

.order_form_wrapper .order_form .hidden_parameters .group input {
    width: 100%;
}

.order_form_wrapper .order_form .form_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 2px dashed #d2d2d2;
    padding-top: 27px;
    margin-top: 25px;
}

.order_form_wrapper .order_form .form_bottom .policy {
    display: block;
    font-size: 13px;
    line-height: 1.38;
    color: #c8c8c8;
    padding: 5px 0;
}

.order_form_wrapper .order_form .form_bottom .policy a {
    color: #c8c8c8;
    text-decoration: underline;
}

.order_form_wrapper .order_form .form_bottom .policy a:hover {
    color: #008ad2;
    text-decoration: none;
}

.order_form_wrapper .order_form input[type="submit"] {
    border: none;
    width: 225px;
    height: 55px;
    cursor: pointer;
}

.order_form_wrapper .order_form .group {
    position: relative;
    height: 55px;
    margin-bottom: 10px;
}

.order_form_wrapper .order_form .group.active label {
    top: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #008ad2;
}

.order_form_wrapper .order_form .group.required.error label {
    color: #d83548;
}

.order_form_wrapper .order_form .group.required.error input, .order_form_wrapper .order_form .group.required.error textarea {
    border-color: #d83548;
}

.order_form_wrapper .order_form .group label {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 16px;
    color: #999;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: text;
}

.order_form_wrapper .order_form .group input {
    height: 100%;
    width: 225px;
    max-width: 100%;
    background-color: #fff;
    border: solid 1px #b9b9b9;
    font-size: 18px;
    color: #333;
    padding: 16px 18px 0;
}

.order_form_wrapper.blue_form {
    background-color: #008ad2;
    padding: 29px 30px;
}

.order_form_wrapper.blue_form .order_form:after {
    background-color: rgba(0, 138, 210, 0.95);
    color: #fff;
}

.order_form_wrapper.blue_form .order_form.success:after {
    background-image: url("../images/tick_white.png");
}

.order_form_wrapper.blue_form .order_form .form_title {
    color: #fff;
    text-align: left;
}

.order_form_wrapper.blue_form .order_form .color_parameters b {
    color: #fff;
}

.order_form_wrapper.blue_form .order_form .color_parameters .colors-item input:checked + .css_radio {
    border-color: #fff;
}

.order_form_wrapper.blue_form .order_form .extra_options .option {
    color: #fff;
}

.order_form_wrapper.blue_form .order_form .extra_options .option .custom_checkbox input:checked + .css_checkbox {
    background-color: #fff;
    border-color: #b9b9b9;
}

.order_form_wrapper.blue_form .order_form .extra_options .option .custom_checkbox input:checked + .css_checkbox > svg {
    fill: #008ad2;
}

.order_form_wrapper.blue_form .order_form .form_bottom .policy {
    color: rgba(255, 255, 255, 0.66);
    max-width: 330px;
}

.order_form_wrapper.blue_form .order_form .form_bottom .policy a {
    color: rgba(255, 255, 255, 0.66);
}

.order_form_wrapper.blue_form .text_form_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order_form_wrapper.blue_form .text_form_wrapper .fields {
    max-width: 58%;
}

.order_form_wrapper.blue_form .text_form_wrapper .img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42%;
    max-height: 260px;
    padding: 0 0 0 30px;
}

.order_form_wrapper.blue_form .text_form_wrapper .img_wrapper img {
    max-width: 100%;
    max-height: 100%;
}

@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}
