.wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100vh;
}
.container,
.container-md{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.container{
    max-width: 1170px;
}
.container-md{
    max-width: 975px;
}
.clear:after,
.clear:before{
    content: "";
    display: table;
    clear: both;
}
.ovh{
    overflow: hidden;
}
.no-p{
    padding: 0 !important;
}
.slick-slide{
    outline: none;
}
.slick-dots{
    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;
    margin-top: 0;
}
.slick-dots button{
    height: 8px;
    width: 8px;
    margin: 0 6px;
    background-color: rgba(129, 133, 156, 0.45);
    font-size: 0;
    line-height: 0;
    border-radius: 100%;
    cursor: pointer;
}
.slick-dots .slick-active button{
    background-color: rgba(129, 133, 156, 1);
}
.slider-prev,
.slider-next{
    position: absolute;
    margin-top: -12px;
    cursor: pointer;
    z-index: 99;
}
.slider-prev{
    left: -64px;
}
.slider-next{
    right: -64px;
}
.slider-prev svg,
.slider-next svg{
    fill: #00ADEE;
}
.slick-disabled svg{
    fill: #81859C;
}
/*progress*/
.progress{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1062AA;
    z-index: 99;
}
.progress__bar{
    width: 0;
    height: 100%;
    background-color: #F7B916;
}
/*preheader*/
.preheader{
    position: relative;
    overflow: hidden;
}
/*header*/
.header{
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #E1E1E1;
    z-index: 999;
}
.header--transparent{
    background-color: transparent;
}
.header:hover{
    background-color: #ffffff;
}
.navigation-submenu-mobile-back{
    display: none;
    align-items: center;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #E1E1E1;
}
.navigation-submenu-mobile-back:before{
    content: "";
    width: 16px;
    height: 12px;
    background: transparent url('/wp-content/themes/atompark.com/assets/img/general/header/header-arrow.svg') center center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


.header-mobile-menu-toggle{
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 12;
}
.header-mobile-menu-toggle span{
    position: absolute;
    left: 10px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #333333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.header-mobile-menu-toggle span:nth-child(1){
    top: 14px;
}
.header-mobile-menu-toggle span:nth-child(2){
    top: 19px;
}
.header-mobile-menu-toggle span:nth-child(3){
    top: 24px;
}
.header__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header__logo svg{
    fill: #1062AA;
}
.header--transparent:not(:hover) .header__logo svg{
    fill: #ffffff;
}
.navigation{
    /* margin-right: auto; */
}
.navigation__list{
    display: flex;
}
.navigation__item{
    position: static;
}
.navigation__item:not(:last-child){
    margin-right: 22px;
}
.navigation__item--mob {
    display: none;
}
.header__link{
    display: flex;
    align-items: center;
    padding: 25px 0;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    cursor: pointer;
}
.has-dropdown:hover .header__link,
.header__link:hover{
    color: #1062AA;
}
.header--transparent:not(:hover) .header__link{
    color: #FFFFFF;
}
.header--transparent:not(:hover) .has-dropdown:hover .header__link,
.header--transparent:not(:hover) .header__link:hover{
    color: #F7B916;
}
.header__link-arrow{
    width: 9px;
    height: 5px;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 5px;
    background: transparent url('/wp-content/themes/atompark.com/assets/img/general/header/header-arrow.svg') center center no-repeat;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.navigation-submenu {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 100%;
    min-width: 270px;
    margin-top: -1px;
    margin-left: -25px;
    border-top: 1px solid #EBF0FF;
    padding: 10px 25px 30px 25px;
    background-color: #fff;
    z-index: 10;
}

.navigation-submenu--row {
    flex-flow: row;
    width: 100%;
    left: 0;
    padding-top: 40px;
    justify-content: space-around;
}


.navigation-submenu--mob-link {
    /* display: none; */

}

.has-dropdown:nth-child(2) .navigation-submenu {
    justify-content: flex-start;
}
.has-dropdown:nth-child(2) .navigation-submenu .navigation-submenu__list .navigation-submenu__list-item {
    padding-right: 30px;
}
.navigation-submenu__box-title {
    display: flex;
    align-items: center;
}
.navigation-submenu__box-title a, .navigation-submenu__box-title.no_link span {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.navigation-ico__mail-sender,
.navigation-ico__mail-tracker,
.navigation-ico__email-hunter,
.navigation-ico__lead-extractor,
.navigation-ico__email-logger,
.navigation-ico__whois-explorer,
.navigation-ico__mail-verifier,
.navigation-ico__list-manager, 
.navigation-ico__hlr-lookup,
.navigation-ico__sms-sender,
.navigation-ico__viber,
.navigation-ico__telegram,
.navigation-ico__verifier-online,
.navigation-ico__email-studio {
    padding-left: 45px;
}

.navigation-ico__mail-sender {
    background: url('../img/general/header/menu/mail-sender.svg') no-repeat left;
}

.navigation-ico__mail-tracker {
    background: url('../img/general/header/menu/email-tracker.svg') no-repeat left;
}

.navigation-ico__email-hunter {
    background: url('../img/general/header/menu/email-hunter.svg') no-repeat left;
}
.navigation-ico__lead-extractor {
    background: url('../img/general/header/menu/lead-extractor.svg') no-repeat left;
}
.navigation-ico__email-logger {
    background: url('../img/general/header/menu/email-logger.svg') no-repeat left;
}
.navigation-ico__whois-explorer {
    background: url('../img/general/header/menu/whois-explorer.svg') no-repeat left;
}
.navigation-ico__mail-verifier {
    background: url('../img/general/header/menu/mail-verifier.svg') no-repeat left;
}
.navigation-ico__list-manager {
    background: url('../img/general/header/menu/list-manager.svg') no-repeat left;
}
.navigation-ico__hlr-lookup {
    background: url('../img/general/header/menu/hlr-lookup.svg') no-repeat left;
}
.navigation-ico__sms-sender {
    background: url('../img/general/header/menu/sms-sender.svg') no-repeat left;
}
.navigation-ico__viber {
    background: url('../img/general/header/menu/viber.svg') no-repeat left;
}
.navigation-ico__telegram {
    background: url('../img/general/header/menu/telegram.svg') no-repeat left;
}
.navigation-ico__verifier-online {
    background: url('../img/general/header/menu/verifier-online.svg') no-repeat left;
}
.navigation-ico__email-studio {
    background: url('../img/general/header/menu/email-studio.svg') no-repeat left;
}


.navigation-submenu__box-title img{
    margin-left: 8px;
}
.navigation-submenu__description {
    color: #626F7A;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}
.navigation-submenu__list {
    margin-top: 5px;
}
.navigation-submenu__list .try-free-studio a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 45px;
    padding: 12px 23px;
}
.navigation-submenu__list .try-free-studio a:hover {
    color: #0070C9;
    border: 1px solid #1062AA;
}
.navigation-submenu__list-item{
    margin-top: 10px;
}
.navigation-submenu__link{
    position: relative;
    display: inline-block;
    padding: 7px 3px;
    color: #333333;
}
.navigation-submenu__link:hover{
    color: #1062AA;
}
.navigation-submenu__link-description{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 172px;
    margin-left: 20px;
    padding: 6px 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #EBF0FF;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #1062AA;
}
.navigation-submenu__box:last-child .navigation-submenu__link-description{
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 20px;
}
.header-btn{
    display: flex;
    align-items: center;
    height: 30px;
    margin-left: 22px;
    padding: 0 22px;
    background-color: #1062AA;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    font-size: 16px;
    line-height: 19px;
    color: #E3F2FF;
}
.header--transparent:not(:hover) .header-btn{
    color: #1062AA;
    background-color: #fff;
}
.header__left {
    display: flex;
    align-items: center;
}
.header__cart {
    margin-right: 15px;
    position: relative;
}
.header__cart:hover path {
    fill: #0070C9;
}

.header__cart-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 15px;
    padding: 1px 2px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #333333;
    border-radius: 50%;
    background: #FFD044;
}
.header__search{
    margin-right: 25px;
    margin-left: 15px;
}
.header__search svg:hover path {
    fill: #0070C9;
}

.header-login svg:hover circle {
    stroke: #0070C9;
}

.header-lang{
    position: relative;
    margin-left: 22px;
}
.header-lang__switch{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header-lang__switch-icon svg{
    fill: #81859C;
    stroke: #ffffff;
}
.header--transparent:not(:hover) .header-lang__switch-icon svg{
    fill: transparent;
}
.header-lang__switch-text{
    margin: 0 6px;
    font-size: 14px;
    line-height: 30px;
    color: #81859C;
}

.header--transparent:not(:hover) .header-lang__switch-text{
    color: #ffffff;
}
.header-lang__switch-arrow{
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.header-lang__switch_active .header-lang__switch-arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-lang__select{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    margin-top: 10px;
    padding: 2px 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #E6E7EB;
    z-index: 11;
}
.header-lang__item{
    padding: 4px 12px;
}
.header-lang__link{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.header-lang__link:hover{
    color: #0070C9;
    text-decoration: none;
}
/*languages*/
.header-langs {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}

.langs-now {
    position: relative;
    width: 50px;
    height: 24px;
    background: 0 0;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.langs-now:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.langs-now.black:before {
    background: #333333;
}
.header-langs:hover .langs-now:before {
    opacity: 1;
    z-index: 6;
}

.langs-now div {
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 7;
    left: 9px;
    margin-top: 5px;
}

.langs-now svg {
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    z-index: 7;
    left: 39px;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-langs:hover .langs-now svg {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.header-langs:hover .langs-now {
    background: #fff;
    -webkit-box-shadow: 15px 15px 50px rgba(16, 98, 170, .3);
    box-shadow: 15px 15px 50px rgba(16, 98, 170, .3);
}
.header-langs.black:hover .langs-now.black {
    background: #333333;
}
.langs-variable {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /*-webkit-box-shadow: 15px 15px 15px rgba(16, 98, 170, .3);*/
    /*box-shadow: 15px 15px 15px rgba(16, 98, 170, .3);*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 5;
}

.header-langs:hover .langs-variable {
    opacity: 1;
    visibility: visible;
}

.langs-variable ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.langs-variable ul li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.langs-variable ul li:last-child {
    border: 0;
}

.langs-variable ul a {
    min-width: 50px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    background: #fff;
    position: relative;
    padding: 10px 10px 7px 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.langs-variable.black ul a {
    color: #fff;
    background: #333333;
}
.langs-variable ul a:hover {
    color: #1e1e1e;
    background: #f2f7fd;
}
.langs-variable.black ul a:hover {
    color: #f2f7fd;
    background: #1e1e1e;
}

.langs-variable ul li.active a, .langs-variable ul li.active a:hover {
    color: #1e1e1e;
    background: #f2f7fd;
}
.langs-variable.black ul li.active a, .langs-variable.black ul li.active a:hover {
    color: #f2f7fd;
    background: #1e1e1e;
}

.langs-variable ul li:first-child a {
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.langs-variable ul li:last-child a {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*footer*/
.footer{
    margin-top: auto;
    padding: 45px 0 32px 0;
    background-color: #1062AA;
}
.footer__row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer__row:first-child{
    padding-bottom: 46px;
    border-bottom: 1px solid #F7B916;
}
.footer__row:last-child{
    padding-top: 37px;
}
.footer__col-l{
    width: 100%;
    max-width: 260px;
    margin-right: auto;
}
.footer__col{
    width: 100%;
    max-width: 165px;
    margin-left: 11%;
}
.footer-logo{
    display: flex;
}
.footer-contacts{
    margin-top: 45px;
    margin-bottom: 24px;
}
.footer-contacts__item{
    margin-bottom: 17px;
}
.footer-contacts__title{
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #E5E5E5;
}
.footer-contacts__tel,
.footer-contacts__tel:hover{
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-decoration: none;
    color: #F7B916;
}
.footer-contacts__email,
.footer-contacts__email:hover{
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-decoration: none;
    color: #F7B916;
}
.footer-socials{
    display: flex;
}
.footer-socials__item{
    width: 34px;
    margin-right: 15px;
}
.footer-socials__item:last-child{
    margin-right: 0;
}
.footer-socials__item svg{
    fill: #F7B916;
}
.footer-socials__item:hover svg{
    fill: #ffffff;
}
.footer-menu{
    margin-top: 34px;
}
.footer-menu__top{
    display: flex;
    justify-content: space-between;
}
.footer-menu__arrow{
    display: none;
}
.footer-menu__top-link{
    font-size: 18px;
    line-height: 21px;
    color: #F2F2F2;
}
.footer-menu__list{
    margin-top: 20px;
}
.footer-menu__list-link{
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #E5E5E5;
}
.footer-copyright{
    font-size: 12px;
    line-height: 14px;
    color: #E5E5E5;
}
.footer-policy-link{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #E5E5E5;
}
.footer a:not(.footer-contacts__tel):not(.footer-contacts__email):hover{
    text-decoration: underline;
}
/*.footer a:not(.footer-contacts__email):hover{*/
/*    text-decoration: underline;*/
/*}*/
/*search*/
.search{
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    padding: 60px 0;
    background-color: #00ADEE;
    z-index: 9;
}
.search__container{
    max-width: 882px;
}
.search__form{
    position: relative;
    margin-bottom: 20px;
}
.search__inp{
    height: 56px;
    padding: 0 80px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.search__inp::-webkit-input-placeholder {
    color: #81859C;
}
.search__inp::-moz-placeholder {
    color: #81859C;
}
.search__inp:-ms-input-placeholder {
    color: #81859C;
}
.search__inp:-moz-placeholder {
    color: #81859C;
}
.search__submit,
.search__reset{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search__submit{
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
}
.search__submit svg{
    stroke: #333333;
}
.search__submit:disabled svg{
    stroke: #81859C;
}
.search__reset{
    top: 50%;
    left: 100%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search__nothing{
    margin: 0 35px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.search__predefined{
    display: flex;
    flex-wrap: wrap;
}
.search-predefined-item{
    margin-top: 20px;
    padding: 14px 30px 13px 30px;
    border: 1px solid #333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}
.search-predefined-item:hover{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.search-predefined-item:not(:last-child){
    margin-right: 19px;
}
.search__results{
    display: flex;
    flex-wrap: wrap;
}
.search-results-item{
    width: 100%;
    max-width: 224px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 16px;
}
.search-results-item__title{
    font-size: 21px;
    line-height: 25px;
    color: #333333;
}
.search-results-item__title:hover{
    color: #ffffff;
}
.search-results-item__description{
    margin-top: 3px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.search__results-all{
    width: 100%;
    padding: 0 30px;
}
.search-results-all-link{
    display: inline-flex;
    align-items: center;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
.search-results-all-link svg{
    margin-left: 10px;
}
.search-results-all-link:hover svg{
    margin-left: 5px;
}
/*breadcrumbs*/
.breadcrumbs{
    padding-top: 15px;
}
.breadcrumbs__list{
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs__list-item{
    position: relative;
    font-size: 14px;
    line-height: 16px;
}
.breadcrumbs__list-item:not(:last-child){
    margin-right: 12px;
    padding-right: 17px;
}
.breadcrumbs--white a,
.breadcrumbs--white span{
    color: #ffffff;
}
.breadcrumbs__list-item:not(:last-child):after{
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 5px;
    height: 8px;
    background: transparent url('/wp-content/themes/atompark.com/assets/img/general/breadcrumbs-arrow.svg') center center no-repeat;
}
.breadcrumbs--white .breadcrumbs__list-item:not(:last-child):after{
    background: transparent url('../img/general/breadcrumbs-arrow--white.svg') center center no-repeat;
}
/*video*/
.video{
    width: 100%;
    max-width: 807px;
    margin: 0 auto;
    overflow: hidden;
}
.video-item{
    position: relative;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-item iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*pagination*/
.pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination__link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    color: #1062AA;
}
.pagination__link:hover,
.pagination__link_current{
    background-color: #1062AA;
    color: #FFFFFF;
}
.pagination__link-prev{
    margin-right: 15px;
}
.pagination__link-next{
    margin-left: 15px;
}
.pagination__link svg{
    fill: #1062AA;
}
.pagination__link_disabled,
.pagination__link_disabled:hover{
    cursor: default;
    background-color: #fff;
}
.pagination__link_disabled svg{
    fill: #81859C;
}
.pagination__link:not(.pagination__link_disabled):hover svg{
    fill: #FFFFFF;
}
/*small search*/
.small-search{
    width: 100%;
    max-width: 260px;
    position: relative;
}
.inp-small-search{
    width: 100%;
    height: 30px;
    padding: 0 50px 0 25px;
    border: 1px solid #81859C;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.inp-small-search::-webkit-input-placeholder {
    color: #81859C;
}
.inp-small-search::-moz-placeholder {
    color: #81859C;
}
.inp-small-search:-ms-input-placeholder {
    color: #81859C;
}
.inp-small-search:-moz-placeholder {
    color: #81859C;
}
.btn-small-search-submit,
.btn-small-search-reset{
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.btn-small-search-reset{
    display: none;
}
.inp-small-search:valid ~ .btn-small-search-reset{
    display: block;
}
.inp-small-search:valid ~ .btn-small-search-submit{
    display: none;
}
/*cta blue*/
.cta-blue{
    padding: 104px 0;
    background-color: #F5F7FF;
}
.cta-blue__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cta-blue__img,
.cta-blue__content{
    width: 100%;
    max-width: 434px;
}
.cta-blue h2{
    text-align: left;
}
.cta-blue h2 span{
    color: #1062AA;
}
.cta-blue__only-btn{
    margin-top: 30px;
}
.cta-blue__form{
    position: relative;
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
}
.inp-cta-blue{
    padding: 0 150px 0 30px;
    border: 1px solid #81859C;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #81859C;
}
.inp-cta-blue::-webkit-input-placeholder {
    color: #81859C;
}
.inp-cta-blue::-moz-placeholder {
    color: #81859C;
}
.inp-cta-blue:-ms-input-placeholder {
    color: #81859C;
}
.inp-cta-blue:-moz-placeholder {
    color: #81859C;
}
.btn-cta-blue{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 127px;
    height: 44px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1062AA;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.btn-cta-blue:hover{
    background-color: #F7B916;
}
.btn-cta-blue:disabled{
    background-color: #81859C;
}
.cta-blue__text{
    margin: 25px 0 37px 0;
    font-size: 18px;
    line-height: 28px;
}
/*faqs*/
.faqs{
    padding: 102px 0 132px 0;
}
.faqs__list{
    max-width: 808px;
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
}
.faq{
    padding-left: 30px;
    padding-right: 30px;
}
.faq:not(:last-child){
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid #1062AA;
}
.faq__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq__arrow{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq_opened .faq__arrow{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq__title{
    font-size: 24px;
    line-height: 24px;
    color: #1062AA;
    width: 100%;
}
.faq__content{
    display: none;
    margin-top: 30px;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 28px;
}
.faq_opened .faq__content{
    display: block;
}
.faq ul li{
    padding-left: 12px;
}
.faq ul li:before{
    width: 4px;
    height: 4px;
    margin-top: 12px;
}
.faq ol{
    counter-reset: section;
}
.faq ol li:before{
    counter-increment: section;
    content: counter(section) ". ";
    position: static;
    color: #1062AA;
}
/*chat*/
.chat-box{
    padding: 95px 0 131px 0;
    background-color: rgba(235, 240, 255, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.chat-box__inner{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
}
.chat-box__text{
    max-width: 513px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.chat-box__btn{
    align-self: center;
}
.chat-box-btn{
    font-size: 24px;
    line-height: 28px;
    text-transform: none;
}
.chat-box-btn svg{
    stroke: #333333;
}
.chat-box-btn:hover svg{
    stroke: #FFFFFF;
}
/*mobile form*/
.sw-p-download-form{
    display: none;
    margin: 0 -15px;
    padding: 30px;
    background-color: #EBF0FF;
}
.sw-p-download-form__inp{
    position: relative;
}
.sw-p-download-form__inp-icon{
    position: absolute;
    top: 13px;
    right: 16px;
}
.inp-sw-p-download-form{
    width: 100%;
    padding: 11px 46px 11px 16px;
    border: 1px solid #81859C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #656565;
}
.btn-sw-p-download-form{
    margin: 19px auto 0 auto;
    background-color: #80849B;
    color: #FFFFFF;
    text-transform: none;
}
/*seo-text*/
.seo-text{
    color: #81859C;
}
.seo-text h1,h2,h3,h4,h5,h6{
    text-align: center;
    color: #333333;
}
.grecaptcha-badge{
    display: none !important;
}
@media all and (min-width: 768px){
    /*header*/
    .has-dropdown:hover .navigation-submenu{
        display: flex;
    }
    .has-dropdown:hover .header__link-arrow{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navigation-submenu__link:hover .navigation-submenu__link-description{
        display: block;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px){
    /*footer*/
    .footer__col-l,
    .footer__col{
        max-width: 25%;
        margin: 0;
    }
    .footer__col{
        padding-left: 15px;
    }
    /*reviews*/
    .reviews-list .slider-arrow--prev{
        left: 0;
    }
    .reviews-list .slider-arrow--next{
        right: 0;
    }
    .reviews-slider{
        max-width: 90%;
        margin: 0 auto;
    }
    /*slider*/
    .slider-arrow{
        display: none;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
    /*header*/
    .header-logo,
    .header-top{
        width: 100%;
    }
    /*bottom cta*/
    .bottom-cta{
        padding: 70px 0;
    }
    .bottom-cta__inner{
        justify-content: center;
        text-align: center;
    }
    .bottom-cta__img{
        margin-bottom: 30px;
    }
}
@media all and (min-width: 320px) and (max-width: 767px){
    /*general*/
    body{
        padding-top: 70px;
    }
    .hide-mobile{
        display: none !important;
    }
    /*header*/
    .header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff;
    }
    .navigation-submenu-mobile-back{
        display: flex;
    }
    .header-mobile-menu-toggle{
        order: 3;
        display: block;
    }
    .header-navigation_opened .header-mobile-menu-toggle span:nth-child(1){
        top: 19px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .header-navigation_opened .header-mobile-menu-toggle span:nth-child(2){
        opacity: 0;
        left: -60px;
    }
    .header-navigation_opened .header-mobile-menu-toggle span:nth-child(3){
        top: 19px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .header__logo{
        order: -1;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .header__logo svg{
        fill: #1062AA !important;
    }

    .header__left {
        margin-left: auto;
    }
    .header__cart {
        margin-right: 20px;
    }

    .header__search{
        margin-left: auto;
        margin-right: 20px;
    }
    .header-login {
        display: none;
    }

    .header__contact{
        display: none;
    }
    .header-btn{
        padding: 0;
        font-size: 0;
        line-height: 0;
        background: transparent url('/wp-content/themes/atompark.com/assets/img/general/header/header-login-mobile.svg') center center no-repeat;
    }
    .header-langs{
        display: none;
    }
    .header-lang,
    .header-btn{
        display: none;
        /* temp */
        position: relative;
        width: 40px;
        height: 40px;
        margin-left: 20px;
        border: 2px solid #1062AA;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        z-index: 11;
    }
    .header-lang__switch{
        justify-content: center;
    }
    .header-lang__switch-icon{
        display: none;
    }
    .header-lang__switch-arrow{
        display: none;
    }
    .header-lang__switch-text{
        margin: 0;
        line-height: 36px;
        color: #1062AA !important;
    }
    .navigation{
        position: fixed;
        top: 71px;
        bottom: 0;
        left: -100%;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        -webkit-transition: left 0.25s;
        -moz-transition: left 0.25s;
        -ms-transition: left 0.25s;
        -o-transition: left 0.25s;
        transition: left 0.25s;
        z-index: 10;
    }
    .header-navigation_opened .navigation{
        left: 0;
    }
    .navigation__list{
        position: absolute;
        flex-direction: column;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 15px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .navigation__item{
        padding: 6px 0;
    }
    .navigation__item:not(:last-child){
        margin-right: 0;
    }
    .navigation__item--mob {
        display: block;
    }
    .navigation__item--mob .navigation-submenu__link {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .navigation__item--mob .navigation-submenu__link:before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url('../img/general/header/header-submenu-cat-link.svg') no-repeat;
        background-position: center;
    }
    .navigation__item-lang {
        display: flex;
    }
    .navigation__item-lang .lang-item a {
        text-transform: capitalize;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 33px;
        color: #333333;
    }
    .navigation-submenu__list .try-free-studio a {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .navigation__item-lang .lang-item {
        margin-right: 15px;
    }

    .navigation__item-lang .current-lang a {
        color: rgba(0, 0, 0, 0.35);
    }

    .header__link{
        justify-content: space-between;
        padding: 0;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        color: #333333;
    }

    .header__link-arrow{
        position: absolute;
        width: 100%;
        height: 18px;
        background: none;
    }
    .navigation-submenu{
        display: block;
        top: 70px;
        left: 110%;
        bottom: 0;
        width: 100%;
        margin-top: 0;
        padding: 0;
        overflow-y: auto;
        -webkit-transition: left 0.25s;
        -moz-transition: left 0.25s;
        -ms-transition: left 0.25s;
        -o-transition: left 0.25s;
        transition: left 0.25s;
    }


    .navigation-submenu_opened{
        top: 0;
        left: 25px;
        z-index: 999;
    }
    .navigation-submenu__box {
        padding: 0 15px;
    }
    .navigation-submenu__box:not(:last-child){
        margin-bottom: 15px;
        /* border-bottom: 1px solid #E1E1E1; */
    }

    .navigation-submenu__box-title {
        border-top: 1px solid #E1E1E1;
        padding-top: 15px;
    }
    /*footer*/
    .footer__col-l,
    .footer__col{
        max-width: 100%;
        margin: 0;
    }
    .footer-logo,
    .footer-socials{
        justify-content: center;
    }
    .footer-socials{
        margin-bottom: 15px;
    }
    .footer-contacts{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 24px;
    }
    .footer-contacts__item{
        margin-bottom: 0;
        text-align: center;
    }
    .footer-menu{
        margin-top: 15px;
    }
    .footer-menu__list{
        display: none;
        margin-top: 10px;
    }
    .footer-menu__arrow{
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }
    .footer-menu__arrow_opened{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .footer-policy-link{
        margin-top: 10px;
    }
    /*search*/
    .search{
        position: fixed;
        top: 80px;
        bottom: 0;
        overflow-y: auto;
    }
    .search__reset{
        left: auto;
        right: 15px;
        margin-left: 0;
    }
    .search-results-item{
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px;
    }
    /*breadcrumbs*/
    .breadcrumbs{
        padding: 30px 0;
    }
    .breadcrumbs__list-item {
        margin-right: 7px;
        padding-right: 12px;
    }
    /*pagination*/
    .pagination__link-next{
        margin-left: 0;
    }
    .pagination__link-prev{
        margin-right: 0;
    }
    /*cta*/
    .cta-blue{
        padding: 60px 0;
        text-align: center;
    }
    .cta-blue h2{
        text-align: center;
    }
    .cta-blue__img{
        margin-bottom: 30px;
    }
    .cta-blue__content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cta-blue--reverse .cta-blue__img{
        order: 1;
    }
    .cta-blue--reverse .cta-blue__content{
        order: 2;
    }
    /*chat*/
    .chat-box{
        padding: 0;
        background-color: #fff;
    }
    .chat-box__inner{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .chat-box__text{
        margin: 20px 0 37px 0;
        text-align: center;
    }
    /*faqs*/
    .faqs{
        padding: 71px 0 78px 0;
    }
    .faqs__list{
        margin-top: 25px;
    }
    .faq{
        padding-left: 0;
        padding-right: 0;
    }
    .faq:not(:last-child){
        margin-bottom: 23px;
        padding-bottom: 24px;
    }
    .faq__top{
        align-items: flex-start;
    }
    .faq__arrow{
        min-width: 16px;
        margin-top: 9px;
        margin-left: 5px;
    }
    .faq__title{
        font-size: 24px;
        line-height: 28px;
    }
    .faq__content{
        margin-top: 13px;
        padding: 0;
    }
}
.modal-feedback{
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 572px;
    padding: 70px 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #1062AA;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.modal-feedback__close{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.modal-feedback__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 458px;
    margin: 0 auto;
    text-align: center;
}
.modal-feedback__title{
    margin: 32px 0 14px 0;
}
.modal-feedback__text{
    font-size: 16px;
    line-height: 26px;
}

@media all and (min-width: 320px) and (max-width: 767px){
    .modal-feedback{
        max-width: 90%;
        padding: 15px;
    }
    /*mobile form*/
    .sw-p-download-form{
        display: block;
    }
}


/* article-sale-block */
.article-sale-block {
    display: flex;
    background: #F5F7FF;
    border: 1px solid rgba(0, 173, 238, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 22px 20px 17px 20px;
    margin: 50px 0;
}
.article-sale-block__img {
    padding-left: 50px;
    padding-top: 10px;
    width: 200px;
    height: 200px;
}
.article-sale-block__content {
    font-size: 16px;
    line-height: 24px;
    margin-left: 30px;
}
.article-sale-block__content ul {
    margin-left: 10px;
    margin-top: 4px;
}
.article-sale-block__content ul li {
    margin-bottom: 5px;
}

.article-sale-block__title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #0070C9;
    margin-bottom: 5px;
}

.article-sale-block__cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}
.article-sale-block__price {
    font-weight: bold;
    font-size: 24px;
    line-height:36px;
    margin-bottom: 15px;
}
.article-sale-block__add-to-cart {
    background: #FFD044;
    border-radius: 44px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #333333;
    padding: 11px 24px;
}

@media(max-width: 768px) {
    .article-sale-block {
        flex-direction: column;
    }
    .article-sale-block__content {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .article-sale-block__cart {
        align-items: flex-start;
        margin-right: auto;
        margin-left: 0;
    }
}


/* article-sale-block-2 */
.article-sale-block-2 {
    display: flex;
    background: #F5F7FF;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    padding: 20px;
    padding-top: 24px;
    margin-bottom: 15px;
}
.article-sale-block-2__img {
    padding-top: 10px;
    width: 200px;
    height: 200px;
}
.article-sale-block-2__img img {
    margin: 0 auto;
}
.article-sale-block-2__content {
    max-width: 451px;
    margin-left: 20px;
    margin-right: 20px;
}
.article-sale-block-2__content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: 20px;
}
.article-sale-block-2__content ul {
    font-size: 16px;
    line-height: 24px;
}
.article-sale-block-2__content li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    margin-left: 10px;
}
.article-sale-block-2__content li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #333333;
}
.article-sale-block-2__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #0070C9;
    margin-bottom: 5px;
}
.article-sale-block-2__title--mob {
    display: none;
}
.article-sale-block-2__title-version {
    font-size: 70%;
}
.article-sale-block-2__cart {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-left: auto;
}
.article-sale-block-2__price {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}
.article-sale-block-2__add-to-cart {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    padding: 11px 24px 13px;
    background: #FFD044;
    border-radius: 44px;
    margin-bottom: 15px;
    /*max-width: 142px;*/
}
.article-sale-block-2__add-to-cart:hover {
    background: #FFAD32;
}
.article-sale-block-2__link {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #0070C9;
    margin-bottom: 10px;
}

@media all and (min-width: 320px) and (max-width: 767px){
    .article-sale-block-2 {
        flex-direction: column;
    }
    .article-sale-block-2__title {
        display: none;
    }
    .article-sale-block-2__title.article-sale-block-2__title--mob {
        display: block;
        font-size: 20px;
        line-height: 30px;
    }
    .article-sale-block-2__img {
        width: 100%;
        display: flex;
        align-items: center;
        height: auto;
        margin-bottom: 5px;
        padding-top: 0;
    }
    .article-sale-block-2__content {
        max-width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .article-sale-block-2__cart {
        align-items: center;
        margin-left: inherit;
    }
    .article-sale-block-2__price {
        margin-right: auto;
    }
    .article-sale-block-2__add-to-cart {
        max-width: 100%;
        width: 100%;
    }
}


/* how install block */



.product-how-install {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFD044;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 110px;
    padding-right: 110px;
}
.product-how-install__content {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    min-width: 150px;
}

.product-how-install__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
.product-how-install__desc {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
.product-how-install__link {
    width: fit-content;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFD044;
    border: 1px solid #FFD044;
    padding: 11px 24px 13px;
    background: #333333;
    border-radius: 45px;

}

.product-how-install__link:hover {
    border: 1px solid #333333;
    background: transparent;
    color: #333333;
}

.product-how-install__img {
    max-width: 540px;
    margin-left: 100px;
}

@media(max-width: 768px) {
    .product-how-install {
        flex-direction: column;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-how-install__content {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }
    .product-how-install__img {
        margin-left: 0;
        margin-top: 30px;
    }
    /*.buy-top {margin-top: 70px;}*/
}

.suitable {
    padding: 70px 0;
}
.suitable__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.suitable__item {
    text-align: center;
    flex: 0 0 33%;
    padding: 0 39px 60px;
    line-height: 150%;
}
.suitable__item img {
    margin: 0 auto;
}
.suitable__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    margin: 10px 0;
}

.industries {
    padding: 100px 0 70px;
}
.industries__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 60px;
}
.industries__item {
    text-align: center;
    flex: 0 0 50%;
    max-width: 440px;
    padding: 0 20px 60px;
    line-height: 150%;
}
.industries__item img {
    margin: 0 auto;
}
.industries__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    margin: 15px 0;
}

@media(max-width: 680px) {
    .suitable__item {
        flex: 0 0 100%;
    }
    .industries__item {
        flex: 0 0 100%;
    }
}
@media screen and (min-width: 768px) {
    .exit_popup__wrap {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index:999;
    }
    .exit_popup {
        width: 95%;
        max-width: 726px;
        height: 555px;
        background: #fff url(../img/products/en/popup_exit_ams.svg) no-repeat;
        border-radius: 12px;
        padding: 100px 60px 100px 290px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 16px;
        line-height: 150%;
        z-index:999;
    }
    .exit_popup.amv {
        background-image: url(../img/products/en/popup_exit_amv.svg);
    }
    .exit_popup.emh {
        background-image: url(../img/products/en/popup_exit_emh.svg);
    }
    .exit_popup.studio {
        background-image: url(../img/products/en/popup_exit_studio.svg);
    }    
    .exit_popup.ams[data-lang="RU"] {
        background-image: url(../img/products/popup_exit_ams.svg);
    }    
    .exit_popup.amv[data-lang="RU"] {
        background-image: url(../img/products/popup_exit_amv.svg);
    }
    .exit_popup.emh[data-lang="RU"] {
        background-image: url(../img/products/popup_exit_emh.svg);
    }
    .exit_popup.studio[data-lang="RU"] {
        background-image: url(../img/products/popup_exit_studio.svg);
    }
    .exit_popup__close {
        position: absolute;
        width: 18px;
        height: 18px;
        right: 26px;
        top: 26px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 1L17 17M17 1L1 17' stroke='%23333333' stroke-width='1.8'/%3E%3C/svg%3E");
    }
    .exit_popup__title {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 10px;
    }
    .exit_popup__text {
        margin-bottom: 30px;
    }
    .exit_popup__text span {
        color: #0070C9;
    }
    .exit_popup .download-form:before {
        content: "Email";
        display: block;
        font-size: 16px;
        line-height: 150%;
        color: #333;
        margin-bottom: 10px;
    }
    .exit_popup input[type="text"], .exit_popup input[type="email"] {
        margin: 10px 0 17px;
        background: #F3F5FB;
        border: none;
        border-radius: 6px;
        width: 100%;
        height: 52px;
        padding: 5px 15px;
    }
    .exit_popup input[type="text"]::placeholder, .exit_popup input[type="email"]::placeholder {
        color: #999;
    }
    .exit_popup .download-form__checkbox, .exit_popup .download-btn__downloads {display: none;}
    .exit_popup .btn {
        border-radius: 45px;
        width: 100%;
        height: 52px;
        border: 0;
        background: #FFD044;
        color: #333;
    }
    .exit_popup .btn:hover {
        background-color: #0070C9;
        color: #fff;
    }
    .exit_popup .btn svg {
        display: none;
    }
}
