@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 21px;
}

ol,
ul,
nav {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}


blockquote,
q {
  quotes: none;
}

select,
input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

section {
    padding: 0;
}

#site-footer a:hover {
    text-decoration: none;
    
} 

button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    text-decoration: none;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: initial;
    font-weight: normal;
    letter-spacing: initial;
    line-height: initial;
    margin: 0;
    opacity: 1;
    padding: initial;
    text-align: initial;
    text-decoration: none;
    text-transform: initial;
    transition: initial;
}

.social-icons a, #site-footer button:not(.toggle), #site-footer .button, #site-footer .faux-button, #site-footer .wp-block-button__link, #site-footer .wp-block-file__button, #site-footer input[type="button"], #site-footer input[type="reset"], #site-footer input[type="submit"] {
    background-color: #A3D572;
}

.home .wrapper {
    font-size: 14px;
    line-height: 21px;
    font-family: G-Regular;
    text-decoration: none;
    font-weight: normal;
    color: #2D2D2D;
}

.container_header {
    width: 1548px;
    margin: 0 auto;
    position: relative;
}

.container_header:before {
    content: '';
    position: absolute;
    width: 57.1%;
    z-index: -1;
    background: #fff;
    height: 100%;
}

.container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.header {
    position: relative;
    padding: 0 0 130px;
}

.header__background {
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    z-index: -1;
}

.header__background > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__topLine {
    display: flex;
    margin: 0 0 52px;
    padding-top: 70px;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    width: 247px;
    height: 77px;
    display: block;
    position: relative;
    top: 10px;
}
.header__social {
    display: flex;
    margin: 0 auto 0 73px;
}
.header__social a {
    background-color: #A3D572;
    display: block;
    width: 36px;
    height: 36px;
    background-position: 50%;
    margin-right: 14px;
    transition: .4s;
}



.header__social a:hover {
    background-color: #000;
}

.header__social a:last-child {
    margin-right: 0;
}
.fb {
    background: url(/wp-content/themes/twentytwenty/assets/images/fcb.svg) no-repeat;
}
.youtube {
    background: url(/wp-content/themes/twentytwenty/assets/images/ytb.svg) no-repeat;
}
.inst {
    background: url(/wp-content/themes/twentytwenty/assets/images/inst.svg) no-repeat;
}
.header__contacts {
    margin: 0 132px 0 auto;
}
.phone {
    font-family: MSC-300;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}
.phone > span {
    font-family: MSC-500;
}
.mail {
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    display: block;
}

.header__contacts a {
    transition: .4s;
}

.mail:hover {
    color: #A3D572;
}
.button {
    color: #ffffff;
    font-family: MSC-500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 30px;
    width: fit-content;
    height: fit-content;
    background: #A3D572;
    transition: .4s;
    cursor: pointer;
    text-decoration: none;
}

.button:hover {
    background: #2D2D2D;
}

.header__menu {
    margin-bottom: 123px;
    
}

.header__menu .menu {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: G-Medium;
    font-size: 15px;
    line-height: 19px;
    color: #2D2D2D;
}

.header__menu .menu li:nth-child(n + 4) a {
    color: #fff;
}

.header__menu .menu li:hover a {
    color: #A3D572;
}

.header__title {
    margin-bottom: 54px;
    max-width: 38.5%;
}

.title {
    display: inline-block;
    font-family: G-Heavy;
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #2D2D2D;
    
}

.header__slogan {
    margin-bottom: 85px;
    font-family: G-Regular;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
}
.header__bottomLine {
    display: flex;
    align-items: center;
}
.header__calc {
    margin-right: 135px;
    padding: 18px 42px;
    
}
.header__photos {
    display: flex;
}
.header__photos > div {
    margin-right: 57px;
    width: 255px;
    height: 206px;
}

.header__photos > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__photos > div:last-child {
    margin-right: 0;
}

#site-footer {
    font-size: 13px;
    padding: 0;
}



