html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul,
ol {
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

ul[class] {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit
}

body {
    background-color: #282525;
    font-family: sans-serif;
    font-family: 'Comfortaa', cursive
}

.container {
    width: 1200px;
    margin: 0 auto
}

.title {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 5px solid rgba(227, 29, 35, 0.5)
}

.header {
    background: url(..//images/bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    z-index: 3;
    position: relative;
    overflow: hidden
}

.header::after {
    content: '';
    background: rgba(57, 53, 53, 0.71);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.header__inner {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    position: relative
}

.anydesk {
    background-color: white;
    padding: 21px;
    border-radius: 5px;
    transition: all 0.5s;
}

.anydesk:hover {
    transform: scale(1.1);
}

.Ishop {
    font-size: 15px;
    color: white;
    text-decoration: none;
    position: absolute;
    padding: 28px;
    z-index: 150;
    background-color: #f14c4c97;
    bottom: -90px;
    right: 550px;
    border-radius: 5px;
}

.header__inner_box {
    display: flex;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__item {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.header__item:hover {
    -webkit-transform: scale(1.2) translateY(-5px);
    -ms-transform: scale(1.2) translateY(-5px);
    transform: scale(1.1) translateY(-5px)
}

.header__item:hover .header__link {
    color: #f14c4c
}

.header__item+.header__item {
    margin-left: 28px
}

.header__link {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    line-height: 28px
}

.header__link_ishop {
    font-size: 22px;
    text-decoration: none;
    background-color: #f14c4caf;
    color: white;
    border-radius: 5px;
    padding: 32px;
    border: 7px solid white;
    transition: all 0.5s
}

.header__link_ishop:hover {
    transform: scale(1.1);
}

.sub__logo {
    position: relative
}

.sub__logo::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 20px;
    border-radius: 2px;
    background-color: #e31d23;
    z-index: 9;
    bottom: -9px;
    left: 40px
}

.sub__logo::before {
    content: '';
    position: absolute;
    width: 1160px;
    height: 5px;
    background-color: #e31d23;
    z-index: 8;
    bottom: -10px;
    left: 40px;
    -webkit-box-shadow: 0px -4px 5px 0px #471a1a;
    box-shadow: 0px -4px 5px 0px #471a1a
}

.logo-img {
    width: 75%;
    -o-object-fit: cover;
    object-fit: cover
}

.teamviewer {
    width: 60px;
    position: absolute;
    text-decoration: none;
    color: #fff;
    bottom: -85px;
    z-index: 30;
    right: 24px;
    text-align: center
}

.header__tabs-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header__tabs-link {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 15px 10px rgba(71, 26, 26, 0.5);
    box-shadow: 0 0 15px 10px rgba(71, 26, 26, 0.5);
    border: 2px solid rgba(227, 29, 35, 0.3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.header__tabs-link img:nth-child(1) {
    position: relative
}

.header__tabs-link span {
    position: absolute;
    z-index: 1;
    font-size: 24px;
    text-decoration: none;
    color: #fff
}

.header__tabs-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 15px 15px rgba(180, 198, 238, 0.3);
    box-shadow: 0 0 15px 15px rgba(180, 198, 238, 0.3);
    border: 2px solid rgba(253, 253, 253, 0.3)
}

h4 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-top: 50px
}

.span-block {
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-top: 150px
}

.images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    margin: 50px;
    float: left
}

.images img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.slider {
    position: relative;
    margin-top: 100px
}

.slider__title {
    text-align: center;
    margin-bottom: 7px
}

.slider__subtitle {
    display: block;
    color: rgba(204, 204, 204, 0.7);
    font-size: 14px;
    text-align: center;
    margin-bottom: 35px
}


.slider__item {
    background-color: #00a7f0;
    border-radius: 25px;
    font-size: 17px;
    padding: 10px;
    margin-bottom: 25px;
    margin-left: 35px;
    display: inline-block
}

.slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 0
}

.slider .slick-dots li {
    margin-right: 15px
}

.slider .slick-dots button {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(227, 29, 35, 0.3);
    margin-left: 5px;
    border: none;
    border-radius: 50%;
    cursor: pointer
}

.slider .slick-dots .slick-active {
    position: relative;
    background: transparent
}

.slider .slick-dots .slick-active::before {
    -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.5);
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    -webkit-animation: pulse 1.0s infinite;
    animation: pulse 1.0s infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5)
    }

    100% {
        -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.5)
    }

    0% {
        -webkit-box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5)
    }

    100% {
        -webkit-box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 5px 10px rgba(255, 255, 255, 0.5)
    }

    0% {
        -webkit-box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5)
    }
}

.span-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.span-block__subtitlte {
    color: rgba(204, 204, 204, 0.7);
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px
}

.span-block__title {
    font-size: 38px
}

.span-block__list {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #cccccc;
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative
}

.span-block__list::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(227, 29, 35, 0.6);
    top: 0;
    left: -30px
}

.span-block__img img {
    width: 950px
}

.map__bg {
    opacity: 0.3;
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    margin-top: -150px;
    z-index: -1
}

.map {
    margin-bottom: 50px;
    position: relative
}

