.header {
    margin-top: 15px;
    margin-bottom: 15px;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo__img {
    width: 100%;
    max-width: 114px;
	margin-top: 8px
}
.nav__list {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav__item:not(:last-child) {
    margin-right: 18px;
}
.nav__link {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.nav__link:hover {
    color: #0170e2;
}
.contact_button {
    padding: 10px 34px;
    outline: none;
    cursor: pointer;
    border-radius: 11px;
    font-size: 16px;
    border: 2px solid #b2b2b2;
    background: none;
    color: #000;
    text-decoration: none; 
}
.contact_button:hover {
    border: 2px solid #d2d2d2;
}
.contact_button_desctop {
	display: block;
}
.contact_button_mobile {
	display: none;
}
.header__contact_button:hover {
    border: 2px solid #1bfbf;
}
.header.sticky {
    animation: headerSlideDown .95s ease forwards;
    background: #fff;
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed!important;
    right: 0;
    top: 0;
    webkit-animation: headerSlideDown .95s ease forwards;
    webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
    z-index: 20;
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px
    }

    to {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -100px
    }

    to {
        margin-top: 0
    }
}

.header.sticky .header-wrapper {
    padding: 5px 0
}
.phone-top-mobile {
    display: none;
}
.header__nav_mobile {
    display: none;
}
.header__mobile_part {
    display: none;
}
.popup-mobile-menu {
    background: rgba(0,0,0,.9);
    height: 100%;
    left: 0;
    opacity: 0;
	visibility: hidden;
    o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: fixed;
    top: 0;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    z-index: 999;
}
.popup-mobile-menu-visible.popup-mobile-menu .inner {
    ms-transform: none;
    transform: none;
    webkit-transform: none;
}
.popup-mobile-menu .inner .close-menu {
	position: absolute;
    top: 15px;
    right: 104px;
    cursor: pointer;
    height: 40px;
    width: 40px;
	color: #fff;
}
.popup-mobile-menu .inner .close-menu::after, .popup-mobile-menu .inner .close-menu::before {
    background: #fff;
    content: "";
    height: 6px;
    border-radius: 10px;
    left: 8px;
    ms-transform-origin: 50% 50%;
    o-transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    top: 19px;
    transform-origin: 50% 50%;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    webkit-transform-origin: 50% 50%;
    webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    width: 24px;
}
.popup-mobile-menu .inner .close-menu::before {
    ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    webkit-transform: rotate(-45deg);
}
.popup-mobile-menu .inner .close-menu::after {
    ms-transform: rotate(45deg);
    transform: rotate(45deg);
    webkit-transform: rotate(45deg);
}
.popup-mobile-menu .inner {
    background: #202020;
    cursor: default;
    height: 100%;
    /*max-width: 80%;*/
    ms-transform: translateX(-100%);
    o-transition: all .3s;
    overflow-y: auto;
    /*padding-top: 60px;*/
    position: relative;
    text-align: left;
    transform: translateX(-100%);
    transition: all .3s;
    webkit-transform: translateX(-100%);
    webkit-transition: all .3s;
    width: 100%;
}
.popup-mobile-menu .inner ul.mainmenu-item  {
    list-style: none;
    margin: 62px 39px 20px;
    padding: 0;
}
.popup-mobile-menu .inner ul.mainmenu-item li {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
}
.popup-mobile-menu .inner ul.mainmenu-item li a {
    color: #fff;
    display: block;
    o-transition: .4s;
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
    text-decoration: none;
    transition: .4s;
    webkit-transition: .4s;
	font-family: SFProDisplay-Bold,sans-serif;
}
.popup-mobile-menu.open {
    opacity: 1;
    visibility: visible;
}
    
.popup-mobile-menu-visible.popup-mobile-menu {
    opacity: 1;
    visibility: visible;
}

.input-error {
    border-color: #702fff !important;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .nav__item:not(:last-child) {
        margin-right: 15px;
    }
    .header__logo img {
        width: 144px;
    }
}

@media only screen and (max-width:1199px) {
    .logo__img {
        max-width: 105px;
        margin-top: 6px;
    }
    .nav__item:not(:last-child) {
        margin-right: 8px;
    }
    .nav__link {
        font-size: 14px;
    }
    .header__contact_button {
        padding: 8px 27px;
        font-size: 14px;
    }
    .contact_button {
	padding: 8px 15px;
	font-size: 15px;
    }
}


@media only screen and (min-width: 768px) and (max-width:991px) {
    .contact_button_desctop {
        display: none;
    }
	.contact_button_mobile {
		display: block;
	}
	.header__nav {
		display: none;
	}
	.header__mobile_part {
        display: flex;
        display: -ms-flexbox;
        justify-content: flex-end;
    }
	.header__nav_mobile {
        align-items: center;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: flex-end;
        ms-flex-align: center;
        ms-flex-pack: end;
        webkit-align-items: center;
        webkit-box-align: center;
        webkit-box-pack: end;
        webkit-justify-content: flex-end;
        margin-left: 0px;
    }
    .header__nav_mobile div {
        color: #000248;
        display: block;
        height: 15px;
        pointer-events: auto;
        position: relative;
        width: 15px;
        margin-left: 18px;
    }
    .header__nav_mobile div i {
        background: currentColor;
        height: 2px;
        left: 0;
        margin-top: -1px;
        o-transition: all .3s cubic-bezier(.645,.045,.355,1);
        position: absolute;
        top: 50%;
        transition: all .3s cubic-bezier(.645,.045,.355,1);
        webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
        width: 100%;
    }
    .header__nav_mobile div i::before {
        top: -5px;
    }
    .header__nav_mobile div i::after {
        top: 5px;
    }
    .header__nav_mobile div i::after, .header__nav_mobile div i::before {
        background: inherit;
        content: "";
        height: 100%;
        left: 50%;
        ms-transform: translate(-50%);
        o-transition: width .3s cubic-bezier(.645,.045,.355,1);
        position: absolute;
        transform: translate(-50%);
        transition: width .3s cubic-bezier(.645,.045,.355,1);
        webkit-transform: translate(-50%);
        webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
        width: 100%;
    }
	.popup-mobile-menu .inner ul.mainmenu-item li {
		font-size: 26px;
	}
	.popup-mobile-menu .inner {
		width: 400px
	}
	.popup-mobile-menu .inner .close-menu {
		right: 18px;
    }
}

@media only screen and (max-width: 767px) {
	.header__mobile_part {
		display: flex;
		display: -ms-flexbox;
		justify-content: flex-end;
	}
	.contact_button_desctop {
		display: none;
	}
	.contact_button_mobile {
		display: block;
	}
	.header__nav {
		display: none;
	}
	.header__nav_mobile {
        align-items: center;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: flex-end;
        ms-flex-align: center;
        ms-flex-pack: end;
        webkit-align-items: center;
        webkit-box-align: center;
        webkit-box-pack: end;
        webkit-justify-content: flex-end;
        margin-left: 0px;
    }
    .header__nav_mobile div {
        color: #000248;
        display: block;
        height: 15px;
        pointer-events: auto;
        position: relative;
        width: 15px;
        margin-left: 18px;
    }
    .header__nav_mobile div i {
        background: currentColor;
        height: 2px;
        left: 0;
        margin-top: -1px;
        o-transition: all .3s cubic-bezier(.645,.045,.355,1);
        position: absolute;
        top: 50%;
        transition: all .3s cubic-bezier(.645,.045,.355,1);
        webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
        width: 100%;
    }
    .header__nav_mobile div i::before {
        top: -5px;
    }
    .header__nav_mobile div i::after {
        top: 5px;
    }
    .header__nav_mobile div i::after, .header__nav_mobile div i::before {
        background: inherit;
        content: "";
        height: 100%;
        left: 50%;
        ms-transform: translate(-50%);
        o-transition: width .3s cubic-bezier(.645,.045,.355,1);
        position: absolute;
        transform: translate(-50%);
        transition: width .3s cubic-bezier(.645,.045,.355,1);
        webkit-transform: translate(-50%);
        webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
        width: 100%;
    }
	.popup-mobile-menu .inner ul.mainmenu-item li {
		font-size: 26px;
	}
	.popup-mobile-menu .inner {
		width: 400px
	}
	.popup-mobile-menu .inner .close-menu {
		right: 18px;
	}
}

@media screen and (max-width: 480px) {
	.header {
		margin-top: 12px;
	}
    .header__nav {
        display: none;
    }
	.header.sticky {
		padding-top: 5px;
		padding-bottom: 7px;
	}
    .contact_button_desctop {
        display: none;
    }
	.contact_button_mobile {
		display: none;
	}
    .header__mobile_part {
        display: flex;
        display: -ms-flexbox;
        justify-content: flex-end;
    }
    .phone-top-mobile {
        display: flex;
        display: -ms-flexbox;
    }
    .phone-top-mobile a {
        background: 0 0;
        border: 0 none;
        color: #111111;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        height: 46px;
        justify-content: flex-end;
        line-height: 47px;
        o-transition: all .5s;
        position: relative;
        text-decoration: none;
        transition: all .5s;
        webkit-transition: all .5s;
        width: 154px;
        z-index: 2;
    }
    .header__nav_mobile {
        align-items: center;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        justify-content: flex-end;
        ms-flex-align: center;
        ms-flex-pack: end;
        webkit-align-items: center;
        webkit-box-align: center;
        webkit-box-pack: end;
        webkit-justify-content: flex-end;
        margin-left: 0px;
    }
    .header__nav_mobile div {
        color: #000248;
        display: block;
        height: 15px;
        pointer-events: auto;
        position: relative;
        width: 15px;
        margin-left: 18px;
    }
    .header__nav_mobile div i {
        background: currentColor;
        height: 2px;
        left: 0;
        margin-top: -1px;
        o-transition: all .3s cubic-bezier(.645,.045,.355,1);
        position: absolute;
        top: 50%;
        transition: all .3s cubic-bezier(.645,.045,.355,1);
        webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
        width: 100%;
    }
    .header__nav_mobile div i::before {
        top: -5px;
    }
    .header__nav_mobile div i::after {
        top: 5px;
    }
    .header__nav_mobile div i::after, .header__nav_mobile div i::before {
        background: inherit;
        content: "";
        height: 100%;
        left: 50%;
        ms-transform: translate(-50%);
        o-transition: width .3s cubic-bezier(.645,.045,.355,1);
        position: absolute;
        transform: translate(-50%);
        transition: width .3s cubic-bezier(.645,.045,.355,1);
        webkit-transform: translate(-50%);
        webkit-transition: width .3s cubic-bezier(.645,.045,.355,1);
        width: 100%;
    }
    .popup-mobile-menu .inner {
		width: 100%;
	}
	.popup-mobile-menu .inner .close-menu {
		right: 30px;
	}
}


#popup-get-presentation {
  display: none;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
#popup-get-presentation.open {
  display: block;
}
#popup-sent-presentation-message {
  display: none;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