.footer {
    background: #1E1E1E;
    color: #fff;
    padding: 149px 0 29px;
}

.footer a {
    color: #fff;
    font-family: G-Regular;
}

.footer a:not(.phone):hover {
    color: #94D94F;
}

.footer__centerLine {
    display: flex;
    justify-content: space-between;
}
.footer__col1 {
    display: flex;
    flex-direction: column;
}
.footer__mail {
    margin-bottom: 38px;
}
.footer__social {
    display: flex;
}
.footer__social > a{
    display: block;
    width: 24px;
    height: 24px;
    background-position: 50%;
    cursor: pointer;
    margin-right: 9px;
    border: 1px solid #fff;
    transition: .4s;
}

.footer__social > a:hover {
    border-color: #A3D572;
    background-color: #A3D572;
}
.footer__social > a:last-child{
    margin-right: 0;
}

.fb_f {
    background: url(/wp-content/themes/twentytwenty/assets/images/fcb_f.svg) no-repeat;
}
.youtube_f {
    background: url(/wp-content/themes/twentytwenty/assets/images/ytb_f.svg) no-repeat;
}
.inst_f {
    background: url(/wp-content/themes/twentytwenty/assets/images/inst.svg) no-repeat;
    background-size: 65%;
    background-position: 55% 50%;
}

.footer__adress {
    font-size: 13px;
    max-width: 22%;
}
.footer__col4 {
    display: flex;
    flex-direction: column;
}
.footer__col4 a {
    line-height: 30px;
}
.footer__bottomLine {
    border-top: 1px solid rgba(113, 113, 113, 033);
    margin-top: 48px;
    padding-top: 29px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__copyright {
    font-size: 12px;
    font-family: G-Regular;
}
.footer__kit {
    font-size: 12px;
}

#site-footer .footer__button {
    transition: .4s;
}

#site-footer .footer__button:hover {
    color: #000;
    background: #fff;
}

.projects {
    margin-bottom: -44px;
}

.projects__topLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 88px;
}
.projects__title {
    max-width: 370px;
}

.project__container {
    border: 1px solid #000;
    padding: 52px 53px 58px 45px;
    max-width: 352px;
    height: 391px;
    background: #fff;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
}

.smallTitle {
    font-family: G-Heavy;
    line-height: 25px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.project__slideTitle {
    margin-bottom: 42px;
    text-transform: initial;
}

.projects__shortDesc h3 {
    font-family: G-EB;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0;
}

.projects__shortDesc p {
    line-height: 18px;
    margin: 0;
    font-size: 14px;
    font-family: G-Regular;
}

.projects__shortDesc:first-of-type {
    margin-bottom: 33px;
}

.projects__shortDesc:last-of-type {
    margin-bottom: auto;
}

.full_story {
    font-family: G-Bold;
    font-size: 14px;
    line-height: 18px;
    color: #A3D572;
    text-transform: uppercase;
    cursor: pointer;
    transition: .4s;
}

.full_story:hover {
    color: #000;
}

.story_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 43, 51, 0.8);
    z-index: 10;
    display: none;
    overflow: auto;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 66px 50px 60px 50px;
    background: #FFF;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    max-width: calc(100% - 38px);
    line-height: 1.7;
    font-size: 16px;
    max-width: 1200px;
}

.fa-times::before {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    position: fixed;
    top: 2px;
    right: -70px;
    background: url(/wp-content/themes/twentytwenty/assets/images/close_icon_white2.svg) no-repeat center;
    transition: .5s;
    cursor: pointer;
}

.story_window h2 {
    margin-bottom: 45px;
    font-size: 30px;
    font-family: G-Heavy;
}

.story_window p {
    line-height: 1.9;
    text-align: justify;
}

.slick-arrow {
    font-size: 0;
    width: 48px;
    height: 48px;
    background: #fff;
    cursor: pointer;
    transition: .4s;
    position: relative;
    border: 2px solid #A3D572;
}

