* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Cuprum', sans-serif;
    color: #FFF;
}



/* H E A D E R */

header {
    height: 64px;
    width: 100%;
    background-color: #BDBDBD;
}
.header-content {
    position: relative;
    display: flex;
    height: 64px;
    width: 100%;
}
.header-contacts>div{
    margin: auto 0;
}

.left-line {
    position: absolute;
    top: 0;
    left: calc(300px - 10000px);
    height: 111px;
    width: 10000px;
    background-color: #E53935;
}
.header-wrapper {
    position: relative;
    height: 111px;
    overflow: hidden;
}
.header-wrapper>svg { position: absolute; }
.header-logo {
    position: relative;
    height: 111px;
    width: 369px;
    overflow: hidden;
    z-index: 1;
}
#header-logo {
    height: 49px;
    width: 317px;
    margin: 8px 0 7px;
    background-image: url(../../img/header-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#descriptor {
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
}
.header-menu {
    display: flex;
    height: 64px;
    margin-left: 90px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
.header-menu ul {
    display: flex;
    margin: auto 0;
}
.li-separator {
    height: 26px;
    width: 1px;
    margin: auto 25px;
    background-color: #979797;
}
.header-menu li {
    list-style-type: none;
}
.header-menu a {
    color: #373233;
    outline: none;
    transition: .4s;
}
.header-menu a:hover { color: #EF5350; }
.header-contacts {
    display: flex;
    flex-direction: column;
    height: 64px;
    margin: 0 0 0 auto;
    padding-top: 6px;
}
.header-phone-icon {
    height: 17px;
    width: 15px;
    margin: 6px 13px 0 0;
    background-image: url(../img/hphone.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header-mail-icon {
    height: 11px;
    width: 17px;
    margin: auto 12px auto 0;
    background-image: url(../img/hmail.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.header-contacts>div { display: flex; }
.header-contacts>div:nth-child(1) {
    font-size: 26px;
    line-height: 30px;
}
.header-contacts>div:nth-child(2) {
    font-size: 20px;
    line-height: 19px;
}
.header-contacts a {
    color: #373233;
    outline: none;
}
.header-mob-buttons {
    display: none;
    margin: auto 6px auto auto;
}
#header-callback-button {
    height: 34px;
    width: 34px;
    margin: auto 18px auto 0;
    background-image: url(../../img/mob-callback.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#header-menu-button {
    height: 37px;
    width: 37px;
    background-image: url(../../img/mob-menu.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#header-callback-button:hover,
#header-menu-button:hover { cursor: pointer; }
.underhead {
    width: 100%;
    background-color: #373233;
}
.underhead ul {
    display: flex;
    height: 47px;
    padding-left: 460px;
    list-style: none;
}
.underhead ul>li {
    margin: auto 0;
}
.underhead ul a {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFF;
    transition: .4s;
}
.underhead ul a:hover {
    color: #EF5350;
}
.hidden-link {
    display: none;
}
.header-float-menu {
    position: fixed;
    top: -65px;
    height: 64px;
    width: 100%;
    background-color: rgba(9, 9, 9, 0.4);
    z-index: 100;
}
.hfm-content {
    display: flex;
}
.header-float-menu .left-line,
.header-float-menu .header-wrapper {
    height: 64px;
}
.header-float-menu .left-line {
    left: calc(289px - 10000px);
}
.header-float-menu .header-logo {
    height: 64px;
    width: 294px;
}
.header-float-menu #header-logo {
    height: 40px;
    width: 259px;
    margin: 12px 0;
    background-image: url(../../img/header-logo.png);
}
.hfm-menu {
    margin: 19px 0 18px 35px;
}
.hfm-menu ul {
    display: flex;
    list-style: none;
}
.hfm-menu ul a {
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFF;
    outline: none;
    transition: .4s;
}
.hfm-menu ul a:hover {
    color: #EF5350;
}
.hfm-menu>ul>li:nth-child(1)>a {
    margin-right: 30px;
}
.hfm-number {
    margin: auto 0 auto auto;
}
.hfm-number>div {
    display: flex;
}
.hfm-number .header-phone-icon {
    margin: auto 13px auto 0;
    background-image: url(../../img/hphone.png);
}
.hfm-number a {
    font-size: 29px;
    font-weight: 700;
    line-height: 33px;
    color: #FFF;
}

/*SID*/
.sid-wrapper {
    display: flex;
    position: fixed;
    top: 84px;
    right: 0px;
    height: 70px;
    width: 169px;
    border-radius: 30px 0 0 30px;
    background-color: #E53935;
    transition: .4s;
    z-index: 99;
}
.sid-wrapper {
    cursor: pointer;
}
.sid {
    display: block;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    margin: auto 0 auto 13px;
}
@media only screen and (max-width: 991px) {
    .sid-wrapper {
        top: 65px;
        right: -123px;
    }
}
.sid-wrapper_opened {
    right: 0px;
}



/* F I R S T */

#first {
    padding: 40px 0 75px;
}
.first-content {
    width: 100%;
    padding: 97px 0 94px 585px;
    background-size: 555px 600px;
    background-position: 0;
    background-repeat: no-repeat;
}
.first-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #373233;
}
.first-text {
    display: flex;
    margin: 16px 0 35px;
}
.first-icons {
    height: 136px;
    width: 25px;
    margin: 1px 8px 0 0;
    background-image:
    url(../img/fi1.png),
    url(../img/fi2.png),
    url(../img/fi3.png),
    url(../img/fi4.png),
    url(../img/fi5.png);
    background-size: 24px, 24px, 21px, 24px, 24px;
    background-position: 0px 0px, 0px 28px, 2px 57px, 0px 85px, 1px 114px;
    background-repeat: no-repeat;
}
.first-text>p {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #373233;
}
.ft-red {
    color: #E53934;
}
.ft-old-price {
    font-size: 24px;
    text-decoration: line-through;
}
.first-button {
    height: 62px;
    width: 262px;
    font-size: 37px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    background-color: #E53935;
    box-shadow: 0px 4px 33px rgba(255, 17, 0, 0.5);
    border-radius: 6px;
    transition: .4s;
}
.first-button:hover {
    cursor: pointer;
    background-color: #D7443A;
    box-shadow: 0px 0px 0px rgba(255, 17, 0, .5);
}



/* C H E C K O U T */

#checkout {
    position: relative;
    height: 485px;
    width: 100%;
    padding: 123px 0 90px;
/*    background-image: url(../img/checkout-bg.jpg);*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.checkout-content {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.checkout-content>p:nth-child(1) {
    font-size: 38px;
    line-height: 44px;
}
.checkout-content>p:nth-child(2) {
    width: 955px;
    margin: 30px auto 38px;
    font-size: 28px;
    line-height: 32px;
}
.checkout-content>p:nth-child(2)>span {
    color: #DB2213;
}
.checkout-button {
    height: 62px;
    width: 360px;
    margin: 0 auto;
    font-size: 37px;
    line-height: 62px;
    background-color: #E53935;
    box-shadow: 0px 4px 33px rgba(255, 17, 0, 0.5);
    border-radius: 6px;
    transition: .4s;
}
.checkout-button:hover {
    cursor: pointer;
    background-color: #D7443A;
    box-shadow: 0px 0px 0px rgba(255, 17, 0, .5);
}



/* B A L A N C E */

#balance {
    margin-top: 85px;
}
#balance .title {
    margin-bottom: 25px;
}
.item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #373233;
}
.item-content>p:nth-child(1) {
    margin: 25px 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
}
.item-content>p:nth-child(2) {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.item-content>p:nth-child(5) {
    margin: 25px 0 20px;
    font-size: 26px;
    line-height: 30px;
}
.item-content>p:nth-child(5)>span,
.item-content>p:nth-child(6)>span {
    font-weight: 700;
}
.item-content>p:nth-child(6) {
    font-size: 26px;
    line-height: 30px;
}
.item-content>p:nth-child(7) {
    margin: 15px 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
}
.item-content>p:nth-child(7)>span {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
.item-img {
    height: 770px;
    width: 555px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.item-button {
    height: 62px;
    width: 360px;
    margin: 25px auto 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    background-color: #E53935;
    box-shadow: 0px 4px 33px rgba(255, 17, 0, 0.5);
    border-radius: 6px;
    color: #FFF;
    transition: .4s;
}
.item-button:hover {
    cursor: pointer;
    background-color: #D7443A;
    box-shadow: 0px 0px 0px rgba(255, 17, 0, .5);
}
.slider {
    display: flex;
    margin-top: 60px;
}
.slider-mob,
.ib-mob,
.item-img-mob {
    display: none;
}
.gallery.owl-carousel {
    height: 213px;
    width: 1010px;
    margin: 0 13px;
}
.g-item {
    position: relative;
    height: 213px;
    width: 320px;
    margin-bottom: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.117103);
}
.g-item::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(216, 216, 216, 0.5);
    background-image: url(../img/zoom.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 0;
    transition: .4s;
}
.g-item:hover:before {
    opacity: 1;
    cursor: pointer;
}
.slide-left,
.slide-right {
    height: 44px;
    width: 42px;
    margin: auto 0;
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slide-left:hover,
.slide-right:hover {
    cursor: pointer;
}
.slide-right {
    transform: scale(-1, 1);
}
#balance>.container>.row:nth-child(2) {
    display: flex;
}



/* S H I N */

#shin {
    margin-top: 100px;
}
#shin .title {
    margin-bottom: 45px;
}
#shin>.container>.row:nth-child(2) {
    display: flex;
}
#shin .item-content>p:nth-child(1) {
    margin: 35px 0 0;
}
#shin .item-img {
    height: 750px;
    width: 455px;
}
#shin .item-button {
    margin: 40px auto 0 0;
}
.item-img-content {
    display: flex;
    align-items: center;
}
.item-img-gruz {
    height: 448px!important;
    width: 555px!important;
}




