@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Book.woff') format('woff'),
    url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Bold.woff') format('woff'),
    url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT-Demi.woff') format('woff'),
    url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.woff');
    font-weight: 500;
    font-style: normal;
}
:root{
    --headerHeight:90px;
    --coral:#F55E56;
    --productionPY:75px;
}
html,body{
    scroll-behavior:smooth;
}
body {
    font-size: 16px;
    font-family: 'Futura PT';
    font-weight: normal;
}
header {
    background: #4D5462;
    height: var(--headerHeight);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.logo__link {
    max-width: 16.666667%;
    padding: 0;
    margin-right: 78px;
    margin: 0 30px 0 0;
}
nav.navbar {
    padding: 0;
}

a.nav-link {
    font-size: 18px;
    line-height: 23px;  /* identical to box height */
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0!important;
}
ul.navbar-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
a.nav-link.tel-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    color: white;
    margin-left: 30px;
    position: relative;
}
a.nav-link.tel-link:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -11px;
    top: 3px;
    background: url(../images/phone.png);
    background-size: cover;
}
a.nav-link.tel-link span {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 1px;
    line-height: 23px;
}
.first-screen {
    height: calc(100vw*760/1440);
    padding-top: var(--headerHeight);
    background: url(../images/fs-bg.png), linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9));
    background-blend-mode: color;
    background-size: cover;
    display: flex;
    align-items: center;
}
h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 140.44%;
    color: #333333;
    margin: 0;
    text-transform: uppercase;
}

h1 span {
    color: var(--coral);
}

.company-characteristics {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 23px;
    color: #333333;
    margin-top: 57px;
}

.company-characteristics li {
    margin-bottom: 24px;
    padding-left: 44px;
    position: relative;
}

.company-characteristics li:before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: -2px;
    box-shadow: 0 0 10px rgba(245, 94, 86, 0.9);
    border-radius: 50%;
    background: url(../images/company-characteristics-bg.png);
}
.red-button {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;  /* identical to box height */
    color: #FFFFFF!important;
    padding: 17px 38px;
    background: radial-gradient(57.97% 57.97% at 49.84% 0%, #FF817A 0%, #F55E56 100%), #F55E56;
    box-shadow: 0px 9px 25px rgba(245, 94, 86, 0.8), inset -2px -4px 0px #C93931;
    border-radius: 6px;
    margin-top: 42px;
    display: inline-block;
    text-decoration: none!important;
    border: none;
    outline: none!important;
}

.video-border {
    background: url(../images/video-border.png), white;
    background-size: 100% 100%;
    position: relative;
    height: calc(445px*334/459);
    padding: 35px 35px 34px 35px;
}

.video-border iframe, .video-border img {
    /* position: absolute; */
    left: 34px;
    /* width: calc(100% - 68px); */
    width: 100%;
    top: 33px;
    height: auto;
    /* height: calc(100% - 66px); */
}
.video-border iframe, .video-border a > img{
    position: static;
    height: 100%;
}
.video-border img.baget-slider1__nextArrow{
    left: unset;
    right: 33px;
}
.video-border--first-screen.video-border iframe{
    position: static;
    height: 100%;
    width: 100%;
}
.production {
    padding: var(--productionPY) 0;
}

h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 130.4%;  /* or 52px */
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 45px;
}

h2 span {
    color: var(--coral);
}

.production .product {
    display: block;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    text-decoration: none!important;
    padding-top: 255px;
    background-repeat: no-repeat;
    transition: all 1s;
    background-size: 100%;
}
.production .product:hover {
    background-size: 105%;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: color;
}
.production .product span {
    background: #fff;
    padding: 0 0 0 25px;
    height: 91px;
    display: flex;
    align-items: center;
}
.working-with {
    padding: 10px 0 100px;
}
a.nav-link-tel.nav-link {
    font-size: 19px !important;
    font-weight: 600;
}
.co-worker__name {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}
.nav-item-contact{
    padding: 0 5px;
}
footer .nav-item-contact{
    padding: 0
}
.co-worker {
    margin-bottom: 15px;
}

.co-worker__image {
    display: block;
    max-width: 100%;
    margin: 0 auto 22px;
}

.working-with>.row {
    margin-top: 0px;
}
.facilities {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    background-size: cover;
    height: calc(100vw*704/1440);
    /*временно наверное*/
    height: auto;
    padding-bottom: 50px;
}
.facilities__slider{
    margin-bottom: 0!important;
}
.facilities h2 {
    margin: calc(100vw*74/1440) 0 calc(100vw*46/1440);
    color: white;
}
.facilities__content {
    background: #FFFFFF;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 42px 45px 46px 41px;
}
.facilities__content p:last-child{
    margin-bottom: 0;
}
.facilities__content .slick-dots {
    bottom: 10px;
}

.facilities__content .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.facilities__content .slick-dots button {
    width: 10px;
    height: 10px;
}

.facilities__content .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    background: white;
    border: 1px solid var(--coral);
    border-radius: 50%;
    opacity: 1;
}