.slick-arrow:hover {
    background: #A3D572 !important;
}

.slick-arrow:hover:before {
    border-color: #fff
}

.slick-arrow:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #A3D572;
    position: absolute;
    top: 50%;
    left: 50%;
    border-right: 2px solid #A3D572;
    transition: .4s;
}

.slick-arrow.slick-prev {
    margin-right: -2px;
}
.slick-arrow.slick-next:before {
}

.slick-arrow.slick-prev:before{
    transform: translate(-30%, -50%) rotate(-135deg);
}
.slick-arrow.slick-next:before{
    transform: translate(-70%, -50%) rotate(45deg);
}

#site-footer button:not(.toggle) {
    background-color: #fff;
}

.transport {
    padding: 125px 0 190px;
}

.transport__title {
    margin-bottom: 87px;
}
.transport__slider {
    min-width: 0;
    position: relative;
}
.transport__itemContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    width: 300px;
    margin-right: 110px;
    position: relative;
    transition: .4s;
}

.transport__itemContainer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;left: 0;right: 0;bottom: 0;
    background: #fff;
    opacity: 0;
    transition: .4s;
}
.transport__itemContainer:not(.slick-active):before {
    opacity: 0.58;
}
.transport__food_temp {
    color: #A3D572;
    font-family: G-Heavy;
    font-size: 31px;
    line-height: 50px;
    margin-bottom: 30px;
}

.transport__food_img {
    width: 190px;
    height: 160px;
    margin-bottom: 40px;
}

.transport__food_img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50%;
}
.transport__food_name {
    font-family: G-Heavy;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.transport .slick-track {
    justify-content: initial;
}

.transport .slick-dots {
    display: flex;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
    bottom: -80px;    
}

.transport .slick-dots li {
    width: 65px;
    border-top: solid #DFDFDF;
    border-top-width: 4px;
    cursor: pointer;
    transition: .3s;
    transform: scaleY(0.5);
    position: relative;
    transform-origin: 0 100%;
}

.transport .slick-dots li:before {
    content: '';
    position: absolute;
    top: -10px;
    height: 15px;
    width: 100%;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    transform: scaleY(0.75);

    border-color: #A3D572;
}

.transport .slick-dots li button{
    font-size: 0;
}

.online_system_rp {
    /* background: url(/wp-content/themes/twentytwenty/assets/images/online_system.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 144px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-attachment: fixed;
    padding: 49px 0;
}

.online_system_rp__title, .mobile_app_rp__title {
    font-family: G-Heavy;
    font-size: 37px;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    z-index: 5;
}

.thermo {
    padding: 142px 0 138px;
    position: relative;
}

.mobile_app_rp {
    width: 100%;
    /* background: url(/wp-content/themes/twentytwenty/assets/images/mobileApp2.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 144px;
    position: relative;
    box-sizing: border-box;
    padding: 49px 0;
}

.thermo__title {
    margin-bottom: 100px;
}
.thermo__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.thermo__item {
    width: 257px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: -18px;
    margin-right: -18px;
}

.thermo__item:before {
    content: '';
    position: absolute;
    width: 222px;
    height: 311px;
    background: #F5F5F5;
    z-index: -1;
}
.thermo__itemImg {
    width: 257px;
    height: 191px;
    margin-top: 31px;
    margin-bottom: 62px;
}

.thermo__item:nth-child(n + 3) .thermo__itemImg {
    width: 219px;
    padding: 0 10px;
}
.thermo__itemImg > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50%;
}
.thermo__name {
    font-family: G-Heavy;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    background: #A3D572;
    padding: 14px 36px;
    border-radius: 30px;
    width: fit-content;
    margin-bottom: 16px;
}
.thermo__size {
    font-size: 14px;
    line-height: 18px;
}

.thermo__tomatoes {
    position: absolute;
    width: 242px;
    height: 266px;
    left: 0;
    top: 162px;
}

.thermo__tomatoes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50%;
}

.carpark {
    padding: 142px 0 0 0;
}

.carpark__container {
    width: 1548px;
    margin: 0 auto;
}

.carpark__topLine {
    display: flex;
    justify-content: space-between;
}
.carpark__title {
}
.carpark__arrows {
}
.carpark__slider {
    /* width: 100%; */
    min-width: 0;
    padding-right: 192px;
    padding-left: 101px;
}
.carpark__slide_container {
    min-width: 0;
    display: flex;
    justify-content: space-between;
    margin-left: 80px;
    z-index: 1 !important;
}
.carpark__imgCont {
    width: 567px;
    height: 344px;
    position: relative;
}

.carpark__imgCont img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50%;
}