/* A T T E N */

#atten {
    margin-top: 100px;
}
#atten .title {
    margin-bottom: 10px;
}
#atten>.container>.row:nth-child(2) {
    display: flex;
}
#atten .item-content>p:nth-child(1) {
    margin: 55px 0 0;
}
#atten .item-content>p:nth-child(4) {
    margin: 25px 0 15px;
}
#atten .item-img {
    height: 600px;
    width: 555px;
}
#atten .item-button {
    margin: 40px auto 0 0;
}



/* Q U E S T I O N */

#question {
    position: relative;
    height: 404px;
    width: 100%;
    margin: 70px 0 0;
    padding: 112px 0 103px;
/*    background-image: url(../img/question-bg.jpg);*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.question-content>p:first-child {
    margin: 0 0 45px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}
.question-form {
    display: flex;
    height: 100px;
    width: 945px;
    margin: 0 auto;
    padding: 28px 80px 27px;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 10px;
}
.question-form>input:nth-child(2),
.question-form>input:nth-child(3) {
    height: 45px;
    width: 225px;
    margin-right: 40px;
    padding: 8px 12px 6px;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid #979797;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
    color: #000;
}
.question-form>input:nth-child(4) {
    height: 45px;
    width: 255px;
    margin-left: auto;
    font-size: 22px;
    font-weight: 800;
    line-height: 45px;
    text-align: center;
    background-color: #DB2114;
    border: none;
    border-radius: 6px;
}



/* L E A S I N G */