.map__inner {
    border-left: 7px solid rgba(227, 29, 35, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.map__title {
    font-size: 38px;
    margin-top: 50px;
    margin-bottom: 45px;
    color: #fff;
    text-align: center
}

.map iframe {
    margin-left: 15px;
    max-width: 600px
}

.contacts {
    color: #fff;
    margin-left: 65px
}

.contacts h2 {
    font-weight: 700;
    font-size: 30px;
    margin-top: 65px;
    margin-bottom: 10px
}

.contacts span {
    font-size: 28px;
    font-weight: 300;
    color: #ccc
}

.contacts a {
    text-decoration: none;
    display: block;
    color: #ccc;
    font-size: 28px;
    padding-left: 55px;
    margin-top: 30px;
    position: relative
}

.contacts a::after {
    content: '';
    position: absolute;
    background-image: url(../images/icons8-call-64.png);
    width: 50px;
    height: 50px;
    top: -10px;
    left: 0;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

#whatsapp_widget::after {
    content: '';
    position: absolute;
    background-image: url(../images/icons8-whatsapp-50.png);
    width: 50px;
    height: 50px;
    top: -10px;
    left: 0;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.container-grid {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 100vh;
    gap: 15px;
    grid-template-areas: "cam cam cart"
        "server nout pc"
        "server fix fix";
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 300px 15px 1fr 15px 1fr;
    grid-template-rows: 300px 1fr 1fr
}

.grid__title {
    display: inline;
    width: 270px;
    text-align: center;
    position: absolute;
    color: black;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #d5474b;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cam,
.cart,
.server,
.nout,
.pc,
.fix {
    cursor: pointer;
    position: relative
}

.cam img,
.cart img,
.server img,
.nout img,
.pc img,
.fix img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    opacity: 0.7;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.cam img:hover,
.cart img:hover,
.server img:hover,
.nout img:hover,
.pc img:hover,
.fix img:hover {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
    z-index: 8
}

.cam {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: cam;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-height: 300px
}

.cam:hover .grid__title {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cart {
    grid-row: 1;
    grid-column: 5;
    grid-area: cart;
    overflow: hidden;
    max-height: 300px
}

.cart:hover .grid__title {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.server {
    grid-row: 3;
    -ms-grid-row-span: 3;
    grid-column: 1;
    grid-area: server;
    overflow: hidden
}

.server:hover .grid__title {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.nout {
    grid-row: 3;
    grid-column: 3;
    grid-area: nout;
    overflow: hidden
}

.nout:hover .grid__title {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.pc {
    grid-row: 3;
    grid-column: 5;
    overflow: hidden;
    grid-area: pc
}

.pc:hover .grid__title {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fix {
    grid-row: 5;
    grid-column: 3;
    -ms-grid-column-span: 3;
    overflow: hidden;
    grid-area: fix
}

.fix img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.fix:hover .grid__title {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.delivery {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.delivery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
}

.delivery__description {
    max-width: 60%
}

.delivery__description-title {
    color: #000
}

.delivery__description-text {
    margin-bottom: 20px
}

.__link-phone {
    margin-top: 20px;
    justify-content: center;
    font-size: 25px;
    display: flex;
    width: 285px;

    background-color: #e31d24ab;
    padding: 15px;
    border-radius: 15px;
}

.__link-phone:hover {
    color: white !important;
}

/* Медиазапросы для планшетов */
@media (min-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .title {
        font-size: 26px;
    }

    .header__list {
        flex-direction: row;
        position: static;
        max-height: none;
        overflow: visible;
        background-color: transparent;
        justify-content: center;
    }

    .header__menu-toggle {
        display: none;
    }

    .header__item+.header__item {
        margin-left: 15px;
    }

    .header__tabs-link {
        width: 120px;
        height: 120px;
    }

    .container-grid {
        grid-template-areas:
            "cam cam"
            "cart cart"
            "server nout"
            "pc fix";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 200px);
    }

    .map__inner {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .map iframe {
        width: 100%;
        margin-left: 15px;
    }

    .contacts {
        margin-left: 30px;
        width: 100%;
    }
}

/* Медиазапросы для десктопов */
@media (max-width: 1100px) {
    .container {
        max-width: 400px;
        padding: 0;
    }

    .header__link_ishop {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 14px;
        border: 2px solid white;
        text-align: center;
        margin-right: 5px;
    }

    .anydesk {
        margin-left: 20px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .__link-phone {
        width: 360px;
        font-size: 20px;
        padding: 10px;
    }
    .header__inner{
        max-width: 360px;
    }

    .slider {
        display: none;
    }

    .header {
        height: 25vh;
    }

    .title {
        display: none;
    }

    .container-grid {
        display: flex;
        flex-direction: column;

    }

    .grid__title {

        font-size: 20px;
        text-align: start;
        padding: 5px;
        padding-left: 0;
        position: initial;
        display: inline;
    }

    .cam img:hover,
    .cart img:hover,
    .server img:hover,
    .nout img:hover,
    .pc img:hover,
    .fix img:hover {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(0.9);
        opacity: 1;
        z-index: 8
    }
    .delivery__inner{
        display: none;
    }
    .map__inner{
        margin-top: 15px;
        flex-direction: column;
        border-left: 0px;
        max-width: 360px;
    }
    .map iframe{
        max-width: 360px;
    }
    .contacts{
        margin-left: 15px;
        font-size: 16px;
    }
    .contacts h2{
        font-size: 20px;
    }
    .contacts span{
        font-size: 16px;
    }
    .contacts a{
        font-size: 16px;
        
    }
    .contacts a::after{
        top: -20px;   
    }
}