@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700');

* {
    margin: 0;
    padding: 0;
}


img {
    border: none;
}

.container {
    width: 1366px;
    margin: 0 auto;
    font-family: 'Montserrat';
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    color: #6c6c6c;
    position: relative;
}

.padding-site {
    padding-left: 98px;
    padding-right: 98px;
}


/*<------------ Слайдер*--------------------->*/

.slider {
    background-image: url(img/slider-img.jpg);
    height: 733px;
    padding-top: 67px;
    padding-left: 98px;
    margin-top: -63px;
    /*для наложения на padding header*/
}

.logo {
    margin-top: 20px;
    float: left;
}

.nav_bar {
    list-style-type: none;
    margin-right: 9px;
    margin-top: 7px;
    float: right;
}

.nav_bar li {
    float: left;
}

.nav_bar li a {
    display: inline;
    color: #8c8c8c;
    line-height: 48px;
    text-align: right;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding: 0px 14px 2px;
    font-weight: 700;
}

.nav_bar li a:hover {
    color: #212121;
    font-weight: 700;
    border-bottom: 3px solid #212121;
}

.search {
    font-size: 23px;
    margin-top: 22px;
    margin-right: 167px;
    float: right;
    text-decoration: none;
    color: black;
}

.slider .slider_content {
    padding-top: 317px;
}

.slider_content h3 {
    color: #43a047;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    clear: both;
}

.slider_content h1 {
    color: #212121;
    font-size: 58px;
    font-weight: 100;
    line-height: 72px;
    text-align: left;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 14px;
    clear: both;
}

.slider_content p {
    line-height: 24px;
    text-align: left;
    margin-bottom: 36px;
}

.order {
    display: block;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    border-radius: 22px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ffffff;
    width: 212px;
    height: 45px;
    text-decoration: none;
}

.order:hover {
    background: #ffffff url(./img/arrow.svg) no-repeat 173px 16px;
    box-shadow: 0px 2px 4.85px 0.15px rgba(33, 33, 33, 0.35);
}

.nav_buttons {
    text-align: center;
    margin-top: 95px;
    margin-left: -98px;
}

.nav_button {
    background-color: gray;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 6px;
}

.nav_button:hover {
    background-color: black;
    width: 40px;
    height: 40px;
    margin: 1px;
}

/*<------------ Второй блок FEATURED --------------------->*/

.featured {

}
.featured-nav {
    display: flex;
    justify-content: space-between;
}
.featured-nav-new {
    display: flex;
    margin-top: 101px;
}
.featured-nav-new a {
    display: block;
    padding: 19px 9px;
    border-bottom: 3px solid #6c6c6c;
    text-decoration: none;
    color:  #6c6c6c;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}
.featured-nav-new .active-nav {
    color: #212121;
    border-bottom: 3px solid #212121;
    font-weight: 600;

}
.featured-nav-new a:hover {
    color: #212121;
    border-bottom: 3px solid #212121;
    font-weight: 600;
}
.featured-nav-all, .trend-head a {
    text-decoration: none;
    letter-spacing: 3.2px;
    color:  #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: 138px;
}
.featured-nav-all:hover,.trend-head a:hover {
    color: #6c6c6c;
}
.featured-box {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    padding-bottom: 88px;
}
.featured-box-product {
    width: 270px;
    height: 270px;
    position: relative;
    z-index: 1;
}
.featured-box-product-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-width: 1px;
    border-color:  #9c9c9c;
    border-style: solid;
    background-color:  #ffffff;
    opacity: 0.9;
    width: 268px;
    height: 268px;
}
.featured-box-product-hover a {
    color:  #212121;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;

    margin: 62px auto 19px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 2px 4.85px 0.15px rgba(33, 33, 33, 0.35);
    width: 48px;
    height: 48px;
    text-decoration: none;
    display: block;
}
.featured-box-product-hover a:hover {
    background-color: #f9f9f9;
}
.featured-box-product-hover a:active {
    box-shadow: 0 0 4.85px 0.15px
    rgba(33, 33, 33, 0.35);
    position: relative;
    top: 2px;
}
.featured-box-product-hover h4 {
    color:  #212121;
    font-size: 21.91px;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0041);

}
.featured-box-product-hover p {
    margin: 19px auto 0;
    width: 206px;
    color:  #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    transform: scaleX(1.0041);

}
.featured-box-product:hover .featured-box-product-hover {
    display: block;
}