.facilities__content .slick-dots li.slick-active button:before {
    background: var(--coral);
}
.facilities .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
}

.facilities__prevArrow {transform: translate(11px,-50%);left: 0;}

.facilities__nextArrow {
    transform: translate(-11px,-50%) scale(-1);
    right: 0;
}
.client-slider .slick-track img {
    max-width: 100%;
    width: auto!important;
    margin: 0 auto;
}

.client-slider slick-track {}

.slick-track {}

.client-slider .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client-slider {
    margin: 55px 0 0 0;
}

.clients {
    padding: 80px 0 0px 0;
}
.client-slider .slick-list {margin: 0 100px;}

.client-slider__prevArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 67px;
    cursor: pointer;
}

.client-slider__nextArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 67px;
    cursor: pointer;
}
form.price-form {
    margin: 30px 0 0;
}
form.price-form button {
    margin: 0;
    cursor: pointer;
}
.price-form input {
    font-size: 22px;
    line-height: 28px;
    padding: 16px 20px;
    border: 1px solid #A4A4A4;
    box-sizing: border-box;
    border-radius: 6px;
    min-width: 457px;
    margin-right: 30px;
    outline: none;
    vertical-align: top;
}
footer{
    background: #4D5462;
    padding: 25px 0;
    font-size: 16px;
    line-height: 140.44%;
    color: #FFFFFF;
}
footer .logo{
    display: block;
    max-width:100%;
    margin-bottom: 3px;
}
footer .tel-link {
    white-space: nowrap;
}
.lightbox .lb-image {
    max-height: 85vh;
    width: auto!important;
    margin: 0 auto;
}
.bottom-menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.bottom-menu a{
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
}
footer .tel-link{
    font-size: 26px;
    line-height: 33px;
    color:var(--coral);
    border-bottom: 2px dashed var(--coral);
    text-decoration: none!important;
    font-weight: 600;
    /* max-width: 211px; */
    margin-left: auto;
}
.copyright,.copyright a {
    font-size: 16px;
    line-height: 21px;  /* identical to box height */
    text-align: right;
    text-decoration-line: underline;
    color: #D2D2D2!important;
    text-underline-position: under;
}
.footer-nav div{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.copyright {
    cursor: context-menu;
}
.calculate-order {
    background-image: url(../images/order-bg.png);
    margin-top: 65px;
    max-height: 539px;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vw*539/1440);
    /* height: 100%; */
    display: flex;
    align-items: center;
    /* padding: 20px 0; */
}
.frame__header {
    margin-top: 85px;
}

.slider-catalog-for__name {
    font-size: 20px;
    line-height: 26px;  /* identical to box height */
    color: #333333;
    margin-bottom: 70px;
}

.slider-catalog-nav {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;  /* identical to box height */
    color: #333333;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.slider-catalog-nav .slick-current {
    text-decoration-line: underline;
    color: #F55E56;
}

.slider-catalog-nav .slick-slide {
    margin: 8px 0;
    padding: 0 25px 0 30px;
    outline: none;
    text-align: center;
}

.catalog-nav__prevArrow {
    margin-bottom: 3px;
    width: 100%;
    background: #4D5462;
    border-radius: 6px 6px 0px 0px;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}

.catalog-nav__prevArrow svg {
    width: 8px;
    height: 13px;
    transform: rotate(90deg);
}

.catalog-nav__nextArrow {
    margin-top: 3px;
    width: 100%;
    background: #4D5462;
    border-radius: 0 0 6px 6px;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
}

.catalog-nav__nextArrow svg {
    width: 8px;
    height: 13px;
    transform: rotate(-90deg);
}
.frame-table thead th {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    border-top: 0;
    padding: 16px 5px;
    vertical-align: text-top;
    font-weight: 600;
    border-bottom: 0;
    white-space: nowrap;
}

.frame-table td {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    padding: 16px 5px;
    vertical-align: text-top;
    border-top: 0;
    white-space: nowrap;
}
*{
    outline: none;
}
.frame-table th:nth-child(6),.frame-table td:nth-child(6) {
    width: 113px;
    white-space: normal;
}
.int-table tbody tr{
    display: none;
}
.int-table td:first-child,.int-table th:first-child,
.int-table td:last-child, .int-table th:last-child{
    display: none;
}
.frame-table tbody tr:not(:first-child) {
    border-top: 1px dashed #9f9f9f;
}
.frame-buttom {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    float: right;
}
.baget-type-images {
    overflow: hidden;
}
.frame-table {
    margin-bottom: 0;
}
.order-form input {
    font-size: 22px;
    line-height: 28px;
    padding: 15px 20px 15px;
    background: #FFFFFF;
    border: 1px solid #A4A4A4;
    border-radius: 6px;
    flex: 1 1 370px;
    vertical-align: top;
    margin-bottom: 10px;
    display: block;
    outline: none;
}

input#file {
    display: none;
}