.carpark__imgCont > div {
    position: absolute;
    font-family: Playlist_cyr;
    font-size: 40px;
    color: #A3D572;
    transform: rotate(-7deg);
}
.carpark__size {
    top: -66px;
    right: -22px;
}

.carpark__size:before {
    content: '';
    position: absolute;
    left: -114px;
    bottom: -78px;
    background: url(/wp-content/themes/twentytwenty/assets/images/size_arrow.svg) no-repeat;
    width: 86px;
    height: 113px;
    transform: rotate(14deg);
}
.carpark__pallets {
    left: -60px;
    bottom: -53px;
}

.carpark__pallets:after {
    content: '';
    position: absolute;
    left: 159px;
    bottom: 8px;
    background: url(/wp-content/themes/twentytwenty/assets/images/pallet_arrow.svg) no-repeat;
    width: 66px;
    height: 87px;
    transform: rotate(6deg);
}

.carpark__rightCol {
    display: flex;
    flex-direction: column;
}
.carpark__info {
    margin-top: 52px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.carpark__info > div {
    width: 148px;
    margin-right: 48px;
}

.carpark__info > div:last-child {
    margin-right: 0;

}
.carpark__carcase .carpark__img {
    background: url(/wp-content/themes/twentytwenty/assets/images/carcase.svg) no-repeat 50% 50%;
}

.carpark__order .carpark__img {
    background: url(/wp-content/themes/twentytwenty/assets/images/order.svg) no-repeat 50% 50%;
}

.carpark__cost .carpark__img {
    background: url(/wp-content/themes/twentytwenty/assets/images/cost.svg) no-repeat 50% 50%;
}

.carpark__img {
    width: 79px;
    height: 67px;
    margin: 0 auto;
}
.carpark__button {
    margin: 52px auto 0;
    background: #A3D572;
    padding: 18px 43px;
}

.carpark__info p {
    text-align: center;
    margin-top: 36px;
}

.carpark__info p span {
    font-family: G-Bold;
}

.carpark .slick-list {
    overflow: hidden;
    width: 100%;
    padding: 106px 0 183px;
}

.form {
    width: 100%;
    background: #A3D572 url(/wp-content/themes/twentytwenty/assets/images/form_bg.png) no-repeat;
    padding: 66px 0 51px;
    margin-bottom: 29px;
    background-size: cover;
}

.form .container {
    display: flex;
    justify-content: space-between;
}

.form__title {
    color: #fff;
    line-height: 50px;
}
.form__rightCol {
    display: flex;
    flex-direction: column;
    position: relative;
}
.form__inputLine {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
    position: relative;
}
.form__inputLine > div {
    position: relative;
    margin-right: 13px;
}

.form__inputLine .form__mail {
    margin-right: 0;
}

input.wpcf7-text {
    background: #fff;
    width: 239px;
    height: 53px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    outline: 0;
    border: none;
    font-size: 14px;
    line-height: 18px;
    padding: 18px 26px 18px 22px;
}



.form__form-select {
    color: #Fff;
    line-height: 17px;
    position: relative;
}

.wpcf7-list-item-label a {
    color: #Fff;
    border-bottom: 1px solid #fff;
    transition: .4s;
}

.wpcf7-list-item-label a:hover {
    border-color: rgba( 255, 255, 255, 0);

}

.wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50%;
    background: #fff;
    width: 21px;
    height: 21px;
}

