:root {
    --text-color: #000;
    --text-light-color: #fff;
    --root-dark: #003D52;
    --root-middle: #00879B;
    --root-dark-middle: #0b5d6f;
    --root-light: #D2ECF2;
    --bg-red: #FF5160;
    --link: #0e4456;
}

a {
    color: var(--link);
}

a:hover {
    color: var(--root-middle);
}

svg {
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

cite {
    background-color: #f0f8fa;
    display: block;
    font-weight: 400;
    font-style: normal;
    padding: 40px;
    border-left: 8px red solid;
    border-image: linear-gradient( to bottom, #971b23, #e7414c ) 1 100%;
    margin: 30px 0px;
}
.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.red_gradient, .red_gradient_hov:hover {
    background: linear-gradient(to right, RGBA(179,21,32,1) 0%,RGBA(255,66,79,1) 100%);
}

.red_border, .red_border_hov:hover {
    border: 10px solid #b1151f;
    -webkit-border-image: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    -o-border-image: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    border-image: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    border-image-slice: 1;
}

.blue_border, .blue_border_hov:hover {
    border: 6px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
}
.full_text {
    margin-top: 30px;
}
.blue_gradient, .blue_gradient_hov:hover {
    background: #003448;
    background: -webkit-linear-gradient(left, #003448 0%,#008296 100%);
    background: -webkit-gradient(linear, left top, right top, from(#003448),to(#008296));
    background: -o-linear-gradient(left, #003448 0%,#008296 100%);
    background: linear-gradient(to right, #003448 0%,#008296 100%);
}
.soc img {
    max-width: 30px;
    margin-right: 40px;
    display: block;
}
.soc img {
    float: left;
    margin-right: 5px;
}

.soc a {
    display: block;
    margin-bottom: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: var(--text-color);
}

h1 {
    font-family: 'PT Sans', sans-serif;
}

.callme_top {
    padding: 5px;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    float: right;
    width: 240px;
    max-width: 100%;
    text-align: center;
    color: var(--text-color);
}

.callme_top:hover {
    color: var(--text-light-color);
}

.top_phone {
    text-align: right;
}

.top_phone a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    color: var(--text-color);
}

.top_phone span {
    display: block;
    text-align: right;
    font-size: 16px;
    opacity: 0.5;
    /*white-space: nowrap;*/
}

header {
    padding: 10px 0px;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.top_menu {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    margin-top: 10px;
    justify-content: space-between;
}

.top_menu a {
    color: var(--text-color);
    text-decoration: none;
    padding: 0 10px;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.logonofix {
    max-height: 50px;
}

#menuopener {
    width: 50px;
    height: 50px;
    background: var(--root-middle);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    float: right;
}

#menuopener:hover {
    background: var(--bg-red);
}

#menuopener span {
    background: var(--text-light-color);
    width: 65%;
    height: 6%;
    border-radius: 5px;
    margin: 5% 0px;
}

.test_section {
    background: #999;
    height: 50vh;
}

menu {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.top_menu li:first-child a {
    padding-left: 0px;
}

.logotext {
    font-family: 'Montserrat', sans-serif;
    display: block;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
}

.logotext span:first-child {
    display: block;
    font-size: 25px;
    font-weight: 700;
}

.logotext span:last-child {
    font-size: 11.5px;
    margin-top: 6px;
    display: block;
    font-weight: 600;
}

.logotext span {
    line-height: 1;
}

header, menu {
    background: var(--text-light-color);
    overflow: hidden;
}

.logoline {
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    overflow: hidden;
}

.logoline .logotext {
    transform-origin: left bottom;
    transform: scale(0.85) translateY(100%);
    padding-left: 5px;
    position: relative;
    margin-bottom: 1px;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    margin-top: 20px;
    line-height: 120%;
    /* padding: 0px 10px; */
}

.introduction p, .introduction b {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}

.introduction b {
    font-size: 23px;
    font-weight: bold;
}

.redcircle {
    background: var(--bg-red);
    width: 215px;
    height: 215px;
    margin: 0px;
    padding: 0px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 130%;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: var(--text-light-color);
}

.redcircle img {
    margin-top: -30px;
    margin-bottom: 10px;
}

#menuopener_in {
    display: none;
}

.burger_menu_cont {
    position: fixed;
    /*background: var(--root-dark-middle);*/
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.3s ease;
}

.burger_menu_cont .burger_menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-bottom: 50px;
    overflow: auto;
    height: 100%;
    width: 100%;
}

#menuopener_in:checked + .burger_menu_cont {
    transform: translateY(0%);
}

.burger_closer {
    width: 39px;
    height: 39px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: rotate(45deg);
    margin-top: 15px;
    margin-bottom: 15px;
    /* float: right; */
}

.burger_closer:before, .burger_closer:after {
    width: 39px;
    height: 3px;
    background: var(--text-light-color);
    content: '';
    display: block;
    border-radius: 3px;
}

.burger_closer::before {
    transform: rotate(90deg) translateX(3px);
}

.wedo h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    margin-top: 50px;
    line-height: 120%;
    text-align: center;
}

.wedo a {
    width: 300px;
    margin: 0 auto;
    height: 270px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: var(--link);
    border-width: 13px !important;
    padding: 30px 10px;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
}

.wedo a:hover {
    color: var(--text-light-color);
}

.wedo a:after {
    position: absolute;
    content: '';
    right: -51px;
    bottom: -36px;
    width: 268px;
    height: 238px;
    background-image: url(images/wedo/1.png);
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wedo .row .col-md-4:nth-child(2) a:after {
    background-image: url(images/wedo/2.png);
}

.wedo .row .col-md-4:nth-child(3) a:after {
    background-image: url(images/wedo/3.png);
}

.wedo.full_wedo .row .col-md-4:nth-child(3) a:after {
    background-image: url(images/wedo/3.2.png);
}

.wedo.full_wedo .row .col-md-4:nth-child(4) a:after {
    background-image: url(images/wedo/4.png);
}

.wedo.full_wedo .row .col-md-4:nth-child(5) a:after {
    background-image: url(images/wedo/5.png);
}

.wedo.full_wedo .row .col-md-4:nth-child(6) a:after {
    background-image: url(images/wedo/6.png);
}

.wedo.full_wedo a {
    margin-bottom: 50px;
}

.domore h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 45px 0px 10px 0px;
}

.domore a {
    display: inline-block;
    font-size: 24px;
    margin: 10px;
    text-decoration: underline !important;
    color: var(--link) !important;
}
.domore a:hover{
    color: var(--root-middle) !important;
}

section.wedo {
    padding-bottom: 30px;
    max-width: 100vw;
    overflow: hidden;
}

.domore {
    text-align: center;
    padding-bottom: 30px;
}

.portfolio_page .portfolio_item {
    min-height: 470px;
}

.portfolio_page .item {
}

.portfolio_page .item {
    float: right;
    margin-top: 0px;
    max-width: 575px;
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.portfolio_page .portfolio_item:nth-child(2n) .item {
    float: left !important;
    max-width: 575px;
}

.port_fl {
    display: flex;
    /* margin-top: 30px; */
    /* padding-bottom: 30px; */
}

.img-item {
    max-width: 324px;
}

.port_rig {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(100% - 324px);
    justify-content: space-between;
}

.portfolio_page .portfolio_item * {
    color: var(--text-light-color); !important;
}

.item_link {
    padding: 20px 0px;
    padding-top: 0px;
    margin-top: 15px;
}

.item_link a:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='583.078px' height='583.078px' viewBox='0 0 583.078 583.078' style='enable-background:new 0 0 583.078 583.078;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M278.558,139.465c-16.316,16.324-24.847,35.98-25.219,59.347c-0.372,22.995,7.042,43.03,22.995,60.091l29.301-28.194 c-7.786-8.53-11.869-18.912-11.497-31.153s4.818-22.623,13.349-31.161L422.106,53.784c8.529-8.53,19.283-12.977,31.896-12.977 c12.605,0,23.398,4.408,31.896,12.977l42.651,43.031c8.506,8.569,13.356,18.912,13.356,31.896 c0,12.978-4.811,23.359-13.356,31.897L413.568,275.591c-8.53,8.53-18.54,12.605-30.781,12.985 c-11.87,0.364-22.26-3.711-30.789-12.241l-27.814,30.417c17.061,15.572,37.088,22.994,60.083,22.623 c23.003-0.372,42.658-8.902,58.975-25.227l114.618-114.611c16.688-16.688,25.219-37.087,25.219-60.827 c0-23.738-8.53-44.138-25.219-60.834l-43.03-43.022C498.141,8.166,477.741,0,454.003,0s-44.139,8.166-60.834,24.854 L278.558,139.465z'/%3E%3Cpath d='M202.523,351.262c-7.992,7.992-8.53,20.399,0,28.93c7.414,7.414,21.515,7.414,28.93,0l148.739-148.739 c7.414-7.414,7.414-21.515,0-28.929c-8.53-8.53-20.938-7.992-28.93,0L202.523,351.262z'/%3E%3Cpath d='M24.854,393.168C8.166,409.864,0,430.264,0,454.003c0,23.738,8.166,44.138,24.854,60.826l43.022,43.03 c16.696,16.688,36.724,25.219,60.834,25.219c24.11,0,44.138-8.53,60.826-25.219l114.611-114.618 c16.324-16.316,24.854-35.972,25.227-58.975c0.371-22.995-7.051-43.022-22.623-60.083l-30.417,27.814 c8.53,8.529,12.613,18.919,12.241,31.16c-0.363,11.87-4.455,21.88-12.984,30.41L160.608,528.551 c-8.53,8.537-19.284,12.984-31.897,12.984c-12.613,0-23.335-4.486-31.897-12.984l-43.031-42.651 c-8.569-8.498-12.977-19.291-12.977-31.896c0-12.613,4.447-23.367,12.977-31.897l114.611-114.618 c8.538-8.53,18.92-12.977,31.161-13.349s22.623,3.711,31.153,11.497l28.194-29.301c-17.06-15.953-37.096-23.375-60.462-22.995 c-22.995,0.364-42.651,8.902-58.975,25.219L24.854,393.168z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    margin-bottom: -2px;
    filter: invert(1);
    transform: scale(0.9);
    margin-bottom: -4px;
    left: 0px;
    margin-right: 5px;
}

.portfolio_page .portfolio_item:nth-child(even) .port_fl {
    flex-flow: row-reverse;
}

.portfolio_page .portfolio_item .item-text-item {
    min-height: 72px;
}

.portfolio_page .portfolio_item:nth-child(1n) {
    background: #8abdcc;
    background: -moz-linear-gradient(left, #8abdcc 0%, #00c5e3 100%);
    background: -webkit-linear-gradient(left, #8abdcc 0%,#00c5e3 100%);
    background: linear-gradient(to right, #8abdcc 0%,#00c5e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abdcc', endColorstr='#00c5e3',GradientType=1 );
}

.portfolio_page .portfolio_item:nth-child(2n) {
    background: #080810;
    background: -moz-linear-gradient(left, #080810 0%, #010851 100%);
    background: -webkit-linear-gradient(left, #080810 0%,#010851 100%);
    background: linear-gradient(to right, #080810 0%,#010851 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080810', endColorstr='#010851',GradientType=1 );
}

.portfolio_page .portfolio_item:nth-child(3n) {
    background: #fe3e1f;
    background: -moz-linear-gradient(left, #fe3e1f 0%, #ff9c1b 100%);
    background: -webkit-linear-gradient(left, #fe3e1f 0%,#ff9c1b 100%);
    background: linear-gradient(to right, #fe3e1f 0%,#ff9c1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe3e1f', endColorstr='#ff9c1b',GradientType=1 );
}

.portfolio_page .portfolio_item:nth-child(4n) {
    background: #8c6d53;
    background: -moz-linear-gradient(left, #8c6d53 0%, #503527 100%);
    background: -webkit-linear-gradient(left, #8c6d53 0%,#503527 100%);
    background: linear-gradient(to right, #8c6d53 0%,#503527 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c6d53', endColorstr='#503527',GradientType=1 );
}

.portfolio_page .portfolio_item:nth-child(5n) {
    background: #4c7c00;
    background: -moz-linear-gradient(left, #4c7c00 0%, #aac855 100%);
    background: -webkit-linear-gradient(left, #4c7c00 0%,#aac855 100%);
    background: linear-gradient(to right, #4c7c00 0%,#aac855 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c7c00', endColorstr='#aac855',GradientType=1 );
}

.portfolio_page h3 {
    margin-top: 0px;
    padding-top: 30px;
    color: var(--text-light-color);
    font-weight: bold;
    font-size: 24px;
    min-height: 90px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.portfolio_page .portfolio_item .item > * {
    width: 100%;
    padding-right: 50px;
}

.portfolio_page .portfolio_item:nth-child(2n) .item > * {
    width: 100%;
    padding-right: 0px;
    padding-left: 50px;
}

.item_link a {
    position: relative;
}

.item_link a {
    /* padding-left: 15px; */
}

.item_text {
    min-height: 110px;
    margin-bottom: 15px;
}

.item_text p {
    margin-bottom: 5px;
}

.port_fl li {
    list-style: none;
    margin-bottom: 5px;
}

.port_fl li:before {
    content: "\2014";
    margin-right: 5px;
}

.port_fl ul {
    padding: 0;
}

.portfolio_page h3 a {
    text-decoration: none;
}

.blog_page .item-image {
    display: inline-block;
    margin: 0px 10px 10px 0px;
    width: 100%;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.blog_page .item-image a {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.blog_page .item-image a:before, .blog_page .item-image a:after {
    content: '';
    position: absolute;
    border-left: 8px var(--root-middle) solid;
    border-top: 8px var(--root-middle) solid;
    width: 0%;
    height: 0%;
    transition: 0.5s ease;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}

.blog_page .item-image a:before {
    top: 0px;
    left: 0px;
}

.blog_page .item-image a:after {
    top: 100%;
    left: 100%;
    transform: rotate(180deg);
    transform-origin: left top;
}

.blog_page .item-image a:hover:before, .blog_page .item-image a:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.blog_page .item-image a:hover img {
    transform: scale(1.2);
}

.blog_page .item-image a img {
    max-width: 100%;
    /* width: 100%; */
    position: relative;
    z-index: 1;
    transition: transform 0.5s ease;
    height: 100%;
    display: block;
    margin: 0px auto;
    /* max-height: 100%; */
}

.blog_page h2 a {
    color: var(--link);
    font-weight: 600;
    text-decoration: underline;
    text-decoration: none;
    line-height: 100%;
    font-size: 30px;
}

.item_blog {
    margin-bottom: 30px;
}

.intro {
    padding-bottom: 30px;
}

.blog_page h2 {
    margin-bottom: 15px;
    text-decoration: none;
    line-height: 100%;
}

.ben_img {
    display: block;
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: center;
    margin-top: 50px;
}

.benefits {
    text-align: center;
    padding-top: 30px;
}

.benefits span {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

.benefits p {
    font-size: 18px;
}

#c_count {
    color: var(--bg-red);
    font-size: 150px;
    line-height: 100%;
    margin-top: -11px;
}

#c_count+p {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    max-width: 240px;
    margin: 0 auto;
    line-height: 130%;
}

.yasert {
    margin-top: 90px;
}

.yasert p {
    font-size: 16px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 25px;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.nsert h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.nsert {
    margin-top: 60px;
}

.we_used h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.we_used {
    padding: 60px 0px;
}

.modal form input {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--text-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 6px 12px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    margin: 0px 0px 20px 0px;
}

.modal form textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    font-size: 16px;
    color:  var(--text-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 6px 12px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    margin: 20px 0px;
}

.feedback {
    background: var(--root-middle);
    padding: 60px 0px;
}

.feedback h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    margin-top: 0px;
    line-height: 120%;
    color: var(--text-light-color);
}

.feedback form .row input, #make_requ textarea {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: var(--text-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 6px 12px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    margin: 20px 0px;
}

.feedback form .row input.button-fb {
    font-weight: 600;
    font-size: 24px;
    background: transparent;
    border: 4px var(--text-light-color) solid;
    padding: 12px 20px;
    min-width: 250px;
    color: var(--text-light-color);
    /* max-width: 250px; */
}

.feedback form .personal {
    font-size: 18px;
    line-height: 100%;
    color: var(--text-light-color);
    margin-top: 20px;
}

.modal form .personal {
    font-size: 18px;
    line-height: 100%;
    color: var(--text-color);
    margin-top: 20px;
    margin-bottom: 15px;
}

.feedback form .personal input, .modal form .personal input {
    /* display: none; */
    width: 1px;
    /* opacity: 0; */
    height: 1px;
    border: 0;
    position: absolute;
}

.feedback form .personal input[type="checkbox"] + label, .modal form .personal input[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.feedback form .personal input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--text-light-color);
    text-align: center;
    -webkit-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
}

.modal form .personal input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
}

.feedback form .personal input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -o-transform 200ms ease-out;
}

.modal form .personal input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out, -o-transform 200ms ease-out;
}

.feedback form .personal input[type="checkbox"] + label:after {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: -1px;
    width: 7px;
    height: 13px;
    opacity: 0;
    border-bottom: 3px solid var(--text-light-color);
    border-right: 3px solid var(--text-light-color);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.modal form .personal input[type="checkbox"] + label:after {
    background-color: transparent;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: -1px;
    width: 7px;
    height: 13px;
    opacity: 0;
    border-bottom: 3px solid var(--root-middle);
    border-right: 3px solid var(--root-middle);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.feedback form .personal input[type="checkbox"]:checked + label:after, .modal form .personal input[type="checkbox"]:checked + label:after {
    content: "";
    opacity: 1;
}

.feedback form .personal input::-webkit-input-placeholder, .modal form .personal input::-webkit-input-placeholder {
    color: var(--text-color);
    opacity: 1;
}

.feedback form .personal input:-moz-placeholder, .modal form .personal input:-moz-placeholder {
    color: var(--text-color);
    opacity: 1;
}

.feedback form .personal input::-moz-placeholder, .modal form .personal input::-moz-placeholder {
    color: var(--text-color);
    opacity: 1;
}

.feedback form .personal input:-ms-input-placeholder, .modal form .personal input:-ms-input-placeholder {
    color: var(--text-color);
    opacity: 1;
}

.feedback form .personal input::-ms-input-placeholder, .modal form .personal input::-ms-input-placeholder {
    color: var(--text-color);
    opacity: 1;
}

.feedback form .personal input::placeholder, .modal form .personal input::placeholder {
    color: var(--text-color);
    opacity: 1;
}

.feedback form .personal input:-ms-input-placeholder, .modal form .personal input:-ms-input-placeholder {
    color: var(--text-color);
}

.feedback form .personal input::-ms-input-placeholder, .modal form .personal input::-ms-input-placeholder {
    color: var(--text-color);
}

.logofooter img {
    width: 94px;
}

footer {
    background: var(--root-dark);
    color: var(--text-light-color);
    padding-top: 60px;
    padding-bottom: 40px;
}

footer p {
    margin: 0 0 10px;
    font-size: 14px;
}

.logofooter {
    display: block;
    margin-bottom: 10px;
}

.logofooter ~ a {
    color: var(--text-light-color);
    font-size: 14px;
    width: 170px;
    display: inline-block;
    max-width: 100%;
}

.f_phones a {
    color: var(--text-light-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.f_phones span {
    display: block;
    font-size: 14px;
    line-height: 100%;
}

.f_links a {
    color: var(--text-light-color);
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin-top: 30px;
    width: 225px;
    max-width: 100%;
}

#make_requ input, #make_requ textarea {
    margin: 20px 0px;
}

#make_requ textarea {
    display: block;
    width: 100%;
    height: 140px;
    margin-bottom: 0px;
}

#make_requ .upl_file {
    overflow: hidden;
    display: inline-block;
    position: relative;
    border: 0px;
    vertical-align: middle;
    padding-top: 0px;
    height: 40px;
    padding-left: 40px;
    cursor: pointer;
}

#make_requ .upl_file input.custom-file-input {
    margin-left: -176px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    outline: none;
    cursor: pointer;
    min-width: 365px !important;
    height: 25px;
    color: var(--text-light-color);
    margin-top: 0px;
    margin-bottom: 0px;
}

#make_requ .upl_file input.custom-file-input + span {
    position: absolute;
    top: 6px;
    left: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    width: 100%;
    background: var(--root-middle);
    height: 25px;
    pointer-events: none;
    display: block;
}

#make_requ:focus-within .upl_file input.custom-file-input + span {
    display: none;
}

@-moz-document url-prefix() {
    #make_requ .upl_file input.custom-file-input {
        margin-left: -97px !important;
    }
}

#make_requ .upl_file:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAMAAAC+oj0CAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA7VBMVEXZ7PL////Z7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PLZ7PL////62HuGAAAATnRSTlMAABADPNXl7YgGFhFO4j0NroUe3EYq6wFhB0/FH2ALDzcv22dKLMxbM+NByX/aX2l+P9RNoHsV5w6Aw3B9CexThEKrOQTGa1aSSYqebhQ6Pi5mAAAAAWJLR0QB/wIt3gAAAAd0SU1FB+QDHw0jHzWiJ+oAAADESURBVBjTbc7lEoJQEAXgXVBUEAMU7C7s7u58/9eRuneEcf/tNztnD4BrkGER0a0eL+fzBxzMCxAUQxiORH9ZkmNBMa4nMIr6qwldQWfVl3Srwak0DcnIWVNzeSxwRcJSqVwRqwBCrd7QmqSgJFvKtNqmWix1uk7F/4rWt54SN3L7BW6ANvOlLAxHRIHweALATYlSns0BFsvVcG0q4c3W+LrbHyyl13LGLGkr5fWR1beTrZTPx8v1dtdC4GSAx/P1/oCDvy1FFkqZAxI8AAAAAElFTkSuQmCC) var(--root-middle);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 5px;
}

#make_requ .upl_file {
    height: 60px;
    margin: 20px 0px;
    color: var(--text-light-color);
}

#make_requ .upl_file input.custom-file-input + span {
    background: var(--root-middle);
    padding: 10px;
    display: block;
    margin-top: -6px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    height: auto;
}

.custom-file-input {
    border: 0px !important;
    height: 100% !important;
    box-shadow: none !important;
}

.feedback_full .nav-link {
    color: var(--text-light-color);
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 15px;
}

.feedback_full .nav-link.active {
    font-weight: bold;
    border-bottom: 4px #91c6cf solid;
}

.feedback_full h2 {
    margin-bottom: 30px;
}

.feedback_full {
    margin-top: 60px;
}

.contacts_page p {
    font-size: 18px;
}

.office_work {
    background: var(--root-light);
    padding: 10px 0px;
}

.office_work p {
    margin: 0px;
}

.moduletable.content-menu {
    max-width: 1140px;
    margin: 0px auto;
    padding-top: 20px;
}

.content-menu a {
    display: inline-block;
    padding: 2px 5px;
    text-decoration: underline;
    font-size: 24px;
    color: var(--link);
    margin-right: 15px;
}

.introduction_block .red-block h2 {
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 40px;
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    margin-top: 30px;
}

.introduction_block .red-block {
    background: linear-gradient(to right, RGBA(179,21,32,1) 0%,RGBA(255,66,79,1) 100%);
    min-height: 260px;
    max-width: 900px;
    padding: 55px 40px 40px 40px;
    top: -60px;
    position: relative;
    color: var(--text-light-color);
    z-index: 2;
}


.introduction_block .white-block {
    border: 13px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
    padding: 60px 60px 80px 60px;
    max-width: 850px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-left: -100px;
    z-index: 5;
    margin: 0 auto;
}
.white-block span {
    display: block;
}
.white-block img.partner {
    float: left;
    margin-right: 15px;
}

.white-block ul {
    padding: 0;
}
.introduction_block .white-block li:first-child {
    /* font-size: 18px; */
    /* margin-bottom: 40px; */
}

.introduction_block .red-block img {
    float: left;
    display: block;
    margin: 0;
    padding: 20px 30px 0 0;
}

.white-block li {
    background: url(/include/site/img/gal.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: left top;
    padding-left: 40px;
    list-style: none;
    line-height: 130%;
}

.intro_text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
}

.intro_text p {
    text-align: center;
    font-size: 18px;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.price_site_block {
    padding-bottom: 100px;
}

.price_container h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: #008397;
    background: -moz-linear-gradient(top, #008397 0%, #003347 100%);
    background: -webkit-linear-gradient(top, #008397 0%,#003347 100%);
    background: linear-gradient(to bottom, #008397 0%,#003347 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008397', endColorstr='#003347',GradientType=0 );
    color: #0B2349;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px !important;
    font-family: 'PT Sans', sans-serif !important;
}

.price_site_block .price-header {
    background: var(--root-dark);
    min-height: 170px;
    text-align: center;
    padding: 20px;
    border: 0;
}

.price_site_block .col-md-4:hover .price-header {
    background: var(--root-middle);
}

.price_site_block .col-md-4 ul {
    border: 7px solid rgba(0,0,0, 0);
    margin-top: 20px;
    padding: 20px 20px 0px 20px;
    text-align: center;
}

.price_site_block .col-md-4:hover ul {
    border: 7px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
}

.price_site_block .price-header img {
    margin: 0 auto;
}

.price_site_block .price-header h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 140%;
}

.price_site_block li {
    list-style: none;
    min-height: 249px;
    margin-top: 0px;
    font-size: 16px;
}

.price_site_block ul {
    padding: 0px;
}

.price_site_block .price-nastroika {
    max-width: 100%;
    display: block;
}

.price_site_block .price-price p {
    margin: 0 !important;
}

.container.price_site_block {
    padding-bottom: 100px;
}

.price_site_block .price-header {
    background: var(--root-dark-middle);
    min-height: 170px;
    text-align: center;
    padding: 20px;
    border: 0;
    color: var(--text-light-color);
}

.price_site_block .col-md-4:hover .price-header {
    background: var(--root-middle);
}

.price_site_block .col-md-4 ul {
    border: 7px solid rgba(0, 0, 0, 0);
    margin-top: 20px;
    padding: 20px 20px 0px 20px;
    text-align: center;
}

.price_site_block .col-md-4:hover ul {
    border: 7px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
}

.price_site_block .price-header img {
    margin: 0 auto;
}

.price_site_block .price-header h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 140%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.price_site_block li {
    list-style: none;
    min-height: 249px;
    margin-top: 0px;
    font-size: 16px;
}

.price_site_block ul {
    padding: 0px;
}

.price_site_block span {
    /* width: 390px; */
}

.price_site_block .price-nastroika {
    max-width: 100%;
    display: block;
}

.price_site_block .price-price p {
    margin: 0 !important;
}

.price-header img {
    max-height: 38px;
}

.price-nastroika span {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.price_site_block p {
    text-align: center;
    font-size: 18px;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.price_site_block .price-nastroika {
    max-width: 100%;
    display: block;
}

a.callme {
    color: var(--text-light-color);
    width: 200px;
    height: 50px;
    padding: 12px 10px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

a.callme.price-btn {
    background: #b1151f00;
    background: -webkit-linear-gradient(left, #b1151f00 0%,#ff3e4b00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2f262700),to(#ff3e4b00));
    background: -o-linear-gradient(left, #b1151f00 0%,#ff3e4b00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b1151f00),to(#ff3e4b00));
    background: linear-gradient(to right, #b1151f00 0%,#ff3e4b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1151f00', endColorstr='#b1151f00',GradientType=1 );
    color: #000 !important;
    font-size: 24px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 230px;
    max-width: 230px;
    line-height: 100% !important;
    text-align: center !important;
    height: 70px;
    padding: 10px 10px;
    border: 10px solid #b1151f;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    -webkit-border-image: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    -o-border-image: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#b1151f ),to(#ff3e4b));
    border-image: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    border-image: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    border-image-slice: 1;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-decoration: none;
}

a.callme.price-btn:hover {
    background: #b1151f;
    background: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    background: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1151f', endColorstr='#ff3e4b',GradientType=1 );
    color: var(--text-light-color) !important;
}

.site_preimushestva {
    padding-bottom: 60px;
}

.col-md-4.seo-red {
    background: var(--bg-red) !important;
    color: var(--text-light-color);
    height: 340px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site_preimushestva .col-md-4 {
    padding: 25px 25px;
    background: #F0F8FA;
    margin: 10px;
    min-height: 370px;
    width: -webkit-calc(33.333333% - 20px);
    width: calc(33.333333% - 20px);
    line-height: 120%;
    line-height: 140%;
    font-weight: normal;
}

.site_preimushestva .col-md-4:hover {
    background: var(--text-light-color);
}

.col-md-4.seo-red h2 {
    font-size: 30px;
}

.site_preimushestva h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 290px;
    line-height: 130%;
    margin-top: 20px;
}

.portfolio_block {
    padding-bottom: 100px;
}

header.active {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,.72);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0 7px 8px -4px, rgb(0 0 0 / 23%) 0 7px 8px -4px;
    box-shadow: 0 7px 8px -4px rgb(0 0 0 / 16%), 0 7px 8px -4px rgb(0 0 0 / 23%);
}

.etap_tabs ul.nav-tabs {
    counter-reset: section;
    border: 0;
}

.etap_tabs ul.nav-tabs li a:before {
    counter-increment: section;
    content: "" counter(section) "";
    color: #D9ECF2;
    font-size: 120px;
    position: absolute;
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-family: 'Montserrat Alternates', sans-serif;
    z-index: 0;
}

.etap_tabs ul.nav-tabs li a.active:before {
    counter-increment: section;
    content: "" counter(section) "";
    color: var(--root-middle);
    font-size: 120px;
    position: absolute;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    top: -25px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.etap_tabs {
    background: #F0F8FA;
    counter-reset: dots;
    padding: 30px 0px 60px 0px;
}

.etap_tabs ul.nav.nav-tabs li a {
    max-width: 195px;
    height: 120px;
    padding: 0px !important;
    min-width: 195px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer !important;
    position: relative;
    align-content: center;
}

.etap_tabs ul.nav.nav-tabs li a {
    position: relative;
    border: 0;
    font-size: 18px;
    /* height: auto !important; */
    width: 100%;
    padding: 10px;
    cursor: pointer !important;
    text-align: center;
    margin-top: 20px;
    line-height: 120%;
    color: #555;
}

.etap_tabs a.nav-link.active {
    font-weight: bold;
    background: no-repeat;
    border: 0;
}

.etap_tabs ul.nav.nav-tabs li a span {
    position: relative;
}

.etap_tabs .tab-content {
    border: 15px solid var(--text-light-color);
    -webkit-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    margin-top: 30px;
    position: relative;
    background: #F0F8FA;
}

.etap_tabs .tab-content .tab-pane {
    padding: 60px;
    z-index: 0;
}

li.nav-item {
    z-index: 3;
}

.etap_tabs .nav-item a.active:after {
    display: block;
    content: '';
    background: #F0F8FA;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 128px;
    border: 15px solid var(--text-light-color);
    width: 50px;
    height: 50px;
    z-index: 10;
    border-bottom: 0;
    border-right: 0;
}

.tab-content li {
    background: url(/include/site/img/gal.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    /* background-position: left top; */
    background-position: left;
    padding-left: 40px;
    list-style: none;
    margin-bottom: 30px;
}

section.jobs .tab-content li {
    margin-bottom: 15px;
    background: no-repeat;
    padding-left: 0;
}

.diagram-seo {
    padding: 30px 0px 100px 0px;
    background: #F0F8FA;
    font-weight: 500;
    margin-bottom: 0px;
}

.col-md-12.dia1 {
    margin-top: 0px;
    max-width: 230px;
    margin-left: 120px;
    text-align: right;
    line-height: 120%;
    font-weight: 600;
    position: relative;
}

.col-md-12.dia1:after {
    content: "";
    width: 27px;
    height: 27px;
    background: #004257;
    margin: 0 auto;
    position: absolute;
    margin-top: 3px;
    border-radius: 30px;
    right: -30px;
    top: 0;
}

.col-md-12.dia2 {
    max-width: 250px;
    margin-left: 10px;
    text-align: right;
    line-height: 120%;
    margin-top: 130px;
    position: relative;
}

.col-md-12.dia4:after {
    content: "";
    width: 27px;
    height: 27px;
    background: var(--root-middle);
    margin: 0 auto;
    position: absolute;
    margin-top: 3px;
    border-radius: 20px;
    left: 10px;
    top: -40px;
}

.col-md-12.dia3 {
    max-width: 310px;
    margin-left: -60px;
    text-align: left;
    line-height: 120%;
    margin-top: -50px;
    position: relative;
}

.col-md-12.dia3:after {
    content: "";
    width: 27px;
    height: 27px;
    background: var(--root-middle);
    margin: 0 auto;
    position: absolute;
    margin-top: 3px;
    border-radius: 20px;
    left: -30px;
    top: 0px;
}

.col-md-12.dia4 {
    margin-top: 110px;
    margin-left: 0px;
    line-height: 120%;
    position: relative;
}

.col-md-12.dia5 span {
    max-width: 480px;
    margin-left: 90px;
    text-align: center;
    line-height: 120%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.col-md-12.dia2:after {
    content: "";
    width: 27px;
    height: 27px;
    background: var(--bg-red);
    margin: 0 auto;
    position: absolute;
    margin-top: 3px;
    border-radius: 20px;
    right: 20px;
    top: -30px;
}

.col-md-12.dia5 {
    margin-top: 70px;
}

.col-md-12.dia5 span:after {
    content: "";
    width: 27px;
    height: 27px;
    background: #B61521;
    position: absolute;
    border-radius: 20px;
    /* right: -30px; */
    top: -40px;
    margin: 0 auto;
    margin-left: -100px;
}

.diagram-seo h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    max-width: 790px;
    margin: 0 auto;
    margin-bottom: 150px;
    padding: 0px 10px;
    text-align: center;
}

.col-md-4.dia-img {
    width: 600px;
}

.col-md-4.dia-left {
    width: 285px;
}

.col-md-4.dia-right {
    width: 285px;
}

.diagram-seo h3 {
    font-size: 36px;
    color: var(--root-middle);
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

section.voprosy_block {
    background: #F0F8FA;
    padding: 15px 0px;
    padding-bottom: 60px;
}

.voprosy_block h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    margin-bottom: 30px;
}

.voprosy_block a.vopros {
    display: block;
    outline: none;
    padding-left: 30px;
    position: relative;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px 35px 8px 30px;
    cursor: pointer;
    max-width: max-content;
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
}

.voprosy_block a.vopros.opened:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.voprosy_block a.vopros:before {
    content: "?";
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: var(--bg-red);
    position: absolute;
    left: 0;
}

.voprosy_block a.vopros:after {
    content: "";
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: var(--bg-red);
    right: 0;
    position: absolute;
    background: url(/include/site/img/open.png);
    width: 25px;
    height: 25px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: right;
}

.voprosy-block .nn_sliders-group.active span.rl_sliders-toggle-inner.nn_sliders-toggle-inner:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.voprosy_block .content {
    border-top: 0px solid #e5e5e5;
    padding: 15px;
    padding-left: 60px;
}

.container_voprosy {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.related_block h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    margin-bottom: 30px;
    /* padding: 0px 10px; */
    padding-top: 10px;
}

section.related_block {
    padding: 30px 0px;
}

section.related_block h4 a {
    color: var(--root-dark-middle);
    font-size: 18px;
    line-height: 120%;
    text-decoration: none;
}

section.related_block h4 {
    font-size: 18px;
    line-height: 100%;
}
.menu1 {
    padding-bottom: 10px;
}
.container2new {
    background: #F0F8FA;
    padding: 30px 0px 60px 0px;
    margin-bottom: 60px;
}

.container2new span,  .container2new .span {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.container2new span img, .container2new .span img {
    /* max-height: 95px; */
    margin-right: 30px;
    max-width: 70px;
}

.container2new .row {
    display: flex;
    align-items: center;
}

.container2new .container {
    border: 15px solid var(--text-light-color);
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.container2newimg img {
    margin: 0 auto;
}

.col-md-4.seo-reiting img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.custom.reiting-seo {
    padding: 0px 0px 60px 0px;
}

.depozit_block h2 {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
}

.depozit_block .customachtung {
    padding: 35px 0px 35px 0px;
    background: #F0F8FA;
}

.depozit_block img {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

section.etap_block h2 {
    margin-bottom: 60px;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.messegers li {
    background: none;
    padding-left: 0;
}

.messegers ul {
    padding-top: 15px;
    padding-bottom: 10px;
}

.col-md-12.messegers img {
    float: left;
    margin-right: 5px;
}

.col-md-12.messegers a {
    color: var(--text-color);
}

.messegers img {
    max-width: 30px;
    margin-right: 40px;
    display: block;
}

.rate_seo {
    display: block;
    margin: 0px auto;
    width: 150px;
    max-width: 100%;
}

.pre_gar_seo {
    border-width: 13px;
    padding: 50px 100px 20px 100px;
}

.pre_gar_seo h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
    padding: 0px 10px;
    text-align: center;
}

.seo_preim {
    margin-top: 60px;
    margin-bottom: 100px;
}

.col-md-4.seo-price-item h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.col-md-4.seo-price-item {
    padding: 35px 35px;
    background: var(--root-dark-middle);
    color: var(--text-light-color);
    height: 195px;
    margin-bottom: 10px;
}

.price-seo {
    margin: 0 auto;
    max-width: 150px;
    text-align: right;
}

.seo_prices {
    margin-bottom: 60px;
}

.seo-price-block {
    padding: 0;
    border: 5px solid rgba(0,0,0,0.0);
    border-width: 5px !important;
    margin-left: 10px;
    width: -webkit-calc(66.66666667% - 10px);
    width: calc(66.66666667% - 10px);
    margin-bottom: 10px;
}

.col-md-8.seo-price-block .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 160px;
}

.col-md-8.seo-price-block p {
    margin: 0 auto;
    max-width: 149px;
    width: 100%;
}

.price-seo span {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.row.price-seo-head {
    margin-bottom: 5px;
}

a.seo-callme {
    color: var(--root-middle);
    text-decoration: underline;
    width: 100%;
    max-width: 280px;
    text-align: left;
    background: url(/include/seo/img/page.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: center left;
    padding: 12px 10px;
    padding-left: 70px;
    height: auto;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.row.price-seo-head p {
    margin: 0;
}

.row.price-seo-head .col-md-8 {
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

.seo_prices h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.seo_prices .container > .row {
    padding-left: 12px;
    padding-right: 12px;
}

.seo_discount h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 80px;
}

.customsale-context span {
    display: block;
    position: relative;
    height: 150px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 60px !important;
    color: var(--text-light-color);
    z-index: 2;
    margin-top: 0px;
    line-height: 160%;
    max-width: 150px;
    margin: 0 auto;
}

.customsale-context span p {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 60px !important;
    color: var(--text-light-color);
    z-index: 2;
    margin-top: 0px;
    line-height: 160%;
}

.customsale-context span p::before {
    content: "";
    background: #b1151f;
    background: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    background: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1151f', endColorstr='#ff3e4b',GradientType=1 );
    color: var(--text-light-color) !important;
    width: 150px;
    height: 150px;
    display: block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    z-index: -1;
    position: absolute;
    margin-top: -35px;
    margin-left: -50px;
}

.customsale-context p {
    font-size: 18px;
    color: var(--text-light-color);
    max-width: 280px;
    margin: 0 auto;
}

.customsale-context {
    background: var(--root-middle);
    z-index: -1;
    padding-bottom: 40px;
}

.seo_discount {
    margin-top: 60px;
}

.seo_audit {
    background: #f0f8fa;
    margin-top: 30px;
    padding: 30px 0px 30px 0px;
    background-image: url(/include/seo/img/lupa.png);
    background-position: center bottom;
    background-size: 260px;
    background-repeat: no-repeat;
}

.seo_audit p {
    font-weight: 600;
    max-width: 440px;
}

.seo_audit ul {
    max-width: 470px;
    margin: 0 auto;
}

.seo_audit li {
    background: url(/include/seo/img/gal.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    padding-left: 40px;
    list-style: none;
    margin-bottom: 30px;
    font-weight: 600;
}

.seo_audit a {
    color: #0e4456;
    font-weight: 600;
    text-decoration: underline;
}

.seo_audit h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 60px;
}

section.download_block {
    background: var(--root-middle);
    color: var(--text-light-color);
    padding: 5px 30px;
}

a.kp_download {
    display: flex;
    align-items: center;
    color: var(--text-light-color);
    font-size: 18px;
    line-height: 110%;
}

section.download_block img {
    max-width: 40px;
    margin-right: 30px;
}

section.zadachi_block h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
}

section.zadachi_block li {
    text-align: left;
    padding: 10px 20px;
    min-height: 50px;
    list-style: none;
}

section.zadachi_block li:nth-child(odd) {
    background: #F0F8FC;
    line-height: 24px;
}

section.zadachi_block ul {
    padding: 0px;
    margin-top: 10px;
    padding-top: 20px;
    border-bottom: 6px solid #0000;
}

section.zadachi_block {
    padding: 30px 0px;
}

.personal a {
    color: var(--text-light-color);
}

.modal .personal a {
    color: var(--text-color);
}

.jobs .full_link {
    padding-left: 0px;
    background: none;
    margin-left: 0px;
}

dd.published {
    display: inline-block;
    color: #666;
    text-transform: uppercase;
    margin: 0 8px;
}

span.news-date-time {
    color: #666;
}

.bx-breadcrumb {
    padding-top: 30px;
    padding-bottom: 10px;
}

.bx-breadcrumb-item-text {
    font-size: 15px;
}
.context1 .red-block {
    background: #ff3e4b;
    background: -webkit-linear-gradient(top, #ff3e4b 0%,#b1151f 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3e4b),to(#b1151f));
    background: -o-linear-gradient(top, #ff3e4b 0%,#b1151f 100%);
    background: linear-gradient(to bottom, #ff3e4b 0%,#b1151f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e4b', endColorstr='#b1151f',GradientType=0 );
    color: var(--text-light-color);
    padding: 30px 40px;
    max-width: 410px;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-height: 500px;
    z-index: 4;
    /* text-align: center; */
    top: -40px;
}

.context1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 90px;
    margin-bottom: 30px;
}

.white-block li {
    font-size: 18px;
    margin-bottom: 20px;
}

.context1 .white-block {
    border: 13px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
    padding: 20px 100px 20px 135px;
    max-width: 850px;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    /* margin-top: 40px; */
    margin-left: -100px;
    height: 525px;
    z-index: 3;
}
.context1 .red-block h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 30px;
    text-transform: none;
}
.context1 .white-block ul {
    padding: 0;
    margin: 0;
}
.context3 {
    background: var(--root-middle);
    position: relative;
    color: var(--text-light-color);
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 60px;
    margin-bottom: 60px;
}
.context3 span {
    background: var(--bg-red);
    position: absolute;
    display: block;
    bottom: 0px;
    left: -48px;
    padding: 35px 60px 35px 60px;
    font-size: 36px;
    /* line-height: 100%; */
    line-height: 100%;
}

.context3 .col-md-6 {
    min-height: 280px;
    position: relative;
}

.context3 h2 {
    font-size: 36px;
    max-width: 490px;
}

.context3 p {
    font-size: 18px;
}

.context2 .col-md-4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.context2 .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.context2 .col-md-12 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 60px;
    /* padding: 0; */
    position: relative;
}

.context2 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 0px 100px 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.context2 .col-md-6 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.dot0:after {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--root-dark);
    margin: 0 auto;
    position: absolute;
    margin-top: 40px;
    border-radius: 10px;
}

.dot1:after {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--root-dark);
    margin: 0 auto;
    position: absolute;
    margin-top: 3px;
    border-radius: 10px;
    right: -30px;
}

.dot2:after {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--root-dark);
    margin: 0 auto;
    position: absolute;
    margin-top: 3px;
    border-radius: 10px;
    right: -30px;
    top: 0px;
}

.dot3:after {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--root-dark);
    margin: 0 auto;
    position: absolute;
    margin-top: 3px;
    border-radius: 10px;
    left: -20px;
}

.dot4:after {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--root-dark);
    margin: 0 auto;
    position: absolute;
    border-radius: 10px;
    /* margin-top: -30px; */
    border-radius: 10px;
    left: -30px;
    top: 8px;
}

.dot5:before {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--root-dark);
    margin: 0 auto;
    position: absolute;
    /* margin-top: 40px; */
    border-radius: 10px;
    top: -15px;
    right: 10px;
}

.dot6:before {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--root-dark);
    margin: 0 auto;
    position: absolute;
    /* margin-top: 40px; */
    border-radius: 10px;
    top: -15px;
    left: 15px;
}

.col-md-6.dot5 {
    max-width: 270px;
    margin-right: 12%;
    text-align: right;
}

.col-md-6.dot6 {
    max-width: 270px;
    margin-left: 12%;
}

.col-md-12.dot1 {
    width: 300px;
}
.context2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
}
  .prelest.context2 {
    padding: 0px 10px;
    padding-bottom: 60px;
  }

.sp-module.price-block {
    max-width: 1170px;
    margin: 0 auto;
    border: none;
    width: 100%;
    padding: 30px 0px;
}

.price_block li:nth-child(odd) {
    background: #F0F8FC;
    line-height: 24px;
}

.price_block ul {
    padding: 0px;
    margin-top: 10px;
    padding-top: 20px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
}

.price_block li {
    list-style: none;
}

.price_block .col-md-4 {
    padding: 0;
}

.price_block img {
    margin: 0 auto;
}

.price-header {
    min-height: 150px;
    text-align: center;
    background: var(--root-middle);
    padding: 20px;
    color: var(--text-light-color);
    border: 5px solid var(--text-light-color);
}

.price-header:hover {
    background: var(--root-dark-middle);
}

.price-header img {
    max-height: 38px;
}

.price_block li {
    padding: 10px 20px;
    text-align: center;
    min-height: 50px;
}

.price-block .col-md-4:nth-child(1) {
    width: 40%;
    border: 0 none;
}



.price-block .col-md-4:nth-child(1) li {
    text-align: right;
    line-height: 24px;
}

.price-block .col-md-4:nth-child(2) {
    width: 30%;
}

.price-block .col-md-4:nth-child(3) {
    width: 30%;
}

.price-block colgroup:nth-child(1) {
    max-width: 32%;
    border: 0 none;
    width: 490px;
}

.price-block colgroup:nth-child(2) {
    max-width: 32%;
    width: 320px;
}

.price-block colgroup:nth-child(3) {
    max-width: 32%;
    width: 320px;
}

.price-block thead th:nth-child(1) {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

.pricing-table thead th {
    background-color: var(--root-middle);
    text-align: center;
    position: relative;
    padding: 1em 0 1em;
    font-weight: 400;
}

.price-block th, .price-block td {
    line-height: normal;
    color: var(--text-color);
    vertical-align: middle;
    padding: 12px;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}

.price-block tbody tr:nth-child(odd) th, .price-block tbody tr:nth-child(odd) td {
    background: #F0F8FA;
}

.pricing-table-bottom thead th:nth-child(1) {
    border: none;
}

.price-block table.pricing-table-bottom {
    width: 100%;
    padding: 51px;
}

.price-block table.pricing-table {
    width: 100%;
    border: 0;
}

table.pricing-table img {
    margin: 0 auto;
}

table.pricing-table h3 {
    color: var(--text-light-color);
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

table.pricing-table tbody {
    border-top: 40px solid var(--text-light-color);
}

.price-block tr th {
    text-align: right;
    font-weight: 500;
    font-size: 18px;
}

.price-block thead th {
    text-align: center !important;
    padding: 20px 10px;
}

th.border-right {
    border-right: 7px solid var(--text-light-color);
    background: var(--root-dark-middle) !important;
}

th.border-left {
    border-left: 7px solid var(--text-light-color);
}

a.callme {
    color: var(--text-light-color);
    width: 200px;
    height: 50px;
    padding: 12px 10px;
    display: block;
    max-width: 200px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.sp-module.price-block h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
}

a.callme.price-btn {
    background: #b1151f00;
    background: -webkit-linear-gradient(left, #b1151f00 0%,#ff3e4b00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2f262700),to(#ff3e4b00));
    background: -o-linear-gradient(left, #b1151f00 0%,#ff3e4b00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b1151f00),to(#ff3e4b00));
    background: linear-gradient(to right, #b1151f00 0%,#ff3e4b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1151f00', endColorstr='#b1151f00',GradientType=1 );
    color: #000 !important;
    font-size: 24px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 230px;
    max-width: 230px;
    line-height: 100% !important;
    text-align: center !important;
    height: 70px;
    padding: 10px 10px;
    border: 10px solid #b1151f;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    -webkit-border-image: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    -o-border-image: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#b1151f ),to(#ff3e4b));
    border-image: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    border-image: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    border-image-slice: 1;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

a.callme.price-btn:hover {
    background: #b1151f;
    background: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    background: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1151f', endColorstr='#ff3e4b',GradientType=1 );
    color: var(--text-light-color) !important;
}

.price-nastroika {
    max-width: 100%;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    text-align: center;
}

.price-vedenie {
    max-width: 100%;
    display: inline-block;
    margin: 5px;
    vertical-align: bottom;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.price-nastroika p {
    margin: 0;
    font-size: 18px;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 5px;
}

.price-vedenie p {
    margin: 0;
    margin: 0;
    font-size: 18px;
    text-transform: lowercase;
    margin-bottom: 5px;
    text-align: center;
}

.price-nastroika span {
    font-size: 42px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.price-nastroika span b {
    font-weight: 400;
    font-size: 40px;
}
.price-vedenie span {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 15px;
}

table.pricing-table-bottom td {
    padding: 0;
}

.pricing-table td:nth-child(2) {
    border-left: 5px solid #003448;
    border-right: 5px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1 !important;
    display: block;
    min-height: 50px;
}

.pricing-table-bottom td:nth-child(2) {
    border-left: 5px solid #003448;
    border-right: 5px solid #003448;
    border-bottom: 5px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1 !important;
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
}

.line-price {
    border-top: 5px solid #003448 !important;
}

.price-block .col-md-4:nth-child(2):hover .price-header {
    background: var(--root-dark-middle);
}

.price-block .col-md-4:nth-child(3):hover .price-header {
    background: var(--root-dark-middle);
}

.price-block .col-md-4:nth-child(2) ul:hover {
    padding: 0px;
    border: 6px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
    margin-top: 10px;
    padding-top: 14px;
}

.price-block .col-md-4:nth-child(2) .price-header:hover ~ ul {
    padding: 0px;
    border: 6px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
    margin-top: 10px;
    padding-top: 14px;
}

.price-block .col-md-4:nth-child(2) ul:hover .price-btn {
    background: #b1151f;
    background: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    background: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1151f', endColorstr='#ff3e4b',GradientType=1 );
    color: var(--text-light-color) !important;
}

.price-block .col-md-4:nth-child(3) ul:hover .price-btn {
    background: #b1151f;
    background: -webkit-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b1151f),to(#ff3e4b));
    background: -o-linear-gradient(left, #b1151f 0%,#ff3e4b 100%);
    background: linear-gradient(to right, #b1151f 0%,#ff3e4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1151f', endColorstr='#ff3e4b',GradientType=1 );
    color: var(--text-light-color) !important;
}

.price-block .col-md-4:nth-child(3) ul:hover {
    padding: 0px;
    border: 6px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
    margin-top: 10px;
    padding-top: 14px;
}

.price-block .col-md-4:nth-child(3) .price-header:hover ~ ul {
    padding: 0px;
    border: 6px solid #003448;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    -webkit-border-image: -webkit-linear-gradient(left, #003448 0%,#008397 100%);
    -o-border-image: -o-linear-gradient(left, #003448 0%,#008397 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#003448),to(#008397));
    border-image: linear-gradient(to right, #003448 0%,#008397 100%);
    border-image-slice: 1;
    margin-top: 10px;
    padding-top: 14px;
}

.price-price {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.price_block h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
section.price_block h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
}

section.price_block {
    padding-top: 60px;
    padding-bottom: 60px;
}
.price-block .col-md-4:nth-child(1) .price-header {
    width: 40%;
    border: 0 none;
    background: none;
}
.portfolio_item .item-link a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border: 3px #fff solid;
  padding: 10px 20px;
  display: inline-block;
}
.portfolio_item .item-link {
    text-align: center;
}
.portfolio_item .item {
  padding-bottom: 15px;
}
.detail_mess li {
  list-style-type: none;
  position: relative;
  padding: 0px 0 0 20px;
}
.detail_mess li:before {
  background: #e7414c;
  content: " ";
  padding-right: 0px;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 60px;
  left: 0;
  top: 10px;
}
.detail_mess img {
    /*width: 900px;*/
    max-width: 100%;
}
.a18622da_e04c_41fc_b6ea_82a9b5417c40_6bd79e10_5bb8_4d3b_a208_ccc01b469bf4_root div a {
    display: block !important;
}
.a18622da_e04c_41fc_b6ea_82a9b5417c40_6bd79e10_5bb8_4d3b_a208_ccc01b469bf4_root a {
    display: none !important;
}

a.a18622da_e04c_41fc_b6ea_82a9b5417c40_6bd79e10_5bb8_4d3b_a208_ccc01b469bf4_center {
    display: block !important;
}
.grecaptcha-badge {
    display: none !important;
}
.logofooter ~ a {
    line-height: 130%;
}

.jobs_slider .owl-dot {
  width: 15px;
  height: 15px;
  display: block;
  background: var(--root-light) !important;
  opacity: 1;
  font-size: 0px !important;
  margin: 0px 5px;
}
.jobs_slider .owl-dots {
  display: flex;
  justify-content: flex-end;
}
.jobs_slider .owl-dot.active {
  background: var(--root-middle) !important;
}
.page-item.active .page-link {
  background-color: var(--root-dark-middle);
  border-color: var(--root-dark-middle);
}
.page-link {
  color: var(--root-dark-middle);
}

.keys_detail .detail_mess img {
  width: auto;
}
.ya-share2 {
  margin-bottom: 15px;
}
.result_gord {
  border-width: 13px;
  padding: 45px 30px;
}
.result_gord h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.seo_slider_block .owl-carousel .owl-item img {
  width: 598px;
  height: 396px;
  object-fit: scale-down;
}
.seo_slider_block .owl-carousel .owl-item img {
  width: 598px;
  height: 396px;
  object-fit: scale-down;
}
.seo_slider_text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
}
.seo_slider_text ul {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 19px 0px;
  list-style: none;
  padding: 0px;
}
.seo_slider_text ul li:before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--bg-red);
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 20px;
}
.seo_slider_block {
  margin-top: 30px;
}
.seo_slider_block .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.seo_slider_block .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: block;
  background: var(--root-light) !important;
  margin: 0px 5px;
}
.seo_slider_block .owl-dot.active {
  background: var(--root-middle) !important;
}
.result_gord {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.7s ease;
}
.seo_preim.loaded .result_gord {
  opacity: 1;
  transform: translateY(0px);
}
.result_gord .red_border.red_gradient_hov {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 18px 0px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-top: 45px;
}
.result_gord .red_border.red_gradient_hov:hover {
  color: #fff;
}
.form-group.select_messanger input {
  width: auto;
  height: auto;
  display: block;
  margin: 0px;
  margin-right: 5px;
}
.form-group.select_messanger > span {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.form-group.select_messanger {
  display: flex;
  flex-wrap: wrap;
}
.form-group.select_messanger > * {
  flex: 1 1 auto;
}
.form-group.select_messanger label {
  height: 50px;
  font-size: 16px;
  color: var(--text-color);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 6px 12px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  margin: 0px 0px 20px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#modal_seo .red_border.red_gradient_hov {
  display: block;
  width: 100%;
  background: transparent;
  padding: 10px 0px;
  font-weight: bold;
}
#modal_seo .red_border.red_gradient_hov {
  background: linear-gradient(to right, RGBA(179,21,32,1) 0%,RGBA(255,66,79,1) 100%);
  color: #fff;
}
#modal_seo h4 {
  font-size: 36px;
  text-align: center;
}
#modal_seo h4+p {
  width: 250px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 15px;
}
.form-group.select_messanger label {
  border: 0px;
  box-shadow: none !important;
  margin-bottom: 0px;
}
.form-group.select_messanger label span {
  color: #979797;
}
nav.pagination-container.d-flex.justify-content-between {
    display: flex;
    flex-wrap: wrap;
}

.red-block.fz img {
    float: none !important;
    margin: 0 !important;
    padding: 0px !important;
}

.red-block.fz h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.red-block.fz {
    max-height: 340px;
}
.fz152 .white-block {
    height: 385px;
    padding: 20px 60px 20px 135px;
}



.fz152 .context3 span {
    font-size: 22px;
    line-height: 130%;
    position: relative;
    padding: 35px 20px 35px 60px;
    left: -59px;
}

.fz152 .context3 p {
    margin-bottom: 10px;
}



section.seo_audit.fz152 p {
    font-weight: 400;
}

section.seo_audit.fz152 li {
    font-weight: 400;
}
section.checklist li {
    padding-left: 40px;
    line-height: 130%;
    background: url(/include/site/img/gal.png) left top / auto no-repeat;
    background-position: left top;
    list-style: none;
    margin-bottom: 15px;
}
section.checklist ul {
    padding-left: 0px;
}

section.checklist {
    padding: 60px 0px;
}

section.checklist h2 {
font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 60px;
}





@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    .img-item {
        max-width: 50%;
    }

    .port_rig {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 50%;
        justify-content: space-between;
    }

    .etap_tabs {
        background: #F0F8FA;
        counter-reset: dots;
        padding: 30px 0px 30px 0px;
    }

    .diagram-seo {
        padding: 30px 0px 30px 0px;
        background: #F0F8FA;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .diagram-seo h2 {
        margin-bottom: 60px;
    }

    .diagram-seo .container {
        max-width: 95%;
        /* text-align: center; */
    }

    .diagram-seo .container .row {
        color: var(--text-light-color);
        /* text-align: center; */
    }

    .col-md-4.dia-img:after, .col-md-4.dia-left:after, .col-md-4.dia-right:after, .col-md-12.dia5 span:after, .col-md-12.dia1:after, .col-md-12.dia2:after, .col-md-12.dia3:after, .col-md-12.dia4:after, .col-md-12.dia5:after, .col-md-4.dia-img {
        display: none;
    }

    .col-md-4.dia-left {
        width: 100%;
        /* text-align: center; */
    }

    .col-md-4.dia-right {
        width: unset;
    }

    .col-md-12.dia5 span {
        max-width: unset;
        text-align: left;
    }

    .col-md-12.dia1 {
        max-width: 100%;
        margin-left: unset;
        text-align: left;
        line-height: normal;
        background: var(--root-dark);
        padding: 20px;
    }

    .col-md-12.dia2 {
        max-width: unset;
        text-align: left;
        margin-top: unset;
        line-height: normal;
        background: var(--bg-red);
        margin-left: 0px;
        padding: 20px;
    }

    .col-md-12.dia3 {
        margin-left: unset;
        max-width: unset;
        line-height: normal;
        margin-top: unset;
        background: var(--root-middle);
        padding: 20px;
    }

    .col-md-12.dia4 {
        margin-top: unset;
        line-height: normal;
        background: #00BECC;
        padding: 20px;
    }

    .col-md-12.dia5 {
        margin-top: unset;
        background: #B61521;
        /* margin: 0px 15px; */
        width: calc(100% - 0px);
        padding: 20px;
    }

    .custom.diagram-seo * > * {
        color: var(--text-light-color);
    }

    .top_phone span {
        display: block;
        text-align: right;
        font-size: 14px;
        opacity: 0.5;
    }

    .etap_tabs .tab-content {
        border: 5px solid var(--text-light-color);
        -webkit-border-radius: 0 0 0px 0px;
        border-radius: 0 0 0px 0px;
        margin-top: 0px;
        position: relative;
        background: #F0F8FA;
    }

    .etap_tabs .nav-item a.active:after {
        display: block;
        content: '';
        background: #F0F8FA;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 108px;
        border: 5px solid var(--text-light-color);
        width: 30px;
        height: 30px;
        z-index: 10;
        border-bottom: 0;
        border-right: 0;
    }

    .logotext span:first-child {
        display: block;
        font-size: 22px;
        font-weight: 700;
    }

    .logotext span:last-child {
        font-size: 10.5px;
        margin-top: 6px;
        display: block;
        font-weight: 600;
    }

    .etap_tabs ul.nav.nav-tabs li a {
        position: relative;
        border: 0;
        font-size: 12px;
        /* height: auto !important; */
        width: 100%;
        padding: 10px;
        cursor: pointer !important;
        text-align: center;
        margin-top: 20px;
        line-height: 120%;
        color: #555;
    }

    .etap_tabs ul.nav-tabs li a.active:before {
        counter-increment: section;
        content: "" counter(section) "";
        color: var(--root-middle);
        font-size: 70px;
        position: absolute;
        font-weight: 700;
        text-align: center;
        width: 100%;
        margin-top: -20px;
        max-width: 200px;
        display: block;
        margin: 0 auto;
        top: -5px;
        font-family: 'Montserrat Alternates', sans-serif;
    }

    .etap_tabs ul.nav-tabs li a:before {
        counter-increment: section;
        content: "" counter(section) "";
        color: var(--root-light);
        font-size: 70px;
        position: absolute;
        font-weight: 700;
        text-align: center;
        width: 100%;
        font-family: 'Montserrat Alternates', sans-serif;
        z-index: 0;
    }

    .etap_tabs ul.nav.nav-tabs li a {
        max-width: 100%;
        height: 120px;
        padding: 0px !important;
        min-width: 100%;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        cursor: pointer !important;
        position: relative;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0;
    }

    .etap_tabs ul.nav.nav-tabs li {
        width: 16%;
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 991px) {
    .container2new .row {
        display: block;
    }
   .prelest img {
        display: none;
    }
    .context3 h2 {
        font-size: 24px;
    }
.row.arda img {
    margin-bottom: 15px;
}

.red-block.fz {
    margin-top: 0px;
}
.bx-breadcrumb {
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
}

.bx-breadcrumb-item {
    width: max-content;
}

.bx-breadcrumb-item-text {
    width: max-content;
    display: block;
}




        .seo_audit {
        background: none;
    }
        .context3 {
        padding: 30px 30px;
    }
        .context3 p {
        font-size: 16px;
    }
        .context3 span {
        font-size: 19px;
        margin-bottom: 0px;
        /* top: 130px; */
        position: relative;
        margin-top: 30px;
        left: 0;
        width: 100%;
        padding: 35px 40px 35px 40px;
    }
        .white-block li {
        font-size: 16px;
    }
    .price-block .col-md-4:nth-child(1) {
        width: 100%;
        border: 0 none;
    }
    section.price_block h2 {
        margin-bottom: 0px;
    }
    .price-block .col-md-4:nth-child(1) .price-header {
        width: 100%;
        border: 0 none;
        background: none;
        padding: 0;
    }

    .price-block .col-md-4:nth-child(1) li {
        text-align: right;
    }

    .price-block .col-md-4:nth-child(2) {
        width: 100%;
    }

    .price-block .col-md-4:nth-child(3) {
        width: 100%;
    }

    .price-block colgroup:nth-child(1) {
        max-width: 100%;
        border: 0 none;
        width: 490px;
    }

    .price-block colgroup:nth-child(2) {
        max-width: 100%;
        width: 320px;
    }

    .price-block colgroup:nth-child(3) {
        max-width: 100%;
        width: 320px;
    }

    .sp-module.price-block h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0px;
    }

    .price-block .col-md-4 li {
        display: none;
    }

    price-block .container > .row {
        display: block;
    }

    .price-block .col-md-4:nth-child(1), .price-block .col-md-4:nth-child(2), .price-block .col-md-4:nth-child(3) {
        display: block;
        width: 100%;
    }

    .price-header {
        min-height: unset;
    }

    .price_block ul {
        /* padding: 0px; */
        /* margin: 0; */
        /* border: 6px solid #00344800; */
    }
    .price-block .col-md-4:nth-child(2) ul:hover {
        /* margin-top: 0; */
        /* padding-top: 0; */
    }

  .prelest * {
    text-align: left !important;
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
  }
  .prelest {
    padding: 0px 10px;
  }
  .prelest * [class*="dot"] {
    padding-left: 25px !important;
  }

    .dot0:after {
        margin-top: -20px;
        left: 0px;
    }

    .customcontext2 img {
        display: none;
    }

    .dot1:after {
        border-radius: 10px;
        right: auto;
        margin-top: 0px;
        left: 0px;
    }

    .dot2:after {
        right: auto;
        margin-top: 5px;
        left: 0px;
    }

    .context4 .rl_tabs .nav-tabs>li {
        /* float: left; */
        max-width: 80px;
        height: 50px;
        padding: 0px !important;
        min-width: 50px;
    }

    .dot3:after {
        margin-top: 5px;
        left: 0px;
        top: 0;
    }

    .dot4:after {
        margin-top: 5px;
        left: 0px;
        top: 0;
    }

    .dot5:before {
        margin-top: 5px;
        left: 0px;
        top: 0;
        right: auto;
    }

    .dot6:before {
        margin-top: 5px;
        left: 0px;
        top: 0;
        right: auto;
    }

    .col-md-6.dot5 {
        max-width: 100%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 30px;
    }

    .col-md-6.dot6 {
        max-width: 100%;
        margin-left: 0px;
        text-align: left;
    }

    .col-md-12.dot0 {
        width: 300px;
        /* padding-left: 60px; */
    }

    .col-md-12.dot1 {
        /* width: 100%; */
        /* display: block; */
    }

    .context2 h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        margin-bottom: 80px;
    }
    #make_requ .upl_file {
        height: 30px;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .feedback form .row input.button-fb {
        max-width: 250px;
    }

    .intro_text h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .price_site_block p {
        font-size: 14px;
    }

    .price_container h2 {
        font-size: 24px !important;
    }

    .price_site_block li {
        min-height: unset;
        margin-bottom: 30px;
    }

    .price_site_block .col-md-4 ul {
        border: 5px solid var(--root-dark-middle);
        margin-top: 0;
    }

    .site_preimushestva {
        padding-bottom: 0px;
    }

    section.etap_block h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .etap_tabs .tab-content .tab-pane {
        padding: 25px;
    }

    .diagram-seo h3 {
        font-size: 24px;
    }

    .diagram-seo h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .voprosy_block h2 {
        font-size: 24px;
    }

    section.related_block h2 {
        font-size: 24px;
    }

    .we_used {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .introduction_block .red-block img {
        float: left;
        display: block;
        margin: 0;
        padding: 0px 30px 0 0;
    }

    .introduction_block .red-block {
        background: linear-gradient(to right, RGBA(179,21,32,1) 0%,RGBA(255,66,79,1) 100%);
        min-height: unset;
        max-width: 900px;
        padding: 30px 30px 30px 30px;
        top: 0px;
        position: relative;
        color: var(--text-light-color);
        z-index: 2;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .introduction_block .red-block h2 {
        font-size: 24px;
        font-weight: 100;
        margin-bottom: 0px;
        font-family: 'PT Sans', sans-serif !important;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .portfolio_block {
        padding-bottom: 60px;
    }

    .introduction_block .white-block li:first-child {
        font-size: 14px;
        margin-bottom: 40px;
        line-height: 160%;
    }
.context1 {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}
    .portfolio_page .item {
        float: right;
        margin-top: 0px;
        max-width: 100%;
        width: 100%;
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .img-item {
        max-width: 40%;
    }

    body {
        font-size: 14px;
    }

    .port_rig {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 60%;
        justify-content: space-between;
    }

    .port_item.column.col-md-6.rborder.width50.view_all .item-title {
        color: var(--text-light-color);
        font-size: 24px;
        font-family: 'montserrat';
        font-weight: bold;
    }

    .portfolio_page .portfolio_item:nth-child(2n) .item {
        float: left !important;
        max-width: 100%;
    }

    .portfolio_page .portfolio_item {
        min-height: 400px;
    }

    .price_site_block {
        padding-bottom: 0px;
    }

    .item_text {
        min-height: unset;
        margin-bottom: 15px;
    }

    .portfolio_page .portfolio_item .item > * {
        width: 100%;
        padding-right: 0px;
        padding-left: 15px;
    }

    .portfolio_page .portfolio_item:nth-child(2n) .item > * {
        width: 100%;
        padding-right: 0px;
        padding-left: 15px;
    }

    .site_preimushestva h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        max-width: 290px;
        line-height: 130%;
        margin-top: 20px;
    }

    .col-md-4.seo-red h2 {
        font-size: 24px;
    }

    .logoline .logotext {
        transform: unset !important;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .introduction_block .white-block {
        padding: 15px 15px 15px 15px;
        max-width: 100%;
        margin: 0px;
        height: max-content;
    }

    .introduction b {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 10px;
        display: inline-block;
        margin-bottom: 0px;
    }

    .redcircle {
        margin: 15px auto;
    }

    .wedo h2 {
        font-size: 20px;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .wedo .row {
        text-align: center;
    }

    .wedo a {
        margin: 15px auto;
    }

    .domore a {
        font-size: 18px;
    }

    .jobs h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .jobs .nav-tabs .nav-link {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .nsert h2, .we_used h2 {
        font-size: 20px;
        text-align: center;
    }

    .feedback h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .port_item.column.col-md-6.rborder.width50.view_all .item-block {
        background: var(--bg-red);
        padding: 60px 65px;
        margin: 30px 0 15px 0px;
        min-height: unset;
        width: 100%;
        display: block;
        height: calc(100% - 15px);
        margin-left: auto;
        margin-top: 0px;
        display: flex;
        align-items: center;
    }

    .portfolio_page h3 {
        margin-top: 0px;
        padding-top: 30px;
        color: var(--text-light-color);
        font-weight: bold;
        font-size: 18px;
        min-height: 90px;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
    }

    .content-menu a {
        display: inline-block;
        padding: 2px 5px;
        text-decoration: underline;
        font-size: 18px;
        color: var(--root-dark);
        margin-right: 15px;
    }
    .we_used {
      margin-top: 20px;
      margin-bottom: 20px;
    }
.red-block.fz {
    margin-top: 0px;
}
}

@media (max-width: 768px) {
	.result_gord h2 {
	  font-size: 20px;
	}
	.result_gord {
	  padding: 15px;
	}
	.seo_slider_block .owl-carousel .owl-item img {
	  height: auto;
	}
	.seo_slider_text {
	  font-size: 18px;
	}
	.seo_slider_text ul {
	  font-size: 14px;
	}
	.seo_slider_text ul li::before{
	  width: 14px;
	  height: 14px;
	  margin-right: 10px
	}
	.auth_text.col-12{
		font-size:14px;
	}
    .port_item.column.col-md-6.rborder.width50.view_all .item-block {
        background: var(--bg-red);
        padding: 60px 15px;
        margin: 30px 0 15px 0px;
        min-height: unset;
        width: 100%;
        display: block;
        height: unset;
        margin-left: auto;
    }
    .site_preimushestva .col-md-4 {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .port_item.column.col-md-6.rborder.width50, .column.col-md-6.rborder.width50 {
        min-height: unset;
    }
    .pre_gar_seo {
      padding: 15px;
    }
    .etap_tabs li a span {
      font-size: 9px;
      line-height: 1.2;
      display: block;
      /*! max-width: 100%; */
    }
    .seo-price-block {
      width: 100%;
    }
    .depozit_block .customachtung {
      padding-left: 15px;
      padding-right: 15px;
    }
    .customsale-context.sale-seo .col-md-6 > p:last-child {
      margin-bottom: 80px;
    }
    .seo_prices .container > .row {
      padding-left: 0px;
      padding-right: 0px;
      overflow: hidden;
    }
	.tags_block a {
	  margin: 5px;
	}
	.tags_block {
	  margin: 15px 0px;
	  justify-content: center;
	}

	.seo-price-block {
	  margin: 0px;
	}
	.seo-price-block > .row > div {
	  width: 50%;
	  height: auto !important;
	}
	.seo-price-block > .row > div:last-child {
	  width: 100%;
	}
	.price-seo span {
	  font-size: 28px;
	  display: block;
	}
	.price-seo {
	  text-align: center;
	}
	.callme.price-btn {
	  margin: 20px auto !important;
	}
	.col-md-4.seo-price-item {
	  height: auto;
	  padding-top: 15px;
	  padding-bottom: 15px;
	}
	a.callme.price-btn {
	  font-size: 18px !important;
	  height: auto !important;
	  margin-bottom: 40px !important;
	}
	.seo_prices h2 {
	  font-size: 24px;
	  text-align: center;
	  margin-bottom: 15px;
	}
	a.seo-callme {
	  max-width: unset;
	  width: 100%;
	  margin: 0px;
	  padding: 0px;
	  text-align: center;
	  background-image: none;
	}
	a.seo-callme br {
	  display: none;
	}
	.row.price-seo-head > .col-md-8 > .row > div {
	  width: 50% !important;
	  font-size: 19px;
	  margin: 0px;
	}
	.row.price-seo-head .col-md-8 {
	  padding: 15px 0px;
	  margin-top: 20px;
	}
	.col-md-4.seo-price-item p {
	  margin: 0px;
	}
	.seo_prices {
	  margin-bottom: 0px;
	}
	.introduction_block h1 {
	  margin-bottom: 0px;
	}
	.seo_preim {
	  margin-top: 10px;
	}
}

@media (max-width: 576px) {
    .site_preimushestva .col-md-4 {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        min-height: unset;
    }
    .price-nastroika span {
    margin-top: 15px;
    display: block;
    margin-bottom: 10px;
}
}
    
@media (max-width: 480px) {
    .container2new span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container2new span img {
        margin-bottom: 15px;
    }

    .container2new .container {
        border: 15px solid var(--text-light-color);
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

form.success > *:not(.personal) {
    display: none !important;
}






form.success .personal {font-size: 24px !important;font-weight: 600;}



