h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}


h3 {
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

section {
    padding: 25px 0px;
}

#main-screen {
    width: 100%;
    background: #ffbd2f;
    padding-top: 95px;
    padding-bottom: 0px;
}

#main-screen .offer h1 {
    margin-top: 50px;
}

#main-screen .offer .price span {
    font-weight: bold;
    font-size: 16px;
}

#main-screen .offer .btn {
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
#main-screen .offer .btn-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#main-screen .offer .surpise {
    text-transform: uppercase;
    font-weight: bold;
}

.icon-item {
    text-align: center;
}

.icon-item p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
}

#adaptability {
    background: #f2f2f2;
}

#device-inner ul {
    display: table;
    margin: auto;
}

#device-inner {
    margin-top: 15px;
}

#device-inner ul li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 5px;
}

.device-link path {
    fill: #9a9a9a;
}

#device-inner ul li.active .device-link path {
    fill: #000000;
}

.device-pic {
    text-align: center;
    margin-top: 20px;
}

.device-pic img {
    max-width: 100%;
}

.prime-list li{
    list-style: none;
    margin-left: 10px;
    font-size:16px;
    position: relative;
    padding-left: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.prime-list li::after {
    content:'';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0px;
    background: #ffbd2f;
    border-radius: 100%;
}

#seo-inner {
    background: #414549;
    color: white;
}

#crm-inner {
    background: #f2f2f2;
}

#crm-inner h2 {
    margin-bottom: 10px;
}

.slide-item {
    text-align: center;
}

.slide-item img {
    max-width: 100%;
    margin: auto;
}

.slick-dots li button:before {
    font-size: 70px!important;
}

#crm-inner h3 {
    text-align: center;
    padding-top: 20px;
}

#yaMetrika {
    text-align: center;
}

#yaMetrika img {
    max-width: 100%;
    margin-top: 40px;
}

#vkApp h3 {
    margin-bottom: 15px;
}

#vkApp .price {
    margin-top: 20px;
}

#vkApp .price span {
    text-decoration: line-through;
}

#myModalBox .modal-dialog {
    width:450px;
}

#mob-phone a{
    font-size: 28px;
    color: #414549;
}


.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: black;
    border-radius: 100%;
}

@media screen and (max-width: 768px) {
    .btn-inner>div {
        margin-bottom:10px;
    }
    
    .icon-item {
        margin-bottom: 20px;
    }
    
    #myModalBox .modal-dialog {
        width:95%;
    }
    
    #main-screen .offer h1 {
        font-size:28px;
        margin-top: 0px;
    }
    
    #new_year {
        width:100%;
    }
    
    #new_year {
        width: 100%;
        font-size: 16px;
        padding: 25% 17%;
        background-size: contain;
    }
    
    #new_year .bold {
        font-size:18px;
    }
}