#leasing {
    margin-top: 172px;
}
.leasing {
    position: relative;
    height: 284px;
    width: 100%;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.122);
    transition: .4s;
}
.leasing-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}
.cogl1 {
    position: absolute;
    top: -150px;
    right: 0;
    height: 256px;
    width: 256px;
    background-image: url(../img/cog1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .04;
}
.cogl2 {
    position: absolute;
    top: 142px;
    right: -72px;
    height: 256px;
    width: 256px;
    background-image: url(../img/cog2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .04;
    transition: .4s;
}
@keyframes cogsmove {
    0%  {transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.leasing:hover { box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.122); }
.leasing:hover .cogl1,
.leasing:hover .cogl2 {
    opacity: .08;
    animation: cogsmove 15s linear infinite forwards;
}
.leasing-image {
    position: absolute;
    top: -130px;
    left: 23px;
    height: 464px;
    width: 522px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.leasing-gruz {
    top: -100px;
}
.leasing-content {
    position: relative;
    height: auto;
    width: 360px;
    margin: 0 218px 0 auto;
    padding-top: 27px;
    color: #373233;
    z-index: 1;
}
.leasing-content>p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
.leasing-content>p:nth-child(2) {
    margin: 4px 0 17px;
    font-size: 26px;
    line-height: 30px;
}
.leasing-button {
    height: 60px;
    width: 280px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #E53935;
    color: #FFF;
    transition: .4s;
}
.leasing-button:hover {
    cursor: pointer;
    background-color: #D7443A;
}



/* P R O F I T */

#profit {
    padding: 90px 0 0;
}
.profit-item {
    display: flex;
    flex-direction: column;
    height: 470px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2018);
    border-radius: 10px;
    color: #373233;
    transition: .4s;
}
.profit-item:hover {
    cursor: default;
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.2016);
}
#profit .row:nth-child(2)>div:nth-child(-n+3) .profit-item {
    height: 460px;
    margin-bottom: 60px;
}
.pi-image {
    height: 233px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}
.pi-title {
    margin-top: 18px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}
.pi-text {
    width: 325px;
    margin: 4px auto 0;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}
.pi-button {
    height: 60px;
    width: 280px;
    margin: auto auto 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    background-color: #E53935;
    border-radius: 10px;
    color: #FFF;
    transition: .4s;
}
.pi-button:hover {
    cursor: pointer;
    background-color: #D7443A;
}



