/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 13.03.15 v
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/

@import url("bases.css");
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700&subset=latin,cyrillic);
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #474747;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #05C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1,
.x1 {
    margin-bottom: 21px;
    color: #2c3b8b;
    font-family: "Myriad Pro", "arial", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.h2,
.x2 {
    margin-bottom: 18px;
    color: #2c3b8b;
    font-family: "Exo2.0", sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.h3,
.x3 {
    background-color: #00acec;
    margin-right: -12px;
    margin-left: -24px;
    margin-bottom: 20px;
    padding-left: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 112px;
    color: #fff;
    font-family: "Exo2.0", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.h4,
.x4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.h5,
.x5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

.h6,
.x6 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}
/*colors*/
/*end colors*/
/*fonts*/

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}
/*end fonts*/
/*forms fields*/

.field {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
}

.field.placeholder {
    color: gray;
}

.field.invalid {
    border: 1px solid rgba(255, 0, 0, .54);
    background-color: #fff2f2;
    box-shadow: inset 0 1px 0 #fff;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/

.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}
/*end over blocks*/
/*other*/

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/

.wrapper {
    background-image: url(../images/bg.png);
    background-position: 100% 100%;
    background-repeat: repeat;
    min-width: 980px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/

.main_page .header {
    position: relative;
    height: 800px; /* подогнали под новую высоту фона */
}

.header {
    position: relative;
    height: 251px;
    margin-left: auto;
    margin-right: auto;
}

.main_page .header .central_bg {
    background-image: url(../images/fig.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    top: 51px;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.header .bg {
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    top: 51px;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.header .left_bg {
    background-image: url(../images/left_bg.png);
    background-repeat: no-repeat;
    width: 470px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    left: -470px;
    bottom: 0;
    z-index: 1;
}

.header .right_bg {
    background-image: url(../images/right_bg.png);
    background-repeat: no-repeat;
    width: 470px;
    height: 51px;
    position: absolute;
    top: 0;
    left: 100%;
    right: -470px;
    bottom: 0;
    z-index: 1;
}

.nav {
    background-color: #2c3c8b;
    height: 51px;
    position: relative;
    margin-top: 0;
    margin-left: -16px;
    z-index: 3;
}

.nav> .item {
    margin-right: 10px;
}

.nav> .item> .link {
    display: inline-block;
    height: 18px;
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.nav> .item> .link .tail {
    display: none;
}

.nav> .item.active> .link .tail {
    display: inline-block;
    background-image: url(../images/sub_bg.png);
    background-repeat: no-repeat;
    height: 17px;
    background-position: 50% 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -16px;
    z-index: 2;
}

.nav> .item:hover .tail {
    display: inline;
    background-image: url(../images/sub_bg.png);
    background-repeat: no-repeat;
    height: 17px;
    background-position: 50% 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -16px;
    z-index: 2;
}

.nav> .active> .link,
.nav> .item:hover>.link {
    background-color: #00acec;
    color: #fff;
    z-index: 2;
}

.nav .sub {
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.nav .sub .list {
    background-color: #009bd4;
    padding-top: 26px;
    padding-bottom: 4px;
    float: left;
    z-index: 3;
}

.nav .sub .list .item {
    text-align: left;
}

.nav .sub .list .item .link {
    display: inline-block;
    padding-left: 19px;
    padding-bottom: 9px;
    padding-right: 19px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.nav .item:hover .sub {
    opacity: 1;
    visibility: visible;
}

.nav .sub .list .item .link:hover {
    text-decoration: underline;
}

.send_demand .link {
    background-image: url(../images/letter.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    right: 0;
    padding-left: 36px;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    z-index: 3;
}

.send_demand .link:hover {
    text-decoration: none;
}

.logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 140px;
    width: 336px;
    position: absolute;
    top: 69px;
    left: 322px;
}

.candy_factory {
    position: absolute;
    top: 77px;
    left: 16px;
    width: 265px;
    text-transform: uppercase;
    color: #2c3b8b;
    font-family: "Exo2.0", sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.connection {
    position: absolute;
    top: 76px;
    right: 0;
    color: #474747;
    font-size: 14px;
    text-align: right;
}

.connection .phone {
    color: #00abeb;
    font-family: "Myriad Pro", "arial", sans-serif;
    font-size: 22px;
}

.email .link {
    position: absolute;
    top: 144px;
    right: 64px;
    color: #474747;
    font-size: 14px;
    font-style: italic;
}

.production_list {
    display: flex;
    justify-content: center; /* центр по горизонтали */
    align-items: center;      /* центр по вертикали — можно убрать, если не нужно */
    gap: 40px;                /* расстояние между элементами */
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;          /* перенос на мобильных */
    text-align: center;
}


.production_list .item {
    width: 220px; /* ваши картинки + текст */
    display: flex;
    flex-direction: column;
    align-items: center;
}


.production_list .fig {
    height: 173px;
    width: 184px;
    position: relative;
    vertical-align: bottom;
}

.production_list .fig img {
    display: block;
    margin: 0 auto;
}

.production_list .title {
    color: #2c3b8b;
    font-family: "Myriad Pro", sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
}

.production_list .link {
    color: #2c3b8b;
    text-decoration: none;
}

.production_list .link:hover {
    text-decoration: underline;
}

.production_list .item p {
    text-align: center !important;
}

.main_page .production_list {
    margin-top: 50px;
}

.main_page .header .patterns {
    background-image: url(../images/main_page_fig.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 1123px;
    bottom: -160px;
    left: -82px;
    right: -100px;
    z-index: -1;
}
.lang {
    position: absolute;
    top: 20px;
    right: 325px;
    z-index: 10;


}

.lang .item {
    border-left: 1px solid #fff;
    float: left;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.lang .item:first-child {
    border-left: 0;
}

.lang .link {
    color: #fff;
    text-decoration: none;
}

.lang .link .text {
    text-decoration: underline;
}

.lang .link:hover .text {
    text-decoration: none;
}

.lang .img {
    margin-right: 5px;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/

.side {
    width: 262px;
    position: relative;
    float: left;
    margin-right: 40px;
    padding-top: 5px;
}

.side + .content {
    float: left;
    width: 675px;
}

.btn_1 {
    height: 37px;
    border-radius: 4px;
    border: 1px solid #00acec;
    background-color: #00abeb;
    padding-top: 9px;
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.btn_1:hover {
    text-decoration: underline;
}

.product_catalog {
    margin-bottom: 38px;
}

.product_catalog> .item {
    width: 262px;
    margin-bottom: 3px;
    position: relative;
}

.product_catalog> .item> .link {
    background-color: #c7e1ef;
    padding-right: 14px;
    padding-left: 14px;
    color: #2c3b8b;
    font-family: "Exo2.0", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.product_catalog> .item> .link .text {
    height: 46px;
    display: table-cell;
    vertical-align: middle;
}

.product_catalog> .item> .link:hover {
    text-decoration: underline;
}

.product_catalog .list {
    padding-top: 8px;
}

.product_catalog .list .item {
    margin-bottom: 10px;
    padding-left: 34px;
}

.product_catalog .list .link {
    color: #2c3b8b;
    font-family: "Exo2.0", sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.product_catalog .list .link:hover {
    text-decoration: underline;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/

.content {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
}

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

.content:after {
    clear: both;
}

.content .light_bg {
    background-image: url(../images/light_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: -43px;
    left: -1000em;
    right: -1000em;
    bottom: 0;
    z-index: -1;
}

.caption {
    margin-top: 25px;
    margin-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #2c3b8b;
    font-family: "Exo2.0", "arial", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}

.our_distinctive_features {
    margin-bottom: 25px;
}

.our_distinctive_features .in {
    display: table-cell;
    height: 196px;
    vertical-align: middle;
}

.our_distinctive_features .item {
    width: 970px;
    border: 1px solid #d5e9f5;
    border-radius: 6px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .68);
    margin-left: 4px;
    margin-bottom: 11px;

    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.our_distinctive_features .item:nth-child(2n) {

    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.our_distinctive_features .item.animateIn {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.our_distinctive_features .text {
    width: 690px;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 20px;
}

.our_distinctive_features .text .blue {
    color: #2c3b8b;
    font-family: "Myriad Pro", "arial", sans-serif;
    font-size: 20px;
}

.our_distinctive_features .item> .fig {
    float: left;
    width: 192px;
    height: 198px;
}

.our_distinctive_features .item> .fig .img {
    max-width: 100%;
    vertical-align: top;
}

.our_distinctive_features .item:nth-child(2n)> .fig {
    float: right;
}

.production_list_1 {
    padding-top: 29px;
    text-align: center;
}

.production_list_1 .bg {
    background-image: url(../images/fig_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: -35px;
    left: -52px;
    right: -35px;
    bottom: -93px;
    z-index: -1;
}

.production_list_1 .item {
    width: 43%;
    padding: 0 5px;
    margin-bottom: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production_list_1 .fig {
    height: 173px;
    margin: 0 -10px;
    position: relative;
    vertical-align: bottom;
}

.production_list_1 .fig .img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.production_list_1 .title {
    color: #2c3b8b;
    font-family: "Myriad Pro", sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
}

.production_list_1 .link {
    color: #2c3b8b;
    text-decoration: none;
}

.production_list_1 .link:hover {
    text-decoration: underline;
}

.batch_production {
    margin-left: -28px;
    margin-bottom: 27px;
}

.batch_production .item {
    width: 198px;
    height: 265px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #d5e9f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .68);
    margin-left: 28px;
    margin-bottom: 18px;
    padding-top: 13px;
    text-align: center;
}

.batch_production .fig {
    display: inline-block;
}

.batch_production .fig .img {
    max-width: 100%;
}

.batch_production .title {
    margin-bottom: 7px;
    padding-top: 8px;
}

.batch_production .link {
    color: #2c3b8b;
    font-family: "Exo2.0", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.batch_production .link:hover .title {
    text-decoration: underline;
}

.batch_production .text {
    margin-top: -9px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    color: #474747;
    font-size: 13px;
}

.carousel {
    position: relative;
}

.carousel .in {
    overflow: hidden;
    position: relative;
}

.carousel .main_list {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.carousel .main_list:before,
.carousel .main_list:after {
    display: none;
}

.carousel .main_list> .item {
    display: table-cell;
    width: 100px;
    padding-right: 20px;
    vertical-align: top;
}

.carousel .main_list> .item:before,
.carousel .main_list> .item:after {
    display: none;
}

.crumbs {
    margin-bottom: 20px;
    color: #474747;
    font-size: 14px;
    
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background-image: url(../images/fig_10.png);
    background-repeat: no-repeat;
    background-position: 8px 3px;
    display: inline;
    padding-left: 23px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #474747;
}

.fig_1 {
    width: 258px;
    position: relative;
    float: left;
    margin-right: 22px;
    margin-bottom: 14px;
}

.fig_1 .img {
    border: 1px solid #d5e9f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .68);
    border-radius: 8px;
    vertical-align: top;
    max-width: 100%;
}

.article {
    color: #969696;
    font-size: 12px;
}

.order {
    height: 30px;
    background-color: #c7e1ef;

    padding-top: 10px;
}

.btn_2 {
    height: 27px;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #00abeb;
    padding-top: 7px;
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.btn_2:hover {
    text-decoration: underline;
}

.price {
    padding-right: 26px;
    padding-left: 24px;
    color: #2c3b8b;
    font-size: 16px;
}

.page {
    background-color: #c7e1ef;
    margin-bottom: 35px;
    padding-top: 9px;
    padding-left: 16px;
    padding-bottom: 12px;
    font-size: 14px;
    font-style: italic;
}

.page .item {
    margin-right: 12px;
}

.page .link {
    color: #474747;
}

.page .active {
    color: #474747;
}

.captcha {
    display: inline-block;
    padding-left: 90px;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.btn_3 {
    height: 37px;
    background-color: #c7e1ef;
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 10px;
    padding-right: 622px;
    color: #474747;
    font-size: 14px;
    font-style: italic;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.modal__content {
    background-color: #e1edf3;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    position: relative;
    color: #4c4c4c;
    font-size: 12px;
    z-index: 1;
}

.modal__content .x3 .tail {
    background-image: url(../images/sub_bg_1.png);
    background-repeat: no-repeat;
    display: inline;
    height: 17px;
    background-position: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -16px;
    z-index: 2;
}

.modal__close_btn {
    background-image: url(../images/fig_13.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #64c7ee;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-indent: -1000em;
    z-index: 2;
}

.star {
    display: inline-block;
    padding-top: 10px;
    padding-left: 6px;
    color: #fe0b1c;
}

.lightbox__prev,
.lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}
.lightbox__title {
    background: #00acec;
    margin: 0 -24px;
    padding: 10px 44px 10px 22px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lightbox__title:before {
    content: '';
    background: url("../images/sub_bg.png") no-repeat;
    width: 153px;
    height: 17px;
    position: absolute;
    bottom: -17px;
}

.lightbox__image {
    text-align: center;
}

.lightbox__image img {
    vertical-align: top;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/

.footer {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 132px;
    z-index: 1;
}

.footer .bg {
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 132px;
    position: absolute;
    top: 0;
    right: -470px;
    left: -470px;
    bottom: 0;
    z-index: -1;
}

.copyright {
    width: 84px;
    position: absolute;
    top: 34px;
    left: 0;
    color: #fff;
}

.design .link {
    position: absolute;
    width: 200px;
    top: 54px;
    left: 0;
    color: #fff;
}

.footer .connection {
    position: absolute;
    width: 270px;
    top: 29px;
    left: 327px;
    color: #fff;
    text-align: right;
}

.footer .connection .phone {
    color: #fff;
    font-family: "Myriad Pro", "arial", sans-serif;
    font-size: 22px;
}

.counter {
    position: absolute;
    width: 88px;
    top: 38px;
    right: 0;
}


.catalog_products {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.product_card {
    width: 230px;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    background: #fff;
}
.product_card img {
    width: 100%;
    height: auto;
}
.product_card .price {
    margin-top: 5px;
    font-weight: bold;
    color: #b20000;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 10px 0;
}



/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */

@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }
    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }
    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    nav {
        display: none;
    }
}