@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
/*
    font-family: 'Open Sans', sans-serif;
*/
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.html') format('woff2'), 
         url('../fonts/MaterialIcons-Regular-2.html') format('woff'), 
         url('../fonts/MaterialIcons-Regular-3.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #3f4b61;
    overflow-x: hidden;
    background: #fff;
}
.main-wrapper{
    background: #E7F1F7;
}
@media only screen and (min-width: 1920px) {
    .main-wrapper{
        width: 1920px;
        margin: auto;
    }
}
blockquote{
    border-left: 3px solid #E3403B;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #E3403B;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 600;    
}
h2,
.title-h2{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 600; 
}
h3,
.title-h3{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600; 
    text-transform: uppercase;
}
h4,
.title-h4{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 32px;    
    }
}
@media only screen and (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 26px;
        margin-bottom: 20px;    
    }
}


.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #E3403B;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #7D22CB;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #E3403B;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 45px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: 2px solid #E3403B;
    border-radius: 30px;
}
.btn:hover{
    background: transparent;
    color: #E3403B;
    border-color: #E3403B;
}
.btn.btn-transparent,
.btn.transparent-btn,
.btn.invert{
    background: transparent;
    color: #E3403B;
}
.btn.btn-transparent:hover,
.btn.transparent-btn:hover,
.btn.invert:hover{
    color: #fff;
    background: #E3403B;
}
.btn.block{
    display: block;
    width: 100%;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
.modal.gopnik-modal{
    width: 600px;
    height: 356px;
    padding: 40px 200px 20px 70px;
    background: url(../images/gopnik.html);
}
/**************************************/

/* ======= AGREEMENT ======= */
.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement input + label{
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.agreement i{
    position: absolute;
    top: -1px;
    left: 0;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
    color: green;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #2867B8;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.pagination a:hover{
    color: #FF982E;
}
.pagination .active a{
    background: #5A47B8;
    color: #fff;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 20px;
    top: 30px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E !important;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -470px;
    background: #3C18AC;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu-inner{
    padding-top: 80px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    font-size: 16px;
    letter-spacing: 1px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    background: #eb4340;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 5px;
    height: 3px;
    background: #EF2B32;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}
@media only screen and (max-width: 1289px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media only screen and (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/************* /. mobile-menu **************/


/* ======= HEADER ======= */

.header-wrapper{
    position: fixed;
    z-index: 500;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
}
.header{
    height: 80px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    padding: 0 350px 0 250px;
}
.header-push{
    height: 80px;
}
.logo{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 200px;
    overflow: visible;
}
.logo .table,
.logo .table-cell{
    height: 100%;
    vertical-align: middle;
}
.logo img{
    display: block;
    width: 180px;
    max-width: 180px;
    height: auto;
    max-height: 76px;
}

/* ======= TOP MENU ======= */
.top-menu{
    height: 100%;
    text-align: center;
}
.top-menu .table-cell > ul > li{
    display: inline-block;
    margin: 0 25px;
}
.top-menu .table-cell > ul > li:first-of-type{
    margin-left: 0;
}
.top-menu .table-cell > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu .table-cell > ul > li > a{
    color: #3f4b61;
    font-size: 16px;
    font-weight: 600;
}
.top-menu .table-cell > ul > li.active > a,
.top-menu .table-cell > ul > li > a:hover{
    color: #E3403B !important;
}
/* ======= /. TOP MENU ======= */

.header-contacts{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 330px;
    font-size: 14px;
}
.header-contacts .address{
    font-size: 17px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 22px;
    display: inline-block;
}
.header-contacts .address > img{
    position: absolute;
    left: 0;
    top: 5px;
}
@media only screen and (max-width: 1289px) {
    .header-contacts{
        right: 90px;
    }
    .header{
        padding: 0;
    }
}
/* ======= /. HEADER ======= */

.top-global-block{
    min-height: 1700px;
    background: url(../images/top-bg.png) 50% 0 no-repeat;
}
.bottom-global-block{
    background: #2867B8;
    background: linear-gradient(180deg, #3f4b61 0%, #2867B8 100%);
}
.bottom-global-block .contacts-section{
    color: #fff;
}
.bottom-global-block .contacts-section .title,
.bottom-global-block .contacts-section .phone,
.bottom-global-block .contacts-section .text{
    color: #fff;
}
.bottom-global-block .contacts-section hr{
    border-top-color: rgba(255,255,255,0.4);
}
.first-section-top{
    min-height: 520px;
    width: 100%;
    color: #fff;
    position: relative;
    padding-right: 520px;
    padding-top: 130px;
    margin-bottom: 20px;
}
.first-section-top .block-content {
    position: relative;
    z-index: 10;
}
.section-img{
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 460px;
    max-width: 48%;
    height: auto;
    max-height: 400px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.first-section-top .title{
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}
.first-section-top .text{
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.6;
    font-weight: normal;
}
.first-section-bottom .element{
    display: inline-block;
    color: #fff;
    margin: 0 40px 40px;
    width: 150px;
    text-transform: uppercase;
    vertical-align: top;
}
.first-section-bottom  div:nth-of-type(2){
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.first-section-bottom  div:nth-of-type(3){
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.first-section-bottom  div:nth-of-type(4){
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    -o-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
.first-section-bottom  div:nth-of-type(5){
    -webkit-animation-delay: 2000ms;
    -moz-animation-delay: 2000ms;
    -o-animation-delay: 2000ms;
    animation-delay: 2000ms;
}
.first-section-bottom .img-wrapper{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    border: 3px solid #fff;
    margin-bottom: 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.first-section-bottom .img-wrapper .after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #E3403B;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    border-radius: 100%;
}
.first-section-bottom .element:hover .img-wrapper .after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.mobile-contacts{
    display: none;
}
@media only screen and (max-width: 1289px) {
    .first-section-top .title{
        font-size: 40px;
    }
    .first-section-top{
        padding-top: 100px;
        padding-right: 400px;
    }
    .section-img{
        width: 380px;
        max-height: 340px;
    }
    .top-global-block {
        min-height: inherit;
        background: #6A1DC2;
        background: -moz-linear-gradient(top, #6A1DC2, #3B28B4);
        background: -webkit-linear-gradient(top, #6A1DC2, #3B28B4);
        background: -o-linear-gradient(top, #6A1DC2, #3B28B4);
        background: -ms-linear-gradient(top, #6A1DC2, #3B28B4);
        background: linear-gradient(top, #6A1DC2, #3B28B4);
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .section-img{
        width: 320px;
        max-width: 42%;
        max-height: 280px;
        background-size: contain;
    }
    .first-section-top{
        min-height: 440px;
        padding-right: 340px;
    }
    .first-section-top .title{
        font-size: 30px;
    }
}


@media only screen and (max-width: 930px) {
    .first-section-top{
        padding-top: 70px;
        padding-right: 300px;
    }
    .section-img{
        width: 280px;
        max-height: 240px;
    }
}


@media only screen and (max-width: 790px) {
    .section-img{
        display: none;
    }
    .first-section-top{
        padding-right: 0;
        text-align: center;
    }
    .first-section-top{
        min-height: inherit;
        margin-bottom: 50px;
    }
    .header-contacts .address {
        font-size: 15px;
    }
    .header-contacts{
        font-size: 13px;
        right: 70px;
    }
}
@media only screen and (max-width: 650px) {
    .header-contacts .address{
        display: none;
    }
    .mobile-contacts{
        display: block;
        color: #fff;
        font-size: 13px;
        padding: 0 15px;
    }
    .mobile-contacts .address{
        position: relative;
        padding-left: 22px;
        margin-bottom: 10px;
    }
    .mobile-contacts .address > img{
        position: absolute;
        top: 2px;
        left: 0;
    }
    .mobile-contacts .phone{
        padding-left: 22px;
    }
}
.header-phone-btn-xs{
    display: none;
}
@media only screen and (max-width: 460px) {
    .header-contacts .phone{
        display: none;
    }
    .header-phone-btn-xs{
        display: block;
        position: absolute;
        right: 55px;
        top: 28px;
        width: 34px;
        height: 24px;
        color: #fff;
        background: #DB3D35;
        text-align: center;
    }
}

.steps-section .title{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.steps-section .elements{
    margin: 0 -15px;
}
.steps-section .element{
    display: inline-block;
    background: #fff;
    padding: 30px;
    margin: 0 15px 30px;
    width: 380px;
    height: 420px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    vertical-align: top;
}
.steps-section .elements > div:nth-of-type(2){
    -webkit-animation-delay: 500ms;
    -moz-animation-delay: 500ms;
    -o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.steps-section .elements > div:nth-of-type(3){
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}





.steps-section .element .num-block{
    height: 176px;
    margin-bottom: 20px;
}
.steps-section .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.steps-section .element .shadow,
.steps-section .element .element-img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.steps-section .element .shadow{
    animation: 7s linear 0s normal none infinite running rot;
    -webkit-animation: 7s linear 0s normal none infinite running rot;
}
.steps-section .element .element-img{
    z-index: 2;
    animation: 6s linear 0s normal none infinite running rotinvert;
    -webkit-animation: 6s linear 0s normal none infinite running rotinvert;
}
.steps-section .element .num{
    position: relative;
    z-index: 10;
    font-size: 72px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotinvert {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotinvert {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.steps-section .element .element-title{
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1289px) {
    .steps-section .element{
        width: 30%;
        padding: 30px 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .steps-section .element{
        width: 380px;
    }
}
@media only screen and (max-width: 767px) {
    .steps-section .elements{
        margin: 0;
    }
    .steps-section .element{
        margin: 0 auto 30px;
        display: block;
        max-width: 100%;
    }
}

.feauters-section{
    margin-top: -50px;
    padding: 50px 0 20px;
    background: #e7f1f7;
    position: relative;
    z-index: 3;
}
.feauters-section__title,
.feauters-section .title{
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #222 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.feauters-section .element{
    margin: 0 30px 30px;
    display: inline-block;
    width: 240px;
    vertical-align: top;
}
.feauters-section .element .img-wrapper{
    margin-bottom: 20px;
}
.feauters-section .element .text span{
    background: #E9E987;
}
@media only screen and (max-width: 1289px) {
    .feauters-section{
        margin-top: 0;
        padding-top: 40px;
    }

    .feauters-section__title,
    .feauters-section .title{
        font-size: 28px;
    }
}
.application-section .title{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.form-block{
    background: #fff;
    padding: 50px;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.form-block small{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.form-block small span{
    position: absolute;
    top: 1px;
    left: 0;
    color: red;
}
.form-block .error-message{
    display: none;
    color: #E3403B;
    font-size: 13px;
    margin-top: 6px;
}
.form-block .form-control.error,
.form-block input[type=checkbox].error{
    border-color: #E3403B;
}
.form-block textarea.form-control{
    min-height: 110px;
    resize: vertical;
}
.phone-field{
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
}
.phone-field__prefix{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 56px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    color: #727376;
    background: #EEF5F9;
    border: 2px solid #EEF5F9;
    border-right: 0;
    border-radius: 0;
    user-select: none;
}
.phone-field .js-phone-input{
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    border-left: 0;
    border-radius: 0;
}
.phone-field:focus-within .phone-field__prefix{
    background: #fff;
    border-color: #D9DDE1;
}
.phone-field:has(.js-phone-input.error) .phone-field__prefix,
.phone-field .js-phone-input.error{
    border-color: #E3403B;
}
.form-hp{
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.select-menu{
    position: relative;
    margin-bottom: 20px;
}

.select-menu > li{
    width: 100%;
}
.select-menu > li > span{
    width: 100%;
    height: 56px;
    padding: 20px 45px 0 15px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 18px;
    color: #6B6F7D;
    background-color: #EFF5F9;
    cursor: pointer;
}
.select-menu > li > span:before{
    position: absolute;
    top: 50%;
    right: 12px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9CA7BB;
    width: 0;
    height: 0;
    content:"";
    margin-top: -2px;
}
.select-menu > li > ul{
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 100;
    width: 100%;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.select-menu > li > ul > li a,
.select-menu > li > ul > li > span{
    min-height: 18px;
    padding: 9px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.select-menu > li > ul > li a:hover,
.select-menu > li > ul > li > span:hover{
    background: #F0F5F9;
}
.select-menu > li > ul > li.active a,
.select-menu > li > ul > li.active > span{
    background: #9ba7bb;
    color: #fff;
}

/*****************file upload***********/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.825rem 1.65rem;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

/* style 2 */
.inputfile-2 + label {
    color: #77849D;
    border: 2px solid currentColor;
}
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #49659D;
}

/**********************/



@media only screen and (max-width: 767px) {
    .form-block {
        padding: 40px 30px;
    }
    .inputfile + label{
        width: 100%;
        max-width: inherit;
        text-align: center;
    }
}

.contacts-section{
    width: 740px;
    padding: 0 10px;
    max-width: 100%;
    margin: auto;
}
.contacts-section .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.contacts-section .phone{
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding-left: 70px;
    display: inline-block;
    margin-bottom: 30px;
}
.contacts-section .phone > img{
    position: absolute;
    top: 6px;
    left: 0;
}
.contacts-section hr{
    border-top: 1px dashed #9DA7BB;
    margin-bottom: 40px;
}
.messenger-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}
.btn-messenger{
    background: #fff;
    color: #2867B8;
    border-color: #fff;
    min-width: 130px;
    padding: 12px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.btn-messenger:hover{
    background: #E7F1F7;
    color: #2867B8;
    border-color: #fff;
}
.btn-messenger--whatsapp:hover{
    color: #25D366;
}
.btn-messenger--telegram:hover{
    color: #229ED9;
}
.btn-messenger--max:hover{
    color: #7B5CFF;
}
.bottom-global-block .contacts-section hr{
    border-top-style: dashed;
}
@media only screen and (max-width: 479px) {
    .messenger-buttons{
        flex-direction: column;
        align-items: center;
    }
    .btn-messenger{
        width: 100%;
        max-width: 280px;
    }
}
.client-story{
    padding-top: 660px;
}
.client-story .title{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.nout{
    width: 870px;
    margin: auto;
    height: 480px;
    border: 24px solid #252525;
    border-radius: 20px 20px 0 0;
    position: relative;
    background: #fff;
    border-left-width: 22px;
    border-right-width: 22px;
}
.nout:after{
    content:"";
    display: block;
    position: absolute;
    width: 920px;
    height: 35px;
    bottom: -34px;
    left: 50%;
    margin-left: -460px;
    background: url(../images/nout.png) 0 0 no-repeat;
}

#animtext1{display:none;}
#animtext1 .new{opacity: 0;}
#animtext1 .div_opacity{
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.first-section .text-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.first-section .text-wrap.active {
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.client-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.client-slide .element-img{
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
}
.client-slide .element-img.active {
    opacity: 1;
    z-index: 20;
}

.client-slide > span{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    height: 64px;
    width: 64px;
    background: #fff;
    border-radius: 100%;
    z-index: 20;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.client-slide > span.prev{
    left: -130px;
}
.client-slide > span.next{
    right: -130px;
}
.client-slide > span:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-right: 3px solid #95A1B6;
    border-bottom: 3px solid #95A1B6;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.client-slide > span.next:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -6px;
}
.client-slide > span.prev:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.client-slide > span:hover{
    background: #95A1B6;
}
.client-slide > span:hover:after{
    border-color: #fff;
}
.client-slide .element-img .text{
    background: #F1E745;
    color: #000;
    padding: 5px 15px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 600;
}
.client-slide > span.prev{
    display: none;
}
.client-slide .slide8{
    background: #6A1DC2;
    background: -moz-linear-gradient(top, #6A1DC2, #3B28B4);
    background: -webkit-linear-gradient(top, #6A1DC2, #3B28B4);
    background: -o-linear-gradient(top, #6A1DC2, #3B28B4);
    background: -ms-linear-gradient(top, #6A1DC2, #3B28B4);
    background: linear-gradient(top, #6A1DC2, #3B28B4);
}
.client-slide .slide8 .btn{
    width: 360px;
}
.btn.btn-green{
    background: #12BB80;
    border-color: #12BB80;
}
.btn.btn-green:hover{
    color: #fff;
    background: #DB3D36;
    border-color: #DB3D36;
}
.btn.simple-link{
    background: #D7D7D7;
    border-color: #D7D7D7;
    color: #898989;
}
.btn.simple-link:hover{
    opacity: 0.2;
}
.slide8 .no{
    position: absolute;
    width: 400px;
    top: 30px;
    left: 50%;
    margin-left: -200px;
    background: #EEE84D;
    color: #000;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    opacity: 0;
}
.slide8 .simple-link:hover + .no{
    opacity: 1;
    -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
    -webkit-animation-duration: 1s;
          animation-duration: 1s;
}


.reviews-section .title{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 50px;
}
.reviews-section .rev-slider-wrapper{
    background: #fff;
    position: relative;
    padding: 50px 190px;
    border-radius: 5px;
    font-size: 18px;
    color: #6A7485;
    line-height: 1.8;
}
.reviews-section .img-wrapper{
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 0 0 1px #E1E2E4;
    display: inline-block;
}
.reviews-section .rev-name{
    font-weight: bold;
    color: #3F4B61;
}
.reviews-section .rev-slider-wrapper:after{
    content:"";
    display: block;
    position: absolute;
    height: 18px;
    bottom: -18px;
    left: 35px;
    right: 35px;
    background: #DEE4EC;
    border-radius: 0 0 5px 5px;
}
.reviews-section .rev-slider-wrapper:before{
    content:"";
    display: block;
    position: absolute;
    height: 15px;
    bottom: -33px;
    left: 90px;
    right: 90px;
    background: #CACED8;
    border-radius: 0 0 5px 5px;
}




.slick-prev,
.slick-next{
    position: absolute;
    top: 50%;
    margin-top: -32px;
    height: 64px;
    width: 64px;
    background: #EEF5F9;
    border-radius: 100%;
    z-index: 20;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: none;
}
.slick-prev{
    left: -130px;
}
.slick-next{
    left: auto;
    right: -130px;
}
.slick-prev:after,
.slick-next:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-right: 3px solid #95A1B6;
    border-bottom: 3px solid #95A1B6;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.slick-prev:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slick-next:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -6px;
}
.slick-prev:hover,
.slick-next:hover{
    background: #97A1B6;
}
.slick-prev:hover:after,
.slick-next:hover:after{
    border-color: #fff;
}

.footer-wrapper{
    font-weight: 300;
    font-size: 14px;
    background: #2867B8;
    background: linear-gradient(180deg, #3f4b61 0%, #2867B8 100%);
    margin-top: 40px;
    padding-bottom: 10px;
}
.footer{
    border-top: 1px solid rgba(255,255,255,0.35);
}
.footer .copyright,
.footer .development{
    color: rgba(255,255,255,0.92);
}
.footer a{
    color: #fff;
    text-decoration: underline;
}
.footer a:hover{
    text-decoration: none;
    color: #E7F1F7;
}





@media only screen and (max-width: 1169px) {
    .client-slide > span {
        margin-top: -22px;
        height: 44px;
        width: 44px;
        z-index: 150;
    }
    .client-slide > span.next{
        right: 20px;
    }
    .client-slide > span.prev{
        left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .container > .title{
        font-size: 26px;
        line-height: 1.2;
    }
    .bottom-global-block {
        min-height: inherit;
        padding-top: 20px;
    }
    .reviews-section .rev-slider-wrapper {
        padding: 40px 140px;
        font-size: 16px;
        line-height: 1.6;
    }
    .slick-prev, 
    .slick-next {
        margin-top: -22px;
        height: 44px;
        width: 44px;
    }
    .slick-prev {
        left: -100px;
    }
    .slick-next {
        right: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews-section .rev-slider-wrapper {
        padding: 40px;
        font-size: 14px;
    }
    .contacts-section .title{
        font-size: 26px;
        line-height: 1.2;
    }
    .contacts-section .f22{
        font-size: 18px;
    }
    .contacts-section .phone{
        font-size: 30px;
        padding-left: 0;
    }
    .contacts-section .phone img{
        display: none;
    }
    .contacts-section .text.f18{
        font-size: 14px;
    }
}










/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1289px) {
    
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {

}



@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px){

}
@media only screen and (min-width: 1290px) {

}

/* --- Направления скупки (карточки страниц) --- */
.pages-links-section {
    position: relative;
    background: linear-gradient(180deg, #f8f8f8 0%, #fff 45%, #fff 100%);
    margin-top: -30px;
    z-index: 2;
}

.pages-links-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #333;
}

.pages-links-subtitle {
    max-width: 560px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.pages-links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.pages-link-card {
    display: flex;
    align-items: center;
    flex: 1 1 340px;
    max-width: 380px;
    min-height: 100px;
    padding: 22px 24px;
    text-align: left;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pages-link-card:hover,
.pages-link-card:focus {
    text-decoration: none;
    color: #333;
    transform: translateY(-4px);
    border-color: #E3403B;
    box-shadow: 0 14px 36px rgba(227, 64, 59, 0.18);
}

.pages-link-card--featured {
    flex: 1 1 100%;
    max-width: 100%;
    border-color: rgba(227, 64, 59, 0.35);
    background: linear-gradient(105deg, #fff 0%, #fff9f8 100%);
}

.pages-link-card--featured:hover {
    border-color: #E3403B;
}

.pages-link-card__icon {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    margin-right: 18px;
    border-radius: 50%;
    background-color: #f3f3f3;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.pages-link-card__icon--mac {
    background-image: url(../images/notebook.png);
    background-size: 85%;
}

.pages-link-card__icon--laptop {
    background-image: url(../images/notetype1_168x168_01b.jpg);
    background-size: cover;
}

.pages-link-card__icon--pc {
    background-image: url(../images/feauters-icon2.png);
    background-size: 55%;
}

.pages-link-card__icon--phone {
    background-image: url(../images/phone.png);
    background-size: 45%;
}

.pages-link-card__icon--monitor {
    background-image: url(../images/notetype2_168x168_01b.jpg);
    background-size: cover;
}

.pages-link-card__body {
    flex: 1;
    min-width: 0;
}

/* Каталог SEO-страниц (laptops.html) */
.seo-catalog {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
    text-align: left;
}
.seo-catalog h2 {
    font-size: 28px;
    margin-bottom: 12px;
}
.seo-catalog > p {
    margin-bottom: 20px;
    opacity: 0.95;
}
.seo-catalog__list {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    column-gap: 28px;
}
.seo-catalog__list li {
    margin: 0 0 10px;
    break-inside: avoid;
}
.seo-catalog__list a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.4;
}
.seo-catalog__list a:hover {
    color: #E7F1F7;
    text-decoration: none;
}
.seo-article h2 {
    font-size: 28px;
    margin-bottom: 16px;
}
.seo-article h3 {
    font-size: 20px;
    margin: 24px 0 12px;
}
.seo-article p,
.seo-article li {
    line-height: 1.65;
    margin-bottom: 12px;
}
.seo-article ul,
.seo-article ol {
    margin: 0 0 16px 20px;
}
@media only screen and (max-width: 991px) {
    .seo-catalog__list {
        columns: 2;
    }
}
@media only screen and (max-width: 600px) {
    .seo-catalog__list {
        columns: 1;
    }
}

.pages-link-card__label {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #E3403B;
    background: rgba(227, 64, 59, 0.1);
    border-radius: 20px;
}

.pages-link-card__name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
}

.pages-link-card:hover .pages-link-card__name {
    color: #E3403B;
}

.pages-link-card__arrow {
    flex-shrink: 0;
    margin-left: 12px;
    font-size: 22px;
    line-height: 1;
    color: #E3403B;
    opacity: 0.5;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.pages-link-card:hover .pages-link-card__arrow {
    opacity: 1;
    transform: translateX(4px);
}

@media only screen and (max-width: 991px) {
    .pages-links-section {
        margin-top: 0;
    }

    .pages-links-title {
        font-size: 28px;
    }

    .pages-link-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .pages-link-card {
        padding: 18px 16px;
    }

    .pages-link-card__icon {
        width: 56px;
        height: 56px;
        margin-right: 14px;
    }

    .pages-link-card__name {
        font-size: 16px;
    }
}