/*   I N S T R U M E N T S   */

#instruments {
    margin-top: 70px;
}
.instruments-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 886px;
    margin: 0 auto;
}
/*
.instruments-content>.i-item:nth-child(1)
.i-image { background-image: url(../img/instr1.png); }
.instruments-content>.i-item:nth-child(2)
.i-image { background-image: url(../img/instr2.png); }
.instruments-content>.i-item:nth-child(3)
.i-image { background-image: url(../img//instr3.png); }
.instruments-content>.i-item:nth-child(4)
.i-image { background-image: url(../img//instr4.png); }
.instruments-content>.i-item:nth-child(5)
.i-image { background-image: url(../img//instr5.png); }
.instruments-content>.i-item:nth-child(6)
.i-image { background-image: url(../img//instr6.png); }
.instruments-content>.i-item:nth-child(7)
.i-image { background-image: url(../img//instr7.png); }
.instruments-content>.i-item:nth-child(8)
.i-image { background-image: url(../img//instr8.png); }
.instruments-content>.i-item:nth-child(9)
.i-image { background-image: url(../img//instr9.png); }
.instruments-content>.i-item:nth-child(10)
.i-image { background-image: url(../img//instr10.png); }
.instruments-content>.i-item:nth-child(11)
.i-image { background-image: url(../img//instr11.png); }
.instruments-content>.i-item:nth-child(12)
.i-image { background-image: url(../img//instr12.png); }
*/
.i-item {
    margin-bottom: 24px;
    color: #373233;
}
.i-item:hover {
    cursor: pointer;
    color: #EF5350;
}
.instruments-content>.i-item:nth-child(9) { margin-bottom: 0; }
.instruments-content>.i-item:nth-child(10) { margin-bottom: 0; }
.instruments-content>.i-item:nth-child(11) { margin-bottom: 0; }
.instruments-content>.i-item:nth-child(12) { margin-bottom: 0; }
.i-image {
    height: 190px;
    width: 190px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.i-item>p {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    transition: .4s;
}



/*   A B O U T   U S   */

#about-us {
    margin-top: 70px;
    background-image: url(../img/section-bg.png);
}
#about-us .title {
    margin-bottom: 45px;
}
.about-us-text>p:first-child {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    color: #373233;
}
.about-us-text>p:last-child {
    width: 1016px;
    margin: 8px auto 18px;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    color: #373233;
}
.about-us-video {
    position: relative;
    width: 100%;
}

.about-us-video::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.about-us-video>div,
.about-us-video iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.about-us-photos {
    display: flex;
    width: 100%;
    margin-top: 55px;
}
.about-us-photos>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-us-photos a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.au-photo-main {
    display: block;
    height: 490px;
    width: 490px;
    box-shadow: 0px 0px 0px #d13129, 0px 0px 0px #cdcdcd;
    transition: .5s;
}
.au-photo-main:hover {
    cursor: pointer;
    box-shadow: -8px -8px 0px #d13129, 13px 13px 0px #cdcdcd;
}
.au-photo-small {
    display: flex;
}
.au-photo {
    display: inline-block;
    height: 148px;
    width: 194px;
    margin-left: 23px;
    box-shadow: 0px 0px 0px #d13129, 0px 0px 0px #cdcdcd;
    transition: .3s;
}
.au-photo:hover {
    cursor: pointer;
    box-shadow: -8px -8px 0px #d13129, 13px 13px 0px #cdcdcd;
}



/*   R E V I E W S   */