.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #A3D572;
    left: 5px;
    top: 5px;
    transition: .4s;
    opacity: 0;
}

input[type="checkbox"] + label {
    display: inline-block;
    font-weight: normal;
    margin-left: 44px;
}

input[type=checkbox]:checked+.wpcf7-list-item-label:after {
    opacity: 1;
}


.wpcf7-form-control.wpcf7-submit {
    background: #A3D572;
    padding: 18px 48px;
    border: 2px solid #fff;
    outline: 0;
    color: #ffffff;
    font-family: MSC-500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 30px;
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: 0;
    bottom: -79px;
    transition: .4s;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #2D2D2D;
    color: #fff;
}

.wpcf7-list-item input[type="checkbox"] {
    margin-left: 32px;
    appearance: none;
    -webkit-appearance: none;
    display: none;
}

.wpcf7-list-item-label {
    color: #Fff;
    line-height: 17px;
    position: relative;
    display: inline-block;
    font-weight: normal;
    padding-left: 44px;
    margin: 0;
    max-width: 240px;
    cursor: pointer;
    font-size: 14px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-not-valid-tip {
    color: #fff;
    position: absolute;
    width: 240px;
    top: -23px;
    text-shadow: 1px 1px 9px #00000030;
    font-size: 13px;
    line-height: 18px;
}

.wpcf7-response-output {
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    left: 0px;
    /* transform: translateX(-50%); */
    border-color: #FFF;
    COLOR: #fff;
    font-size: 14px;
    border-color: #fff;
}

.openModal_form .wpcf7-response-output {
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    right: 13%;
    left: auto;
    /* transform: translateX(-50%); */
    border-color: #FFF;
    COLOR: #000;
    font-size: 14px;
    border-color: #fff;
    margin: 0;
    padding: 0;
    height: 0;
}

.openModal_form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
}

.openModal_form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #000;
    height: auto;
}

#modal_refridge .openModal_form .wpcf7-response-output {
    bottom: 20px;
    right: auto;
    left: 50px;
}

.wpcf7-checkbox + .wpcf7-not-valid-tip {
    top: 30px;
}

.wpcf7-form.sent .wpcf7-response-output {
        visibility: visible;
        
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    padding: 4px;
}


.advantages {
    padding: 129px 0 0;
    position: relative;
}
.advantages .container {
    display: flex;
    justify-content: space-between;
}
.advantages__item {
    border: 1px solid #A3D572;
    padding: 87px 35px 34px 35px;
    position: relative;
    width: 297px;
}
.advantages__title {
    font-family: G-Heavy;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 39px;
}
.advatages__text {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-family: G-Regular;
}

.advantages__item:before {
    content: '';
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    display: block;
    z-index: 1;
}
.advantages__item:after {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    width: 117px;
    height: 26px;
    background: #fff;
    display: block;
    z-index: 0;
}

.advantages__item.control:before {
    width: 85px;
    height: 87px;
    background: #fff url(/wp-content/themes/twentytwenty/assets/images/adv1.svg) no-repeat;
}
.advantages__item.support:before {
    width: 65px;
    height: 70px;
    background: #fff  url(/wp-content/themes/twentytwenty/assets/images/adv2.svg) no-repeat;

}
.advantages__item.docs:before {
    width: 88px;
    height: 75px;
    background: #fff  url(/wp-content/themes/twentytwenty/assets/images/adv3.svg) no-repeat;
}


.food_image {
    position: absolute;
    right: -367px;
    /* bottom: -200px; */
    top: -360px;
    width: 748px;
    height: 468px;
    z-index: -1;
}
.food_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.O_img {
    width: 33px;
    height: 32px;
    display: inline-block;
    padding: 0px 2px 0 4px;
    box-sizing: border-box;
    position: relative;
    top: 2px;
}