label[for=file] {
    width: 77px;
    height: 60px;
    border: 1px solid #A4A4A4;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    margin-left: 10px;
    background: white url(../images/clip.png) center center no-repeat;
    background-size: 19px 23px;
    cursor: pointer;
}

label[for=file]:hover span {
    display: flex!important;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    font-size: 22px;
    line-height: 28px;
    justify-content: center;
    align-items: center;
    color: #838383;
    width: 294px;
    height: 68px;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    margin-bottom: 3px;
}

.order-form {
    display: flex;
    width: 457px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

label[for=file]:hover span:after {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    top: 100%;
    border: 13px solid transparent;
    border-top: 13px solid white;
    border-bottom: 0;
    margin-left: -13px;
    user-select: none;
}
.order-form button {
    margin-top: 0;
    width: 364px;
    cursor: pointer;
}
.catalog__additional-information{
    color:#333;
}
.product-types__header {
    margin-top: 85px;
}

.product-types__list {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    column-count: 2;
}

.product-types__slider-nav {
    font-size: 32px;
    line-height: 41px;
    color: #333333;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 115px;
}


.product-types__slider-nav sup {
    line-height: 21px;
    font-size: 16px;
}

.product-types__slider__prevArrow {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 21px;
    z-index: 1;
    transform: translateX(calc(-100% - 45px));
    cursor: pointer;
}

.product-types__slider__nextArrow {
    position: absolute;
    right: 50%;
    top: 100%;
    margin-top: 21px;
    transform: translateX(calc(100% + 44px));
    cursor: pointer;
    z-index: 1;
}

.product-types__list .active {
    color: var(--coral);
}

.product-types__list p {
    cursor: pointer;
}
.material {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    padding: 12px;
}

.material img {
    width: 100%;
}

.material__name {
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin: 15px 0 35px;
}
.cutting-and-engraving-price {
    margin-top: 55px;
    background: #4D5462;
    padding: 90px 0 10px;
}

.cutting-and-engraving-price h2 {
    color: white;
}

.cutting-and-engraving-price input {
    min-width: 447px;
}
.cutting-and-engraving-price{
    overflow: hidden;
}
.cutting-and-engraving-price form.price-form {
    margin-top: 45px;
    margin-bottom: 93px;
}
img.price__image {
    position: absolute;
    left: 75%;
    top: 0;
    margin-top: -90px;
}

.cutting-and-engraving-price .row {
    position: relative;
}
.collapse.show.row {
    display: flex;
}
.our-works {
    margin-top: 100px;
}

.show-more-works {
    font-size: 20px;
    line-height: 26px;  /* identical to box height */
    text-decoration-line: underline;
    color: #333333!important;
    text-underline-position: under;
    margin-top: 25px;
    display: block;
}
.work-example {
    display: block;
    margin-bottom: 30px;
}
.about-wrapper h1{
    margin-bottom: 30px;
}
.about-wrapper {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    padding-top: var(--headerHeight);
    margin: 55px 0 0px;
}

.about-wrapper img {
    margin-bottom: 30px;
}
.partnership-wrapper {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin: 70px 0;
}

.partnership-wrapper section {
    margin-bottom: 60px;
}

.partnership-wrapper h2 {
    margin-bottom: 25px;
}

.partnership-wrapper ol, .partnership-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
div#nav-tabContent .red-button {
    max-width: 445px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.goods-item {
    font-weight: 600;
    font-size: 20px!important;
    line-height: 26px!important;
    color: #333!important;
    border: 0!important;
    margin-bottom: 15px!important;
    text-transform: none!important;
}

.goods-list {
    flex-direction: column;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 40px 20px 40px 30px;
}

.goods-item.active {
    color: var(--coral)!important;
    text-decoration: underline;
    text-underline-position: under;
}

#nav-tabContent .frame-table thead th {
    font-size: 18px;
    line-height: 24px;
    padding-top: 0;
}

#nav-tabContent .frame-table td {
    font-size: 18px;
    line-height: 24px;
}

.goods-for-frames {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-top: 85px;
}
.magnets,.books {
    margin-top: 85px;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

.magnets-list,.books-list {
    margin-top: 35px;
    flex-direction: column;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 40px 20px 40px 30px;
}
.books-list{
    margin-top: 0!important;
}
#nav-tabContentMagnets {
    margin-top: 35px;
}
#nav-tabContentBooks{
    margin-top: 0!important;
}
.magnets-item,.books-item {
    font-weight: 600;
    font-size: 20px!important;
    line-height: 26px!important;  /* identical to box height */
    color: #333333!important;
    border: 0!important;
    margin-bottom: 15px!important;
    text-transform: none!important;
}

.magnets-item.active,.books-item.active {
    text-decoration: underline;
    color: var(--coral)!important;
}
#nav-tabContentMagnets .frame-table thead th {padding-top: 0;}
#nav-tabContentBooks .frame-table thead th {padding-top: 0;}

b {
    font-weight: 600;
}
.first-screen .special-propose {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
}
.contacts-wrapper {
    display: flex;
}

.contacts__map-side {
    flex: 0 0 50%;
}