#reviews {
    margin-top: 70px;
}
.review {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.review::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.review>div,
.review>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.reviews-content>div:nth-child(3)>.review { margin-bottom: 0; }
.reviews-content>div:nth-child(4)>.review{ margin-bottom: 0; }



/* G I F T S */

#gifts {
    position: relative;
    height: 365px;
    width: 100%;
    margin-top: 80px;
    padding: 85px 0 89px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
/*    background-image: url(../img/gifts-bg.jpg);*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFF;
}
.gifts-button {
    height: 62px;
    width: 505px;
    margin: 41px auto 0;
    font-size: 37px;
    line-height: 62px;
    background-color: #DB2114;
    box-shadow: 0px 4px 33px rgba(255, 17, 0, .5);
    border-radius: 6px;
    transition: .4s;
}
.gifts-button:hover {
    cursor: pointer;
    background-color: #D7443A;
    box-shadow: 0px 0px 0px rgba(255, 17, 0, .5);
}



/*   C O N T A C T S   */

#contacts {
    display: flex;
    justify-content: center;
    position: relative;
    height: 631px;
    width: 100%;
    overflow: hidden;
}
#ymap {
    position: absolute;
    height: 631px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.contacts-container {
    margin-top: auto;
    pointer-events: none;
}
.contacts-content {
    display: flex;
    flex-direction: column;
    height: 312px;
    width: 100%;
    padding-left: 75px;
    background-image: url(../../img/footer-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    color: #fff;
    pointer-events: all;
}
.cline {
    height: 1px;
    width: 187px;
    background-color: rgba(255, 255, 255, .35);
}
.contacts-content>p:nth-child(1) {
    margin: 29px 0 5px;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
}
.contacts-content>p:nth-child(2) {
    margin: 5px 0 7px;
}
.contacts-content>p:nth-child(7) {
    margin: 8px 0 15px;
}
.contacts-content>p,
.contacts-content>a {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    outline: none;
}
.social-icons {
    display: flex;
}
.social-icons a {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    outline: none;
    transition: .4s;
}
.social-icons a:hover { color: #E53935; }
.social-icons>a:nth-child(1),
.social-icons>a:nth-child(2) { margin-right: 36px; }
.footer-mob-logo { display: none; }



/*   F O O T E R   */

footer {
    position: relative;
    width: 100%;
    background-image: url(../../img/footer-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.footer-content {
    display: flex;
    height: 123px;
}
.footer-logo {
    height: 41px;
    width: 263px;
    margin: auto 0;
    background-image: url(../../img/header-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-content>p {
    width: 472px;
    margin: 33px auto 31px 71px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.footer-callback {
    display: flex;
    flex-direction: column;
    margin: auto 0 auto auto;
}
.footer-callback>a {
    font-size: 26px;
    font-weight: 700;
    line-height: 16px;
    text-align: right;
    color: #fcfcfc;
    outline: none;
}
.fc-button {
    height: 32px;
    width: 195px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #fff;
    box-sizing: content-box;
    transition: .4s;
    color: #fff;
}
.fc-button:hover {
    cursor: pointer;
    background-color: #E53935;
}



/* C O M M O N */

.title {
    display: flex;
    width: 100%;
    margin-bottom: 55px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.title-bg {
    display: flex;
    margin: 0 auto;
    padding: 0 30px;
    background-color: #E53935;
    transform: skewX(-25deg);
}
.title-bg>p {
    margin: auto;
    padding: 13px 0;
    transform: skewX(25deg);
}
.angle-top {
    position: absolute;
    top: -1px;
    left: 0;
    height: 41px;
    width: 100%;
    z-index: 5;
}
.angle-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 41px;
    width: 100%;
    z-index: 5;
}
.angle-top svg,
.angle-bottom svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*   P O P U P   */

.popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
}
.popup-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 6;
}
.popup-bg:hover { cursor: pointer; }
#popup-form {
    height: auto;
    width: 380px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    z-index: 7;
}
.form-title {
    display: flex;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #9e9e9f;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
.form-title p { margin: auto; }
.popup-hidden-title { display: none; }
.form-fields {
    height: auto;
    width: 100%;
    padding: 46px 30px 52px;
}
.field {
    position: relative;
    height: 58px;
    width: 100%;
    margin-bottom: 30px;
    color: #000;
}
.field input {
    height: 100%;
    width: 100%;
    padding: 0 15px;
    font-size: 24px;
    border: 1px solid #9e9e9f;
    border-radius: 15px;
}
.field-image {
    position: absolute;
    right: 12px;
    bottom: 12px;
    height: 37px;
    width: 37px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.form-button {
    height: 60px;
    width: 100%;
    background-color: #c91010;
    border: 1px solid #c91010;
    border-radius: 15px;
}
.form-button input {
    height: 60px;
    width: 100%;
    background-color: #c91010;
    border: 1px solid #c91010;
    border-radius: 15px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.form-button input:hover { background-color: #c3000a; }
.popup-3 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
}
#popup-form-3 {
    height: auto;
    width: 380px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    z-index: 7;
}
.popup-hidden-title-3 { display: none; }



/*   T Y   */

.ty-block {
    display: none;
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    z-index: 100;
}
.ty-block-content {
    height: 400px;
    width: 600px;
    margin: auto;
    background-color: #fff;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.ty-block-content>p:nth-child(1) {
    margin: 95px 0 40px;
    font-size: 40px;
    line-height: 40px;
}
.ty-block-content>p:nth-child(2) {
    font-size: 26px;
    line-height: 28px;
}
.ty-image {
    height: 89px;
    width: 100px;
    margin: 34px auto 0;
    background-image: url(../../img/ty-image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}