#popup-sent-presentation-message.open {
  display: block;
}

#popup-leave-request.open {
    display: block;
}

#popup-sent-leave-request-message.open {
    display: block;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.5);
  transition: all 0.5s ease;
  display: none;
  z-index: 20;
}
.popup2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.5);
  transition: all 0.5s ease;
  display: none;
  z-index: 20;
}

.popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 18px;
  max-width: 480px;
  width: 100%;
}
.popup__wrapper {
  padding: 50px;
}

.popup-agreement {
    text-align: center;
    margin-top: -9px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 22px;
}

.popup__wrapper .popup-agreement {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    display: flex;
}

.popup-agreement a {
    display: inline;
    text-decoration: none;
    color: #6f9ff2;
}

.popup-close {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0; /* -56px; */
}

@media screen and (max-width: 480px) {
	.popup-close {
		right: 15px;
        top: 25px;
	}
}

.popup-close img {
        width: 40px;
}
.popup-title {
    font-size: 2.1em;
    line-height: 1em;
    margin-bottom: 26px;
    text-align: left;
    font-family: SFProDisplay-Bold,sans-serif;
}
.popup-sent-title{
    font-size: 2.1em;
    line-height: 1em;
    margin-bottom: 26px;
    text-align: left;
    font-family: SFProDisplay-Bold,sans-serif;
}
.popup-sent-text {
    font-size: 2.1em;
    line-height: 1em;
    margin-bottom: 26px;
    text-align: left;
    font-family: SFProDisplay-Bold,sans-serif;
}
.popup .popup__row {
    margin-bottom: 24px;
        position: relative;
}
.popup label {
    color: #7c7b7b;
    left: 18px;
    line-height: 28px;
    o-transition: .3s;
    top: 0px;
    transition: .3s;
    webkit-transition: .3s;
    z-index: -1;
    padding-bottom: 1px;
    position: absolute;
    top: 19px;
    font-size: 19px;
}
.popup label.active {
    font-size: 14px;
    color: #c8c8c8;
    top: 0;
}
.popup input {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #c8c8c8;
    padding: 20px 16px 11px 16px;
    color: #000;
    width: 100%;
}
.popup .input-error input {
    border-color: #d04f4f;
    outline-color: #d04f4f;
}
.popup .input-error label {
    color: #d04f4f;
}

.popup .input-complete label {
    color: #4ac573;
}
.popup .input-complete input {
    border-color: #4ac573;
    outline-color: #4ac573;
}

.popup .btn-success {
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    min-width: 28px;
    padding: 18px 48px;
    border-radius: 40px;
    background-image: linear-gradient(to left, #6f9ff2, #5ebce0);
    color: #fff;
    text-decoration: none;
}

.popup .btn-success:hover {
    opacity: .4;
}






#request-tool {
    background-color: transparent;
    border-radius: 15px;
    border: 1px solid #c8c8c8;
    padding: 18px 16px 18px 16px;
    color: #7c7b7b;
    width: 100%;
    font-size: 19px;
}



.popup-agreement input[type=checkbox] {
    opacity: 1;
    position: unset;
    height: 25px;
    width: 35px;
    margin-right: 10px;}

.popup-agreement p {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.contact-form-wrapper .popup-agreement {display: flex;
text-align: unset;}