.contacts__text-side {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-content: space-evenly;
    padding: 0 40px;
    font-size: 22px;
    line-height: 28px;
    color: white;
    background: #4d5462;
    font-weight: 600;
}

.contacts__text-side a {
    color: white!important;
}
.contacts-wrapper iframe {
    display: block;
}
.about-wrapper img {
    max-width: 100%;
    height: auto;
}
/*callback*/
@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg1 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -moz-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -moz-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulsejg2 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -moz-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -moz-transform: scale(1);
        opacity: .1;
    }

    60% {
        -moz-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -moz-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {transform: scale(.6);opacity: 0;}
    40% {transform: scale(.8);opacity: .05;}
    50% {
        transform: scale(1);
        opacity: .1;
    }

    60% {
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
.call-back-block-static {
    position: fixed;
    right: 100px;
    bottom: 60px;
    cursor: pointer;
    width: 120px;
    height: 120px;
}
.call-back-block-static .phone-dz {
    position: absolute;
    width: 120px;
    right: -60px;
    top: 27px;
}
.pulse1 {
    position: absolute;
    width: 120px;
    height: 120px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(245, 94, 86, 0.1);
    -webkit-animation: pulsejg1 4s linear infinite;
    -moz-animation: pulsejg1 4s linear infinite;
    animation: pulsejg1 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pulse2 {
    position: absolute;
    width: 120px;
    height: 120px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(131,230,0,0);
    -webkit-animation: pulsejg2 4s linear infinite;
    -moz-animation: pulsejg2 4s linear infinite;
    animation: pulsejg2 4s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(245, 94, 86, 0.8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(245, 94, 86, 0.8);
    box-shadow: inset 0px 0px 12px 5px rgba(245, 94, 86, 0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.call-back-block-static .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(/local/templates/illuminator/images/phone-icon.png) no-repeat;
    background-size: 60px 60px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    -webkit-box-shadow: 0 0 0 10px rgba(245, 94, 86, 0.2), 0 0 25px 2px rgba(0,0,0,.4), inset 0 0 0 7px rgba(245, 94, 86, 0.4);
    -moz-box-shadow: 0 0 0 10px rgba(245, 94, 86, 0.2), 0 0 25px 2px rgba(0,0,0,.4), inset 0 0 0 7px rgba(245, 94, 86, 0.4);
    box-shadow: 0 0 0 10px rgba(245, 94, 86, 0.2), 0 0 25px 2px rgba(0,0,0,.4), inset 0 0 0 7px rgba(245, 94, 86, 0.4);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.zakazat-zvonok button {
    cursor: pointer;
}

.zakazat-zvonok input {
    padding: 2px 8px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.3);
    font-size: 16px;
    line-height: 34px;
}
/*callback*/
.page_description {
    font-size: 18px;
}

.first-screen {
    height: auto;
    padding-bottom: 30px;
    padding-top:calc(var(--headerHeight) + 30px);
}
.soc a {
    display: inline-block;
    margin: 0 5px;
}
.soc{
    text-align: center;
}
.soc a img {
    width: 30px;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background: radial-gradient(57.97% 57.97% at 49.84% 0%, #FF817A 0%, #F55E56 100%), #F55E56;
}
.purchase-form {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    width: 100%;
    row-gap: 10px;
}

.purchase-form [type="submit"] {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF !important;
    padding: 17px 38px;
    background: radial-gradient(57.97% 57.97% at 49.84% 0%, #FF817A 0%, #F55E56 100%), #F55E56;
    box-shadow: 0px 9px 25px rgba(245, 94, 86, 0.8), inset -2px -4px 0px #C93931;
    border-radius: 6px;
    outline: none;
    border: none;
    cursor: pointer;
}

.purchase-form [type="text"] {font-size: 22px;line-height: 28px;padding: 16px 20px;border: 1px solid #A4A4A4;box-sizing: border-box;border-radius: 6px;margin-right: 30px;outline: none;vertical-align: top;width: 100%;}

.footer-nav {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.prevtArrow {
    display: inline-flex;
    /* margin: auto; */
    cursor: pointer;
    background-image: url(/images/arrow_left_white.png);
    width: 65px;
    height: 65px;
}
.prevtArrow:hover {
    background-image: url(/images/arrow_l.png);
    width: 65px;
    height: 65px;
}
.nextArrow {
    display: inline-flex;
    /* margin: auto; */
    cursor: pointer;
    background-image: url(/images/arrow_right_white.png);
    width: 65px;
    height: 65px;
}
.nextArrow:hover {
    background-image: url(/images/arrow_right.png);
    width: 65px;
    height: 65px;
}
.text a {
    color: rgb(140, 140, 140);
}
.text b {
    color: rgb(246, 97, 89);
}
@media (min-width: 1440px) {
    .calculate-order {
        background-size: contain;
    }
}
@media (max-width: 1199px) {
    :root{
        --headerHeight:80px;
        --productionPY:50px;
    }
    .navbar-toggler-icon {
        background: linear-gradient(transparent 5px, white 5px,white 9px, transparent 9px,transparent 13px,white 13px, white 17px,transparent 17px,transparent 21px, white 21px,white 25px,transparent 25px);
        cursor: pointer;
    }
    header {
        padding: 20px 0;
        height: auto;
        min-height: var(--headerHeight);
    }
    a.nav-link.tel-link:before {
        top: 13px;
    }
    a.nav-link {
        font-size: 14px !important;
        padding: 10px 0!important;
    }
    .nav-item-contact svg {
        width: 32px;
        height: 32px;
    }
    #top-menu ul {
        flex-direction: row;
        margin-top: 15px;
    }
    h1 {
        font-size: 32px;
    }
    h2{
        font-size: 32px;
    }
    .company-characteristics {
        font-size: 20px;
        line-height: 23px;
        margin-top: 52px;
    }
    .navbar-toggler{
        outline:none!important;
    }
    .company-characteristics li {
        margin-bottom: 20px;
    }

    .video-border {
        height: calc(370px*334/459);
    }

    .video-border iframe, .video-border img {
        left: 29px;
        width: calc(100% - 58px);
        top: 28px;
        height: calc(100% - 56px);
    }
    .production .product {
        padding-top: 210px;
        font-size: 18px;
    }

    .production .product span {
        padding: 0 0 0 15px;
        height: 66px;

    }
    .working-with {
        padding: 10px 0 75px;
    }
    .facilities__content {
        padding: 20px 30px;
    }

    .facilities {
        font-size: 18px;
        line-height: 22px;
    }
    .clients {
        padding: 75px 0 0;
    }
    .frame__header{
        margin-top: 60px;
    }
    form.price-form {
        margin: 30px 0 0 0;
    }
    a.nav-link.tel-link span,a.nav-link.tel-link br{
        display: none;
    }
    .order-form input {
        font-size: 20px;
        line-height: 24px;
        padding: 12px 15px 12px;
    }

    label[for=file] {
        width: 64px;
        height: 50px;
        margin-bottom: 10px;
    }

    .calculate-order h2 {
        margin-bottom: 20px;
    }
    .product-types__header {
        margin-top: 60px;
    }

    .product-types__slider-nav {
        margin-bottom: 100px;
    }
    .cutting-and-engraving-price {
        padding: 50px 0 10px;
    }

    img.price__image {
        left: 66.666667%;
    }

    .cutting-and-engraving-price form.price-form {
        margin-bottom: 40px;
        margin-top: -15px;
    }

    .cutting-and-engraving-price button.red-button {
        margin-top: 10px;
    }

    .our-works {
        margin-top: 60px;
    }
    .about-wrapper h1{
        margin-bottom: 10px;
    }
    .about-wrapper {
        font-size: 18px;
        line-height: 24px;
    }
    .partnership-wrapper {
        margin: 50px 0;
    }

    .partnership-wrapper section {
        margin-bottom: 40px;
    }

    .partnership-wrapper h2 {
        margin-bottom: 20px;
    }
    .goods-for-frames {
        margin-top: 60px;
        font-size: 18px;
        line-height: 24px;
    }

    .goods-list {
        padding: 20px;
    }

    .goods-item.nav-item {
        font-size: 16px!important;
        line-height: 24px!important;
        padding: 0!important;
    }

    #nav-tabContent .frame-table thead th {
        font-size: 16px;
        line-height: 22px;
        padding: 0 3px;
    }

    #nav-tabContent .frame-table td {
        font-size: 16px;
        line-height: 22px;
    }
    #nav-tabContentMagnets .red-button, #nav-tabContentBooks.red-button {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .magnets,.books{
        margin-top: 60px;
        font-size: 18px;
        line-height: 24px;
    }

    .magnets-list,#nav-tabContentMagnets,.books-list,#nav-tabContentBooks {
        margin-top: 30px;
    }

    .magnets-item.nav-item,.books-item.nav-item {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 0 !important;
    }

    .magnets-list,.books-list {
        padding: 20px;
    }
    .first-screen .special-propose{
        font-size: 20px;
        line-height: 26px;
    }
    .books .red-button {
        padding: 17px 30px;
        font-size: 18px;
    }
    .contacts__text-side {
        font-size: 18px;
        line-height: 24px;
        padding: 0 30px;
    }
}
@media (max-width: 991px) {

    .soc a img {
        width: 24px;
    }
    .soc a {
        margin: 0 2px;
    }
    :root {
        --headerHeight: 91px;
    }
    header {
        padding: 15px 0;
    }
    a.nav-link {
        font-size: 16px;
    }

    a.nav-link.tel-link {
        font-size: 18px;
        line-height: 20px;
    }

    a.nav-link {
        padding: 5px 0!important;
    }

    a.nav-link.tel-link:before {
        width: 18px;
        height: 18px;
        background-size: cover;
        left: -17px;
        top: 8px;
    }
    #top-menu ul {
        margin-top: 10px;
    }
    .video-border {
        height: calc(270px*334/459);
    }

    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .company-characteristics {
        font-size: 18px;
        line-height: 20px;
        margin-top: 25px;
    }

    .video-border iframe, .video-border img {
        left: 22px;
        width: calc(100% - 43px);
        top: 20px;
        height: calc(100% - 39px);
    }

    .red-button {
        font-size: 16px;
        line-height: 18px;
        padding: 19px 20px;
        box-shadow: 0px 5px 17px rgba(245, 94, 86, 0.8), inset -2px -4px 0px #C93931;
    }

    .company-characteristics li {
        margin-bottom: 10px;
        padding-left: 35px;
    }

    .company-characteristics li:before {
        width: 23px;
        height: 23px;
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
    }
    .production h2 {
        font-size: 32px;
        position: relative;
        top: calc(50% - 15px);
        transform: translateY(-50%);
        margin-bottom: 0;
    }
    .working-with {
        padding: 0 0 35px;
    }

    .working-with>.row {
        margin-top: 0;
    }
    .facilities {
        height: auto;
        padding-bottom: calc(100vw*74/1440);
    }
    .facilities__content{
        padding: 20px;
    }
    .clients {
        padding: 50px 0 0;
    }

    .client-slider {
        margin: 25px 0 0 0;
    }
    .client-slider__prevArrow {
        width: 45px;
    }

    .client-slider .slick-list {
        margin: 0 50px;
    }

    .client-slider__nextArrow {
        width: 45px;
    }
    .client-slider__prevArrow {
        width: 45px;
    }

    .client-slider .slick-list {
        margin: 0 50px;
    }

    .client-slider__nextArrow {
        width: 45px;
    }
    .co-worker__image {
        max-height: 90px;
        margin-bottom: 15px;
    }

    .co-worker__name {
        font-size: 16px;
        line-height: 20px;
    }
    .price-form input {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 10px 15px 15px;
        min-width: 340px;
        margin-right: 20px;
        
    }

    form.price-form {
        margin-bottom: 20px;
    }
    footer .tel-link {
        font-size: 22px;
        line-height: 26px;
    }

    .bottom-menu a {
        text-transform: none;
    }
    .frame__header {
        margin-top: 45px;
    }

    .frame-table {
        margin-top: 25px;
    }

    .slider-catalog-for__name {
        margin-bottom: 25px;
    }

    .slider-catalog-for .slick-slide {
    }

    .order-form.order-form-top {
        width: 100%;
    }

    .order-form input {
        flex: 0 1 335px;
    }

    .order-form button {
        width: auto;
        flex: 0 1 250px;
        font-size: 20px;
        line-height: 26px;
    }

    label[for=file] {
        margin-right: 20px;
        margin-left: 20px;
    }
    
    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) input[type="email"] {
        order: 0;
        flex: 1 1 250px;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) input {
        order: 2;
        flex: 1 0 40%;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) label[for=file] {
        order: 2;
        margin-right: 0;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) button {
        order: 3;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) {
        max-width: 535px;
    }
    .product-types__list {
        column-count: 1;
        flex-wrap: wrap;
        display: flex;
    }

    .product-types__list p {
        padding: 0 5px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
        flex: 1 1 auto;
    }

    /*.product-types__list p:not(:last-child):after {
        content: ',';
    }*/
    .product-types__header {
        margin-top: 45px;
    }

    .product-types__slider-nav {
        margin-bottom: 50px;
    }
    img.price__image {
        display: none;
    }

    .cutting-and-engraving-price button.red-button {
        margin: 0;
    }

    .our-works {
        margin-top: 45px;
    }
    .about__image-side {
        display: flex;
        align-items: flex-start;
    }
    .about-wrapper{
        margin-bottom: 0 !important;
    }
    .about-wrapper a {
        flex: 0 1 25%;
        justify-content: space-between;
        max-width: 25%!important;
        padding: 0 5px;
    }
    .about-wrapper {
        margin: 30px 0;
    }
    .partnership-wrapper {
        font-size: 18px;
        line-height: 24px;
    }
    .goods-list {
        margin-bottom: 30px;
    }
    .product-image-side {
        position: absolute;
        bottom: calc(100% + 30px);
        right: 0;
    }
    div#nav-tabContent .red-button {
        max-width: 335px;
    }
    #nav-tabContentMagnets .red-button{
        max-width: 380px;
    }
    #nav-tabContentBooks .red-button {
        padding: 12px 20px;
        max-width: 380px;
    }
    #nav-tabContentMagnets .product-image-side,#nav-tabContentBooks .product-image-side {
        position: absolute;
        bottom: calc(100% + 30px);
        right: 0;
    }
    .first-screen .special-propose{
        font-size: 18px;
        line-height: 24px;
    }
    .footer-nav {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px
    }
    .footer-link {
        display: flex;
        align-items: center;
    }

    .nav-item-contact {
        padding: 0 1px;
    }

    .nav-item-contact svg {
        width: 28px;
        height: 28px;
    }
    .footer-nav {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 15px;
    }
    footer .tel-link {
        font-size: 22px;
        line-height: 26px;
        margin-left: 0;
    }
    .footer-top {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .bottom-menu{
        padding-bottom: 15px;
    }
    .bottom-menu {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    footer .logo {
        width: 160px;
        margin: 0 auto 5px;
    }
    footer .row{
        justify-content: center;
    }
    .bottom-menu{
        justify-content: center;
        gap: 15px;
    }
    .footer-nav{
        justify-content: center;
    }
    .calculate-order{
        height: 100%;
        padding: 20px 0;
    }
}
@media (max-width: 767px){
    #top-menu ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .nav-link-tel-container {
        flex: 0 1 49%;
    }
    .nav-link-tel{
        text-align: right;
    }
    .nav-link-contact-container {
        flex: 0 1 49%;
    }
    a.nav-link {
        font-size: 16px !important;
    }
    .navbar-nav-menu {
        gap: 36px;
    }
    .soc{
        margin-bottom:15px;
    }
    :root{
        --headerHeight:90px;
        --productionPY:30px;
    }
    a.nav-link {
        text-transform: none;
    }

    a.nav-link.tel-link {
        font-size: 16px;
        margin: 0;
    }

    a.nav-link.tel-link:before {
        display: none;
    }
    .first-screen {
        height: auto;
        padding-top: calc(var(--headerHeight) + 15px);
        padding-bottom: 30px;
    }

    header {
        padding: 10px 0;
    }

    .company-characteristics {
        margin-bottom: 25px;
    }

    .red-button {margin-top: 30px;box-shadow: 0px 3px 10px rgba(245, 94, 86, 0.8), inset -2px -4px 0px #C93931;}

    .video-border {
        max-width: 350px;
        margin: 0 auto;
        height: calc(350px*334/459);
    }

    .production h2 {
        font-size: 24px;
        top: unset;
        transform: none;
        margin-bottom: 25px;
    }

    .co-worker {
        margin-bottom: 25px;
    }

    .co-worker__image {
        margin-bottom: 5px;
    }

    .working-with {
        padding-bottom: 15px;
    }

    .facilities__slider {
        margin-bottom: 10px!important;
    }

    .clients {
        padding-top: 30px;
    }

    .price-form input {
        min-width: unset;
        width: 300px;
        margin-right: 0px;
        margin-bottom: 15px;
        height: 58px;
        width: 100%;
        padding-left: 20px;
    }

    form.price-form button {
        font-size: 16px;
        width: 60%;
        padding: 20px 38px;
    }
    

   
    .production .product {
        padding-top: 240px;
    }
    .frame-table thead th {
        font-size: 16px;
        line-height: 20px;
    }

    .frame-table td {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog__additional-information {
        font-size: 14px;
    }

    label[for=file] {
        margin-left: 10px;
        margin-right: 10px;
        height: 46px;
        width: 54px;
    }

    .order-form button {
        flex: 0 1 186px;
        font-size: 16px;
        padding: 10px 12px;
    }

    .calculate-order {
        margin-top: 40px;
    }
    .order-form input {
        flex: 0 1 250px;
        font-size: 14px;
        padding: 10px;
    }
    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) input[type="email"] {
        order: 0;
        flex: 1 1 250px;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) input {
        order: 2;
        flex: 0 1 180px;
    }
    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) input::placeholder {
        font-size: 14px;
    }
    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) label[for=file] {
        order: 1;
        margin-right: 0;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) button {
        order: 3;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) {
        max-width: 376px;
    }
    
    .product-types__slider-nav {
        margin-bottom: 15px;
    }

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

    .product-types__list p {
        display: inline;
    }
    .material__name {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .cutting-and-engraving-order h2 br {
        display: none;
    }
    .about-wrapper img{
        margin-bottom: 15px;
    }
    img.partnership__image {
        max-width: 270px!important;
        display: block;
        margin: 0 auto;
    }
    .goods-for-frames {
        margin-top: 30px;
    }
    #nav-tabContentMagnets .product-image-side{
        bottom:calc(100% + 30px);
    }
    #nav-tabContentBooks .product-image-side {
        bottom: calc(100% + 60px);
    }
    #nav-tabContentBooks{
        margin-top: 30px!important;
    }
}
@media (max-width: 575px) {
    .soc {
        text-align: center;
    }
    footer .tel-link {
        font-size: 18px;
        line-height: 18px;
    }

    footer {
        padding: 20px 0;
    }

    #top-menu ul {
        flex-direction: column;
    }

    .price-form input {
        width: 100%;
        padding: 8px 5px 8px 20px;
        margin: 0 0 15px 0;
        height: 58px;
    }

    form.price-form button {
        width: 100%;
    }

    .bottom-menu {flex-direction: column;align-items: center;}

    .copyright {
        text-align: center!important;
        margin-top: 15px;
    }

    footer .tel-link {
        margin: 0 auto;
        display: block;
        width: 145px;
        text-align: center;
    }

    h2 {
        font-size: 20px;
        text-transform: none;
    }

    h1 {
        text-transform: none;
        font-size: 20px;
        line-height: 26px;
    }
    .company-characteristics li:before {
        width: 18px;
        height: 18px;
        box-shadow: 0 0 6px rgba(245, 94, 86, 0.9);
    }

    .company-characteristics li {padding-left: 30px;}

    .video-border {
        max-width: 100%;
        height: calc((100vw - 30px)*334/459);
    }
    .production h2 {
        font-size: 20px;
        line-height: 24px;
        text-transform: none;
    }

    .about__image-side {
        overflow: auto;
    }

    .about-wrapper a {
        flex: 0 0 50%;
        max-width: 50%!important;
    }

    .production .product {
        width: 263px;
        margin: 0 auto 30px;
        padding-top: 263px;
    }

    .facilities__content {
        padding: 15px;
    }

    .facilities {
        font-size: 16px;
        line-height: 20px;
    }

    .client-slider .slick-track img {
        max-width: 95px;
        height: auto;
        width: auto!important;
    }
    .client-slider .slick-list {
        margin: 0 35px;
    }

    .client-slider__prevArrow {
        width: 30px;
    }

    .client-slider__nextArrow {
        width: 30px;
    }
    .slider-catalog-nav .slick-slide {
        text-align: center;
        padding: 0 15px;
    }

    .slider-catalog-nav {
        margin-bottom: 20px;
    }

    .slider-catalog-for__name {
        margin-bottom: 15px;
    }

    .frame-table td,.frame-table thead th {
        padding: 8px 5px;
    }

    .calculate-order {
        height: auto;
        padding: 15px 0 30px 0;
        background-size: cover;
    }
    .order-form input {
        flex: 1 1 206px;
    }
    .frame__header{
        margin-top: 30px;
    }
    label[for=file] {
        margin-right: 0;
    }
    .order-form {
        max-width: 335px;
    }
    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) input[type="email"] {
        order: 0;
        flex: 1 1 270px;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) input {
        order: 2;
        flex: 1 0 50%;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) label[for=file] {
        order: 2;
        margin-right: 0;
        margin-left: 10px;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) button {
        order: 3;
    }

    .cutting-and-engraving-form:not(.cutting-and-engraving-form-top) {
        max-width: 100%;
    }
    .material {
        max-width: 275px;
        margin: 0 auto;
    }
    .cutting-and-engraving-order {
        background-color: rgba(255, 255, 255, 0.2);
        background-blend-mode: color;
    }
    label[for=file]:hover span {
        left: unset;
        right: 0;
        transform: none;
        font-size: 16px;
        height: 45px;
        width: 200px;
    }

    label[for=file]:hover span:after {
        left: unset;
        right: 10px;
    }
    .about-wrapper {
        margin: 30px 0;
        font-size: 16px;
        line-height: 22px;
    }

    .about-wrapper img {
        margin-bottom: 10px;
    }

    .about-wrapper a {
        padding: 0 2px;
    }
    .partnership-wrapper {
        font-size: 16px;
        line-height: 22px;
        margin: 30px 0;
    }

    .partnership-wrapper h2 {
        margin-bottom: 15px;
    }

    .partnership-wrapper section {
        margin-bottom: 30px;
    }
    .product-image-side {
        position: static!important;
    }
    .goods-list,.magnets-list,.books-list {
        max-width: 270px;
        margin: 0 auto 30px;
    }
    div#nav-tabContent .red-button {
        font-size: 14px;
        padding: 10px 7px;
        max-width: 270px;
    }
    .product-image-side {
        max-width: 270px!important;
        margin: 0 auto!important;
    }
    #nav-tabContentMagnets,#nav-tabContentBooks {
        margin-top: 0!important;
    }
    #nav-tabContentMagnets .red-button,#nav-tabContentBooks .red-button {
        font-size: 14px;
        padding: 10px 7px;
        max-width: 270px;
    }
    div#nav-tabContentMagnets .frame-table thead th,div#nav-tabContentMagnets .frame-table td,
    div#nav-tabContentBooks .frame-table thead th,div#nav-tabContentBooks .frame-table td{
        font-size: 14px;
    }
    .magnets,.books{
        margin-top: 30px;
    }
    .books .frame-table thead th,
    .books .frame-table td{
        white-space: normal;
    }
    .first-screen .special-propose {
        font-size: 15px;
        line-height: 22px;
    }
    .contacts-wrapper{
        flex-wrap: wrap;
    }
    .contacts__text-side,.contacts__map-side{
        flex:0 0 100%
    }
    .contacts__text-side {
        padding: 15px 15px;
        font-size: 14px;
        line-height: 20px;
        align-self: flex-start;
    }

    .contacts-wrapper iframe {
        max-height: 60vh;
    }
    .floated-image{
        display:block;
        margin: 0 auto 15px!important;
        float: none!important;
    }
    .footer-top-part{
        max-width: 420px;
        margin: auto;
    }
    .footer-nav{
        flex-direction: column;
        align-items: center;
    }
    .copyright.text-left{
        padding: 0;
    }
    .bottom-menu{
        margin-top: 20px;
    }
}