.monitoring {
    padding: 171px 0 152px;
    position: relative;
}
.container.mc1 {
    display: flex;
    justify-content: space-between;
}
.monitoring__leftCol {
    position: relative;
}
.monitoring__leftCol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
}
.monitoring__sliderBig {
    width: 434px;
    height: 325px;
}
.monitoring__slBig_item {
    width: 100%;
    height: 100%;
    z-index: 1 !important;
}
.monitoring__sliderSmall {
    width: 338px;
    height: 118px;
    position: absolute;
    bottom: -38px;
    z-index: 92939;
    right: -50px;
    z-index: 1 !important;
}
.monitoring__slSmall_item {
    max-width: 157px;
    height: 118px;
}
.monitoring__rightCol {
    max-width: 582px;
}
.monitoring__title {
    margin-bottom: 68px;
}
.title {
}
.monitoring__text {
    font-family: G-Regular;
    font-size: 14px;
}
.monitoring__text p {
    line-height: 27px;
}
.monitoring__ridgepole {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #707070;
    margin-top: 193px;
}
.monitoring__rpItem {
    width: 181px;
    font-family: G-Regular;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    position: relative;
    margin-top: 36px;
}

.monitoring__rpItem:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #94D94F;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
}

.monitoring__bold {
    font-family: G-Medium;
}

.section_wrapper {
    overflow: hidden;
}