/*<------------ Третий блок EXCLUSIVE --------------------->*/

.exclusive {
    display: flex;

}
.exclusive-left {
    width: 683px;
    height: 683px;
    background-image: url("img/promo-img1.jpg");
    padding-left: 50px;
}

.exclusive-left h4 {
    color:  #1e88e5;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 228px 0 18px 0;

}
.exclusive-left h2 {
    color:  #212121;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}
.exclusive-left p {
    color:  #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    transform: scaleY(1.0022);
    width: 374px;
    margin-top: 24px;
    margin-bottom: 34px;
}
.exclusive-left a {
    padding: 16px 31px;
    border-radius: 22.5px;
    text-decoration: none;
    letter-spacing: 3.2px;
    background-color:  #ffffff;
    box-shadow: 0px 2px 4.85px 0.15px rgba(33, 33, 33, 0.35);
    width: 212px;
    height: 46px;

    color:  #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    transform: scaleY(1.0022);
}
.exclusive-left a:hover {
    background-color: #f9f9f9;
}
.exclusive-left a:active {
    box-shadow: 0 0 4.85px 0.15px
    rgba(33, 33, 33, 0.35);
    position: relative;
    top: 2px;
}
.exclusive-right {
    width: 683px;
    height: 683px;
    background-image: url("img/promo-img.jpg");
    padding-left: 50px;
}
.exclusive-right h4 {
    color:  #1e88e5;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 228px 0 18px 0;

}
.exclusive-right h2 {
    color:  #212121;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}
.exclusive-right p {
    color:  #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    transform: scaleY(1.0022);
    width: 374px;
    margin-top: 24px;
    margin-bottom: 34px;
}
.exclusive-right a {
    padding: 16px 31px;
    border-radius: 22.5px;
    text-decoration: none;
    letter-spacing: 3.2px;
    background-color:  #ffffff;
    box-shadow: 0px 2px 4.85px 0.15px rgba(33, 33, 33, 0.35);
    width: 212px;
    height: 46px;

    color:  #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    transform: scaleY(1.0022);
}
.exclusive-right a:hover {
    background-color: #f9f9f9;
}
.exclusive-right a:active {
    box-shadow: 0 0 4.85px 0.15px
    rgba(33, 33, 33, 0.35);
    position: relative;
    top: 2px;
}


/*<------------ Четвёртый блок - Trended --------------------->*/

.trend {

}
.trend-head {
    display: flex;
    justify-content: space-between;
}
.trend-head h2 {
    color:  #212121;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin-top: 119px;
}
.trend-content {
    margin-top: 64px;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trend-content-product {
    position: relative;
    z-index: 1;

}
.trend-content-product img {
    padding-bottom: 30px;
}
.trend-content-product-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-width: 1px;
    border-color:  #9c9c9c;
    border-style: solid;
    background-color:  #ffffff;
    opacity: 0.9;
    width: 368px;
    height: 368px;
}
.trend-content-product:hover .trend-content-product-hover {
    display: block;
}
.trend-content-product-hover a {
    color:  #212121;
    font-size: 100px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;

    margin: 82px auto 19px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 2px 4.85px 0.15px rgba(33, 33, 33, 0.35);
    width: 48px;
    height: 48px;
    text-decoration: none;
    display: block;
}
.trend-content-product-hover a:hover {
    background-color: #f9f9f9;
}
.trend-content-product-hover a:active {
    box-shadow: 0 0 4.85px 0.15px
    rgba(33, 33, 33, 0.35);
    position: relative;
    top: 2px;
}
.trend-content-product-hover h4 {
    color:  #212121;
    font-size: 21.91px;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0041);

}
.trend-content-product-hover p {
    margin: 19px auto 0;
    width: 206px;
    color:  #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    transform: scaleX(1.0041);

}

.trend-content a{
    margin-bottom: 30px;
}


/*<------------ Пятый блок - HOT DEAL --------------------->*/

.hot-deal-slider {
    height: 800px;
    background-image: url(img/slider-table.jpg);
    padding-top: 63px;
    padding-bottom: 19px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hot-deal-slider-content {
    position: relative;
    z-index: 1;
    padding-top: 220px;
}
.hot-deal-slider-content h4 {
    color:  #e53935;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.hot-deal-slider-content h2 {
    margin-top: 22px;
    color:  #212121;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
    text-align: left;

}
.hot-deal-slider-content p {
    width: 458px;
    color:  #6c6c6c;
    margin: 32px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;

}
.hot-deal-slider-content a {
    display: block;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    border-radius: 22px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ffffff;
    width: 212px;
    height: 45px;
    text-decoration: none;

}

.nav_buttons {
    text-align: center;
    margin-top: 95px;
    margin-left: -98px;
}

.nav_button {
    background-color: gray;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 6px;
}

.nav_button:hover {
    background-color: black;
    width: 40px;
    height: 40px;
    margin: 1px;
}



/*<------------ Шестой блок - Exclusive 2 --------------------->*/

.exclusive-second {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 120px;
}
.exclusive-second-banner {
    width: 570px;
}
.exclusive-second-banner-img {
    position: absolute;
}
.exclusive-second-banner-content {
    position: relative;
    z-index: 1;
    padding-left: 31px;
}
.exclusive-second-banner-content h4 {
    color:  #1e88e5;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 186px 0 18px 0;

}
.exclusive-second-banner-content h2 {
    color:  #212121;
    font-size: 36px;
    font-weight: 700;
    text-align: left;

}
.exclusive-second-banner-content p {
    color:  #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    transform: scaleY(1.0022);
    width: 374px;
    margin-top: 24px;
    margin-bottom: 51px;

}
.exclusive-second-banner-content a {
    padding: 16px 31px;
    border-radius: 22.5px;
    text-decoration: none;
    letter-spacing: 3.2px;
    background-color:  #ffffff;
    box-shadow: 0px 2px 4.85px 0.15px rgba(33, 33, 33, 0.35);
    width: 212px;
    height: 46px;

    color:  #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    transform: scaleY(1.0022);

}
.exclusive-second-banner-content a:hover {
    background-color: #f9f9f9;
}
.exclusive-second-banner-content a:active {
    box-shadow: 0 0 4.85px 0.15px
    rgba(33, 33, 33, 0.35);
    position: relative;
    top: 2px;
}
.exclusive-second-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 570px;
    height: 570px;
}

.exclusive-second-box-product {
    width: 270px;
    height: 270px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.exclusive-second-box-product-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    border-width: 1px;
    border-color:  #9c9c9c;
    border-style: solid;
    background-color:  #ffffff;
    opacity: 0.9;
    width: 268px;
    height: 268px;

}


.exclusive-second-box-product-hover a {
    color:  #212121;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;

    margin: 62px auto 19px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 2px 4.85px 0.15px rgba(33, 33, 33, 0.35);
    width: 48px;
    height: 48px;
    text-decoration: none;
    display: block;
}
.exclusive-second-box-product-hover a:hover {
    background-color: #f9f9f9;
}
.exclusive-second-box-product-hover a:active {
    box-shadow: 0 0 4.85px 0.15px
    rgba(33, 33, 33, 0.35);
    position: relative;
    top: 2px;
}
.exclusive-second-box-product-hover h4 {
    color:  #212121;
    font-size: 21.91px;
    font-weight: 700;
    text-align: center;
    transform: scaleX(1.0041);

}
.exclusive-second-box-product-hover p {
    margin: 19px auto 0;
    width: 206px;
    color:  #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    transform: scaleX(1.0041);

}
.exclusive-second-box-product:hover .exclusive-second-box-product-hover {
    display: block;
}

   /*<------------ Седьмой блок - MOBILE --------------------->*/
.mobile {
    background-image: url("img/back-img.jpg");
    height: 516px;
    width: 1366px;
    margin: 0 auto;
}
.mobile-content h4 {
    padding-top: 125px;
    text-transform: uppercase;
    color:  #6c6c6c;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.mobile-content h1 {
    text-transform: uppercase;
    color:  #212121;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
    text-align: left;
}
.mobile-content p {
    color:  #6c6c6c;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 33px;
}
.mobile-content a{
    margin-right: 10px;
}
/*<------------ Восьмой блок - FOOTER --------------------->*/

.footer {
    margin: 0 auto;
    width: 1366px;
    background-color:  #f7f7f7;
    height: 384px;
}
.footer-nav {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
}
.footer-nav-contact {

}
.footer-nav-contact a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 24px;
    color:  #6c6c6c;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.footer-nav-contact p {
    width: 221px;
    color:  #212121;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}
.footer-nav-useful {

}
.footer-nav-useful-head {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 25px;
    color:  #6c6c6c;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.footer-nav-useful-links {
    display: flex;
    justify-content: space-between;
}
.footer-nav-useful-links-left, .footer-nav-useful-links-right {

}
.footer-nav-useful-links-left a, .footer-nav-useful-links-right a {
    display: block;
    margin-right: 100px;
    text-transform: uppercase;
    text-decoration: none;
    color:  #212121;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}
.footer-nav-touch {

}
.footer-nav-touch a {
    text-transform: uppercase;
    text-decoration: none;
    color:  #6c6c6c;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.footer-nav-touch p {
    width: 363px;
    margin: 25px 0;
    color:  #212121;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}
.footer-nav-touch-input {

}
.footer-nav-touch-input form {
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: 368px;
    height: 46px;
    align-items: center;
    border: 1px solid #d9dee1


}
.footer-nav-touch-input input[type=email] {
    margin-left: 19px;
    border: none;
    width: 300px;
    color:  #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
}
.footer-nav-touch-input button {
    display: block;
    width: 25px;
    height: 23px;
    background-image: url("img/fly.jpg");
    border: none;
    margin-right: 14px;
}
.footer-social {
    display: flex;
    margin-top: 59px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.footer-social p {
    text-transform: uppercase;
    width: 365px;
    color:  #6c6c6c;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.footer-social-links {

}
.footer-social a[class=privacy] {
    text-decoration: none;
    text-transform: uppercase;
    color:  #6c6c6c;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    text-align: right;

}

/*<------------ Девятый блок - ТОВАР --------------------->*/

.header {
    padding-top: 1px;
}

.menu_item_details .logo {
    margin-left: 98px;
}

.menu_item_details + .nav_menu {
    background-color: #f4f4f4;
    width: 1366px;
    padding: 28px 0px;
    height: 14px;
    margin-top: 29px;
    float: left;
    text-align: center;
}

.nav_menu li {
    display: inline;
}

.nav_menu li a {
    text-decoration: none;
    color: #6c6c6c;
    font-size: 17.99px;
    font-weight: 700;
    transform: scaleY(1.0006);
    margin-right: 35px;
}

.nav_menu li a:hover {
    color: #212121;
}

.main {
    padding: 0px 98px;
    margin-top: 172px;
    margin-bottom: 120px;
}

.main .order_item {
    padding-top: 45px;
    display: flex;
    flex-direction: row;
}

.main .order_item .picture {
    margin-right: 61px;
}

.order_item .big_pic {
    width: 570px;
    height: 570px;
}

.order_item .small_pic {
    text-align: center;
}

.order_item .small_pic a img {
    width: 70px;
    height: 71px;
    margin: 10px;
}

.main .description {
    color: #212121;
    display: flex;
    flex-direction: column;
    margin-right: 34px;
    padding-top: 47px;
    width: 510px;
}

.description .price {
    font-size: 72px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    transform: scaleY(1.0005);
    padding: 20px 0px;
    margin-bottom: 15px;
}

.description .price span {
    font-size: 36px;
}

.description h3 {
    font-size: 35.98px;
    font-weight: 700;
    text-align: center;
    transform: scaleY(1.0005);
}

.description h4 {
    color: #e53935;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    transform: scaleY(1.0005);
}

.description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    transform: scaleY(1.0005);
    padding-bottom: 10px;
}

.description .order {
    background: #f44336 url(img/arrow.svg) no-repeat 343px 28px;
    width: 510px;
    height: 71px;
    color: #ffffff;
    font-size: 21.99px;
    font-weight: 700;
    line-height: 3.1;
    transform: scaleY(1.0005);
    border-radius: 70px;
    margin-bottom: 49px;
    transition: color 1s;
}

.description .order:hover {
    background: #ffffff url(img/arrow.svg) no-repeat 343px 28px;
    color: #f44336;
    
}


.main a img:hover {
    outline: 1px solid gray;
}

.main .item_list {
    margin-top: 230px;
}


.main .item_list h2 {
    color: #212121;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 71px;
    float: left;
}

.main .item_list .explore {
    margin-right: 0px;
}

.main .item_list .images {
    clear: both;
}

.main .item_list .images a {
    margin-left: 25px;
}

.main .item_list .images a:first-child {
    margin-left: 0px;
}

.explore {
    float: right;
    text-decoration: none;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 15px;
    margin-right: 102px;
    padding-right: 21px;
    display: block;
}



/*<------------ Девятый блок - ПРОДУКТЫ --------------------->*/


.catalog {
    padding-top: 65px;
}

.catalog > .items_big {
    clear: both;
    margin: 0px;
}

.catalog_header,
.contacts_header {
    background-color: #f5f5f5;
    margin-top: -60px;
    padding: 63px 0px 0px 98px;
}

.catalog_header .nav_bar + h1,
.contacts_header .nav_bar + h1 {
    color: #212121;
    clear: both;
    margin-top: 200px;
    padding-bottom: 44px;
    font-size: 62px;
    font-weight: 100;
    line-height: 72px;
    text-align: left;
}

.catalog .nav_menu {
    font-size: 18px;
    float: left;
    margin-left: 98px;
}

.catalog .nav_menu a {
    padding-right: 35px;
    padding-bottom: 16px;
    margin-right: 5px;
}

.catalog .nav_menu a:hover {
    border-bottom: 3px solid #212121;
}

.catalog .item_pictures {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 30px;
    clear: both;
    padding: 51px 98px 71px;
}

.catalog .item_pictures a {
    width: 370px;
    height: 370px;
}


.catalog .item_pictures a:hover {
    outline: 0.5px solid gray;
}

.load_icon {
    width: 62px;
    padding: 30px;
    margin: 0 auto;
}

.catalog + .footer,
.contacts + .footer {
    clear: both;
}



/*<------------ Девятый блок - КОНТАКТЫ --------------------->*/

.contacts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 71px 98px 121px;
    font-size: 14px;
    font-weight: 700;
}


.contacts .block {
    border: 1px solid #9c9c9c;
    background-color: #ffffff;
    opacity: 0.9;
    width: 287px;
    height: 257px;
    padding: 48px 40px 63px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 30px;
}


.contacts .block:first-child {
    margin-left: 0px;
}

.contacts .block > span {
    margin-bottom: 34px;
}

.contacts .block h4 {
    color: #212121;
    font-size: 21.91px;
    line-height: 30px;
    transform: scaleX(1.0041);
    margin-bottom: 13px;
}

.contacts .block h5 {
    font-size: 14px;
    line-height: 20.082px;
}

.contacts .block p {
    color: #212121;
    line-height: 20.082px;
    margin-bottom: 8px;
}

.contacts .block p span {
    font-weight: 300;
    line-height: 20.082px;
    transform: scaleX(1.0041);
}