.mon_rp2 {
    padding: 91px 0 97px;

    width: 100%;
    /* background: url(/wp-content/themes/twentytwenty/assets/images/rp21.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 267px;
    position: relative;
    box-sizing: border-box;
}

.online_system_rp .container, .mobile_app_rp .container, .mon_rp2 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.mon_rp2:after {
    content: '';
    background: #0D0D19;
    opacity: 0.67;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    width: 100%;
    height: 100%;
}

.online_system_rp:after, .mobile_app_rp:after {
    content: '';
    background: #0A172D;
    opacity: 0.67;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    width: 100%;
    height: 100%;
}

.mon_rp2:before {
    content: '"';
    font-family: EMT;
    font-size: 110px;
    line-height: 128px;
    transform: translateX(-50%) rotate(180deg);
    color: #A3D572;
    background: #fff;
    border: 1px solid #707070;
    width: 78px;
    height: 78px;
    position: absolute;
    left: 50%;
    top: -40px;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.mon_rp2__title {
    font-family: G-Heavy;
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    max-width: 85%;
    position: relative;
    display: block;
    margin: 0 auto;
}
.mon_rp2__button {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
    z-index: 1;
}

.advantagesWork {
    padding: 170px 0 116px;
    position: relative;
}
.advantagesWork .container {
    display: flex;
    justify-content: space-between;
}
.advantagesWork__leftCol {
}
.advantagesWork__title {
    max-width: 353px;
    line-height: 50px;
}
.advantagesWork__rightCol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 59%;
}
.advantagesWork__item {
    flex: 0 0 33.33%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantagesWork__img {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
}
.advantagesWork__img img {
    width: 100%;
    height: 100%;
    object-position: 50%;
    object-fit: contain;
}
.advantagesWork__text {
    font-family: G-Regular;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.aW__bold {
    font-family: G-Medium;
}

.food_img_2 {
    position: absolute;
    top: 3px;
    left: -317px;
    width: 640px;
    height: 640px;
    transform: rotate(16deg);
    z-index: -1;
}

.food_img_2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 99999;
    overflow: auto;
    transition: none;
}

.openModal_form {
    position: absolute;
    top: 148px;
    left: 50%;
    background: #fff;
    transform: translate(-50%, 0);
    width: 89%;
    box-sizing: border-box;

    display: flex;
    height: 655px;
}

.openModal_form .close_modal {
    border-color: transparent;
    margin-left: auto;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    right: -55px;
    cursor: pointer;
    background: url(/wp-content/themes/twentytwenty/assets/images/close_icon_white2.svg) no-repeat center;
}

.modal__content {
    background: #fff;
    padding: 59px 82px 67px 84px;
    box-sizing: border-box;
    flex: 1 0 40%;
}

.modal__imgCont {
    width: 479px;
    height: 100%;
}
.modal__imgCont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal__title {
    margin-bottom: 28px;
}

.openModal_form p {
    font-size: 14px;
    font-family: G-Regular;
    line-height: 20px;
    color: #2D2D2D;
}

.openModal_form .wpcf7-not-valid-tip {
    color: #000;
    top: 38px;
    left: 0px;
    text-shadow: none;
    color: red;
    z-index: 1;
}

.check_btn .wpcf7-not-valid-tip {
    top: 70px;
}

.modal__text {
    max-width: 65%;
    margin-bottom: 26px;
}

.openModal_form input.wpcf7-text {
    box-shadow: none;
    border-bottom: 1px solid #000;
    font-family: G-Regular;
    color: #000;
    margin-bottom: 22px;
    padding: 8px 26px 8px 11px;
    height: auto;
}


input::-moz-placeholder { color: #2D2D2D; font-family: G-Regular; }
   input::-webkit-input-placeholder { color: #2D2D2D; font-family: G-Regular;}
   input::-ms-input-placeholder { color: #2D2D2D; font-family: G-Regular;}
   input::placeholder { color: #2D2D2D;font-family: G-Regular;}

.modal__p2 {
    margin-bottom: 19px;
}

.openModal_form .wpcf7-form-control.wpcf7-submit {
    position: static;
    margin-top: 36px;
    font-size: 15px;
}

.openModal_form .wpcf7-list-item-label {
    color: #000;
    margin-top: 24px;
}

.openModal_form .wpcf7-list-item-label a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: 0.3s;
}

.openModal_form .wpcf7-list-item-label:before {
    border: 1px solid #A3D572;
}


#modal_refridge .openModal_form {
    flex-direction: row-reverse;
}

#modal_refridge .modal__imgCont {
    width: 489px;
    height: 100%;
}

#modal_refridge .modal__content {
    background: #fff;
    padding: 59px 113px 66px 102px;
    flex: 1 0 40%;
}

#modal_refridge .modal__title {
    margin-bottom: 41px;
    line-height: 46px;
}

#modal_refridge .modal__text {
    margin-bottom: 46px;
    max-width: 75%;
}


#modal_refridge .openModal_form .wpcf7-email {
    margin-bottom: 0;
}

.header__burger {
    width: 35px;
    height: 30px;
    border: solid #A3D572;
    border-width: 2px 0 2px 0;
    position: relative;
    display: none;
    cursor: pointer;
}

.header__burger:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #A3D572;
    width: 65%;
    top: 50%;
    transform: translateY(-50%);

}

.header__menu .fa-times {
    display: none;
}

.header__hiddenContacts {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    opacity: 0;
}

* {
    -webkit-appearance: none;
}

.header__phone_mobile{
    display: none;
}

.header__hiddenContacts .phone.mobile {
    display: none;
}

.footer__phone.phone.mobile {
    display: none;
}

#site-footer a:focus {
    text-decoration: none;
}

.openModal_form input.wpcf7-text {
    width: 100%;
}

.openModal_form .project_fos_content {
    width: 306px;
}

.openModal_form .wpcf7-list-item-label a:hover {
    border-color: rgba( 255, 255, 255, 0)
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.header__menu.fixed {
    display: block;
    transition: .5s;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    background: #000;
    padding: 30px 60px;
    position: fixed !important;
    z-index: 999;
    box-shadow: 0px 0px 17px 0px rgba(101, 101, 101, 0.4);
    
}

.header__menu.fixed a {
    color: #fff;
}

.header__title.body_scroll {
    margin-top: 123px;
  }


  .thermo__container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .thermo__item {
    width: 257px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: -18px;
    margin-bottom: 70px;
    margin-right: 6.3%;
  }
  
  .thermo__item:nth-child(4n) {
    margin-right: 0;
  }